diff options
Diffstat (limited to 'audio')
199 files changed, 667 insertions, 287 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile index c17558b24b6a..25a2db1d6ad4 100644 --- a/audio/Maaate/Makefile +++ b/audio/Maaate/Makefile @@ -8,7 +8,7 @@ PORTNAME= Maaate PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.cmis.csiro.au/maaate/packages/ @@ -17,7 +17,7 @@ COMMENT= MPEG audio analysis toolkit USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes post-patch: diff --git a/audio/Maaate/pkg-plist b/audio/Maaate/pkg-plist index 329c01d9ae98..268625fe6374 100644 --- a/audio/Maaate/pkg-plist +++ b/audio/Maaate/pkg-plist @@ -25,15 +25,19 @@ include/MaaateA.h include/MaaateMPEG.h include/MaaateP.h lib/Maaate/libMaaateM.a +lib/Maaate/libMaaateM.la lib/Maaate/libMaaateM.so lib/Maaate/libMaaateM.so.1 lib/libMaaateA.a +lib/libMaaateA.la lib/libMaaateA.so lib/libMaaateA.so.1 lib/libMaaateMPEG.a +lib/libMaaateMPEG.la lib/libMaaateMPEG.so lib/libMaaateMPEG.so.1 lib/libMaaateP.a +lib/libMaaateP.la lib/libMaaateP.so lib/libMaaateP.so.1 %%PORTDOCS%%%%DOCSDIR%%/API.html diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index c26642985cf9..7b8572b2e340 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= alsaplayer PORTVERSION= 0.99.75 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/people/andy/ \ http://www.alsaplayer.org/ @@ -23,7 +23,7 @@ USE_GNOME= glib12 gnomehack gnometarget WANT_GNOME= yes USE_GETOPT_LONG=yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ diff --git a/audio/alsaplayer/pkg-plist b/audio/alsaplayer/pkg-plist index b3e408177065..d16367f6f599 100644 --- a/audio/alsaplayer/pkg-plist +++ b/audio/alsaplayer/pkg-plist @@ -15,29 +15,51 @@ include/alsaplayer/prefs.h include/alsaplayer/reader.h include/alsaplayer/scope_plugin.h include/alsaplayer/utilities.h +%%AUDIOFILE%%lib/alsaplayer/input/libaf.la %%AUDIOFILE%%lib/alsaplayer/input/libaf.so +%%FLAC%%lib/alsaplayer/input/libflac_in.la %%FLAC%%lib/alsaplayer/input/libflac_in.so +lib/alsaplayer/input/libmad_in.la lib/alsaplayer/input/libmad_in.so +%%MIKMOD%%lib/alsaplayer/input/libmod.la %%MIKMOD%%lib/alsaplayer/input/libmod.so +lib/alsaplayer/input/libsndfile_in.la lib/alsaplayer/input/libsndfile_in.so +%%VORBIS%%lib/alsaplayer/input/libvorbis_in.la %%VORBIS%%lib/alsaplayer/input/libvorbis_in.so +lib/alsaplayer/input/libwav.la lib/alsaplayer/input/libwav.so +lib/alsaplayer/interface/libdaemon_interface.la lib/alsaplayer/interface/libdaemon_interface.so +%%GUI%%lib/alsaplayer/interface/libgtk_interface.la %%GUI%%lib/alsaplayer/interface/libgtk_interface.so +lib/alsaplayer/interface/libtext_interface.la lib/alsaplayer/interface/libtext_interface.so +%%ESD%%lib/alsaplayer/output/libesound_out.la %%ESD%%lib/alsaplayer/output/libesound_out.so +lib/alsaplayer/output/libnull_out.la lib/alsaplayer/output/libnull_out.so +%%OSS%%lib/alsaplayer/output/liboss_out.la %%OSS%%lib/alsaplayer/output/liboss_out.so +lib/alsaplayer/reader/libfile.la lib/alsaplayer/reader/libfile.so +lib/alsaplayer/reader/libhttp.la lib/alsaplayer/reader/libhttp.so +%%GUI%%lib/alsaplayer/scopes/libblurscope.la %%GUI%%lib/alsaplayer/scopes/libblurscope.so +%%GUI%%lib/alsaplayer/scopes/liblevelmeter.la %%GUI%%lib/alsaplayer/scopes/liblevelmeter.so +%%GUI%%lib/alsaplayer/scopes/liblogbarfft.la %%GUI%%lib/alsaplayer/scopes/liblogbarfft.so +%%GUI%%lib/alsaplayer/scopes/libmonoscope.la %%GUI%%lib/alsaplayer/scopes/libmonoscope.so +%%GUI%%lib/alsaplayer/scopes/liboglspectrum.la %%GUI%%lib/alsaplayer/scopes/liboglspectrum.so +%%GUI%%lib/alsaplayer/scopes/libspacescope.la %%GUI%%lib/alsaplayer/scopes/libspacescope.so +%%GUI%%lib/alsaplayer/scopes/libsynaescope.la %%GUI%%lib/alsaplayer/scopes/libsynaescope.so -lib/libalsaplayer.a +lib/libalsaplayer.la lib/libalsaplayer.so lib/libalsaplayer.so.0 libdata/pkgconfig/alsaplayer.pc diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index df235f362100..0973926f8f7c 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -6,7 +6,7 @@ PORTNAME= anthem PORTVERSION= 0.0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lofi @@ -16,10 +16,9 @@ COMMENT= A KDE midi sequencer LIB_DEPENDS= tse3:${PORTSDIR}/audio/tse3 -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes @@ -36,4 +35,10 @@ post-configure: ${WRKSRC}/anthem/tse3/kdeui/Makefile \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + +.include <bsd.port.post.mk> diff --git a/audio/anthem/pkg-plist b/audio/anthem/pkg-plist index 2bc2666c20d2..92bf12e4d9b3 100644 --- a/audio/anthem/pkg-plist +++ b/audio/anthem/pkg-plist @@ -6,6 +6,7 @@ include/anthem/kde/FlagComboBox.h include/anthem/kde/PortWidget.h include/anthem/kde/SnapWidget.h lib/libtse3kdeui.a +lib/libtse3kdeui.la lib/libtse3kdeui.so lib/libtse3kdeui.so.0 share/applnk/Multimedia/anthem.desktop diff --git a/audio/arts/Makefile b/audio/arts/Makefile index a011b4b0207a..95cec2eb92ea 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -8,6 +8,7 @@ PORTNAME= arts PORTVERSION= 1.5.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} @@ -26,7 +27,7 @@ LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile \ WANT_GNOME= yes USE_QT_VER= 3 USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes QTCPPFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/arts/pkg-plist b/audio/arts/pkg-plist index 81460ff4be8b..b8ead6a0b888 100644 --- a/audio/arts/pkg-plist +++ b/audio/arts/pkg-plist @@ -88,48 +88,63 @@ include/arts/unixserver.h include/arts/weakreference.h include/artsc/artsc.h include/artsc/artsc_export.h +lib/libartsc.a lib/libartsc.la lib/libartsc.so lib/libartsc.so.0 +lib/libartscbackend.a lib/libartscbackend.la lib/libartscbackend.so lib/libartscbackend.so.0 +lib/libartsdsp.a lib/libartsdsp.la lib/libartsdsp.so lib/libartsdsp.so.0 +lib/libartsdsp_st.a lib/libartsdsp_st.la lib/libartsdsp_st.so lib/libartsdsp_st.so.0 +lib/libartsflow.a lib/libartsflow.la lib/libartsflow.so lib/libartsflow.so.1 +lib/libartsflow_idl.a lib/libartsflow_idl.la lib/libartsflow_idl.so lib/libartsflow_idl.so.1 +lib/libartsgslplayobject.a lib/libartsgslplayobject.la lib/libartsgslplayobject.so lib/libartsgslplayobject.so.0 +lib/libartswavplayobject.a lib/libartswavplayobject.la lib/libartswavplayobject.so lib/libartswavplayobject.so.0 +lib/libkmedia2.a lib/libkmedia2.la lib/libkmedia2.so lib/libkmedia2.so.1 +lib/libkmedia2_idl.a lib/libkmedia2_idl.la lib/libkmedia2_idl.so lib/libkmedia2_idl.so.1 +lib/libmcop.a lib/libmcop.la lib/libmcop.so lib/libmcop.so.1 +lib/libmcop_mt.a lib/libmcop_mt.la lib/libmcop_mt.so lib/libmcop_mt.so.1 +lib/libqtmcop.a lib/libqtmcop.la lib/libqtmcop.so lib/libqtmcop.so.1 +lib/libsoundserver_idl.a lib/libsoundserver_idl.la lib/libsoundserver_idl.so lib/libsoundserver_idl.so.1 +lib/libx11globalcomm.a lib/libx11globalcomm.la lib/libx11globalcomm.so lib/libx11globalcomm.so.1 diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 56fc0218116e..0342ede6c54d 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 MAN1= audacity.1 MANCOMPRESSED= yes diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 1e35a2ff1151..cb83a7f41e70 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,7 +7,7 @@ PORTNAME= beast PORTVERSION= 0.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ http://beast.gtk.org/beast-ftp/v0.6/ @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DENODATA=255" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/beast/pkg-plist b/audio/beast/pkg-plist index 11770ec8cd8a..696f909eb950 100644 --- a/audio/beast/pkg-plist +++ b/audio/beast/pkg-plist @@ -148,34 +148,55 @@ include/sfi/sfitypes.h include/sfi/sfiustore.h include/sfi/sfivalues.h include/sfi/sfivmarshal.h +lib/bse/v0.6.6/plugins/artscompressor.la lib/bse/v0.6.6/plugins/artscompressor.so +lib/bse/v0.6.6/plugins/bseadder.la lib/bse/v0.6.6/plugins/bseadder.so +lib/bse/v0.6.6/plugins/bseatandistort.la lib/bse/v0.6.6/plugins/bseatandistort.so +lib/bse/v0.6.6/plugins/bsebalance.la lib/bse/v0.6.6/plugins/bsebalance.so +lib/bse/v0.6.6/plugins/bsecontribsampleandhold.la lib/bse/v0.6.6/plugins/bsecontribsampleandhold.so +lib/bse/v0.6.6/plugins/bseevaluator.la lib/bse/v0.6.6/plugins/bseevaluator.so +lib/bse/v0.6.6/plugins/bseiirfilter.la lib/bse/v0.6.6/plugins/bseiirfilter.so +lib/bse/v0.6.6/plugins/bsemixer.la lib/bse/v0.6.6/plugins/bsemixer.so +lib/bse/v0.6.6/plugins/bsemult.la lib/bse/v0.6.6/plugins/bsemult.so +lib/bse/v0.6.6/plugins/bsenoise.la lib/bse/v0.6.6/plugins/bsenoise.so +lib/bse/v0.6.6/plugins/bsesequencer.la lib/bse/v0.6.6/plugins/bsesequencer.so +lib/bse/v0.6.6/plugins/bsesimpleadsr.la lib/bse/v0.6.6/plugins/bsesimpleadsr.so +lib/bse/v0.6.6/plugins/davbassfilter.la lib/bse/v0.6.6/plugins/davbassfilter.so +lib/bse/v0.6.6/plugins/davcanyondelay.la lib/bse/v0.6.6/plugins/davcanyondelay.so +lib/bse/v0.6.6/plugins/davchorus.la lib/bse/v0.6.6/plugins/davchorus.so +lib/bse/v0.6.6/plugins/davorgan.la lib/bse/v0.6.6/plugins/davorgan.so +lib/bse/v0.6.6/plugins/davsyndrum.la lib/bse/v0.6.6/plugins/davsyndrum.so +lib/bse/v0.6.6/plugins/davxtalstrings.la lib/bse/v0.6.6/plugins/davxtalstrings.so +lib/bse/v0.6.6/plugins/freeverb.la lib/bse/v0.6.6/plugins/freeverb.so +lib/bse/v0.6.6/plugins/standardguspatchenvelope.la lib/bse/v0.6.6/plugins/standardguspatchenvelope.so +lib/bse/v0.6.6/plugins/standardsaturator.la lib/bse/v0.6.6/plugins/standardsaturator.so lib/libbse-0.6.so lib/libbse-0.6.so.6 -lib/libbse.a +lib/libbse.la lib/libbse.so lib/libsfi-0.6.so lib/libsfi-0.6.so.6 -lib/libsfi.a +lib/libsfi.la lib/libsfi.so libdata/pkgconfig/bse.pc libdata/pkgconfig/sfi.pc diff --git a/audio/bmp-faad/Makefile b/audio/bmp-faad/Makefile index 8dabcbc5e6ee..1bbb5638b42a 100644 --- a/audio/bmp-faad/Makefile +++ b/audio/bmp-faad/Makefile @@ -7,7 +7,7 @@ PORTNAME= faad2 PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= faac @@ -16,6 +16,7 @@ PKGNAMEPREFIX= bmp- MAINTAINER= ahze@FreeBSD.org COMMENT= Beep Media Player (BMP) plugin for faad +PATCH_DEPENDS= ${AUTOMAKE_DEPENDS} ${AUTOCONF_DEPENDS} ${LIBTOOL_DEPENDS} LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ faad.0:${PORTSDIR}/audio/faad \ mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ @@ -23,7 +24,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:13:inc +USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:15 AUTOMAKE_ARGS= --add-missing USE_X_PREFIX= yes USE_GMAKE= yes @@ -37,15 +38,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_GTK" \ DESCR= ${PORTSDIR}/audio/faad/pkg-descr MD5_FILE= ${PORTSDIR}/audio/faad/distinfo -PLIST_FILES= lib/bmp/Input/libmp4.so +PLIST_FILES= lib/bmp/Input/libmp4.a \ + lib/bmp/Input/libmp4.la \ + lib/bmp/Input/libmp4.so BUILD_WRKSRC= ${WRKSRC}/plugins/xmms/src INSTALL_WRKSRC= ${WRKSRC}/plugins/xmms/src .include <bsd.port.pre.mk> -pre-patch: build-depends - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/plugins/xmms/src/Makefile.am @${REINPLACE_CMD} -e 's|"faad.h"|<faad.h>|; s|"mp4.h"|<mp4.h>|' \ @@ -55,7 +56,7 @@ post-patch: @cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ - ${WRKSRC}/aclocal.m4 + -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 # CFLAGS safeness @${FIND} ${WRKSRC} -type f -name Makefile.am | \ ${XARGS} -n 5 -x \ diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index cbe1c88f5253..03a9ff313da3 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -23,8 +23,7 @@ PLIST_FILES= lib/bmp/Input/libbmp-flac.so USE_BZIP2= yes USE_X_PREFIX= yes -##GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${X11BASE}" diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index 19fe31ce74ae..259cfd81818a 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -17,7 +17,7 @@ COMMENT= Beep Media Player do-this-on-song-change plugin LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index bfee41804076..5da1025c32ec 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccaudio PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -18,7 +19,7 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes @@ -35,7 +36,4 @@ post-patch: @${REINPLACE_CMD} -e \ 's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in -pre-configure: - @${CP} ${LTMAIN} ${WRKSRC}/config - .include <bsd.port.post.mk> diff --git a/audio/ccaudio/pkg-plist b/audio/ccaudio/pkg-plist index b1365fa20227..e05f3a7c7ee6 100644 --- a/audio/ccaudio/pkg-plist +++ b/audio/ccaudio/pkg-plist @@ -1,7 +1,8 @@ include/cc++2/cc++/audio.h -lib/libccaudio1.a -lib/libccaudio1.so lib/libccaudio1-1.1.so lib/libccaudio1-1.1.so.0 +lib/libccaudio1.a +lib/libccaudio1.la +lib/libccaudio1.so lib/ccaudio1/g.711 @dirrm lib/ccaudio1 diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index bfee41804076..5da1025c32ec 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccaudio PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnutelephony @@ -18,7 +19,7 @@ LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp USE_GNOME= gnometarget USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GCC= 3.4 INSTALL_TARGET= install man INSTALLS_SHLIB= yes @@ -35,7 +36,4 @@ post-patch: @${REINPLACE_CMD} -e \ 's|@CXXFLAGS@|& $$(g_711_CXXFLAGS)|' ${WRKSRC}/dso/Makefile.in -pre-configure: - @${CP} ${LTMAIN} ${WRKSRC}/config - .include <bsd.port.post.mk> diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist index b1365fa20227..e05f3a7c7ee6 100644 --- a/audio/ccaudio2/pkg-plist +++ b/audio/ccaudio2/pkg-plist @@ -1,7 +1,8 @@ include/cc++2/cc++/audio.h -lib/libccaudio1.a -lib/libccaudio1.so lib/libccaudio1-1.1.so lib/libccaudio1-1.1.so.0 +lib/libccaudio1.a +lib/libccaudio1.la +lib/libccaudio1.so lib/ccaudio1/g.711 @dirrm lib/ccaudio1 diff --git a/audio/easytag-devel/Makefile b/audio/easytag-devel/Makefile index 8b554eea9a4f..284838cb737a 100644 --- a/audio/easytag-devel/Makefile +++ b/audio/easytag-devel/Makefile @@ -26,7 +26,7 @@ CONFLICTS= easytag-[0-9]* USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtk20 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GTK" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 7735f2ce6772..e751e64b041c 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -7,6 +7,7 @@ PORTNAME= ecasound PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -16,7 +17,7 @@ COMMENT= Multitrack audio processing software USE_GNOME= gnometarget USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile \ --enable-sys-readline diff --git a/audio/ecasound/pkg-plist b/audio/ecasound/pkg-plist index 896de7ef5fa9..489440a977f9 100644 --- a/audio/ecasound/pkg-plist +++ b/audio/ecasound/pkg-plist @@ -140,8 +140,11 @@ include/libecasound/two-stage-linear-envelope.h include/libecasoundc/eca-control-interface.h include/libecasoundc/ecasoundc.h lib/libecasound.a +lib/libecasound.la lib/libecasoundc.a +lib/libecasoundc.la lib/libkvutils.a +lib/libkvutils.la %%DATADIR%%/ecasound.el %%DATADIR%%/ecasoundrc %%DATADIR%%/effect_presets diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile index 59b00d22bbfe..d3abe692c244 100644 --- a/audio/ecawave/Makefile +++ b/audio/ecawave/Makefile @@ -16,11 +16,10 @@ COMMENT= Simple graphical audio file editor BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound -GNU_CONFIGURE= yes USE_QT_VER= 3 USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} diff --git a/audio/esound/Makefile b/audio/esound/Makefile index f72085917a78..36d3511ff26c 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -7,6 +7,7 @@ PORTNAME= esound PORTVERSION= 0.2.36 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -21,7 +22,7 @@ USE_BZIP2= yes USE_GNOME= gnometarget gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GETOPT_LONG=yes CONFLICTS= py*-ro-[0-9]* diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist index abff241079d2..6d443432f153 100644 --- a/audio/esound/pkg-plist +++ b/audio/esound/pkg-plist @@ -14,9 +14,11 @@ etc/esd.conf.default @exec [ -f %B/esd.conf ] || cp %B/%f %B/esd.conf include/esd.h lib/libesd.a +lib/libesd.la lib/libesd.so lib/libesd.so.2 lib/libesddsp.a +lib/libesddsp.la lib/libesddsp.so lib/libesddsp.so.2 libdata/pkgconfig/esound.pc diff --git a/audio/extace/Makefile b/audio/extace/Makefile index aa6eedf1044e..22540707da31 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 USE_X_PREFIX= yes USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 6b34fd8a378f..8b4254e4fd6e 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib diff --git a/audio/faac/Makefile b/audio/faac/Makefile index b18db2cf054a..1925825723fc 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -20,7 +20,7 @@ PATCH_DEPENDS= ${BUILD_DEPENDS} NO_PACKAGE= Distribution in binary form is prohibited WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:15 autoheader:259 libtool:13 +USE_AUTOTOOLS= automake:15 autoheader:259 libtool:15 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 34179aba5340..3ab7bf5694c6 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -7,7 +7,7 @@ PORTNAME= faad2 PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_CDROM= "Restrictive copyright (do not sell for profit)" -USE_AUTOTOOLS= automake:15 autoheader:259 libtool:13:inc +USE_AUTOTOOLS= automake:15 autoheader:259 libtool:15 AUTOMAKE_ARGS= --add-missing CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes diff --git a/audio/faad/pkg-plist b/audio/faad/pkg-plist index 9063f2e76b8e..b347de976f79 100644 --- a/audio/faad/pkg-plist +++ b/audio/faad/pkg-plist @@ -2,8 +2,10 @@ bin/faad include/faad.h include/mp4ff.h lib/libfaad.a +lib/libfaad.la lib/libfaad.so lib/libfaad.so.0 lib/libmp4ff.a +lib/libmp4ff.la lib/libmp4ff.so lib/libmp4ff.so.0 diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 97637a3835b2..74461b0b8433 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -17,7 +17,7 @@ COMMENT?= A command line player for .nsf and .hes audio files LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 39885abc9491..68b63f7f616e 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -7,6 +7,7 @@ PORTNAME= flac PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_ICONV= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --enable-sse \ --with-libiconv-prefix="${LOCALBASE}" \ diff --git a/audio/flac/pkg-plist b/audio/flac/pkg-plist index 7b515e95fd38..c332ab9d659d 100644 --- a/audio/flac/pkg-plist +++ b/audio/flac/pkg-plist @@ -32,15 +32,19 @@ include/OggFLAC/seekable_stream_encoder.h include/OggFLAC/stream_decoder.h include/OggFLAC/stream_encoder.h lib/libFLAC++.a +lib/libFLAC++.la lib/libFLAC++.so lib/libFLAC++.so.5 lib/libFLAC.a +lib/libFLAC.la lib/libFLAC.so lib/libFLAC.so.7 lib/libOggFLAC++.a +lib/libOggFLAC++.la lib/libOggFLAC++.so lib/libOggFLAC++.so.2 lib/libOggFLAC.a +lib/libOggFLAC.la lib/libOggFLAC.so lib/libOggFLAC.so.3 share/aclocal/libFLAC++.m4 diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index aa0fa36acf14..71ec322ca375 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -7,6 +7,7 @@ PORTNAME= fluidsynth PORTVERSION= 1.0.7a +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= fluid @@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-lash --disable-ladcca INSTALLS_SHLIB= yes diff --git a/audio/fluidsynth/pkg-plist b/audio/fluidsynth/pkg-plist index e7737807423f..33390056626d 100644 --- a/audio/fluidsynth/pkg-plist +++ b/audio/fluidsynth/pkg-plist @@ -18,6 +18,7 @@ include/fluidsynth/types.h include/fluidsynth/version.h include/fluidsynth/voice.h lib/libfluidsynth.a +lib/libfluidsynth.la lib/libfluidsynth.so lib/libfluidsynth.so.2 libdata/pkgconfig/fluidsynth.pc diff --git a/audio/gaim-festival/files/patch-Makefile b/audio/gaim-festival/files/patch-Makefile index ce91322c4ea5..51fe2eb81103 100644 --- a/audio/gaim-festival/files/patch-Makefile +++ b/audio/gaim-festival/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Jan 2 19:22:20 2005 -+++ Makefile Sun Jan 2 19:25:29 2005 -@@ -1,10 +1,9 @@ +--- Makefile.orig Tue Sep 21 04:43:09 2004 ++++ Makefile Thu Feb 9 22:00:13 2006 +@@ -1,8 +1,7 @@ -FESTIVAL_VOICES_PATH=/usr/share/festival/voices -PLUGIN_GAIM_PATH=/usr/lib/gaim -PKG_CONFIG_PATH=/usr/lib/pkgconfig @@ -10,9 +10,6 @@ +PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig +PLUGIN_CFLAGS=`pkg-config gtk+-2.0 --cflags` `pkg-config glib-2.0 --cflags` -DPLUGIN_VERSION=\"$(PLUGIN_VERSION)\" -DFESTIVAL_VOICES_PATH=\"$(FESTIVAL_VOICES_PATH)\" -O3 -pipe PLUGIN_LIBS=`pkg-config gtk+-2.0 --libs` `pkg-config glib-2.0 --libs` --LIBTOOL=libtool + LIBTOOL=libtool -CC= gcc -+LIBTOOL=libtool15 - - all: festival.so diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile index 8b72fdb8bc25..156ad997bbaf 100644 --- a/audio/gdam/Makefile +++ b/audio/gdam/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdam PORTVERSION= 0.942 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,11 +23,11 @@ MAN1= gdamcli.1 gdamladspapluginscanner.1 gdam123.1 gdam-launcher.1 gdam-server USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= libglade -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib12 -lgtk12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in + @${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib-12 -lgtk-12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in .include <bsd.port.mk> diff --git a/audio/gdam/files/patch-server-helper-Makefile.in b/audio/gdam/files/patch-server-helper-Makefile.in new file mode 100644 index 000000000000..91f31c71c2fe --- /dev/null +++ b/audio/gdam/files/patch-server-helper-Makefile.in @@ -0,0 +1,7 @@ +--- server/helper/Makefile.in.orig Sat Jun 22 08:17:50 2002 ++++ server/helper/Makefile.in Sun Jan 22 15:51:29 2006 +@@ -143,3 +143,3 @@ + # it should be with the rest of dsppreload defs +-gdamdsppreload_la_LDFLAGS = -module -ldl ++gdamdsppreload_la_LDFLAGS = -module + diff --git a/audio/gdam/pkg-plist b/audio/gdam/pkg-plist index 9446eb968694..bfdd513a777b 100644 --- a/audio/gdam/pkg-plist +++ b/audio/gdam/pkg-plist @@ -171,416 +171,556 @@ libexec/gdam/synth/modulate libexec/gdam/synth/sine libexec/gdam/synth/table.lisp lib/gdam/gdamdsppreload.a +lib/gdam/gdamdsppreload.la +lib/gdam/gdamdsppreload.so +lib/gdam/gdamdsppreload.so.0 lib/gdam/plugins/dependencies lib/gdam/plugins/devices/gdamdevicealsa.a +lib/gdam/plugins/devices/gdamdevicealsa.la lib/gdam/plugins/devices/gdamdevicealsa.so lib/gdam/plugins/devices/gdamdevicealsa.so.0 lib/gdam/plugins/devices/gdamdevicedummy.a +lib/gdam/plugins/devices/gdamdevicedummy.la lib/gdam/plugins/devices/gdamdevicedummy.so lib/gdam/plugins/devices/gdamdevicedummy.so.0 lib/gdam/plugins/devices/gdamdeviceoss.a +lib/gdam/plugins/devices/gdamdeviceoss.la lib/gdam/plugins/devices/gdamdeviceoss.so lib/gdam/plugins/devices/gdamdeviceoss.so.0 lib/gdam/plugins/devices/gdamthreadeddevice.a +lib/gdam/plugins/devices/gdamthreadeddevice.la lib/gdam/plugins/devices/gdamthreadeddevice.so lib/gdam/plugins/devices/gdamthreadeddevice.so.0 lib/gdam/plugins/model/gdamalsamididevice.a +lib/gdam/plugins/model/gdamalsamididevice.la lib/gdam/plugins/model/gdamalsamididevice.so lib/gdam/plugins/model/gdamalsamididevice.so.0 lib/gdam/plugins/model/gdambalance.a +lib/gdam/plugins/model/gdambalance.la lib/gdam/plugins/model/gdambalance.so lib/gdam/plugins/model/gdambalance.so.0 lib/gdam/plugins/model/gdambender.a +lib/gdam/plugins/model/gdambender.la lib/gdam/plugins/model/gdambender.so lib/gdam/plugins/model/gdambender.so.0 lib/gdam/plugins/model/gdamcompressor.a +lib/gdam/plugins/model/gdamcompressor.la lib/gdam/plugins/model/gdamcompressor.so lib/gdam/plugins/model/gdamcompressor.so.0 lib/gdam/plugins/model/gdamcoremididevice.a +lib/gdam/plugins/model/gdamcoremididevice.la lib/gdam/plugins/model/gdamcoremididevice.so lib/gdam/plugins/model/gdamcoremididevice.so.0 lib/gdam/plugins/model/gdamdistortion.a +lib/gdam/plugins/model/gdamdistortion.la lib/gdam/plugins/model/gdamdistortion.so lib/gdam/plugins/model/gdamdistortion.so.0 lib/gdam/plugins/model/gdamequalizer.a +lib/gdam/plugins/model/gdamequalizer.la lib/gdam/plugins/model/gdamequalizer.so lib/gdam/plugins/model/gdamequalizer.so.0 lib/gdam/plugins/model/gdamfader.a +lib/gdam/plugins/model/gdamfader.la lib/gdam/plugins/model/gdamfader.so lib/gdam/plugins/model/gdamfader.so.0 lib/gdam/plugins/model/gdamfeedbackfilter.a +lib/gdam/plugins/model/gdamfeedbackfilter.la lib/gdam/plugins/model/gdamfeedbackfilter.so lib/gdam/plugins/model/gdamfeedbackfilter.so.0 lib/gdam/plugins/model/gdamfestival.a +lib/gdam/plugins/model/gdamfestival.la lib/gdam/plugins/model/gdamfestival.so lib/gdam/plugins/model/gdamfestival.so.0 lib/gdam/plugins/model/gdamfiltermodulator.a +lib/gdam/plugins/model/gdamfiltermodulator.la lib/gdam/plugins/model/gdamfiltermodulator.so lib/gdam/plugins/model/gdamfiltermodulator.so.0 lib/gdam/plugins/model/gdamfiltervibrato.a +lib/gdam/plugins/model/gdamfiltervibrato.la lib/gdam/plugins/model/gdamfiltervibrato.so lib/gdam/plugins/model/gdamfiltervibrato.so.0 lib/gdam/plugins/model/gdamfilterwavetable.a +lib/gdam/plugins/model/gdamfilterwavetable.la lib/gdam/plugins/model/gdamfilterwavetable.so lib/gdam/plugins/model/gdamfilterwavetable.so.0 lib/gdam/plugins/model/gdamfirfilter.a +lib/gdam/plugins/model/gdamfirfilter.la lib/gdam/plugins/model/gdamfirfilter.so lib/gdam/plugins/model/gdamfirfilter.so.0 lib/gdam/plugins/model/gdamflange.a +lib/gdam/plugins/model/gdamflange.la lib/gdam/plugins/model/gdamflange.so lib/gdam/plugins/model/gdamflange.so.0 lib/gdam/plugins/model/gdamgate.a +lib/gdam/plugins/model/gdamgate.la lib/gdam/plugins/model/gdamgate.so lib/gdam/plugins/model/gdamgate.so.0 lib/gdam/plugins/model/gdamgdamdsp.a +lib/gdam/plugins/model/gdamgdamdsp.la lib/gdam/plugins/model/gdamgdamdsp.so lib/gdam/plugins/model/gdamgdamdsp.so.0 lib/gdam/plugins/model/gdamgong.a +lib/gdam/plugins/model/gdamgong.la lib/gdam/plugins/model/gdamgong.so lib/gdam/plugins/model/gdamgong.so.0 lib/gdam/plugins/model/gdamiokithid.a +lib/gdam/plugins/model/gdamiokithid.la lib/gdam/plugins/model/gdamiokithid.so lib/gdam/plugins/model/gdamiokithid.so.0 lib/gdam/plugins/model/gdamladspafilter.a +lib/gdam/plugins/model/gdamladspafilter.la lib/gdam/plugins/model/gdamladspafilter.so lib/gdam/plugins/model/gdamladspafilter.so.0 lib/gdam/plugins/model/gdamlimiter.a +lib/gdam/plugins/model/gdamlimiter.la lib/gdam/plugins/model/gdamlimiter.so lib/gdam/plugins/model/gdamlimiter.so.0 lib/gdam/plugins/model/gdammeter.a +lib/gdam/plugins/model/gdammeter.la lib/gdam/plugins/model/gdammeter.so lib/gdam/plugins/model/gdammeter.so.0 lib/gdam/plugins/model/gdammididevice.a +lib/gdam/plugins/model/gdammididevice.la lib/gdam/plugins/model/gdammididevice.so lib/gdam/plugins/model/gdammididevice.so.0 lib/gdam/plugins/model/gdammininetwork.a +lib/gdam/plugins/model/gdammininetwork.la lib/gdam/plugins/model/gdammininetwork.so lib/gdam/plugins/model/gdammininetwork.so.0 lib/gdam/plugins/model/gdamoscilloscope.a +lib/gdam/plugins/model/gdamoscilloscope.la lib/gdam/plugins/model/gdamoscilloscope.so lib/gdam/plugins/model/gdamoscilloscope.so.0 lib/gdam/plugins/model/gdamphaser.a +lib/gdam/plugins/model/gdamphaser.la lib/gdam/plugins/model/gdamphaser.so lib/gdam/plugins/model/gdamphaser.so.0 lib/gdam/plugins/model/gdampluckedstring.a +lib/gdam/plugins/model/gdampluckedstring.la lib/gdam/plugins/model/gdampluckedstring.so lib/gdam/plugins/model/gdampluckedstring.so.0 lib/gdam/plugins/model/gdampowerspectrum.a +lib/gdam/plugins/model/gdampowerspectrum.la lib/gdam/plugins/model/gdampowerspectrum.so lib/gdam/plugins/model/gdampowerspectrum.so.0 lib/gdam/plugins/model/gdamproducercache.a +lib/gdam/plugins/model/gdamproducercache.la lib/gdam/plugins/model/gdamproducercache.so lib/gdam/plugins/model/gdamproducercache.so.0 lib/gdam/plugins/model/gdamproducermicrophone.a +lib/gdam/plugins/model/gdamproducermicrophone.la lib/gdam/plugins/model/gdamproducermicrophone.so lib/gdam/plugins/model/gdamproducermicrophone.so.0 lib/gdam/plugins/model/gdamproducermp3cacheable.a +lib/gdam/plugins/model/gdamproducermp3cacheable.la lib/gdam/plugins/model/gdamproducermp3cacheable.so lib/gdam/plugins/model/gdamproducermp3cacheable.so.0 lib/gdam/plugins/model/gdamproducermp3click.a +lib/gdam/plugins/model/gdamproducermp3click.la lib/gdam/plugins/model/gdamproducermp3click.so lib/gdam/plugins/model/gdamproducermp3click.so.0 lib/gdam/plugins/model/gdamproducerwalker.a +lib/gdam/plugins/model/gdamproducerwalker.la lib/gdam/plugins/model/gdamproducerwalker.so lib/gdam/plugins/model/gdamproducerwalker.so.0 lib/gdam/plugins/model/gdamproducerwavetable.a +lib/gdam/plugins/model/gdamproducerwavetable.la lib/gdam/plugins/model/gdamproducerwavetable.so lib/gdam/plugins/model/gdamproducerwavetable.so.0 lib/gdam/plugins/model/gdamps2keyboard.a +lib/gdam/plugins/model/gdamps2keyboard.la lib/gdam/plugins/model/gdamps2keyboard.so lib/gdam/plugins/model/gdamps2keyboard.so.0 lib/gdam/plugins/model/gdamrangefinder.a +lib/gdam/plugins/model/gdamrangefinder.la lib/gdam/plugins/model/gdamrangefinder.so lib/gdam/plugins/model/gdamrangefinder.so.0 lib/gdam/plugins/model/gdamrecorderexternal.a +lib/gdam/plugins/model/gdamrecorderexternal.la lib/gdam/plugins/model/gdamrecorderexternal.so lib/gdam/plugins/model/gdamrecorderexternal.so.0 lib/gdam/plugins/model/gdamrecorderfilter.a +lib/gdam/plugins/model/gdamrecorderfilter.la lib/gdam/plugins/model/gdamrecorderfilter.so lib/gdam/plugins/model/gdamrecorderfilter.so.0 lib/gdam/plugins/model/gdamscrub.a +lib/gdam/plugins/model/gdamscrub.la lib/gdam/plugins/model/gdamscrub.so lib/gdam/plugins/model/gdamscrub.so.0 lib/gdam/plugins/model/gdamspatialstereo.a +lib/gdam/plugins/model/gdamspatialstereo.la lib/gdam/plugins/model/gdamspatialstereo.so lib/gdam/plugins/model/gdamspatialstereo.so.0 lib/gdam/plugins/model/gdamspin.a +lib/gdam/plugins/model/gdamspin.la lib/gdam/plugins/model/gdamspin.so lib/gdam/plugins/model/gdamspin.so.0 lib/gdam/plugins/model/gdamsplinemap.a +lib/gdam/plugins/model/gdamsplinemap.la lib/gdam/plugins/model/gdamsplinemap.so lib/gdam/plugins/model/gdamsplinemap.so.0 lib/gdam/plugins/model/gdamusbhid.a +lib/gdam/plugins/model/gdamusbhid.la lib/gdam/plugins/model/gdamusbhid.so lib/gdam/plugins/model/gdamusbhid.so.0 lib/gdam/plugins/model/gdamxmmsfilter.a +lib/gdam/plugins/model/gdamxmmsfilter.la lib/gdam/plugins/model/gdamxmmsfilter.so lib/gdam/plugins/model/gdamxmmsfilter.so.0 lib/gdam/plugins/server/gdasbalance.a +lib/gdam/plugins/server/gdasbalance.la lib/gdam/plugins/server/gdasbalance.so lib/gdam/plugins/server/gdasbalance.so.0 lib/gdam/plugins/server/gdasbender.a +lib/gdam/plugins/server/gdasbender.la lib/gdam/plugins/server/gdasbender.so lib/gdam/plugins/server/gdasbender.so.0 lib/gdam/plugins/server/gdascompressor.a +lib/gdam/plugins/server/gdascompressor.la lib/gdam/plugins/server/gdascompressor.so lib/gdam/plugins/server/gdascompressor.so.0 lib/gdam/plugins/server/gdasdistortion.a +lib/gdam/plugins/server/gdasdistortion.la lib/gdam/plugins/server/gdasdistortion.so lib/gdam/plugins/server/gdasdistortion.so.0 lib/gdam/plugins/server/gdasdynamicrange.a +lib/gdam/plugins/server/gdasdynamicrange.la lib/gdam/plugins/server/gdasdynamicrange.so lib/gdam/plugins/server/gdasdynamicrange.so.0 lib/gdam/plugins/server/gdasequalizer.a +lib/gdam/plugins/server/gdasequalizer.la lib/gdam/plugins/server/gdasequalizer.so lib/gdam/plugins/server/gdasequalizer.so.0 lib/gdam/plugins/server/gdasexpander.a +lib/gdam/plugins/server/gdasexpander.la lib/gdam/plugins/server/gdasexpander.so lib/gdam/plugins/server/gdasexpander.so.0 lib/gdam/plugins/server/gdasfader.a +lib/gdam/plugins/server/gdasfader.la lib/gdam/plugins/server/gdasfader.so lib/gdam/plugins/server/gdasfader.so.0 lib/gdam/plugins/server/gdasfeedbackfilter.a +lib/gdam/plugins/server/gdasfeedbackfilter.la lib/gdam/plugins/server/gdasfeedbackfilter.so lib/gdam/plugins/server/gdasfeedbackfilter.so.0 lib/gdam/plugins/server/gdasfestival.a +lib/gdam/plugins/server/gdasfestival.la lib/gdam/plugins/server/gdasfestival.so lib/gdam/plugins/server/gdasfestival.so.0 lib/gdam/plugins/server/gdasflange.a +lib/gdam/plugins/server/gdasflange.la lib/gdam/plugins/server/gdasflange.so lib/gdam/plugins/server/gdasflange.so.0 lib/gdam/plugins/server/gdasgate.a +lib/gdam/plugins/server/gdasgate.la lib/gdam/plugins/server/gdasgate.so lib/gdam/plugins/server/gdasgate.so.0 lib/gdam/plugins/server/gdasgdamdsp.a +lib/gdam/plugins/server/gdasgdamdsp.la lib/gdam/plugins/server/gdasgdamdsp.so lib/gdam/plugins/server/gdasgdamdsp.so.0 lib/gdam/plugins/server/gdasgong.a +lib/gdam/plugins/server/gdasgong.la lib/gdam/plugins/server/gdasgong.so lib/gdam/plugins/server/gdasgong.so.0 lib/gdam/plugins/server/gdasgranularfilter.a +lib/gdam/plugins/server/gdasgranularfilter.la lib/gdam/plugins/server/gdasgranularfilter.so lib/gdam/plugins/server/gdasgranularfilter.so.0 lib/gdam/plugins/server/gdasiirfilter.a +lib/gdam/plugins/server/gdasiirfilter.la lib/gdam/plugins/server/gdasiirfilter.so lib/gdam/plugins/server/gdasiirfilter.so.0 lib/gdam/plugins/server/gdasladspaplugin.a +lib/gdam/plugins/server/gdasladspaplugin.la lib/gdam/plugins/server/gdasladspaplugin.so lib/gdam/plugins/server/gdasladspaplugin.so.0 lib/gdam/plugins/server/gdaslimiter.a +lib/gdam/plugins/server/gdaslimiter.la lib/gdam/plugins/server/gdaslimiter.so lib/gdam/plugins/server/gdaslimiter.so.0 lib/gdam/plugins/server/gdasmicrophone.a +lib/gdam/plugins/server/gdasmicrophone.la lib/gdam/plugins/server/gdasmicrophone.so lib/gdam/plugins/server/gdasmicrophone.so.0 lib/gdam/plugins/server/gdasmininetwork.a +lib/gdam/plugins/server/gdasmininetwork.la lib/gdam/plugins/server/gdasmininetwork.so lib/gdam/plugins/server/gdasmininetwork.so.0 lib/gdam/plugins/server/gdasmoog.a +lib/gdam/plugins/server/gdasmoog.la lib/gdam/plugins/server/gdasmoog.so lib/gdam/plugins/server/gdasmoog.so.0 lib/gdam/plugins/server/gdasoctavedown.a +lib/gdam/plugins/server/gdasoctavedown.la lib/gdam/plugins/server/gdasoctavedown.so lib/gdam/plugins/server/gdasoctavedown.so.0 lib/gdam/plugins/server/gdasoscilloscope.a +lib/gdam/plugins/server/gdasoscilloscope.la lib/gdam/plugins/server/gdasoscilloscope.so lib/gdam/plugins/server/gdasoscilloscope.so.0 lib/gdam/plugins/server/gdasphaser.a +lib/gdam/plugins/server/gdasphaser.la lib/gdam/plugins/server/gdasphaser.so lib/gdam/plugins/server/gdasphaser.so.0 lib/gdam/plugins/server/gdaspinknoise.a +lib/gdam/plugins/server/gdaspinknoise.la lib/gdam/plugins/server/gdaspinknoise.so lib/gdam/plugins/server/gdaspinknoise.so.0 lib/gdam/plugins/server/gdaspitchshift.a +lib/gdam/plugins/server/gdaspitchshift.la lib/gdam/plugins/server/gdaspitchshift.so lib/gdam/plugins/server/gdaspitchshift.so.0 lib/gdam/plugins/server/gdaspluckedstring.a +lib/gdam/plugins/server/gdaspluckedstring.la lib/gdam/plugins/server/gdaspluckedstring.so lib/gdam/plugins/server/gdaspluckedstring.so.0 lib/gdam/plugins/server/gdaspowerspectrum.a +lib/gdam/plugins/server/gdaspowerspectrum.la lib/gdam/plugins/server/gdaspowerspectrum.so lib/gdam/plugins/server/gdaspowerspectrum.so.0 lib/gdam/plugins/server/gdasqueue.a +lib/gdam/plugins/server/gdasqueue.la lib/gdam/plugins/server/gdasqueue.so lib/gdam/plugins/server/gdasqueue.so.0 lib/gdam/plugins/server/gdasrecorderexternal.a +lib/gdam/plugins/server/gdasrecorderexternal.la lib/gdam/plugins/server/gdasrecorderexternal.so lib/gdam/plugins/server/gdasrecorderexternal.so.0 lib/gdam/plugins/server/gdasrecorder.a +lib/gdam/plugins/server/gdasrecorder.la lib/gdam/plugins/server/gdasrecorder.so lib/gdam/plugins/server/gdasrecorder.so.0 lib/gdam/plugins/server/gdasrespeed.a +lib/gdam/plugins/server/gdasrespeed.la lib/gdam/plugins/server/gdasrespeed.so lib/gdam/plugins/server/gdasrespeed.so.0 lib/gdam/plugins/server/gdasscrub.a +lib/gdam/plugins/server/gdasscrub.la lib/gdam/plugins/server/gdasscrub.so lib/gdam/plugins/server/gdasscrub.so.0 lib/gdam/plugins/server/gdassecondorderfilter.a +lib/gdam/plugins/server/gdassecondorderfilter.la lib/gdam/plugins/server/gdassecondorderfilter.so lib/gdam/plugins/server/gdassecondorderfilter.so.0 lib/gdam/plugins/server/gdasspatialstereo.a +lib/gdam/plugins/server/gdasspatialstereo.la lib/gdam/plugins/server/gdasspatialstereo.so lib/gdam/plugins/server/gdasspatialstereo.so.0 lib/gdam/plugins/server/gdassplinemap.a +lib/gdam/plugins/server/gdassplinemap.la lib/gdam/plugins/server/gdassplinemap.so lib/gdam/plugins/server/gdassplinemap.so.0 lib/gdam/plugins/server/gdasvibrato.a +lib/gdam/plugins/server/gdasvibrato.la lib/gdam/plugins/server/gdasvibrato.so lib/gdam/plugins/server/gdasvibrato.so.0 lib/gdam/plugins/server/gdasvolumemeter.a +lib/gdam/plugins/server/gdasvolumemeter.la lib/gdam/plugins/server/gdasvolumemeter.so lib/gdam/plugins/server/gdasvolumemeter.so.0 lib/gdam/plugins/server/gdasxmmsinput.a +lib/gdam/plugins/server/gdasxmmsinput.la lib/gdam/plugins/server/gdasxmmsinput.so lib/gdam/plugins/server/gdasxmmsinput.so.0 lib/gdam/plugins/server/gdasxmmsvisfilter.a +lib/gdam/plugins/server/gdasxmmsvisfilter.la lib/gdam/plugins/server/gdasxmmsvisfilter.so lib/gdam/plugins/server/gdasxmmsvisfilter.so.0 lib/gdam/plugins/server/remez.a +lib/gdam/plugins/server/remez.la lib/gdam/plugins/server/remez.so lib/gdam/plugins/server/remez.so.0 lib/gdam/plugins/skin/gdambalanceskin.a +lib/gdam/plugins/skin/gdambalanceskin.la lib/gdam/plugins/skin/gdambalanceskin.so lib/gdam/plugins/skin/gdambalanceskin.so.0 lib/gdam/plugins/skin/gdambeatcalculatorskin.a +lib/gdam/plugins/skin/gdambeatcalculatorskin.la lib/gdam/plugins/skin/gdambeatcalculatorskin.so lib/gdam/plugins/skin/gdambeatcalculatorskin.so.0 lib/gdam/plugins/skin/gdambenderskin.a +lib/gdam/plugins/skin/gdambenderskin.la lib/gdam/plugins/skin/gdambenderskin.so lib/gdam/plugins/skin/gdambenderskin.so.0 lib/gdam/plugins/skin/gdambuffereditorskin.a +lib/gdam/plugins/skin/gdambuffereditorskin.la lib/gdam/plugins/skin/gdambuffereditorskin.so lib/gdam/plugins/skin/gdambuffereditorskin.so.0 lib/gdam/plugins/skin/gdamcompressorskin.a +lib/gdam/plugins/skin/gdamcompressorskin.la lib/gdam/plugins/skin/gdamcompressorskin.so lib/gdam/plugins/skin/gdamcompressorskin.so.0 lib/gdam/plugins/skin/gdamdistortionskin.a +lib/gdam/plugins/skin/gdamdistortionskin.la lib/gdam/plugins/skin/gdamdistortionskin.so lib/gdam/plugins/skin/gdamdistortionskin.so.0 lib/gdam/plugins/skin/gdamequalizerskin.a +lib/gdam/plugins/skin/gdamequalizerskin.la lib/gdam/plugins/skin/gdamequalizerskin.so lib/gdam/plugins/skin/gdamequalizerskin.so.0 lib/gdam/plugins/skin/gdamfaderskin.a +lib/gdam/plugins/skin/gdamfaderskin.la lib/gdam/plugins/skin/gdamfaderskin.so lib/gdam/plugins/skin/gdamfaderskin.so.0 lib/gdam/plugins/skin/gdamfeedbackfilterskin.a +lib/gdam/plugins/skin/gdamfeedbackfilterskin.la lib/gdam/plugins/skin/gdamfeedbackfilterskin.so lib/gdam/plugins/skin/gdamfeedbackfilterskin.so.0 lib/gdam/plugins/skin/gdamfestivalskin.a +lib/gdam/plugins/skin/gdamfestivalskin.la lib/gdam/plugins/skin/gdamfestivalskin.so lib/gdam/plugins/skin/gdamfestivalskin.so.0 lib/gdam/plugins/skin/gdamfiltermodulatorskin.a +lib/gdam/plugins/skin/gdamfiltermodulatorskin.la lib/gdam/plugins/skin/gdamfiltermodulatorskin.so lib/gdam/plugins/skin/gdamfiltermodulatorskin.so.0 lib/gdam/plugins/skin/gdamfiltervibratoskin.a +lib/gdam/plugins/skin/gdamfiltervibratoskin.la lib/gdam/plugins/skin/gdamfiltervibratoskin.so lib/gdam/plugins/skin/gdamfiltervibratoskin.so.0 lib/gdam/plugins/skin/gdamfilterwavetableskin.a +lib/gdam/plugins/skin/gdamfilterwavetableskin.la lib/gdam/plugins/skin/gdamfilterwavetableskin.so lib/gdam/plugins/skin/gdamfilterwavetableskin.so.0 lib/gdam/plugins/skin/gdamfirfilterskin.a +lib/gdam/plugins/skin/gdamfirfilterskin.la lib/gdam/plugins/skin/gdamfirfilterskin.so lib/gdam/plugins/skin/gdamfirfilterskin.so.0 lib/gdam/plugins/skin/gdamflangeskin.a +lib/gdam/plugins/skin/gdamflangeskin.la lib/gdam/plugins/skin/gdamflangeskin.so lib/gdam/plugins/skin/gdamflangeskin.so.0 lib/gdam/plugins/skin/gdamgateskin.a +lib/gdam/plugins/skin/gdamgateskin.la lib/gdam/plugins/skin/gdamgateskin.so lib/gdam/plugins/skin/gdamgateskin.so.0 lib/gdam/plugins/skin/gdamgdamdspskin.a +lib/gdam/plugins/skin/gdamgdamdspskin.la lib/gdam/plugins/skin/gdamgdamdspskin.so lib/gdam/plugins/skin/gdamgdamdspskin.so.0 lib/gdam/plugins/skin/gdamgongskin.a +lib/gdam/plugins/skin/gdamgongskin.la lib/gdam/plugins/skin/gdamgongskin.so lib/gdam/plugins/skin/gdamgongskin.so.0 lib/gdam/plugins/skin/gdamhelpskin.a +lib/gdam/plugins/skin/gdamhelpskin.la lib/gdam/plugins/skin/gdamhelpskin.so lib/gdam/plugins/skin/gdamhelpskin.so.0 lib/gdam/plugins/skin/gdamladspaskin.a +lib/gdam/plugins/skin/gdamladspaskin.la lib/gdam/plugins/skin/gdamladspaskin.so lib/gdam/plugins/skin/gdamladspaskin.so.0 lib/gdam/plugins/skin/gdamlimiterskin.a +lib/gdam/plugins/skin/gdamlimiterskin.la lib/gdam/plugins/skin/gdamlimiterskin.so lib/gdam/plugins/skin/gdamlimiterskin.so.0 lib/gdam/plugins/skin/gdammicrophoneskin.a +lib/gdam/plugins/skin/gdammicrophoneskin.la lib/gdam/plugins/skin/gdammicrophoneskin.so lib/gdam/plugins/skin/gdammicrophoneskin.so.0 lib/gdam/plugins/skin/gdammininetworkskin.a +lib/gdam/plugins/skin/gdammininetworkskin.la lib/gdam/plugins/skin/gdammininetworkskin.so lib/gdam/plugins/skin/gdammininetworkskin.so.0 lib/gdam/plugins/skin/gdammod.a +lib/gdam/plugins/skin/gdammod.la lib/gdam/plugins/skin/gdammod.so lib/gdam/plugins/skin/gdammod.so.0 lib/gdam/plugins/skin/gdamoscilloscopeskin.a +lib/gdam/plugins/skin/gdamoscilloscopeskin.la lib/gdam/plugins/skin/gdamoscilloscopeskin.so lib/gdam/plugins/skin/gdamoscilloscopeskin.so.0 lib/gdam/plugins/skin/gdamphaserskin.a +lib/gdam/plugins/skin/gdamphaserskin.la lib/gdam/plugins/skin/gdamphaserskin.so lib/gdam/plugins/skin/gdamphaserskin.so.0 lib/gdam/plugins/skin/gdampluckedstringskin.a +lib/gdam/plugins/skin/gdampluckedstringskin.la lib/gdam/plugins/skin/gdampluckedstringskin.so lib/gdam/plugins/skin/gdampluckedstringskin.so.0 lib/gdam/plugins/skin/gdampowerspectrumskin.a +lib/gdam/plugins/skin/gdampowerspectrumskin.la lib/gdam/plugins/skin/gdampowerspectrumskin.so lib/gdam/plugins/skin/gdampowerspectrumskin.so.0 lib/gdam/plugins/skin/gdamproducermp3cacheableskin.a +lib/gdam/plugins/skin/gdamproducermp3cacheableskin.la lib/gdam/plugins/skin/gdamproducermp3cacheableskin.so lib/gdam/plugins/skin/gdamproducermp3cacheableskin.so.0 lib/gdam/plugins/skin/gdamproducerqueueskin.a +lib/gdam/plugins/skin/gdamproducerqueueskin.la lib/gdam/plugins/skin/gdamproducerqueueskin.so lib/gdam/plugins/skin/gdamproducerqueueskin.so.0 lib/gdam/plugins/skin/gdamrecorderskin.a +lib/gdam/plugins/skin/gdamrecorderskin.la lib/gdam/plugins/skin/gdamrecorderskin.so lib/gdam/plugins/skin/gdamrecorderskin.so.0 lib/gdam/plugins/skin/gdamsamplingsequencerskin.a +lib/gdam/plugins/skin/gdamsamplingsequencerskin.la lib/gdam/plugins/skin/gdamsamplingsequencerskin.so lib/gdam/plugins/skin/gdamsamplingsequencerskin.so.0 lib/gdam/plugins/skin/gdamscrubskin.a +lib/gdam/plugins/skin/gdamscrubskin.la lib/gdam/plugins/skin/gdamscrubskin.so lib/gdam/plugins/skin/gdamscrubskin.so.0 lib/gdam/plugins/skin/gdamsequencerskin.a +lib/gdam/plugins/skin/gdamsequencerskin.la lib/gdam/plugins/skin/gdamsequencerskin.so lib/gdam/plugins/skin/gdamsequencerskin.so.0 lib/gdam/plugins/skin/gdamsongdatabasemakerskin.a +lib/gdam/plugins/skin/gdamsongdatabasemakerskin.la lib/gdam/plugins/skin/gdamsongdatabasemakerskin.so lib/gdam/plugins/skin/gdamsongdatabasemakerskin.so.0 lib/gdam/plugins/skin/gdamspatialstereoskin.a +lib/gdam/plugins/skin/gdamspatialstereoskin.la lib/gdam/plugins/skin/gdamspatialstereoskin.so lib/gdam/plugins/skin/gdamspatialstereoskin.so.0 lib/gdam/plugins/skin/gdamspectrumscrollskin.a +lib/gdam/plugins/skin/gdamspectrumscrollskin.la lib/gdam/plugins/skin/gdamspectrumscrollskin.so lib/gdam/plugins/skin/gdamspectrumscrollskin.so.0 lib/gdam/plugins/skin/gdamspinskin.a +lib/gdam/plugins/skin/gdamspinskin.la lib/gdam/plugins/skin/gdamspinskin.so lib/gdam/plugins/skin/gdamspinskin.so.0 lib/gdam/plugins/skin/gdamsplinemapskin.a +lib/gdam/plugins/skin/gdamsplinemapskin.la lib/gdam/plugins/skin/gdamsplinemapskin.so lib/gdam/plugins/skin/gdamsplinemapskin.so.0 lib/gdam/plugins/skin/gdamvolumemeterskin.a +lib/gdam/plugins/skin/gdamvolumemeterskin.la lib/gdam/plugins/skin/gdamvolumemeterskin.so lib/gdam/plugins/skin/gdamvolumemeterskin.so.0 lib/gdam/plugins/skin/gdamwalkerskin.a +lib/gdam/plugins/skin/gdamwalkerskin.la lib/gdam/plugins/skin/gdamwalkerskin.so lib/gdam/plugins/skin/gdamwalkerskin.so.0 lib/gdam/plugins/skin/gdamwavetableskin.a +lib/gdam/plugins/skin/gdamwavetableskin.la lib/gdam/plugins/skin/gdamwavetableskin.so lib/gdam/plugins/skin/gdamwavetableskin.so.0 lib/gdam/plugins/skin/gdamxmmsfilterskin.a +lib/gdam/plugins/skin/gdamxmmsfilterskin.la lib/gdam/plugins/skin/gdamxmmsfilterskin.so lib/gdam/plugins/skin/gdamxmmsfilterskin.so.0 lib/libgdam-client.a +lib/libgdam-client.la lib/libgdam-client.so lib/libgdam-client.so.0 lib/libgdam-common.a +lib/libgdam-common.la lib/libgdam-common.so lib/libgdam-common.so.0 lib/libgdam-model.a +lib/libgdam-model.la lib/libgdam-model.so lib/libgdam-model.so.0 lib/libgdam-server.a +lib/libgdam-server.la lib/libgdam-server.so lib/libgdam-server.so.0 lib/libgdam-skin.a +lib/libgdam-skin.la lib/libgdam-skin.so lib/libgdam-skin.so.0 share/doc/gdam/FAQ diff --git a/audio/glame/Makefile b/audio/glame/Makefile index cfcb0f4ba5a2..0ec9914b50c2 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -24,7 +24,8 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GCC= 3.4 -USE_AUTOTOOLS= libltdl:15 libtool:15 +GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 8a3b4df7a0c7..8ee94492ea83 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -20,7 +20,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= imlib WANT_GNOME= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index d1236e0f19f2..5a0e07959981 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnomemedia2 PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.12 @@ -21,7 +22,7 @@ USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 diff --git a/audio/gnome-media/pkg-plist b/audio/gnome-media/pkg-plist index b5e234a8959e..e531ad4428e7 100644 --- a/audio/gnome-media/pkg-plist +++ b/audio/gnome-media/pkg-plist @@ -12,10 +12,14 @@ include/gnome-media/profiles/audio-profile.h include/gnome-media/profiles/audio-profiles-edit.h include/gnome-media/profiles/gnome-media-profiles.h lib/libcddb-slave2.a +lib/libcddb-slave2.la lib/libcddb-slave2.so lib/libcddb-slave2.so.0 +lib/libglade/2.0/libgnome-media-profiles.a +lib/libglade/2.0/libgnome-media-profiles.la lib/libglade/2.0/libgnome-media-profiles.so lib/libgnome-media-profiles.a +lib/libgnome-media-profiles.la lib/libgnome-media-profiles.so lib/libgnome-media-profiles.so.0 libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index d1236e0f19f2..5a0e07959981 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnomemedia2 PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.12 @@ -21,7 +22,7 @@ USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 diff --git a/audio/gnomemedia2/pkg-plist b/audio/gnomemedia2/pkg-plist index b5e234a8959e..e531ad4428e7 100644 --- a/audio/gnomemedia2/pkg-plist +++ b/audio/gnomemedia2/pkg-plist @@ -12,10 +12,14 @@ include/gnome-media/profiles/audio-profile.h include/gnome-media/profiles/audio-profiles-edit.h include/gnome-media/profiles/gnome-media-profiles.h lib/libcddb-slave2.a +lib/libcddb-slave2.la lib/libcddb-slave2.so lib/libcddb-slave2.so.0 +lib/libglade/2.0/libgnome-media-profiles.a +lib/libglade/2.0/libgnome-media-profiles.la lib/libglade/2.0/libgnome-media-profiles.so lib/libgnome-media-profiles.a +lib/libgnome-media-profiles.la lib/libgnome-media-profiles.so lib/libgnome-media-profiles.so.0 libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index ab94e11a7ab1..ae490157ec8e 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomoradio PORTVERSION= 0.15.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,8 @@ USE_GCC= 3.4+ USE_GNOME= gnomehack gnomeprefix USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 +LIBTOOLFLAGS= --tag=CXX CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -36,11 +37,4 @@ post-patch: s|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/roboradio/mp3/Makefile.in -patch-autotools:: - @for file in ${LIBTOOLFILES}; do \ - ${REINPLACE_CMD} -e \ - '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ - ${PATCH_WRKSRC}/$$file; \ - done - .include <bsd.port.mk> diff --git a/audio/gnomoradio/pkg-plist b/audio/gnomoradio/pkg-plist index aa2a6aaba9eb..c8af2c511080 100644 --- a/audio/gnomoradio/pkg-plist +++ b/audio/gnomoradio/pkg-plist @@ -24,12 +24,20 @@ include/roboradio/song.h include/roboradio/sort-songs.h include/roboradio/state.h include/roboradio/xspf.h +lib/librainbow.a +lib/librainbow.la lib/librainbow.so lib/librainbow.so.0 +lib/libroboradio-audio.a +lib/libroboradio-audio.la lib/libroboradio-audio.so lib/libroboradio-audio.so.0 +lib/libroboradio-mp3.a +lib/libroboradio-mp3.la lib/libroboradio-mp3.so lib/libroboradio-mp3.so.0 +lib/libroboradio.a +lib/libroboradio.la lib/libroboradio.so lib/libroboradio.so.0 sbin/rainbow-hub diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index ff43f53ce283..16e81ee732fb 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \ gnomedocutils USE_GSTREAMER= cdparanoia gconf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 8fc0b08fbc11..83ac57dfe64c 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -31,10 +31,9 @@ RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools LATEST_LINK= gqmpeg-devel USE_REINPLACE= yes -GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index a5d5fbb5bfc5..c9c5e88c4dcf 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -28,7 +28,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gdkpixbuf WANT_GNOME= yes -USE_AUTOTOOLS= autoconf:213 libtool:13 +USE_AUTOTOOLS= autoconf:213 libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile index e1be182f3894..f6af7eac0023 100644 --- a/audio/gstreamer-monkeysaudio/Makefile +++ b/audio/gstreamer-monkeysaudio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -monkeysaudio @@ -19,7 +19,7 @@ COMMENT= GStreamer plugin for monkeysaudio files USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GNOME= lthack gnomehack gnomeprefix USE_GSTREAMER= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/gstreamer-monkeysaudio/pkg-plist b/audio/gstreamer-monkeysaudio/pkg-plist index 00437553d183..ca496033f788 100644 --- a/audio/gstreamer-monkeysaudio/pkg-plist +++ b/audio/gstreamer-monkeysaudio/pkg-plist @@ -1,3 +1,5 @@ +lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.a +lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.la lib/gstreamer-%%VERSION%%/libgstmonkeysaudio.so %%PORTDOCS%%%%DOCSDIR%%/GStreamer-monkeysaudio-permit @exec %%X11BASE%%/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff --git a/audio/gtkgep/Makefile b/audio/gtkgep/Makefile index 423a744784a8..6930fc03e4f1 100644 --- a/audio/gtkgep/Makefile +++ b/audio/gtkgep/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkgep PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://finarfinek.republika.pl/download/ @@ -16,7 +16,7 @@ COMMENT= A guitar effects processor for GTK USE_GNOME= gnometarget gtk12 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -fPIC" LDFLAGS="${PTHREAD_LIBS}" PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} diff --git a/audio/gtkgep/pkg-plist b/audio/gtkgep/pkg-plist index 08629124620b..7cc7c6bd0a8b 100644 --- a/audio/gtkgep/pkg-plist +++ b/audio/gtkgep/pkg-plist @@ -1,24 +1,46 @@ bin/gtkgep lib/libfilter.a +lib/libfilter.la +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq1.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq1.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq12.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq12.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq3.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/bandeq3.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/compressor.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/compressor.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distorthard.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distorthard.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distortnormal.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distortnormal.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distortsoft.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/distortsoft.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/echo.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/echo.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/flanger.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/flanger.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/guitarfilter.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/guitarfilter.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/highpass4.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/highpass4.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/lowpass.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/lowpass.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/lowpass4.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/lowpass4.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/ngexp.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/ngexp.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/noisegate.la +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/noisegate.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/noisegate.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/overdrive.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/overdrive.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/reverb.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/reverb.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/simplehighpass.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/simplehighpass.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/simplelowpass.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/simplelowpass.so +lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/volume.la lib/%%PORTNAME%%-%%PORTVERSION%%/plugins/volume.so @dirrm lib/%%PORTNAME%%-%%PORTVERSION%%/plugins @dirrm lib/%%PORTNAME%%-%%PORTVERSION%% diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index d7c688f1e966..0036baa9e6a4 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/ MAINTAINER= anholt@FreeBSD.org COMMENT= A guitar (and other instruments) tuner for GTK -LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- GNU_CONFIGURE= yes USE_GETOPT_LONG=yes diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 3a597b5b987d..c9f8e84eb835 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_RC_SUBR= icecast2.sh SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 885cf67060f0..cbb1c59935cb 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_BZIP2= yes .include <bsd.port.mk> diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index d3a57d9d4bc8..6a0a13314208 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ USE_PERL5= yes USE_PYTHON= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes LATEST_LINK= ices0 MAN1= ices.1 diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index c614c8f0a95d..aba762e7f90f 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= id3lib PORTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/id3lib/pkg-plist b/audio/id3lib/pkg-plist index 8e332333735f..6fe27586307b 100644 --- a/audio/id3lib/pkg-plist +++ b/audio/id3lib/pkg-plist @@ -19,5 +19,6 @@ include/id3/writers.h lib/libid3-3.8.so lib/libid3-3.8.so.3 lib/libid3.a +lib/libid3.la lib/libid3.so @dirrm include/id3 diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 66b0677804fc..67954a8ccfcd 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -6,6 +6,7 @@ PORTNAME= jackit PORTVERSION= 0.100.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jackit @@ -23,7 +24,7 @@ LATEST_LINK= jack CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/audio/jack/pkg-plist b/audio/jack/pkg-plist index deb9940b4bd4..95e7d9ea70e7 100644 --- a/audio/jack/pkg-plist +++ b/audio/jack/pkg-plist @@ -21,12 +21,17 @@ include/jack/thread.h include/jack/timestamps.h include/jack/transport.h include/jack/types.h +lib/jack/inprocess.la lib/jack/inprocess.so +lib/jack/intime.la lib/jack/intime.so +lib/jack/jack_dummy.la lib/jack/jack_dummy.so +lib/jack/jack_oss.la lib/jack/jack_oss.so +lib/jack/jack_portaudio.la lib/jack/jack_portaudio.so -lib/libjack.a +lib/libjack.la lib/libjack.so lib/libjack.so.0 libdata/pkgconfig/jack.pc diff --git a/audio/jamboree/Makefile b/audio/jamboree/Makefile index 4269f847c285..3bba05bc33f3 100644 --- a/audio/jamboree/Makefile +++ b/audio/jamboree/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libglade2 USE_GSTREAMER= vorbis mad gconf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/juk/Makefile b/audio/juk/Makefile index c5ea6fe0b486..f1a765ea56e9 100644 --- a/audio/juk/Makefile +++ b/audio/juk/Makefile @@ -30,7 +30,7 @@ USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION} INSTALLS_SHLIB= yes diff --git a/audio/k3bmonkeyaudioplugin/Makefile b/audio/k3bmonkeyaudioplugin/Makefile index bc806e667cf2..7dfb22a50a10 100644 --- a/audio/k3bmonkeyaudioplugin/Makefile +++ b/audio/k3bmonkeyaudioplugin/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= k3b:${PORTSDIR}/sysutils/k3b USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/kde3 diff --git a/audio/klira/Makefile b/audio/klira/Makefile index 203130b88a3b..d781b36e998e 100644 --- a/audio/klira/Makefile +++ b/audio/klira/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GSTREAMER= yes USE_KDELIBS_VER=3 USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 212958cbf821..59304ee9d082 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -15,9 +15,8 @@ MASTER_SITE_SUBDIR= lame MAINTAINER= netchild@FreeBSD.org COMMENT= ISO code based fast MP3 encoder kit -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 1831debcf532..1b6de646dbbb 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -19,7 +19,6 @@ USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared -USE_AUTOTOOLS= libtool:13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING) @@ -31,6 +30,12 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ARGS+= --enable-djbfft .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + MAN1= a52dec.1 extract_a52.1 HEADER_FILES= liba52/a52_internal.h @@ -58,9 +63,6 @@ post-patch: @${REINPLACE_CMD} -E -e 's|(fftc4.h)|djbfft/\1|' ${WRKSRC}/liba52/imdct.c .endif -post-configure: - @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool - post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -70,4 +72,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/a52dec .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 5f7aae4ef427..6dad42334a53 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= libadplug PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= adplug @@ -19,7 +19,7 @@ COMMENT= AdLib emulator library supporting many formats LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GCC= 3.4+ CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/libadplug/pkg-plist b/audio/libadplug/pkg-plist index 8972fd986a8d..68f61f05daa3 100644 --- a/audio/libadplug/pkg-plist +++ b/audio/libadplug/pkg-plist @@ -50,5 +50,6 @@ include/adplug/xsm.h lib/libadplug-1.5.1.so lib/libadplug-1.5.1.so.0 lib/libadplug.a +lib/libadplug.la lib/libadplug.so @dirrm include/adplug diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 3cbcb47095da..3545959f2b6b 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -7,6 +7,7 @@ PORTNAME= libao PORTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.xiph.org/ao/src/ @@ -15,7 +16,7 @@ COMMENT= Portable audio output library WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) diff --git a/audio/libao/pkg-plist b/audio/libao/pkg-plist index 3819dc4a8b11..24c9e75b172a 100644 --- a/audio/libao/pkg-plist +++ b/audio/libao/pkg-plist @@ -2,12 +2,19 @@ include/ao/ao.h include/ao/os_types.h include/ao/plugin.h -lib/libao.a +lib/libao.la lib/libao.so lib/libao.so.3 +%%ARTS%%lib/ao/plugins-2/libarts.a +%%ARTS%%lib/ao/plugins-2/libarts.la %%ARTS%%lib/ao/plugins-2/libarts.so +lib/ao/plugins-2/liboss.la lib/ao/plugins-2/liboss.so +%%ESOUND%%lib/ao/plugins-2/libesd.a +%%ESOUND%%lib/ao/plugins-2/libesd.la %%ESOUND%%lib/ao/plugins-2/libesd.so +%%NAS%%lib/ao/plugins-2/libnas.a +%%NAS%%lib/ao/plugins-2/libnas.la %%NAS%%lib/ao/plugins-2/libnas.so libdata/pkgconfig/ao.pc share/aclocal/ao.m4 diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 837c6bc45685..4f70f183f4ff 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -7,6 +7,7 @@ PORTNAME= libcdaudio PORTVERSION= 0.99.12p2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/audio/libcdaudio/pkg-plist b/audio/libcdaudio/pkg-plist index 7e219a32e2a8..9a8acc5d283e 100644 --- a/audio/libcdaudio/pkg-plist +++ b/audio/libcdaudio/pkg-plist @@ -1,6 +1,7 @@ bin/libcdaudio-config include/cdaudio.h lib/libcdaudio.a +lib/libcdaudio.la lib/libcdaudio.so lib/libcdaudio.so.1 libdata/pkgconfig/libcdaudio.pc diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 6662521edd67..e7830859ae58 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -8,6 +8,7 @@ PORTNAME= libcddb PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= A library to access data on a CDDB server USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnometarget gnomehack pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --without-cdio diff --git a/audio/libcddb/pkg-plist b/audio/libcddb/pkg-plist index c3b95c095a5b..d16616584f7f 100644 --- a/audio/libcddb/pkg-plist +++ b/audio/libcddb/pkg-plist @@ -10,6 +10,7 @@ include/cddb/cddb_site.h include/cddb/cddb_track.h include/cddb/version.h lib/libcddb.a +lib/libcddb.la lib/libcddb.so lib/libcddb.so.3 libdata/pkgconfig/libcddb.pc diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index f29e078adf53..c6f015de906e 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -14,14 +14,13 @@ MASTER_SITE_SUBDIR= gtkpod MAINTAINER= danfe@FreeBSD.org COMMENT= A library for direct access of iPod's contents -BROKEN= Configure fails - -USE_GETTEXT= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= glib20 +USE_GETTEXT= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-extract: @${REINPLACE_CMD} -e \ diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index bae141d1c688..6543c7de5ba6 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -16,7 +16,7 @@ MAINTAINER= asa@gascom.ru COMMENT= ID3 tags library (part of MAD project) USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes post-build: diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 33b285cd5569..bd3b95aec272 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmad PORTVERSION= 0.15.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.mars.org/pub/mpeg/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mad MAINTAINER= asa@gascom.ru COMMENT= Libmad library (part of MAD project) -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-debugging \ diff --git a/audio/libmad/pkg-plist b/audio/libmad/pkg-plist index 6059bf16d043..5f2d76d88f83 100644 --- a/audio/libmad/pkg-plist +++ b/audio/libmad/pkg-plist @@ -1,5 +1,6 @@ include/mad.h lib/libmad.a +lib/libmad.la lib/libmad.so lib/libmad.so.2 libdata/pkgconfig/mad.pc diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 491d900b3a17..fbe930d44fa7 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmikmod PORTVERSION= 3.1.11 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://mikmod.raphnet.net/files/ @@ -17,7 +18,7 @@ WANT_GNOME= yes USE_GNOME= gnometarget lthack USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" MAKE_ENV= SHELL=/bin/sh INSTALLS_SHLIB= yes diff --git a/audio/libmikmod/pkg-plist b/audio/libmikmod/pkg-plist index 94c2da2f2671..14b43e2d3553 100644 --- a/audio/libmikmod/pkg-plist +++ b/audio/libmikmod/pkg-plist @@ -1,6 +1,7 @@ bin/libmikmod-config include/mikmod.h lib/libmikmod.a +lib/libmikmod.la lib/libmikmod.so lib/libmikmod.so.2 share/aclocal/libmikmod.m4 diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index f38bb1fbea45..ed422ad89e1c 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmodplug PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= modplug-xmms @@ -17,7 +18,7 @@ COMMENT= ModPlug mod-like music shared libraries INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \ diff --git a/audio/libmodplug/pkg-plist b/audio/libmodplug/pkg-plist index 830b01e0cc6a..793405daba28 100644 --- a/audio/libmodplug/pkg-plist +++ b/audio/libmodplug/pkg-plist @@ -1,6 +1,6 @@ +lib/libmodplug.la lib/libmodplug.so.0 lib/libmodplug.so -lib/libmodplug.la libdata/pkgconfig/libmodplug.pc include/libmodplug/stdafx.h include/libmodplug/sndfile.h diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile index 2c2d2ca3fcb1..dc2463c139c0 100644 --- a/audio/libmpcdec/Makefile +++ b/audio/libmpcdec/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmpcdec PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net-files/source/ @@ -16,7 +17,6 @@ COMMENT= High quality audio compression format USE_BZIP2= yes USE_REINPLACE= yes USE_GNOME= gnometarget -USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/libmpcdec/pkg-plist b/audio/libmpcdec/pkg-plist index 3386615c69c8..63df1ccff348 100644 --- a/audio/libmpcdec/pkg-plist +++ b/audio/libmpcdec/pkg-plist @@ -7,6 +7,7 @@ include/mpcdec/reader.h include/mpcdec/requant.h include/mpcdec/streaminfo.h lib/libmpcdec.a +lib/libmpcdec.la lib/libmpcdec.so lib/libmpcdec.so.3 @dirrm include/mpcdec diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 836010e87d98..5a97e11c45b4 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ @@ -21,7 +21,7 @@ CONFLICTS= musicbrainz-1.* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz/pkg-plist b/audio/libmusicbrainz/pkg-plist index 06e7e89f4b3d..707eadfae7a7 100644 --- a/audio/libmusicbrainz/pkg-plist +++ b/audio/libmusicbrainz/pkg-plist @@ -4,6 +4,7 @@ include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h include/musicbrainz/queries.h lib/libmusicbrainz.a +lib/libmusicbrainz.la lib/libmusicbrainz.so lib/libmusicbrainz.so.4 libdata/pkgconfig/libmusicbrainz.pc diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile index 836010e87d98..5a97e11c45b4 100644 --- a/audio/libmusicbrainz3/Makefile +++ b/audio/libmusicbrainz3/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ @@ -21,7 +21,7 @@ CONFLICTS= musicbrainz-1.* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz3/pkg-plist b/audio/libmusicbrainz3/pkg-plist index 06e7e89f4b3d..707eadfae7a7 100644 --- a/audio/libmusicbrainz3/pkg-plist +++ b/audio/libmusicbrainz3/pkg-plist @@ -4,6 +4,7 @@ include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h include/musicbrainz/queries.h lib/libmusicbrainz.a +lib/libmusicbrainz.la lib/libmusicbrainz.so lib/libmusicbrainz.so.4 libdata/pkgconfig/libmusicbrainz.pc diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index 836010e87d98..5a97e11c45b4 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ @@ -21,7 +21,7 @@ CONFLICTS= musicbrainz-1.* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz4/pkg-plist b/audio/libmusicbrainz4/pkg-plist index 06e7e89f4b3d..707eadfae7a7 100644 --- a/audio/libmusicbrainz4/pkg-plist +++ b/audio/libmusicbrainz4/pkg-plist @@ -4,6 +4,7 @@ include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h include/musicbrainz/queries.h lib/libmusicbrainz.a +lib/libmusicbrainz.la lib/libmusicbrainz.so lib/libmusicbrainz.so.4 libdata/pkgconfig/libmusicbrainz.pc diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index 836010e87d98..5a97e11c45b4 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmusicbrainz PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ @@ -21,7 +21,7 @@ CONFLICTS= musicbrainz-1.* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes diff --git a/audio/libmusicbrainz5/pkg-plist b/audio/libmusicbrainz5/pkg-plist index 06e7e89f4b3d..707eadfae7a7 100644 --- a/audio/libmusicbrainz5/pkg-plist +++ b/audio/libmusicbrainz5/pkg-plist @@ -4,6 +4,7 @@ include/musicbrainz/mb_c.h include/musicbrainz/musicbrainz.h include/musicbrainz/queries.h lib/libmusicbrainz.a +lib/libmusicbrainz.la lib/libmusicbrainz.so lib/libmusicbrainz.so.4 libdata/pkgconfig/libmusicbrainz.pc diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index 82c0ef174f81..f8a6f48d5251 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GNOME= gnomehack INSTALLS_SHLIB= yes diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index b17d0bd0c5a5..8cf32b5f7549 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -17,7 +18,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3.3:${PORTSDIR}/math/fftw3 USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gcc-pipe diff --git a/audio/libsamplerate/pkg-plist b/audio/libsamplerate/pkg-plist index 0effd0d376b1..4c88d213bd7d 100644 --- a/audio/libsamplerate/pkg-plist +++ b/audio/libsamplerate/pkg-plist @@ -1,6 +1,7 @@ bin/sndfile-resample include/samplerate.h lib/libsamplerate.a +lib/libsamplerate.la lib/libsamplerate.so lib/libsamplerate.so.1 libdata/pkgconfig/samplerate.pc diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index d40293659b15..b37df7c980aa 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libshout2 PORTVERSION= 2.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ @@ -24,7 +25,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_GNOME+= pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFLICTS= libshout-1.0.7 USE_REINPLACE= yes diff --git a/audio/libshout2/pkg-plist b/audio/libshout2/pkg-plist index 2cc6322cb597..42db494b62e9 100644 --- a/audio/libshout2/pkg-plist +++ b/audio/libshout2/pkg-plist @@ -1,5 +1,6 @@ include/shout/shout.h lib/libshout.a +lib/libshout.la lib/libshout.so lib/libshout.so.5 libdata/pkgconfig/shout.pc diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 0e5ed79910e1..c417a73091be 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org COMMENT= A Commodore SID-chip emulator library to play SID music files -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index faa37e70c685..acfe241a44da 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsidplay2 PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sidplay2 diff --git a/audio/libsidplay2/pkg-plist b/audio/libsidplay2/pkg-plist index 8779c00b5fb7..8348627387b5 100644 --- a/audio/libsidplay2/pkg-plist +++ b/audio/libsidplay2/pkg-plist @@ -19,12 +19,15 @@ include/sidplay/utils/SidTuneMod.h include/sidplay/utils/SidUsage.h include/sidplay/utils/libini.h lib/libsidplay2.a +lib/libsidplay2.la lib/libsidplay2.so lib/libsidplay2.so.1 lib/libsidutils.a +lib/libsidutils.la lib/libsidutils.so lib/libsidutils.so.0 lib/sidplay/builders/libresid-builder.a +lib/sidplay/builders/libresid-builder.la lib/sidplay/builders/libresid-builder.so lib/sidplay/builders/libresid-builder.so.0 libdata/pkgconfig/libsidplay2.pc diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 27405d140e6f..8c5ddad9ada2 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -8,6 +8,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/ @@ -15,7 +16,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/libsndfile/pkg-plist b/audio/libsndfile/pkg-plist index 6ab414a9d875..c6a6a9232653 100644 --- a/audio/libsndfile/pkg-plist +++ b/audio/libsndfile/pkg-plist @@ -4,6 +4,7 @@ bin/sndfile-play bin/sndfile-regtest include/sndfile.h lib/libsndfile.a +lib/libsndfile.la lib/libsndfile.so lib/libsndfile.so.1 libdata/pkgconfig/sndfile.pc diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index f931cf2c01c7..a01aaabfdf77 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -18,13 +18,14 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor USE_REINPLACE= yes -USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13 +USE_AUTOTOOLS= automake:15 autoconf:253 libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes pre-configure: @cd ${WRKSRC} && ${ACLOCAL} @cd ${WRKSRC} && ${LIBTOOLIZE} --automake + @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 @cd ${WRKSRC} && ${AUTOMAKE} --add-missing @cd ${WRKSRC} && ${AUTOCONF} diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile index 2e5366f4b1d3..a65220e9c28e 100644 --- a/audio/libtunepimp-old/Makefile +++ b/audio/libtunepimp-old/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ @@ -25,11 +26,10 @@ CONFLICTS= trm-0* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ diff --git a/audio/libtunepimp-old/pkg-plist b/audio/libtunepimp-old/pkg-plist index 950bc6aa8465..d3888b75c7a1 100644 --- a/audio/libtunepimp-old/pkg-plist +++ b/audio/libtunepimp-old/pkg-plist @@ -6,6 +6,7 @@ include/tunepimp/tp_c.h include/tunepimp/track.h include/tunepimp/tunepimp.h lib/libtunepimp.a +lib/libtunepimp.la lib/libtunepimp.so lib/libtunepimp.so.2 @dirrm include/tunepimp diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 2e5366f4b1d3..a65220e9c28e 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ @@ -25,11 +26,10 @@ CONFLICTS= trm-0* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ diff --git a/audio/libtunepimp/pkg-plist b/audio/libtunepimp/pkg-plist index 950bc6aa8465..d3888b75c7a1 100644 --- a/audio/libtunepimp/pkg-plist +++ b/audio/libtunepimp/pkg-plist @@ -6,6 +6,7 @@ include/tunepimp/tp_c.h include/tunepimp/track.h include/tunepimp/tunepimp.h lib/libtunepimp.a +lib/libtunepimp.la lib/libtunepimp.so lib/libtunepimp.so.2 @dirrm include/tunepimp diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index c2448c9f0ef1..07061509e86b 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -16,7 +16,7 @@ COMMENT= Audio compression codec library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/audio/mac/Makefile b/audio/mac/Makefile index d08940b64979..9c17fdcb774a 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -7,6 +7,7 @@ PORTNAME= mac PORTVERSION= 3.99.4.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mac-port @@ -19,7 +20,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-backward INSTALLS_SHLIB= yes diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist index a4075504ce3a..4e678f8994e2 100644 --- a/audio/mac/pkg-plist +++ b/audio/mac/pkg-plist @@ -20,6 +20,7 @@ include/mac/MACLib.h include/mac/MACProgressHelper.h include/mac/MACUtils.h @dirrm include/mac -lib/libmac.so.2 -lib/libmac.so lib/libmac.a +lib/libmac.la +lib/libmac.so +lib/libmac.so.2 diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 6b9966179400..051047a7afc0 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ WANT_GNOME= yes USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" ALL_TARGET= all madtime diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile index 350371e667c5..a7ae2048d170 100644 --- a/audio/marlin/Makefile +++ b/audio/marlin/Makefile @@ -6,7 +6,7 @@ PORTNAME= marlin PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburne USE_GSTREAMER= flac gconf mad vorbis INSTALLS_OMF= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" diff --git a/audio/marlin/pkg-plist b/audio/marlin/pkg-plist index a569d878dbe7..086b159bb394 100644 --- a/audio/marlin/pkg-plist +++ b/audio/marlin/pkg-plist @@ -37,9 +37,11 @@ include/libmarlin/marlin-undoable.h include/libmarlin/marlin-utils.h include/libmarlin/marlin-x-utils.h lib/libmarlinx.a +lib/libmarlinx.la lib/libmarlinx.so lib/libmarlinx.so.0 lib/libmarlin.a +lib/libmarlin.la lib/libmarlin.so lib/libmarlin.so.0 share/gnome/applications/marlin.desktop diff --git a/audio/moc/Makefile b/audio/moc/Makefile index f84ae1bb9c66..38a3bbf6b950 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -7,6 +7,7 @@ PORTNAME= moc PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -16,7 +17,7 @@ COMMENT= A console audio player designed to be powerful and easy to use USE_GETOPT_LONG= yes USE_GMAKE= yes USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= mocp.1 @@ -50,7 +51,8 @@ CONFIGURE_ARGS+= --without-jack .if defined(WITH_MP3) LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \ id3tag.0:${PORTSDIR}/audio/libid3tag -PLIST_FILES+= lib/moc/decoder_plugins/libmp3_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libmp3_decoder.la \ + lib/moc/decoder_plugins/libmp3_decoder.so .else CONFIGURE_ARGS+= --without-mp3 .endif @@ -58,21 +60,24 @@ CONFIGURE_ARGS+= --without-mp3 .if defined(WITH_MUSEPACK) LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec \ tag_c.0:${PORTSDIR}/audio/taglib -PLIST_FILES+= lib/moc/decoder_plugins/libmusepack_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libmusepack_decoder.la \ + lib/moc/decoder_plugins/libmusepack_decoder.so .else CONFIGURE_ARGS+= --without-musepack .endif .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -PLIST_FILES+= lib/moc/decoder_plugins/libvorbis_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libvorbis_decoder.la \ + lib/moc/decoder_plugins/libvorbis_decoder.so .else CONFIGURE_ARGS+= --without-ogg .endif .if defined(WITH_FLAC) LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac -PLIST_FILES+= lib/moc/decoder_plugins/libflac_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libflac_decoder.la \ + lib/moc/decoder_plugins/libflac_decoder.so .else CONFIGURE_ARGS+= --without-flac .endif @@ -85,14 +90,16 @@ CONFIGURE_ARGS+= --without-ffmpeg .if defined(WITH_SNDFILE) LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile -PLIST_FILES+= lib/moc/decoder_plugins/libsndfile_formats_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libsndfile_formats_decoder.la \ + lib/moc/decoder_plugins/libsndfile_formats_decoder.so .else CONFIGURE_ARGS+= --without-sndfile .endif .if defined(WITH_SPEEX) LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex -PLIST_FILES+= lib/moc/decoder_plugins/libspeex_decoder.so +PLIST_FILES+= lib/moc/decoder_plugins/libspeex_decoder.la \ + lib/moc/decoder_plugins/libspeex_decoder.so .else CONFIGURE_ARGS+= --without-speex .endif diff --git a/audio/mpeglib_artsplug/Makefile b/audio/mpeglib_artsplug/Makefile index 1f7cd3dd2962..e963d0b442f2 100644 --- a/audio/mpeglib_artsplug/Makefile +++ b/audio/mpeglib_artsplug/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpeglib_artsplug PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -24,9 +25,8 @@ CONFLICTS= kdemultimedia-3.1.* kdemultimedia-3.2.[0-3] USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} - USE_BZIP2= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION} INSTALLS_SHLIB= yes diff --git a/audio/mpeglib_artsplug/pkg-plist b/audio/mpeglib_artsplug/pkg-plist index 08da86b07281..4a21890096e1 100644 --- a/audio/mpeglib_artsplug/pkg-plist +++ b/audio/mpeglib_artsplug/pkg-plist @@ -86,16 +86,21 @@ include/mpeglib_artsplug/splayPlayObject.idl include/mpeglib_artsplug/splayPlayObject_impl.h lib/libarts_mpeglib-0.3.0.so lib/libarts_mpeglib-0.3.0.so.0 +lib/libarts_mpeglib.a lib/libarts_mpeglib.la lib/libarts_mpeglib.so +lib/libarts_splay.a lib/libarts_splay.la lib/libarts_splay.so lib/libarts_splay.so.0 lib/libmpeg-0.3.0.so +lib/libmpeg.a lib/libmpeg.la lib/libmpeg.so +lib/libyafcore.a lib/libyafcore.la lib/libyafcore.so +lib/libyafxplayer.a lib/libyafxplayer.la lib/libyafxplayer.so lib/mcop/CDDAPlayObject.mcopclass diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index fe33709149c0..e19714bae1dc 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -18,8 +18,7 @@ COMMENT= Digit@lway MPIO MP3 player tool LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb USE_ICONV= yes -USE_AUTOTOOLS= libtool:13 -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 06ba38cf9553..6bb54a174dd0 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -8,6 +8,7 @@ PORTNAME= muine PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -27,7 +28,7 @@ RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intltool libgnomeui USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/muine/pkg-plist b/audio/muine/pkg-plist index b2cbc3403aa1..165124f6788b 100644 --- a/audio/muine/pkg-plist +++ b/audio/muine/pkg-plist @@ -7,6 +7,7 @@ lib/monodoc/sources/muine-docs.source lib/monodoc/sources/muine-docs.tree lib/monodoc/sources/muine-docs.zip lib/muine/libmuine.a +lib/muine/libmuine.la lib/muine/libmuine.so lib/muine/libmuine.so.0 lib/muine/muine.exe diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index c4c0c2e488f4..bb6b13693433 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -23,7 +23,6 @@ EXPIRATION_DATE=2006-03-14 USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index 5fc8f9aa95d7..5664472eb59c 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -7,6 +7,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ DISTNAME= OpenSPC-${PORTVERSION} @@ -16,11 +17,11 @@ COMMENT= A command line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 PORTDOCS= README -PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so lib/libOpenSPC.so.3 \ - lib/libOpenSPC.la lib/libOpenSPC.a +PLIST_FILES= bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so \ + lib/libOpenSPC.so.3 lib/libOpenSPC.la lib/libOpenSPC.a .if !defined(NOPORTDOCS) post-install: diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile index b57ab0db176c..6801b0131d0b 100644 --- a/audio/opmixer/Makefile +++ b/audio/opmixer/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= optronic MAINTAINER= ports@FreeBSD.org COMMENT= Adjusts a mixer -LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- DOCDIR= share/doc/${PORTNAME} USE_BZIP2= yes diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index e933378ba5b9..089deecf72e7 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for gsf audio files USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GCC= 3.4+ # avoid a "of memory error" gcc bug diff --git a/audio/polypaudio/Makefile b/audio/polypaudio/Makefile index 0906eba50728..0020c8cbbef0 100644 --- a/audio/polypaudio/Makefile +++ b/audio/polypaudio/Makefile @@ -22,8 +22,8 @@ WANT_GNOME= yes USE_XLIB= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -# Needs libtool archive (.la) files for libltdl -USE_AUTOTOOLS= libltdl:15 libtool:15:inc +USE_AUTOTOOLS= libltdl:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/resid/Makefile b/audio/resid/Makefile index cb38934e5ead..fbd84fd09319 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -7,6 +7,7 @@ PORTNAME= resid PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= audio emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cycle-based SID emulator engine -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/audio/resid/pkg-plist b/audio/resid/pkg-plist index d7e19aa9e965..5a377dbbf24a 100644 --- a/audio/resid/pkg-plist +++ b/audio/resid/pkg-plist @@ -8,6 +8,7 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a +lib/libresid.la lib/libresid.so lib/libresid.so.5 @dirrm include/resid diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 9b99c7ab3b4a..53f9c8158510 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.3.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist index 7157c7e4ceed..a44eff88c5db 100644 --- a/audio/rhythmbox-devel/pkg-plist +++ b/audio/rhythmbox-devel/pkg-plist @@ -1,4 +1,6 @@ bin/rhythmbox +lib/bonobo/librb-nautilus-context-menu.a +lib/bonobo/librb-nautilus-context-menu.la lib/bonobo/librb-nautilus-context-menu.so libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 9b99c7ab3b4a..53f9c8158510 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,6 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.3.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index 7157c7e4ceed..a44eff88c5db 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -1,4 +1,6 @@ bin/rhythmbox +lib/bonobo/librb-nautilus-context-menu.a +lib/bonobo/librb-nautilus-context-menu.la lib/bonobo/librb-nautilus-context-menu.so libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index eae0746bbd71..0ace91c8531a 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -7,6 +7,7 @@ PORTNAME= rioutil PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/rioutil/pkg-plist b/audio/rioutil/pkg-plist index 95b5e89b3881..33707142187c 100644 --- a/audio/rioutil/pkg-plist +++ b/audio/rioutil/pkg-plist @@ -1,5 +1,6 @@ bin/rioutil include/rio.h lib/librioutil.a +lib/librioutil.la lib/librioutil.so lib/librioutil.so.5 diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 89d1f1f60801..02bbc7eb3321 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -6,7 +6,7 @@ PORTNAME?= scrobbler PORTVERSION= 0.3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ http://www.pipian.com/stuffforchat/ @@ -23,7 +23,7 @@ CONFLICTS= bmp-scrobbler-[0-9]* \ USE_BZIP2= yes USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" @@ -36,14 +36,16 @@ WITH_BMP= yes .if defined(WITH_XMMS) LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -PLIST_FILES+= lib/xmms/General/libxmms_scrobbler.so +PLIST_FILES+= lib/xmms/General/libxmms_scrobbler.la \ + lib/xmms/General/libxmms_scrobbler.so .else CONFIGURE_ARGS+= --disable-xmms-plugin .endif .if defined(WITH_BMP) LIB_DEPENDS+= beep.2:${PORTSDIR}/multimedia/beep-media-player -PLIST_FILES+= lib/bmp/General/libbmp_scrobbler.so +PLIST_FILES+= lib/bmp/General/libbmp_scrobbler.la \ + lib/bmp/General/libbmp_scrobbler.so .else CONFIGURE_ARGS+= --disable-bmp-plugin .endif diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 0c2325924945..9a64febbc710 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_mixer PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A sample multi-channel audio mixer library USE_SDL= sdl USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/audio/sdl_mixer/pkg-plist b/audio/sdl_mixer/pkg-plist index ed6762047aea..e9670914d848 100644 --- a/audio/sdl_mixer/pkg-plist +++ b/audio/sdl_mixer/pkg-plist @@ -1,4 +1,5 @@ include/SDL11/SDL_mixer.h lib/libSDL_mixer.a +lib/libSDL_mixer.la lib/libSDL_mixer.so lib/libSDL_mixer.so.2 diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index d8e23ca80312..57642084d72f 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl_sound PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/ DISTNAME= SDL_sound-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A SDL audio library and player for some popular sound file formats USE_SDL= sdl USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/sdl_sound/pkg-plist b/audio/sdl_sound/pkg-plist index 6bd0edf116c7..96ffa81ef647 100644 --- a/audio/sdl_sound/pkg-plist +++ b/audio/sdl_sound/pkg-plist @@ -1,6 +1,8 @@ bin/playsound include/SDL11/SDL_sound.h lib/libSDL_sound-1.0.so.1 +lib/libSDL_sound-1.0.so lib/libSDL_sound.a +lib/libSDL_sound.la lib/libSDL_sound.so @dirrmtry include/SDL11 diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 6c977d5206bd..0f6ca61cced3 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -27,7 +27,7 @@ USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils USE_GSTREAMER= cdparanoia vorbis flac gconf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ignore-missing-cd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 632e21d12f55..da446b60bae4 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= speex PORTVERSION= 1.1.11.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -24,7 +24,7 @@ CONFLICTS= speex-1.0* USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/speex-devel/pkg-plist b/audio/speex-devel/pkg-plist index 243b3dcdfc7c..c1bb4bd72760 100644 --- a/audio/speex-devel/pkg-plist +++ b/audio/speex-devel/pkg-plist @@ -11,6 +11,7 @@ include/speex/speex_preprocess.h include/speex/speex_stereo.h include/speex/speex_types.h lib/libspeex.a +lib/libspeex.la lib/libspeex.so lib/libspeex.so.3 libdata/pkgconfig/speex.pc diff --git a/audio/speex/Makefile b/audio/speex/Makefile index cc614b92345e..a995d743dd54 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} \ @@ -25,7 +26,7 @@ CONFLICTS= speex-devel-* USE_GNOME= gnomehack USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index 04a0ceb9f97c..0bab16c4585a 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -11,6 +11,7 @@ include/speex_callbacks.h include/speex_header.h include/speex_stereo.h lib/libspeex.a +lib/libspeex.la lib/libspeex.so lib/libspeex.so.3 libdata/pkgconfig/speex.pc diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index bd822c4a3fb7..c10a5b782039 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ mp3lame:${PORTSDIR}/audio/lame USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" PLIST_FILES= bin/streamTranscoder diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index eca0ef0bf27a..51099e273ab0 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/ USE_X_PREFIX= yes USE_GNOME= gtk20 gnomehack gnomeprefix USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GETOPT_LONG= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/audio/swami/Makefile b/audio/swami/Makefile index dcfba2d1306a..e46d5a90db53 100644 --- a/audio/swami/Makefile +++ b/audio/swami/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GNOME= gnomelibs gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index a196f9f79d4e..ff9e919ae4d5 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -7,6 +7,7 @@ PORTNAME= sweep PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +24,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk12 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index d685cd286676..0973180ef327 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -9,11 +9,23 @@ include/sweep/sweep_typeconvert.h include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h +lib/sweep/libbyenergy.a +lib/sweep/libbyenergy.la lib/sweep/libbyenergy.so +lib/sweep/libecho.a +lib/sweep/libecho.la lib/sweep/libecho.so +lib/sweep/libfade.a +lib/sweep/libfade.la lib/sweep/libfade.so +lib/sweep/libladspameta.a +lib/sweep/libladspameta.la lib/sweep/libladspameta.so +lib/sweep/libnormalise.a +lib/sweep/libnormalise.la lib/sweep/libnormalise.so +lib/sweep/libreverse.a +lib/sweep/libreverse.la lib/sweep/libreverse.so share/gnome/apps/Multimedia/sweep.desktop share/gnome/pixmaps/sweep.png diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index f1a9be7a7976..c7707b99e630 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 65dd69b62a91..a8a99ea89e11 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -7,7 +7,7 @@ PORTNAME= taglib PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/ @@ -16,7 +16,6 @@ COMMENT= Library for manipulating ID3 tags and Ogg comments GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes USE_REINPLACE= yes @@ -25,7 +24,7 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e \ - "s#\$$(libdir)/pkgconfig#${LOCALBASE}/libdata/pkgconfig#g" \ + "s#\$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#g" \ ${WRKSRC}/taglib/Makefile.in .include <bsd.port.mk> diff --git a/audio/taglib/pkg-plist b/audio/taglib/pkg-plist index 2e8f4b87f41c..7e242bbdb975 100644 --- a/audio/taglib/pkg-plist +++ b/audio/taglib/pkg-plist @@ -1,5 +1,4 @@ bin/taglib-config -libdata/pkgconfig/taglib.pc include/taglib/apefooter.h include/taglib/apeitem.h include/taglib/apetag.h @@ -53,5 +52,6 @@ lib/libtag.so.5 lib/libtag_c.la lib/libtag_c.so lib/libtag_c.so.0 +libdata/pkgconfig/taglib.pc @dirrm include/taglib @dirrmtry lib/pkgconfig diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 2fdbc5e7443f..b75cfb7a1453 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ USE_X_PREFIX= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack libglade2 gnomehier diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 4548598934bf..0f6bc7b0f4eb 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -6,6 +6,7 @@ PORTNAME= tse3 PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/tse3/pkg-plist b/audio/tse3/pkg-plist index 5a23a29970a0..ace79782bb1f 100644 --- a/audio/tse3/pkg-plist +++ b/audio/tse3/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/audio/tse3/pkg-plist,v 1.5 2005-08-01 12:01:59 sem Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/audio/tse3/pkg-plist,v 1.6 2006-02-23 10:34:43 ade Exp $ bin/tse3play include/tse3/DisplayParams.h include/tse3/Error.h @@ -106,6 +106,7 @@ include/tse3/util/Snap.h include/tse3/util/Song.h include/tse3/util/Track.h lib/libtse3.a +lib/libtse3.la lib/libtse3.so lib/libtse3.so.0 %%PORTDOCS%%%%DOCSDIR%%/About.html diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 9e8c1a46c7e9..bf9adf1276a9 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -7,6 +7,7 @@ PORTNAME= twolame PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.ecs.soton.ac.uk/~njh/twolame/ @@ -17,7 +18,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget INSTALLS_SHLIB= yes MAN1= twolame.1 diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist index 4e3a62ed4a9d..0cd180115e02 100644 --- a/audio/twolame/pkg-plist +++ b/audio/twolame/pkg-plist @@ -1,6 +1,7 @@ bin/twolame include/twolame.h lib/libtwolame.a +lib/libtwolame.la lib/libtwolame.so lib/libtwolame.so.0 libdata/pkgconfig/twolame.pc diff --git a/audio/uade/Makefile b/audio/uade/Makefile index 2b6eb73defc7..14efb2082f75 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-uade PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/uade/uade/ DISTNAME= uade-${PORTVERSION} @@ -21,7 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 885645debfef..0d14801f492f 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ vorbis.3:${PORTSDIR}/audio/libvorbis USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-vcut CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index f33e4ab4a198..45afaa1cacd7 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -7,7 +7,7 @@ PORTNAME= vsound PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.zorg.org/vsound/ @@ -17,7 +17,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) post-install: diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist index 5fd935da469f..2a26e8d3c89d 100644 --- a/audio/vsound/pkg-plist +++ b/audio/vsound/pkg-plist @@ -1,4 +1,5 @@ bin/vsound +lib/vsound/libvsound.la lib/vsound/libvsound.so @dirrm lib/vsound %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index f20224521a3c..d06a6bab23a5 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -7,6 +7,7 @@ PORTNAME= wavpack PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kwm @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= kwm MAINTAINER= kwm@FreeBSD.org COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_ICONV= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/audio/wavpack/pkg-plist b/audio/wavpack/pkg-plist index bd0d35a9e50c..7d7d5c79e932 100644 --- a/audio/wavpack/pkg-plist +++ b/audio/wavpack/pkg-plist @@ -5,6 +5,7 @@ include/wavpack/unpack3.h include/wavpack/wavpack.h include/wavpack/wputils.h lib/libwavpack.a +lib/libwavpack.la lib/libwavpack.so lib/libwavpack.so.0 libdata/pkgconfig/wavpack.pc diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 076ab22fbb60..030c43db60e4 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= wsoundserver PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio windowmaker MASTER_SITES= ${MASTER_SITE_NETBSD} DISTNAME= WSoundServer-${PORTVERSION} @@ -24,7 +24,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes WANT_GNOME= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs" MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \ diff --git a/audio/wsoundserver/pkg-plist b/audio/wsoundserver/pkg-plist index 1e36c26369f6..a48ad45a639b 100644 --- a/audio/wsoundserver/pkg-plist +++ b/audio/wsoundserver/pkg-plist @@ -6,5 +6,6 @@ bin/wsoundplay bin/wsoundserver include/wsound.h lib/libwsound.a +lib/libwsound.la lib/libwsound.so lib/libwsound.so.1 diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 3948a784597a..dfdc0c3d4171 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11amp PORTVERSION= 0.9.b1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \ ftp://ftp.sci-nnov.ru/pub/FreeBSD/ports/distfiles/ @@ -18,8 +18,7 @@ COMMENT= X11-based MP3 player with nice graphical interface USE_XLIB= yes USE_GNOME= gtk12 esound -USE_AUTOTOOLS= libtool:15 -LIBTOOLFILES= configure libx11amp/configure +GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -27,5 +26,6 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin + @${CHMOD} a+x ${WRKSRC}/ltconfig .include <bsd.port.post.mk> diff --git a/audio/x11amp/pkg-plist b/audio/x11amp/pkg-plist index a9805a1ca2fd..cd32e9774f32 100644 --- a/audio/x11amp/pkg-plist +++ b/audio/x11amp/pkg-plist @@ -4,17 +4,24 @@ include/x11amp/configfile.h include/x11amp/plugin.h include/x11amp/x11ampctrl.h lib/libx11amp.a +lib/libx11amp.la lib/libx11amp.so lib/libx11amp.so.9 +lib/x11amp/Effect/libtest.la lib/x11amp/Effect/libtest.so +lib/x11amp/Effect/libvoice.la lib/x11amp/Effect/libvoice.so +lib/x11amp/General/libir.la lib/x11amp/General/libir.so +lib/x11amp/Input/libmikmod.la lib/x11amp/Input/libmikmod.so +lib/x11amp/Input/libmpg123.la lib/x11amp/Input/libmpg123.so +lib/x11amp/Input/libwav.la lib/x11amp/Input/libwav.so -lib/x11amp/Output/libOSS.a +lib/x11amp/Output/libOSS.la lib/x11amp/Output/libOSS.so -lib/x11amp/Output/libesdout.a +lib/x11amp/Output/libesdout.la lib/x11amp/Output/libesdout.so share/x11amp/wmx11amp.xpm @dirrm share/x11amp diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 8ec6d1c7dfa4..9be39bf1e8cd 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -31,7 +31,7 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index 24cb0dd0a22a..c5d75cc62155 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -1,8 +1,10 @@ bin/xfce4-mixer -lib/xfce4/modules/libxfce4mixer.a +lib/xfce4/modules/libxfce4mixer.la lib/xfce4/modules/libxfce4mixer.so lib/xfce4/modules/libxfce4mixer.so.0 +lib/xfce4/mcs-plugins/sound_settings.la lib/xfce4/mcs-plugins/sound_settings.so +lib/xfce4/panel-plugins/libmixer.la lib/xfce4/panel-plugins/libmixer.so share/applications/xfce-mixer-settings.desktop share/icons/hicolor/48x48/apps/xfce4-mixer.png diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index 02e776247a5f..3a774080d9b3 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-ahx PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +18,11 @@ COMMENT= XMMS plugin for playing AHX tunes BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/libahx.so +PLIST_FILES= lib/xmms/Input/libahx.la \ + lib/xmms/Input/libahx.so USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/xmms-arts_output/Makefile b/audio/xmms-arts_output/Makefile index a1b9cd84de16..d5d5eb821f4c 100644 --- a/audio/xmms-arts_output/Makefile +++ b/audio/xmms-arts_output/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= xmms- PORTNAME= arts_output PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/ @@ -20,10 +20,12 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST_FILES= lib/xmms/Output/libarts.so \ +PLIST_FILES= lib/xmms/Output/libarts.a \ + lib/xmms/Output/libarts.la \ + lib/xmms/Output/libarts.so \ bin/xmms-arts-helper .include <bsd.port.mk> diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index bda7ceeae550..1f0744c2cb4f 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-crossfade PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/ @@ -16,7 +17,7 @@ COMMENT= XMMS Output plugin for crossfading between songs LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile index 4e1051f8d48b..d70925ac868f 100644 --- a/audio/xmms-efxmms/Makefile +++ b/audio/xmms-efxmms/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-efxmms PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= efxmms @@ -21,8 +22,9 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes -PLIST_FILES= lib/xmms/Effect/libefx.so +PLIST_FILES= lib/xmms/Effect/libefx.la \ + lib/xmms/Effect/libefx.so .include <bsd.port.mk> diff --git a/audio/xmms-eq/Makefile b/audio/xmms-eq/Makefile index 9b93e29669bd..d901f66be574 100644 --- a/audio/xmms-eq/Makefile +++ b/audio/xmms-eq/Makefile @@ -7,6 +7,7 @@ PORTNAME= eq PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= equ @@ -22,9 +23,10 @@ USE_BZIP2= yes USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes -PLIST_FILES= lib/xmms/Effect/libeq.so +PLIST_FILES= lib/xmms/Effect/libeq.la \ + lib/xmms/Effect/libeq.so OPTIONS= OPTIMIZED_CFLAGS "use optimized C flags" on \ EXT_INSTRUCTIONS "use MMX/SSE/SSE2 instructions if available" on diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile index 3a0f0c01f13a..b09f06861b79 100644 --- a/audio/xmms-faad/Makefile +++ b/audio/xmms-faad/Makefile @@ -7,7 +7,7 @@ PORTNAME= faad2 PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= faac @@ -25,7 +25,7 @@ PATCH_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:13:inc +USE_AUTOTOOLS= automake:15 autoheader:253 autoconf:253 libtool:15 AUTOMAKE_ARGS= --add-missing USE_X_PREFIX= yes USE_GNOME= gtk12 @@ -39,7 +39,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_GTK" \ DESCR= ${PORTSDIR}/audio/faad/pkg-descr MD5_FILE= ${PORTSDIR}/audio/faad/distinfo -PLIST_FILES= lib/xmms/Input/libmp4.so +PLIST_FILES= lib/xmms/Input/libmp4.a \ + lib/xmms/Input/libmp4.la \ + lib/xmms/Input/libmp4.so BUILD_WRKSRC= ${WRKSRC}/plugins/xmms/src INSTALL_WRKSRC= ${WRKSRC}/plugins/xmms/src @@ -55,7 +57,7 @@ post-patch: @cd ${WRKSRC}; ${ACLOCAL} -I ${ACLOCAL_DIR} -I .; \ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ - ${WRKSRC}/aclocal.m4 + -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 # CFLAGS safeness @${FIND} ${WRKSRC} -type f -name Makefile.am | \ ${XARGS} -n 5 -x \ diff --git a/audio/xmms-festalon/Makefile b/audio/xmms-festalon/Makefile index 6146c4c91cf1..cb67c68bb99f 100644 --- a/audio/xmms-festalon/Makefile +++ b/audio/xmms-festalon/Makefile @@ -16,15 +16,14 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= glib12 - CONFIGURE_ARGS+= --enable-interface=interface DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \ + lib/xmms/Input/libfestalon_xmms.la \ lib/xmms/Input/libfestalon_xmms.so \ - lib/xmms/Input/libfestalon_xmms.so.0 \ - lib/xmms/Input/libfestalon_xmms.la + lib/xmms/Input/libfestalon_xmms.so.0 .include "${MASTERDIR}/Makefile" diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index 99b8da39b203..52d3337d68e3 100644 --- a/audio/xmms-flac/Makefile +++ b/audio/xmms-flac/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-flac PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= flac @@ -19,7 +20,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ FLAC.7:${PORTSDIR}/audio/flac USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ --with-xmms-prefix="${X11BASE}" diff --git a/audio/xmms-fxt/Makefile b/audio/xmms-fxt/Makefile index 42922006cc7c..2d3c08b29b82 100644 --- a/audio/xmms-fxt/Makefile +++ b/audio/xmms-fxt/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-fxt PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +18,11 @@ COMMENT= Surround/Echo effect plugin for XMMS LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 -PLIST_FILES= lib/xmms/Effect/libfxt.so +PLIST_FILES= lib/xmms/Effect/libfxt.la \ + lib/xmms/Effect/libfxt.so .include <bsd.port.mk> diff --git a/audio/xmms-jack/Makefile b/audio/xmms-jack/Makefile index 09e3a8844d41..a52c2a46e85b 100644 --- a/audio/xmms-jack/Makefile +++ b/audio/xmms-jack/Makefile @@ -6,6 +6,7 @@ PORTNAME= jack PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmms-jack @@ -23,10 +24,12 @@ WRKSRC= ${WRKDIR}/xmms-jack USE_X_PREFIX= yes USE_GNOME= gtk12 gnometarget USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_REINPLACE= yes -PLIST_FILES= lib/xmms/Output/libjackout.so +PLIST_FILES= lib/xmms/Output/libjackout.a \ + lib/xmms/Output/libjackout.la \ + lib/xmms/Output/libjackout.so CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/audio/xmms-kde/Makefile b/audio/xmms-kde/Makefile index 5eb570e45be5..ce49a5ec21df 100644 --- a/audio/xmms-kde/Makefile +++ b/audio/xmms-kde/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-kde PORTVERSION= 3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,8 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_KDELIBS_VER=3 WRKSRC= ${WRKDIR}/${DISTNAME:S/0.0/0/} -USE_AUTOTOOLS= libtool:13:inc -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ diff --git a/audio/xmms-kde/pkg-plist b/audio/xmms-kde/pkg-plist index 1ab91ed4d4d6..f6e4666496cc 100644 --- a/audio/xmms-kde/pkg-plist +++ b/audio/xmms-kde/pkg-plist @@ -1,3 +1,4 @@ +lib/kde3/libxmmskde.a lib/kde3/libxmmskde.la lib/kde3/libxmmskde.so share/apps/kicker/applets/xmms-kde.desktop diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile index feca12bf2da8..9a602bf91d42 100644 --- a/audio/xmms-liveice/Makefile +++ b/audio/xmms-liveice/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-liveice PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://star.arm.ac.uk/~spm/software/ DISTNAME= liveice-xmms @@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/LiveIce-1.0.0 PLIST_FILES= lib/xmms/Effect/libliveice.so USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile index 44d8102ffe10..6b5f543ab159 100644 --- a/audio/xmms-mailnotify/Makefile +++ b/audio/xmms-mailnotify/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmms-mailnotify PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved @@ -17,12 +17,15 @@ COMMENT= XMMS plugin, that plays a sound on incoming mail and opens the MUA LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 INSTALLS_SHLIB= yes USE_REINPLACE= yes +PLIST_FILES= lib/xmms/General/libmailnotify.so \ + lib/xmms/General/alert.wav + post-patch: ${REINPLACE_CMD} -e "s,/usr/lib,${X11BASE}/lib," ${WRKSRC}/mailnotify.c diff --git a/audio/xmms-mailnotify/pkg-plist b/audio/xmms-mailnotify/pkg-plist deleted file mode 100644 index 68a00565d21b..000000000000 --- a/audio/xmms-mailnotify/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmms/General/libmailnotify.so -lib/xmms/General/alert.wav diff --git a/audio/xmms-midi/Makefile b/audio/xmms-midi/Makefile index 581941377cb4..0899bc7ca297 100644 --- a/audio/xmms-midi/Makefile +++ b/audio/xmms-midi/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmms-midi PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://dl.fkb.wormulon.net/xmms-midi/ \ http://dl.kel.wormulon.net/xmms-midi/ @@ -19,6 +19,10 @@ RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_GNOME= gtk12 USE_X_PREFIX= yes -USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc +USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15 + +PLIST_FILES= lib/xmms/Input/libmid.a \ + lib/xmms/Input/libmid.la \ + lib/xmms/Input/libmid.so .include <bsd.port.mk> diff --git a/audio/xmms-midi/pkg-plist b/audio/xmms-midi/pkg-plist deleted file mode 100644 index 08e458df9b63..000000000000 --- a/audio/xmms-midi/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -lib/xmms/Input/libmid.so diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index 94717af88b96..8f9eb0634278 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-musepack PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://dl.slik.org/musepack/ @@ -20,7 +20,7 @@ PLIST_FILES= lib/xmms/Input/xmms-mpegplus-1.8.0.so USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile index 1a6777d96433..8f38fdf56286 100644 --- a/audio/xmms-nas/Makefile +++ b/audio/xmms-nas/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-nas PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ @@ -18,8 +19,10 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes -PLIST_FILES= lib/xmms/Output/libnas.so +PLIST_FILES= lib/xmms/Output/libnas.a \ + lib/xmms/Output/libnas.la \ + lib/xmms/Output/libnas.so .include <bsd.port.mk> diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index 7f9cd2817552..0eecbe348a93 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-nsf PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://optronic.sourceforge.net/files/ \ http://critical.ch/distfiles/ @@ -17,14 +18,16 @@ COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 amd64 CFLAGS+= -fPIC -PLIST_FILES= lib/xmms/Input/libnsf.so lib/xmms/Input/libnsf.la +PLIST_FILES= lib/xmms/Input/libnsf.a \ + lib/xmms/Input/libnsf.la \ + lib/xmms/Input/libnsf.so post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index 9a0386d5f5a0..b6831073d74a 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -7,6 +7,7 @@ PORTNAME= openspc PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://critical.ch/distfiles/ \ http://staff.xmms.org/zinx/misc/tmp/ @@ -20,10 +21,11 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/openspc.so +PLIST_FILES= lib/xmms/Input/openspc.la \ + lib/xmms/Input/openspc.so ONLY_FOR_ARCHS= i386 # contains x86 assembler code USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile index 6ccdcf2109db..1b8f5445560f 100644 --- a/audio/xmms-real-random/Makefile +++ b/audio/xmms-real-random/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-real-random PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kingleo.home.pages.at/development/stuff/ DISTNAME= real_random-${PORTVERSION} @@ -16,19 +17,20 @@ COMMENT= REAL shuffle mode for xmms LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms -GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS='${CFLAGS}' +CONFIGURE_ENV= CFLAGS="${CFLAGS}" CC="${CC}" + +PLIST_FILES= lib/xmms/General/libreal_random.la \ + lib/xmms/General/libreal_random.so post-patch: -.for Makefile in Makefile.am Makefile.in - @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${Makefile} -.endfor + @${REINPLACE_CMD} -e 's#-lpthread#${PTHREAD_LIBS}#' \ + -e 's#gcc#$${CC}#' ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/audio/xmms-real-random/files/patch-Makefile b/audio/xmms-real-random/files/patch-Makefile deleted file mode 100644 index c8820a1c3ca8..000000000000 --- a/audio/xmms-real-random/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.am.orig Fri Oct 3 16:41:10 2003 -+++ Makefile.am Fri Oct 3 16:42:27 2003 -@@ -1,6 +1,6 @@ - lib_LTLIBRARIES = libreal_random.la - --CFLAGS = $$(xmms-config --cflags) -O2 -+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) - libreal_random_la_SOURCES = real_random.c - libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread - ---- Makefile.in.orig Fri Oct 3 16:39:36 2003 -+++ Makefile.in Fri Oct 3 16:42:20 2003 -@@ -82,7 +82,7 @@ - - lib_LTLIBRARIES = libreal_random.la - --CFLAGS = $$(xmms-config --cflags) -O2 -+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) - libreal_random_la_SOURCES = real_random.c - libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread - CCLD = "gcc -nostdlib" diff --git a/audio/xmms-real-random/pkg-plist b/audio/xmms-real-random/pkg-plist deleted file mode 100644 index 753e2ddb59c5..000000000000 --- a/audio/xmms-real-random/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmms/General/libreal_random.la -lib/xmms/General/libreal_random.so diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index a9f20ee6b7b2..946a3de7187d 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-shn PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/source/ @@ -18,7 +19,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) diff --git a/audio/xmms-shn/pkg-plist b/audio/xmms-shn/pkg-plist index d6b78c7026ea..dd40011464ea 100644 --- a/audio/xmms-shn/pkg-plist +++ b/audio/xmms-shn/pkg-plist @@ -1,4 +1,5 @@ @comment $FreeBSD$ +lib/xmms/Input/libshn.la lib/xmms/Input/libshn.so %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 5aad8eb1c43a..005887282050 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-sndfile PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/xmms_sndfile/ DISTNAME= xmms_sndfile-${PORTVERSION} @@ -21,8 +22,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc -USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_X_PREFIX= yes .include <bsd.port.mk> diff --git a/audio/xmms-uade/Makefile b/audio/xmms-uade/Makefile index 2b6eb73defc7..14efb2082f75 100644 --- a/audio/xmms-uade/Makefile +++ b/audio/xmms-uade/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-uade PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/uade/uade/ DISTNAME= uade-${PORTVERSION} @@ -21,7 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13 +USE_AUTOTOOLS= libtool:15 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${X11BASE}/lib/xmms \ diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index b3f26c3727d1..0401863c0f45 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -7,6 +7,7 @@ PORTNAME= xymms DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,12 +20,15 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" -PLIST_FILES= lib/xmms/Input/libxymms.so %%EXAMPLESDIR%%/sample.gym +PLIST_FILES= lib/xmms/Input/libxymms.a \ + lib/xmms/Input/libxymms.la \ + lib/xmms/Input/libxymms.so \ + %%EXAMPLESDIR%%/sample.gym PLIST_DIRS= %%EXAMPLESDIR%% post-patch: diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index 7368ab2b924a..db0f2a8b3de1 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -25,7 +25,7 @@ OPTIONS= ARTS "Arts backend support" on \ USE_QT_VER= 3 USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' --enable-threading=yes --enable-mt=yes diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 36e93d4c6010..5cfe4cd5db06 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -24,8 +24,7 @@ USE_GNOME= gnomehack gnometarget gtk20 lthack WANT_GNOME= yes USE_PERL5= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13 -LIBTOOLFLAGS= # none +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-ipv6 |