diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-17 09:07:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-17 09:07:06 +0800 |
commit | 0dde251d1feed59481853525f7b3f5f8fbb710f8 (patch) | |
tree | b7383a998c55ddbedacb5769d37feb53201d02bb | |
parent | 2d49c997e59ab735393af7b9e58aab07a3f5d367 (diff) | |
download | freebsd-ports-gnome-0dde251d1feed59481853525f7b3f5f8fbb710f8.tar.gz freebsd-ports-gnome-0dde251d1feed59481853525f7b3f5f8fbb710f8.tar.zst freebsd-ports-gnome-0dde251d1feed59481853525f7b3f5f8fbb710f8.zip |
- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2
-rw-r--r-- | Mk/bsd.gstreamer.mk | 6 | ||||
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-shout2/Makefile | 14 | ||||
-rw-r--r-- | audio/gstreamer-plugins-shout280/Makefile | 14 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 5 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 5 |
6 files changed, 42 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 348bf78dc3e3..05275b2cb2b9 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -57,9 +57,9 @@ _USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdparanoia \ gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ jpeg-mmx ladspa lame libcaca libfame libmng libpng \ libvisual mad mikmod mpeg2dec mpeg2enc mplex musepack \ - musicbrainz nas sdl shout sidplay smoothwave sndfile \ - speex theora ogg pango polypaudio swfdec vorbis xine \ - xvid + musicbrainz nas sdl shout shout2 sidplay smoothwave \ + sndfile speex theora ogg pango polypaudio swfdec \ + vorbis xine xvid # other plugins OTHER_GSTREAMER_PLUGINS+= core yes diff --git a/audio/Makefile b/audio/Makefile index 3dc81d6bb7e0..f6d0305b4752 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -179,6 +179,7 @@ SUBDIR += gstreamer-plugins-ogg SUBDIR += gstreamer-plugins-polypaudio SUBDIR += gstreamer-plugins-shout + SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-sidplay SUBDIR += gstreamer-plugins-smoothwave SUBDIR += gstreamer-plugins-sndfile diff --git a/audio/gstreamer-plugins-shout2/Makefile b/audio/gstreamer-plugins-shout2/Makefile new file mode 100644 index 000000000000..dd26475a1497 --- /dev/null +++ b/audio/gstreamer-plugins-shout2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-shout2 +# Date created: 16 Mar 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio + +GST_PLUGIN= shout2 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-shout280/Makefile b/audio/gstreamer-plugins-shout280/Makefile new file mode 100644 index 000000000000..dd26475a1497 --- /dev/null +++ b/audio/gstreamer-plugins-shout280/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-shout2 +# Date created: 16 Mar 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio + +GST_PLUGIN= shout2 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 36d8d5d15ce5..a620d83b7ea0 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -320,6 +320,11 @@ PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout .endif +# shout2 +.if ${GST_PLUGIN}=="shout2" +LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2 +.endif + # sidplay .if ${GST_PLUGIN}=="sidplay" LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 36d8d5d15ce5..a620d83b7ea0 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -320,6 +320,11 @@ PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout .endif +# shout2 +.if ${GST_PLUGIN}=="shout2" +LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2 +.endif + # sidplay .if ${GST_PLUGIN}=="sidplay" LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay |