diff options
Diffstat (limited to 'audio')
54 files changed, 261 insertions, 408 deletions
diff --git a/audio/amarok-fs/Makefile b/audio/amarok-fs/Makefile index 4decb43846ba..891cf41d0c4a 100644 --- a/audio/amarok-fs/Makefile +++ b/audio/amarok-fs/Makefile @@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= distfiles DISTNAME= 52641-amarokFS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A full screen application for Amarok +COMMENT= Full screen application for Amarok -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 PATCH_DEPENDS= qmake:${PORTSDIR}/devel/qmake diff --git a/audio/amb-plugins/Makefile b/audio/amb-plugins/Makefile index 86f9ba3ee6b6..6af63d52448c 100644 --- a/audio/amb-plugins/Makefile +++ b/audio/amb-plugins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amb-plugins -# Date created: 2007-08-28 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= amb-plugins PORTVERSION= 0.8.1 @@ -15,7 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A set of ambisonics plugins, mainly to be used within Ardour +COMMENT= Ambisonics plugins, mainly to be used within Ardour BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -33,7 +29,7 @@ PLIST_DIRSTRY= share/ladspa/rdf share/ladspa post-patch: @${REINPLACE_CMD} -e 's|[[:space:]]-O3||g ; \ - s|g++[[:space:]]|$$(CXX) |g' ${WRKSRC}/Makefile + s|g++[[:space:]]|$$(CXX) |g' ${WRKSRC}/Makefile do-install: @${MKDIR} ${PREFIX}/lib/ladspa diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index 623d27bfcfde..fde8c152fb96 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascd -# Date created: 29 November 1998 -# Whom: Jim Mock <jim@FreeBSD.org> -# +# Created by: Jim Mock <jim@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ascd PORTVERSION= 0.13.2 @@ -14,11 +10,11 @@ MASTER_SITES= http://www.sourcefiles.org/Multimedia/Audio_CD/Other_X11/ \ DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}:theme MAINTAINER= ports@FreeBSD.org -COMMENT= A dockable cd player for AfterStep or WindowMaker +COMMENT= Dockable CD player for AfterStep or WindowMaker LICENSE= BSD -LIB_DEPENDS= workman.1:${PORTSDIR}/audio/libworkman +LIB_DEPENDS= workman:${PORTSDIR}/audio/libworkman USE_IMAKE= yes USE_XORG= xpm diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 90f267ee62d9..05ad63f312d9 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmixer -# Date created: 2 January 2003 -# Whom: mtm@identd.net -# +# Created by: Mike Makonnen <mtm@identd.net> # $FreeBSD$ -# PORTNAME= asmixer PORTVERSION= 0.5 @@ -12,7 +8,7 @@ CATEGORIES= audio afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MAINTAINER= ports@FreeBSD.org -COMMENT= A mixer control for X and specifically the AfterStep Window Manager +COMMENT= Mixer control for AfterStep window manager MAN1= ${PORTNAME}.1x PLIST_FILES= bin/asmixer @@ -25,6 +21,6 @@ CONFIGURE_ARGS= --with-xpm \ post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \ - ${MAN1PREFIX}/man/man1/${PORTNAME}.1x + ${MAN1PREFIX}/man/man1/${PORTNAME}.1x .include <bsd.port.mk> diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index 1dac87105ade..10fbd9a3487b 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -8,10 +8,10 @@ MASTER_SITES= http://web.mit.edu/tbaran/www/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A real-time pitch correction plugin for ladspa +COMMENT= Real-time pitch correction plugin for LADSPA BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes @@ -28,7 +28,7 @@ post-patch: ${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile do-install: - @${MKDIR} ${PREFIX}/lib/ladspa/ - ${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa/ + @${MKDIR} ${PREFIX}/lib/ladspa + ${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa .include <bsd.port.mk> diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 72991b6559c9..158005246e06 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://dist.testbit.eu/beast/v${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A powerful music composition and modular synthesis application +COMMENT= Powerful music composition and modular synthesis application LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \ mad:${PORTSDIR}/audio/libmad \ diff --git a/audio/bmp-modplug/Makefile b/audio/bmp-modplug/Makefile index 1b426afaf122..5900fa9ba555 100644 --- a/audio/bmp-modplug/Makefile +++ b/audio/bmp-modplug/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-modplug -# Date created: 2 January 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= modplug PORTVERSION= 2.0.5 @@ -18,10 +14,10 @@ PKGNAMEPREFIX= bmp- DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05 MAINTAINER= ports@FreeBSD.org -COMMENT= A modplug-based plugin for beep-media-player +COMMENT= ModPlug-based plugin for beep-media-player -LIB_DEPENDS?= beep.2:${PORTSDIR}/multimedia/beep-media-player -LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player +LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug USE_AUTOTOOLS= libtool USE_BZIP2= yes @@ -30,7 +26,8 @@ PLUGDIR?= lib/bmp/Input PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so do-install: - @${MKDIR} ${PREFIX}/${PLUGDIR}/ - ${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so ${PREFIX}/${PLUGDIR}/ + @${MKDIR} ${PREFIX}/${PLUGDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \ + ${PREFIX}/${PLUGDIR} .include <bsd.port.mk> diff --git a/audio/btc/Makefile b/audio/btc/Makefile index 2005273343fc..7c6dabb3dbdb 100644 --- a/audio/btc/Makefile +++ b/audio/btc/Makefile @@ -8,13 +8,15 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for creating bass tablature +COMMENT= Tool for creating bass tablature WRKSRC= ${WRKDIR} PLIST_FILES= bin/btc PORTDOCS= btc.doc +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-build: diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile index 0a6589c01e01..86dcdfafb9c8 100644 --- a/audio/cheesetracker/Makefile +++ b/audio/cheesetracker/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An Impulse Tracker clone +COMMENT= Impulse Tracker clone BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ qmake:${PORTSDIR}/devel/qmake @@ -16,7 +16,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 USE_BZIP2= yes diff --git a/audio/cowbell/Makefile b/audio/cowbell/Makefile index 41ed67165068..cf8fb83fbf3d 100644 --- a/audio/cowbell/Makefile +++ b/audio/cowbell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cowbell -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# +# Created by: Andreas Kohn <andreas@syndrom23.de> # $FreeBSD$ -# PORTNAME= cowbell PORTVERSION= 0.2.7.1 @@ -12,7 +8,7 @@ CATEGORIES= audio gnome MASTER_SITES= http://more-cowbell.org/releases/ MAINTAINER= ports@FreeBSD.org -COMMENT= An elegant music organizer +COMMENT= Elegant music organizer LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib diff --git a/audio/creox/Makefile b/audio/creox/Makefile index e84e4443b181..ed74987cd5e4 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -18,11 +18,11 @@ GH_PROJECT= Creox4 GH_TAGNAME= 0.3 GH_COMMIT= 8e27483 -USE_XORG= xft xpm +USE_CMAKE= yes +CMAKE_OUTSOURCE= yes USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USE_CMAKE= yes -CMAKE_OUTSOURCE=yes +USE_XORG= xft xpm MAKE_JOBS_SAFE= yes post-patch: diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 678a04447382..ccc935cd134b 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -8,10 +8,9 @@ CATEGORIES= audio MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org -COMMENT= A set of utilities for working with cue files and toc files +COMMENT= Utilities for working with CUE and TOC files LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes GNU_CONFIGURE= yes @@ -21,16 +20,18 @@ PORTDOCS= README PORTEXAMPLES= cuetag.sh PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/audio/darkice/pkg-descr b/audio/darkice/pkg-descr index 5b02f87bd042..5c608664c4c3 100644 --- a/audio/darkice/pkg-descr +++ b/audio/darkice/pkg-descr @@ -4,8 +4,8 @@ sends it to a stream server. DarkIce can encode in the following formats: - - mp3 (using the lame library) - - mp2 (using the twolame library) + - MP3 (using the lame library) + - MP2 (using the twolame library) - Ogg Vorbis - AAC (using the faac library) - AAC HEv2 (using libaacplus library) diff --git a/audio/ermixer/Makefile b/audio/ermixer/Makefile index 11e139babe70..edebbaf94636 100644 --- a/audio/ermixer/Makefile +++ b/audio/ermixer/Makefile @@ -8,22 +8,21 @@ PORTEPOCH= 0 CATEGORIES= audio kde MASTER_SITES= SF - MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer +COMMENT= Command-line, ncurses, and (optional) Qt-GUI OSS audio mixer -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_PERL5_BUILD= yes + .if !defined(WITHOUT_X11) USE_QT_VER= 3 -CONFIGURE_ARGS+=--enable-qt +CONFIGURE_ARGS= --enable-qt .endif -USE_PERL5_BUILD= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - LDFLAGS+= ${PTHREAD_LIBS} CPPFLAGS+= ${PTHREAD_CFLAGS} PLIST_FILES= bin/ermixer diff --git a/audio/extace/Makefile b/audio/extace/Makefile index f6587793d874..51614f272209 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extace -# Date created: 8 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= extace PORTVERSION= 1.9.9 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An Audio Visualization plugin for the X Window System +COMMENT= Audio visualization plugin for the X Window System LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index 48c8e79a70ae..f7972232cca9 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freepats -# Date created: 5 February 2008 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freepats PORTVERSION= 20060219 @@ -11,13 +7,14 @@ CATEGORIES= audio MASTER_SITES= http://freepats.zenvoid.org/ MAINTAINER= ports@FreeBSD.org -COMMENT= A free and open set of instrument patches +COMMENT= Free and open set of instrument patches USE_BZIP2= yes + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes do-install: - @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/ + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} .include <bsd.port.mk> diff --git a/audio/gigedit/Makefile b/audio/gigedit/Makefile index 42130892eb96..6722550e4a2e 100644 --- a/audio/gigedit/Makefile +++ b/audio/gigedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gigedit -# Date created: 2008-11-15 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gigedit PORTVERSION= 0.2.0 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ MAINTAINER= ports@FreeBSD.org -COMMENT= An instrument editor for gig files +COMMENT= Instrument editor for gig files BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= gig.10:${PORTSDIR}/audio/libgig \ diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index 89c58756a82c..da392764dd0b 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkguitune -# Date created: 12 Feb 2005 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# +# Created by: Eric Anholt <anholt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtkguitune PORTVERSION= 0.8 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.oocities.org/harpin_floh/mysoft/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A guitar (and other instruments) tuner for GTK +COMMENT= Guitar (and other instruments) tuner for GTK+2 LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index 1eaeb1234bc9..a0ee7afc83a2 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ices -# Date created: 11 Nov 2002 -# Whom: Michael Nottebrock <michaelnottebrock@gmx.net> -# +# Created by: Michael Nottebrock <michaelnottebrock@gmx.net> # $FreeBSD$ -# PORTNAME= ices PORTVERSION= 0.4 @@ -12,23 +8,25 @@ CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ MAINTAINER= ports@FreeBSD.org -COMMENT= An mp3 streaming source client for icecast 2 +COMMENT= MP3 streaming source client for Icecast 2 -LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= shout:${PORTSDIR}/audio/libshout2 \ + xml2:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= FLAC FAAD VORBIS PYTHON OPTIONS_DEFAULT= PYTHON -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_PERL5= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -LATEST_LINK= ices0 +USE_PERL5= yes USE_RC_SUBR= ices0 -SUB_FILES+= message message-bin -CONFIGURE_ARGS+=--program-suffix=0 + +LATEST_LINK= ices0 +SUB_FILES= message message-bin +CONFIGURE_ARGS= --program-suffix=0 + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .if !defined(PACKAGE_BUILDING) PKGMESSAGE= ${WRKDIR}/message @@ -41,34 +39,36 @@ MAN1= ices0.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \ +LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac \ mp3lame:${PORTSDIR}/audio/lame .else -CONFIGURE_ARGS+=--without-flac +CONFIGURE_ARGS+= --without-flac .endif .if ${PORT_OPTIONS:MFAAD} LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad \ mp3lame:${PORTSDIR}/audio/lame .else -CONFIGURE_ARGS+=--without-faad +CONFIGURE_ARGS+= --without-faad .endif .if ${PORT_OPTIONS:MPYTHON} BUILD_DEPENDS+= python:${PORTSDIR}/lang/python RUN_DEPENDS+= python:${PORTSDIR}/lang/python .else -CONFIGURE_ARGS+=--without-python +CONFIGURE_ARGS+= --without-python .endif .if ${PORT_OPTIONS:MVORBIS} LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis \ mp3lame:${PORTSDIR}/audio/lame .else -CONFIGURE_ARGS+=--without-vorbis +CONFIGURE_ARGS+= --without-vorbis .endif post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include <bsd.port.mk> diff --git a/audio/id3el/Makefile b/audio/id3el/Makefile index 76961e2ba30e..642764cd806a 100644 --- a/audio/id3el/Makefile +++ b/audio/id3el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: id3el -# Date created: Sep 26, 2000 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= id3el PORTVERSION= 0.05 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ DISTNAME= id3el-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An add-on to edit an id3 tag for mpg123-mode (mpg123.el) on Emacsen +COMMENT= Add-on to edit ID3 tags for mpg123-mode (mpg123.el) on Emacsen RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/site-lisp/mpg123.el:${PORTSDIR}/audio/mpg123.el @@ -22,11 +18,11 @@ ELISPDIR= ${PREFIX}/share/emacs/site-lisp XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: - ${MKDIR} ${ELISPDIR} + @${MKDIR} ${ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/id3.el ${ELISPDIR} ${INSTALL_PROGRAM} ${WRKSRC}/id3put ${PREFIX}/bin # For XEmacs - ${MKDIR} ${XELISPDIR} + @${MKDIR} ${XELISPDIR} ${LN} -sf ${ELISPDIR}/id3.el ${XELISPDIR} .include <bsd.port.mk> diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index be093858eb8a..1abbb8d560e1 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -1,27 +1,21 @@ -# ex:ts=8 -# New ports collection makefile for: ksmp3play -# Date created: Nov 4, 2001 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ksmp3play PORTVERSION= 0.5.2.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.5.2/0.5.2 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org -COMMENT= An curses-based MP3 player +COMMENT= Curses-based MP3 player -LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg - -NO_WRKSUBDIR= yes +LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg +GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_SDL= sdl -GNU_CONFIGURE= yes +NO_WRKSUBDIR= yes MAN1= ksmp3play.1 diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile index 30884bffe52b..b7981aae72b6 100644 --- a/audio/libgme/Makefile +++ b/audio/libgme/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libgme -# Date created: 9 May 2010 -# Whom: Anonymous -# # $FreeBSD$ -# PORTNAME= libgme PORTVERSION= 0.5.5 @@ -13,11 +8,10 @@ DISTNAME= ${PROJECTHOST}-${PORTVERSION} EXTRACT_SUFX= .tbz2 MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of video game music emulators +COMMENT= Collection of video game music emulators LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -LICENSE_FILE_LGPL21=${WRKSRC}/license.txt PROJECTHOST= game-music-emu USE_DOS2UNIX= yes diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 46a72fd8efce..3945f94cc986 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsidplay -# Date created: 31 October 1996 -# Whom: Stefan Zehl <sec@42.org> -# +# Created by: Stefan Zehl <sec@42.org> # $FreeBSD$ -# PORTNAME= libsidplay PORTVERSION= 1.36.59 @@ -12,15 +8,15 @@ MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Commodore SID-chip emulator library to play SID music files +COMMENT= Commodore SID-chip emulator library to play SID music files USE_AUTOTOOLS= libtool USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if (${ARCH} == i386) -CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint +.if ${ARCH} == "i386" +CONFIGURE_ARGS= --enable-optendian --enable-optfixpoint .endif .include <bsd.port.post.mk> diff --git a/audio/linux-freealut/Makefile b/audio/linux-freealut/Makefile index 4e2df12295b0..79008617143a 100644 --- a/audio/linux-freealut/Makefile +++ b/audio/linux-freealut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-freealut -# Date created: 03 September 2006 -# Whom: Jona Joachim <walkingshadow@grummel.net> -# +# Created by: Jona Joachim <walkingshadow@grummel.net> # $FreeBSD$ -# PORTNAME= freealut PORTVERSION= 1.1.0 @@ -13,7 +9,7 @@ MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc${LINUX_DIST_VER} MAINTAINER= ports@FreeBSD.org -COMMENT= A free implementation of OpenAL's ALUT standard (Linux version) +COMMENT= Free implementation of OpenAL ALUT standard (Linux version) CONFLICTS= linux-f8-freealut-[0-9]* linux-f10-freealut-[0-9]* diff --git a/audio/linux-openal/Makefile b/audio/linux-openal/Makefile index 7eec84922093..e4db7f991415 100644 --- a/audio/linux-openal/Makefile +++ b/audio/linux-openal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-openal -# Date created: 25 Nov 2005 -# Whom: jylefort@FreeBSD.org -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= openal DISTVERSION= 0.0.9-0.6.20060204cvs.fc4 @@ -12,7 +8,7 @@ CATEGORIES= audio linux MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D positional spatialized sound library (Linux version) +COMMENT= 3D positional spatialized sound library (Linux version) CONFLICTS= linux-f8-openal-[0-9]* linux-f10-openal-[0-9]* diff --git a/audio/lplayer/Makefile b/audio/lplayer/Makefile index 0a6c63592270..72efc157207c 100644 --- a/audio/lplayer/Makefile +++ b/audio/lplayer/Makefile @@ -9,12 +9,12 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A QT program to queue lots of MP3s for random XMMS play +COMMENT= Qt program to queue lots of MP3s for random XMMS play -LIB_DEPENDS= db_cxx-4.3.0:${PORTSDIR}/databases/db43 \ - xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= db_cxx-4.3:${PORTSDIR}/databases/db43 \ + xmms:${PORTSDIR}/multimedia/xmms -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 WRKSRC= ${WRKDIR}/${PORTNAME} @@ -30,10 +30,8 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ QTCPPFLAGS+= -I${LOCALBASE}/include/db43 post-patch: - @${REINPLACE_CMD} -e 's|-O2 ||g ; \ - s|-pedantic ||g ; \ - s|-lpthread|${PTHREAD_LIBS}|g ; \ - s|-ldb_cxx|-ldb_cxx-4.3|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O2 ||g ; s|-pedantic ||g ; \ + s|-ldb_cxx|-ldb_cxx-4.3|g' ${WRKSRC}/configure post-install: @${LN} -sf lplayer ${PREFIX}/bin/longplayer diff --git a/audio/madman/Makefile b/audio/madman/Makefile index 60d372eaebb1..088ceff2b3af 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: madman -# Date created: 2005-10-12 -# Whom: Daniel Roethlisberger <daniel@roe.ch> -# +# Created by: Daniel Roethlisberger <daniel@roe.ch> # $FreeBSD$ -# PORTNAME= madman PORTVERSION= 0.93 @@ -12,19 +8,19 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An advanced digital music manager +COMMENT= Advanced digital music manager BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - vorbis.4:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= python:${PORTSDIR}/lang/python +LIB_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \ + id3tag:${PORTSDIR}/audio/libid3tag \ + vorbis:${PORTSDIR}/audio/libvorbis -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 USE_QT_VER= 3 USE_GNOME= glib12 +USE_PYTHON_RUN= yes PLIST_FILES= bin/madman \ lib/madman/plugins/burn_to_audio_cd \ @@ -34,15 +30,17 @@ PLIST_FILES= bin/madman \ PLIST_DIRS= lib/madman/plugins lib/madman do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/scons -C ${WRKSRC} prefix=${PREFIX} \ - qt_directory=${QT_PREFIX} add_c_include_dirs=${LOCALBASE}/include add_lib_dirs=${LOCALBASE}/lib + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/scons \ + -C ${WRKSRC} prefix=${PREFIX} qt_directory=${QT_PREFIX} \ + add_c_include_dirs=${LOCALBASE}/include \ + add_lib_dirs=${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main/madman ${PREFIX}/bin - ${MKDIR} ${PREFIX}/lib/madman - ${MKDIR} ${PREFIX}/lib/madman/plugins - for plugin in burn_to_audio_cd burn_to_data_cd export_m3u move_to_trash; do \ - ${INSTALL_DATA} -m0755 ${WRKSRC}/plugins/$$plugin ${PREFIX}/lib/madman/plugins; \ - done + @${MKDIR} ${PREFIX}/lib/madman/plugins +.for plugin in burn_to_audio_cd burn_to_data_cd export_m3u move_to_trash + ${INSTALL_DATA} -m0755 ${WRKSRC}/plugins/${plugin} \ + ${PREFIX}/lib/madman/plugins +.endfor .include <bsd.port.mk> diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 00a2b53d3622..d33f56bab12e 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3check -# Date created: Apr 16, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= mp3check PORTVERSION= 1.6 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.icculus.org/mp3check/ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for checking and fixing mp3 archive inconsistencies +COMMENT= Tool for checking and fixing MP3 archive inconsistencies RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \ ${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index 0e4950bca314..69bf6bf9a9bf 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3rename -# Date created: 6 Januari 2000 -# Whom: Sander Janssen <janssen@rendo.dekooi.nl> -# +# Created by: Sander Janssen <janssen@rendo.dekooi.nl> # $FreeBSD$ -# PORTNAME= mp3rename PORTVERSION= 0.6 @@ -12,11 +8,12 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org -COMMENT= A renaming program for mp3 files based on their id3tag +COMMENT= Renaming program for MP3 files based on their ID3 tag -PLIST_FILES= bin/mp3rename WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig +PLIST_FILES= bin/mp3rename + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index 2ffe2387ecd3..bf33139e1168 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -8,17 +8,18 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.2%20beta%201 DISTNAME= MPDCon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A GNUstep MPD client +COMMENT= MPD client for GNUstep LICENSE= GPLv2 -USE_GNUSTEP= yes +USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: - ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ - ${WRKSRC}/GNUmakefile + ${REINPLACE_CMD} -e \ + 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ + ${WRKSRC}/GNUmakefile .include <bsd.port.mk> diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile index 9db7171c38be..96ffb69ca9e0 100644 --- a/audio/musicbox-tag-editor/Makefile +++ b/audio/musicbox-tag-editor/Makefile @@ -1,29 +1,25 @@ -# New ports collection makefile for: MusicBox -# Date created: 26 Jul 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ # $MCom: ports/audio/musicbox-tag-editor/Makefile,v 1.5 2007/09/10 05:13:24 mezz Exp $ -# -PORTNAME= musicbox-tag-editor -PORTVERSION= 0.2.3 +PORTNAME= musicbox-tag-editor +PORTVERSION= 0.2.3 PORTREVISION= 15 -CATEGORIES= audio -MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION} -DISTNAME= musicbox-${PORTVERSION} +CATEGORIES= audio +MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION} +DISTNAME= musicbox-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple GTK+ audio tag editor +MAINTAINER= ports@FreeBSD.org +COMMENT= Simple GTK+ audio tag editor -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USE_GNOME= gnomehack gnomeprefix libglade2 -GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnomeprefix libglade2 +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -# do not conflict with audio/musicbox -CONFIGURE_ARGS= --program-suffix=-tag-editor +# avoid conflict with audio/musicbox +CONFIGURE_ARGS= --program-suffix=-tag-editor post-patch: @${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \ diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile index b77e430a2bcc..d57303996be0 100644 --- a/audio/p5-Audio-Beep/Makefile +++ b/audio/p5-Audio-Beep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-Beep -# Date created: 2006-07-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Audio-Beep PORTVERSION= 0.11 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= A module to use your computer beeper in fancy ways +COMMENT= Perl module to use your computer beeper in fancy ways BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep RUN_DEPENDS= beep:${PORTSDIR}/audio/beep diff --git a/audio/p5-Audio-Scrobbler/Makefile b/audio/p5-Audio-Scrobbler/Makefile index b9c8e906a7ec..fb64a9253242 100644 --- a/audio/p5-Audio-Scrobbler/Makefile +++ b/audio/p5-Audio-Scrobbler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Audio-Scrobbler -# Date created: January 3rd, 2005 -# Whom: Peter Pentchev <roam@FreeBSD.org> -# +# Created by: Peter Pentchev <roam@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Audio-Scrobbler PORTVERSION= 0.01 @@ -13,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= A Perl interface to Last.fm / AudioScrobbler +COMMENT= Perl interface to Last.fm and AudioScrobbler BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ p5-libwww>=5:${PORTSDIR}/www/p5-libwww diff --git a/audio/play/Makefile b/audio/play/Makefile index 37b1502a6bf5..375d14dcc6ea 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: play -# Date created: 20 May 1998 -# Whom: Masanori Kiriake <seiken@nbs.co.jp> -# +# Created by: Masanori Kiriake <seiken@nbs.co.jp> # $FreeBSD$ -# PORTNAME= play PORTVERSION= 1.0 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_PORTS_JP} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple audio file player +COMMENT= Simple audio file player CONFLICTS= sox-[0-9]* @@ -25,7 +21,7 @@ PLIST_FILES= bin/play post-patch: .for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c - @${REINPLACE_CMD} 's,machine/soundcard.h,sys/soundcard.h,' ${WRKSRC}/${file} + @${REINPLACE_CMD} '/soundcard\.h/s,machine,sys,' ${WRKSRC}/${file} .endfor .include <bsd.port.mk> diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 07fa3349d4ec..72b83bc64109 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: prokyon3 -# Date created: 11 November 2002 -# Whom: Kay Lehmann -# +# Created by: Kay Lehmann # $FreeBSD$ -# PORTNAME= prokyon3 PORTVERSION= 0.9.6 @@ -12,17 +8,17 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A multithreaded music manager and tag editor +COMMENT= Multithreaded music manager and tag editor BUILD_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin \ bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - mad.2:${PORTSDIR}/audio/libmad \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - tag.1:${PORTSDIR}/audio/taglib +LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + mad:${PORTSDIR}/audio/libmad \ + vorbis:${PORTSDIR}/audio/libvorbis \ + tag:${PORTSDIR}/audio/taglib RUN_DEPENDS= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 USE_XORG= x11 xft @@ -67,7 +63,8 @@ post-install: .if defined(WITH_BURN) ${INSTALL_SCRIPT} ${WRKSRC}/prokburn ${PREFIX}/bin .endif + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} - @sleep 5 + @${ECHO_MSG} .include <bsd.port.post.mk> diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index 12c3c06a8d26..96dfad70d9a0 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rawrec -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rawrec PORTVERSION= 0.9.991 @@ -13,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:S/%SUBDIR%/apps\/sound\/recorders/} \ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A utility to record and playback raw audio data +COMMENT= Utility to record and playback raw audio data WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -22,8 +17,8 @@ MAKE_ARGS= CC="${CC}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}" -MAN1= rawrec.1 -MLINKS= rawrec.1 rawplay.1 +MAN1= rawrec.1 +MLINKS= rawrec.1 rawplay.1 PLIST_FILES= bin/rawplay bin/rawrec diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index e2789c158a33..f06fc397bdc5 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rioutil -# Date created: 01 July 2001 -# Whom: George Reid <greid@FreeBSD.org> -# +# Created by: George Reid <greid@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rioutil PORTVERSION= 1.5.0 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A program to interface with the Rio600, Rio800, and psa[play devices +COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices USE_AUTOTOOLS= libtool USE_GMAKE= yes diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index 88ba80dad831..56999c83ac9c 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sidplay -# Date created: 31 October 1996 -# Whom: Stefan Zehl <sec@42.org> -# +# Created by: Stefan Zehl <sec@42.org> # $FreeBSD$ -# PORTNAME= sidplay PORTVERSION= 1.0.9 @@ -13,9 +9,9 @@ DISTNAME= ${PORTNAME}-base-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Commodore SID-chip emulator that plays SID music files +COMMENT= Commodore SID-chip emulator that plays SID music files -LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay +LIB_DEPENDS= sidplay:${PORTSDIR}/audio/libsidplay CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \ --with-sidplay-library=${LOCALBASE}/lib @@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION} GNU_CONFIGURE= yes post-install: - ${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon + ${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav \ + ${PREFIX}/bin/sidcon .include <bsd.port.mk> diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile index f1f2beab1ca6..8c0d9db8df96 100644 --- a/audio/sidplay2/Makefile +++ b/audio/sidplay2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sidplay2 -# Date created: 09 June 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# +# Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -# PORTNAME= sidplay2 PORTVERSION= 2.0.9 @@ -12,14 +8,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION} DISTNAME= sidplay-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A player that plays Commodore SID music files using libsidplay2 +COMMENT= Commodore SID music player using libsidplay2 -LIB_DEPENDS= sidplay2.1:${PORTSDIR}/audio/libsidplay2 +LIB_DEPENDS= sidplay2:${PORTSDIR}/audio/libsidplay2 -MAN1= sidplay2.1 -PLIST_FILES= bin/sidplay2 +GNU_CONFIGURE= yes USE_PKGCONFIG= yes -GNU_CONFIGURE= yes +MAN1= sidplay2.1 +PLIST_FILES= bin/sidplay2 .include <bsd.port.mk> diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile index 77a730681c14..7dd3929993ef 100644 --- a/audio/splaytk/Makefile +++ b/audio/splaytk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: splaytk -# Date created: 19 Apr 1998 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: Brett Taylor <brett@peloton.physics.montana.edu> # $FreeBSD$ -# PORTNAME= splaytk PORTVERSION= 2.0 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org -COMMENT= A tk based interface for splay +COMMENT= Tk based interface for splay LICENSE= GPLv2 diff --git a/audio/splaytk/pkg-descr b/audio/splaytk/pkg-descr index 78ca22a495c3..3e94e13f9a12 100644 --- a/audio/splaytk/pkg-descr +++ b/audio/splaytk/pkg-descr @@ -1 +1 @@ -This is a tk/tcl interface to splay. +This is a Tcl/Tk interface to `splay' audio player. diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index cfc6dfef69e3..c45d8be4c9b1 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,85 +1,81 @@ -# New ports collection makefile for: streamtuner -# Date created: 02 Apr 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# -PORTNAME= streamtuner -PORTVERSION= 0.99.99 +PORTNAME= streamtuner +PORTVERSION= 0.99.99 PORTREVISION= 19 -CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +CATEGORIES= audio www +MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK+ stream directory browser +MAINTAINER= ports@FreeBSD.org +COMMENT= GTK+ stream directory browser -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USE_GNOME= gtk20 gnomehack gnomeprefix -USE_GMAKE= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_GNOME= gtk20 gnomehack gnomeprefix +USE_GMAKE= yes +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= SHOUTCAST LIVE365 XIPH LOCAL LOCAL_METADATA OPTIONS_DEFAULT= SHOUTCAST LIVE365 XIPH LOCAL LOCAL_METADATA SHOUTCAST_DESC= SHOUTcast plugin LIVE365_DESC= Live365 plugin LOCAL_DESC= Local plugin -LOCAL_METADATA_DESC= metadata support for the Local plugin +LOCAL_METADATA_DESC= Metadata support for the Local plugin XIPH_DESC= Xiph plugin .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHOUTCAST} -PLIST_SUB+= SHOUTCAST="" +PLIST_SUB+= SHOUTCAST="" .else CONFIGURE_ARGS+= --disable-shoutcast -PLIST_SUB+= SHOUTCAST="@comment " +PLIST_SUB+= SHOUTCAST="@comment " .endif .if ${PORT_OPTIONS:MLIVE365} -PLIST_SUB+= LIVE365="" +PLIST_SUB+= LIVE365="" .else CONFIGURE_ARGS+= --disable-live365 -PLIST_SUB+= LIVE365="@comment " +PLIST_SUB+= LIVE365="@comment " .endif .if ${PORT_OPTIONS:MXIPH} -PLIST_SUB+= XIPH="" -USE_GNOME+= libxml2 +PLIST_SUB+= XIPH="" +USE_GNOME+= libxml2 .else CONFIGURE_ARGS+= --disable-xiph -PLIST_SUB+= XIPH="@comment " +PLIST_SUB+= XIPH="@comment " .endif .if ${PORT_OPTIONS:MLOCAL} -PLIST_SUB+= LOCAL="" +PLIST_SUB+= LOCAL="" .if ${PORT_OPTIONS:MLOCAL_METADATA} -LIB_DEPENDS+= tag_c:${PORTSDIR}/audio/taglib +LIB_DEPENDS+= tag_c:${PORTSDIR}/audio/taglib .else CONFIGURE_ARGS+= --disable-local-metadata .endif .else CONFIGURE_ARGS+= --disable-local -PLIST_SUB+= LOCAL="@comment " +PLIST_SUB+= LOCAL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} -PLIST_SUB+= PYTHON="" -USE_PYTHON= 2.5+ +PLIST_SUB+= PYTHON="" +USE_PYTHON= 2.5+ # we need to manually include this, because USE_PYTHON is defined # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 +USE_GNOME+= pygtk2 .else CONFIGURE_ARGS+= --disable-python -PLIST_SUB+= PYTHON="@comment " +PLIST_SUB+= PYTHON="@comment " .endif post-patch: diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index b5fe6dc932b1..78daf4921cef 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tagtool -# Date created: 1st November 2004 -# Whom: Anthony Ginepro <anthony.ginepro@laposte.net> -# +# Created by: Anthony Ginepro <anthony.ginepro@laposte.net> # $FreeBSD$ # $MCom: ports/audio/tagtool/Makefile,v 1.1 2006/09/30 01:15:37 ahze Exp $ @@ -12,10 +9,10 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME MP3/Ogg file tagger +COMMENT= GNOME MP3/Ogg file tagger -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \ + vorbis:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_GNOME= gnomehack intlhack libglade2 diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 77c25fe44195..aef8e439f795 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclmidi -# Date created: 14 May 1999 -# Whom: shanee@augusta.de -# +# Created by: Andreas Kohout <shanee@augusta.de> # $FreeBSD$ -# PORTNAME= tclmidi PORTVERSION= 3.1 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://ringtail.its.monash.edu.au/pub/midi/PROGRAMS/ MAINTAINER= ports@FreeBSD.org -COMMENT= A language designed for creating and editing standard MIDI files +COMMENT= Language designed for creating and editing standard MIDI files USE_TCL= 84+ MAKE_ENV= TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" TCL_LIBDIR="${TCL_LIBDIR}" @@ -24,7 +20,7 @@ MAKEFILE= ${FILESDIR}/BSDmakefile MAN1= mplay.1 mrec.1 tclmidi.1 minfo.1 midtotcl.1 MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \ - midimake.n midimerg.n midiplay.n midiput.n midiread.n \ + midimake.n midimerg.n midiplay.n midiput.n midiread.n \ midirec.n midirew.n midisplt.n midistop.n midiwait.n \ midiwrit.n midivers.n midimove.n midicopy.n mididel.n \ miditrck.n mididev.n miditime.n midifeat.n @@ -35,12 +31,14 @@ post-build: pre-su-install: .for s in mplay mrec minfo midtotcl - ${SED} 's|/usr/local/bin/tclsh|${TCLSH}|' \ - < ${WRKSRC}/$s.dist > ${PREFIX}/bin/$s - ${CHMOD} 755 ${PREFIX}/bin/$s + ${SED} 's|/usr/local/bin/tclsh|${TCLSH}|' \ + < ${WRKSRC}/${s}.dist > ${PREFIX}/bin/${s} + ${CHMOD} 755 ${PREFIX}/bin/${s} .endfor + @${MKDIR} ${PREFIX}/lib/tclmidi + ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tclmidi + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} - ${MKDIR} ${PREFIX}/lib/tclmidi - ${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tclmidi/ + @${ECHO_MSG} .include <bsd.port.mk> diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile index 05dd77e24459..6f81570a7373 100644 --- a/audio/timidity++-slang/Makefile +++ b/audio/timidity++-slang/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: TiMidity++ -# Date created: 27 Feb 1999 -# Whom: Yoichi Asai <yatt@msc.biglobe.ne.jp> -# +# Created by: Yoichi Asai <yatt@msc.biglobe.ne.jp> # $FreeBSD$ -# PKGNAMESUFFIX= -slang MAINTAINER= ports@FreeBSD.org COMMENT= Slang interface for TiMidity++ -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes MASTERDIR= ${.CURDIR}/../../audio/timidity++ diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index d2d90068efac..74377d6e4d96 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcd -# Date created: 22 November 1994 -# Whom: jmz -# +# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xcd PORTVERSION= 1.7 @@ -13,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmz MAINTAINER= ports@FreeBSD.org -COMMENT= A Tcl/Tk CD player +COMMENT= Tcl/Tk CD player USE_TK= yes WRKSRC= ${WRKDIR}/xcd diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index d0f0502953ba..45a55a926f18 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org -COMMENT= Generic music player for UNIX systems +COMMENT= Generic music player for Unix-like systems LICENSE= GPLv3 @@ -32,12 +32,14 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ '/^sysconf_DATA/s|=.*|= xhippo.config.default|' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.in post-install: .if !exists(${PREFIX}/etc/xhippo.config) (cd ${PREFIX}/etc && ${CP} xhippo.config.default xhippo.config) .endif + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include <bsd.port.mk> diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 70dbf97d25c5..651105cac9a3 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmmix -# Date created: Mon Aug 5 10:54:25 CDT 1996 -# Whom: erich@FreeBSD.org -# +# Created by: Erik Cederstrand <erich@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xmmix PORTVERSION= 1.2.2 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Motif-based audio mixer +COMMENT= Motif-based audio mixer WRKSRC= ${WRKDIR}/xmmix-1.2 diff --git a/audio/xmmix/pkg-descr b/audio/xmmix/pkg-descr index 834a67634641..b4210491e4c9 100644 --- a/audio/xmmix/pkg-descr +++ b/audio/xmmix/pkg-descr @@ -1,9 +1,4 @@ -Xmmix is a sound mixer utility for the X Window System using the -OSF/Motif interface. - -The home page provides up-to-date information about the -current release version, online README file, FTP service to get -the software, an interactive form to send comments and -suggestions, and late-breaking announcements, if any. +Xmmix is a sound mixer utility for the X Window System using the OSF/Motif +interface. WWW: http://www.ibiblio.org/tkan/xmmix/ diff --git a/audio/xmms-eq/Makefile b/audio/xmms-eq/Makefile index cac6c6e359d8..cf66cb03a174 100644 --- a/audio/xmms-eq/Makefile +++ b/audio/xmms-eq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-eq -# Date created: 13 Jun 2005 -# Whom: Alejandro Pulver <alejandro@varnet.biz> -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> # $FreeBSD$ -# PORTNAME= eq PORTVERSION= 0.7 @@ -14,9 +10,9 @@ PKGNAMEPREFIX= xmms- DISTNAME= ${PORTNAME}-xmms-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A realtime graphical equalizer plugin for XMMS +COMMENT= Real-time graphical equalizer plugin for XMMS -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes USE_GNOME= gtk12 @@ -27,6 +23,7 @@ PLIST_FILES= lib/xmms/Effect/libeq.la \ OPTIONS_DEFINE= BENCHMARK EXT_INS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= EXT_INS OPTIMIZED_CFLAGS + BENCHMARK_DESC= Enable counting the cycles used by the IIR EXT_INS_DESC= Use MMX/SSE/SSE2 instructions if available diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile index 3fe67217234a..8d858c4ce46f 100644 --- a/audio/xmms-fc/Makefile +++ b/audio/xmms-fc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-fc -# Date created: 8 Jan 2002 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ -# PORTNAME= xmms-fc PORTVERSION= 0.6 @@ -14,7 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${LIBFC_DISTNAME}${EXTRACT_SUFX}:libfc MAINTAINER= ports@FreeBSD.org -COMMENT= A XMMS future composer input plugin +COMMENT= XMMS future composer input plugin LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 8e43c8b5a337..eb8efd1a2cf8 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmms-mad -# Date created: 30 Aug 2002 -# Whom: David Yeske <dyeske@gmail.com> -# +# Created by: David Yeske <dyeske@gmail.com> # $FreeBSD$ -# PORTNAME= xmms-mad PORTVERSION= 0.10 @@ -11,11 +7,11 @@ CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A XMMS input plugin that uses libmad +COMMENT= XMMS input plugin that uses libmad -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ + id3tag:${PORTSDIR}/audio/libid3tag \ + xmms:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes USE_GNOME= gtk12 @@ -28,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib do-install: - cd ${WRKSRC}/src/.libs \ - && ${INSTALL_DATA} libxmmsmad.so ${PREFIX}/lib/xmms/Input + ${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmmsmad.so \ + ${PREFIX}/lib/xmms/Input .include <bsd.port.mk> diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index f20e53fc5e5f..e093bb24a28f 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -10,10 +10,10 @@ PKGNAMEPREFIX= xmms- DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05 MAINTAINER= c.petrik.sosa@gmail.com -COMMENT= Modplug-based plugin for XMMS +COMMENT= ModPlug-based plugin for XMMS -LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS?= xmms:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug USE_LDCONFIG= yes HAS_CONFIGURE= yes @@ -24,6 +24,7 @@ post-patch: @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/ + ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so \ + ${PREFIX}/${PLUGDIR} .include <bsd.port.mk> diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index de30a90db30a..b3398d0b5793 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yammi -# Date created: 27 September 2003 -# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> -# +# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com> # $FreeBSD$ -# PORTNAME= yammi PORTVERSION= 1.2.3 @@ -12,12 +8,12 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A QT-based music manager with fuzzy search +COMMENT= Qt-based music manager with fuzzy search feature -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - tag.1:${PORTSDIR}/audio/taglib +LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ + tag:${PORTSDIR}/audio/taglib -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 OPTIONS_DEFINE= XMMS @@ -34,7 +30,7 @@ CONFIGURE_ARGS= --disable-gstreamer .if ${PORT_OPTIONS:MXMMS} CONFIGURE_ARGS+=--enable-xmms BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .else CONFIGURE_ARGS+=--disable-xmms .endif |