diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 17:27:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 17:27:57 +0000 |
commit | 697af73820fcd7681b618221019429727c1fe03e (patch) | |
tree | 971aa6caf501ea7666e9718b64cf3a1510e3a9e8 /audio | |
parent | 7bb87e25e6eb7446d926110e661ef3ccfb8a4e55 (diff) | |
download | ports-697af73820fcd7681b618221019429727c1fe03e.tar.gz ports-697af73820fcd7681b618221019429727c1fe03e.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 44 | ||||
-rw-r--r-- | audio/gstreamer-plugins-moodbar/pkg-plist | 1 |
2 files changed, 11 insertions, 34 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index b572acaaad90..d84efd3d7f7c 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= gstreamer-plugins-moodbar PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://pwsp.net/~qbob/ \ http://redundancy.redundancy.org/mirror/ @@ -17,44 +17,22 @@ LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ CFLAGS:= ${CFLAGS} -O2 USE_GSTREAMER= yes good -NO_STAGE= yes -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool +USES= gmake libtool pkgconfig USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= MP3 OGG FLAC MP4 MUSEPACK WMA OPTIONS_DEFAULT= MP3 OGG +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION} PLIST_SUB+= VERSION="${GST_VERSION}" -.include <bsd.port.pre.mk> +MP3_USE= GSTREAMER=mp3 +OGG_USE= GSTREAMER=vorbis,ogg +FLAC_USE= GSTREAMER=flac +MP4_USE= GSTREAMER=faad,bad +MUSEPACK_USE= GSTREAMER=musepack +WMA_USE= GSTREAMER=ffmpeg -.if ${PORT_OPTIONS:MMP3} -USE_GSTREAMER+= mp3 -.endif - -.if ${PORT_OPTIONS:MOGG} -USE_GSTREAMER+= vorbis ogg -.endif - -.if ${PORT_OPTIONS:MFLAC} -USE_GSTREAMER+= flac -.endif - -.if ${PORT_OPTIONS:MMP4} -USE_GSTREAMER+= faad bad -.endif - -.if ${PORT_OPTIONS:MMUSEPACK} -USE_GSTREAMER+= musepack -.endif - -.if ${PORT_OPTIONS:MWMA} -USE_GSTREAMER+= ffmpeg -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/gstreamer-plugins-moodbar/pkg-plist b/audio/gstreamer-plugins-moodbar/pkg-plist index 26341c2f42be..969d8873a40b 100644 --- a/audio/gstreamer-plugins-moodbar/pkg-plist +++ b/audio/gstreamer-plugins-moodbar/pkg-plist @@ -1,4 +1,3 @@ bin/moodbar lib/gstreamer-%%VERSION%%/libmoodbar.a -lib/gstreamer-%%VERSION%%/libmoodbar.la lib/gstreamer-%%VERSION%%/libmoodbar.so |