Index: head/audio/gtkpod/Makefile =================================================================== --- head/audio/gtkpod/Makefile (revision 97218) +++ head/audio/gtkpod/Makefile (revision 97219) @@ -1,54 +1,55 @@ # New ports collection makefile for: gtkpod # Date created: 28 January 2003 # Whom: David Le Brun # # $FreeBSD$ # PORTNAME= gtkpod PORTVERSION= 0.70 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= david@dyn-ns.net COMMENT= GUI for Apple iPods using GTK2 -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain .if defined(WITH_AAC) LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip .else pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "To enable AAC support define the WITH_AAC knob." @${ECHO_MSG} .endif USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" pre-configure: # install locale correctly (share dir instead of lib dir) @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \ ${WRKSRC}/po/Makefile.in.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/TODOandBUGS.txt ${DOCSDIR} .endif .include Property changes on: head/audio/gtkpod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/audio/id3v2/Makefile =================================================================== --- head/audio/id3v2/Makefile (revision 97218) +++ head/audio/id3v2/Makefile (revision 97219) @@ -1,32 +1,32 @@ # New ports collection makefile for: id3v2 # Date created: 10 Oct 2001 # Whom: David MacKenzie # # $FreeBSD$ # PORTNAME= id3v2 PORTVERSION= 0.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 MAINTAINER= rehsack@liwing.de COMMENT= Command line id3v2 tag editor -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib USE_GETOPT_LONG=yes CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1 LDFLAGS= -L${LOCALBASE}/lib CFLAGS+= ${CPPFLAGS} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAN1= id3v2.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3v2 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/id3v2.1 ${PREFIX}/man/man1 .include Property changes on: head/audio/id3v2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/audio/juk/Makefile =================================================================== --- head/audio/juk/Makefile (revision 97218) +++ head/audio/juk/Makefile (revision 97219) @@ -1,32 +1,33 @@ # New ports collection makefile for: JuK # Date created: Saturday 7 December 2002 # Whom: Lauri Watts # # $FreeBSD$ # PORTNAME= juk PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= http://developer.kde.org/~wheeler/files/src/ MAINTAINER= kde@FreeBSD.org COMMENT= JuK, a music manager and jukebox for KDE -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib RUN_DEPENDS= ${LOCALBASE}/lib/kde3/kfile_mp3.so:${PORTSDIR}/multimedia/kdemultimedia3 \ ${LOCALBASE}/lib/kde3/kfile_ogg.so:${PORTSDIR}/multimedia/kdemultimedia3 USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${ARCH}-portsbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \ s|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/audio/juk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/squash/Makefile =================================================================== --- head/audio/squash/Makefile (revision 97218) +++ head/audio/squash/Makefile (revision 97219) @@ -1,68 +1,68 @@ # New ports collection makefile for: squash # Date created: 5 August 2003 # Whom: Matthias Andree # # $FreeBSD$ PORTNAME= squash PORTVERSION= 1.0.p1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= squash DISTNAME= squash-1.0pre1 MAINTAINER= matthias.andree@gmx.de COMMENT= Learning console-based MP3/OGG player LIB_DEPENDS+= FLAC.5:${PORTSDIR}/audio/flac \ fftw.2:${PORTSDIR}/math/fftw \ - id3-3.8.2:${PORTSDIR}/audio/id3lib \ + id3-3.8.3:${PORTSDIR}/audio/id3lib \ mad.2:${PORTSDIR}/audio/mad \ vorbis.3:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2 PKGMESSAGE= ${WRKDIR}/pkg-message USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes USE_RUBY= yes .include post-patch: @${REINPLACE_CMD} -e "s|--std=gnu99|${CFLAGS} ${PTHREAD_CFLAGS}|; \ s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \ s|-lpthread|${PTHREAD_LIBS}|; s|-ldl|-L${LOCALBASE}/lib|" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,/usr/bin/ruby,${RUBY}," \ ${WRKSRC}/extra/*.rb @${REINPLACE_CMD} -e "s,/etc/squash.conf,${PREFIX}/etc/squash.conf," \ ${WRKSRC}/src/global.c @${SED} "s,%%DD%%,${DOCSDIR}," ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/squash ${PREFIX}/bin .for FILE in collect_info edit_tag export_music import_music joystick uncollect_info ${INSTALL_SCRIPT} ${WRKSRC}/extra/${FILE}.rb ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/extra/musicdb_lib.rb ${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/extra/squash.conf ${PREFIX}/etc .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README doc/FEATURES doc/LOCKS doc/INSTALL doc/USERS_GUIDE ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif post-install: @${CAT} ${PKGMESSAGE} .if ${OSVERSION} < 501100 IGNORE= "ignored: FreeBSD before 5.1 lacks the wordexp interface" .endif .include Property changes on: head/audio/squash/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/xmms-faad/Makefile =================================================================== --- head/audio/xmms-faad/Makefile (revision 97218) +++ head/audio/xmms-faad/Makefile (revision 97219) @@ -1,45 +1,46 @@ # New ports collection makefile for: xmms-faad # Date created: 23 Feb, 2002 # Whom: David Yeske # # $FreeBSD$ # PORTNAME= faad2 PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= faac PKGNAMEPREFIX= xmms- MAINTAINER= dyeske@yahoo.com COMMENT= XMMS plugin for faad BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ xmms.4:${PORTSDIR}/multimedia/xmms \ faad.0:${PORTSDIR}/audio/faad USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}/plugins/xmms DESCR= ${PORTSDIR}/audio/faad/pkg-descr MD5_FILE= ${PORTSDIR}/audio/faad/distinfo post-patch: @${REINPLACE_CMD} -e \ 's|gcc|${CC} ${CFLAGS}|; \ s|-I/usr/include/glib-1.2/||; \ s|-lfaad2|-lfaad -lstdc++|; \ s|-I/usr/lib/glib/include|-L${LOCALBASE}/lib|; \ s|-I/usr/include/gtk-1.2/|\`xmms-config --cflags\`|' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/libaac-XMMS.so ${PREFIX}/lib/xmms/Input/ .include Property changes on: head/audio/xmms-faad/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/yammi/Makefile =================================================================== --- head/audio/yammi/Makefile (revision 97218) +++ head/audio/yammi/Makefile (revision 97219) @@ -1,60 +1,60 @@ # New ports collection makefile for: yammi # Date created: 27 September 2003 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= yammi PORTVERSION= 1.0.r1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.0.r/.0-rc/} MAINTAINER= avleeuwen@piwebs.com COMMENT= A QT-based music manager with fuzzy search LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - id3-3.8.2:${PORTSDIR}/audio/id3lib \ + id3-3.8.3:${PORTSDIR}/audio/id3lib \ xmms.4:${PORTSDIR}/multimedia/xmms USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' --enable-threading=yes --enable-mt=yes USE_REINPLACE= yes .include .if exists(${LOCALBASE}/bin/noatun) WITH_NOATUN=yes .endif # exists(${LOCALBASE}/bin/noatun) .if defined(WITH_NOATUN) BUILD_DEPENDS+= noatun:${PORTSDIR}/multimedia/kdemultimedia3 WITH_KDE=yes .else CONFIGURE_ARGS+= --disable-noatun .endif # defined(WITH_NOATUN) .if exists(${LOCALBASE}/lib/libkdecore.so) WITH_KDE=yes .endif # exists(${LOCALBASE}/lib/libkdecore.so) .if defined(WITH_KDE) USE_KDELIBS_VER=3 .else CONFIGURE_ARGS+= --disable-KDE .endif # defined(WITH_KDE) pre-configure: @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure post-configure: @${REINPLACE_CMD} -e 's@$$(DESTDIR)$$(KDEDIR)@$$(prefix)@g' ${WRKSRC}/yammi/docs/en/Makefile .include Property changes on: head/audio/yammi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/zinf/Makefile =================================================================== --- head/audio/zinf/Makefile (revision 97218) +++ head/audio/zinf/Makefile (revision 97219) @@ -1,107 +1,107 @@ # New ports collection makefile for: freeamp # Date Created: 26 Oct 2000 # Whom: Roman Shterenzon # # $FreeBSD$ # PORTNAME= zinf PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MP3 player -LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib \ +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ gdbm.3:${PORTSDIR}/databases/gdbm USE_X_PREFIX= yes USE_GNOME= gdkpixbuf gnomehack gnometarget WANT_GNOME= yes USE_PERL5= yes USE_FREETYPE= yes USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-ipv6 CPPFLAGS= -I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -O0 .include .if ${ARCH} == "i386" BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm CPPFLAGS+= "-D_M_IX86" .else CONFIGURE_ARGS+= --disable-x86opts .endif .if ${ARCH} == "alpha" CPPFLAGS+= "-D_M_ALPHA" .endif .if ${OSVERSION} < 500035 BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CPPFLAGS+= -I${LOCALBASE}/include/stlport LDFLAGS+= -lstlport_gcc .endif .if ${HAVE_GNOME:Mesound}!="" || defined(WITH_ALL_PLUGINS) USE_GNOME+= esound PLIST_SUB+= ESOUND="" PKGNAMESUFFIX= -esound .else CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESOUND="@comment " .endif .if defined(WITH_LIBARTS) || defined(WITH_ALL_PLUGINS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts PLIST_SUB+= LIBARTS="" .else CONFIGURE_ARGS+= --disable-arts PLIST_SUB+= LIBARTS="@comment " .endif .if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis PLIST_SUB+= VORBIS="@comment " .endif # Stop a flood of complaints and PRs from people who can't be bothered # to keep their ports and packages up to date. .if exists(${LOCALBASE}/include/freetype/freetype.h) .error UPGRADE print/freetype TO CURRENT VERSION! .endif pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You may use the following build options:" @${ECHO_MSG} @${ECHO_MSG} "WITH_LIBARTS=yes build with libArts output plugin" @${ECHO_MSG} "WITHOUT_GNOME=esound do NOT build with esd support" @${ECHO_MSG} "WITHOUT_VORBIS=yes do NOT build with Ogg/Vorbis codec plugin" @${ECHO_MSG} @${ECHO_MSG} "WITH_ALL_PLUGINS=yes build with all plugins" @${ECHO_MSG} post-install: @${MKDIR} ${PREFIX}/etc/sdr/plugins ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.zinf \ ${PREFIX}/etc/sdr/plugins ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} .include Property changes on: head/audio/zinf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property