summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-17 01:07:06 +0000
committerahze <ahze@FreeBSD.org>2005-03-17 01:07:06 +0000
commit0dde251d1feed59481853525f7b3f5f8fbb710f8 (patch)
treeb7383a998c55ddbedacb5769d37feb53201d02bb
parent2d49c997e59ab735393af7b9e58aab07a3f5d367 (diff)
downloadFreeBSD-ports-0dde251d1feed59481853525f7b3f5f8fbb710f8.zip
FreeBSD-ports-0dde251d1feed59481853525f7b3f5f8fbb710f8.tar.gz
- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2
-rw-r--r--Mk/bsd.gstreamer.mk6
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer-plugins-shout2/Makefile14
-rw-r--r--audio/gstreamer-plugins-shout280/Makefile14
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common5
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common5
6 files changed, 42 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 348bf78..05275b2 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 3dc81d6..f6d0305 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 0000000..dd26475
--- /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 0000000..dd26475
--- /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 36d8d5d..a620d83 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 36d8d5d..a620d83 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
OpenPOWER on IntegriCloud