summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/gstreamer-plugins-cdaudio/Makefile18
-rw-r--r--audio/gstreamer-plugins-faac/Makefile18
-rw-r--r--audio/gstreamer-plugins-faad/Makefile18
-rw-r--r--audio/gstreamer-plugins-gsm/Makefile18
-rw-r--r--audio/gstreamer-plugins-ivorbis/Makefile18
-rw-r--r--audio/gstreamer-plugins-jack/Makefile18
-rw-r--r--audio/gstreamer-plugins-musepack/Makefile18
-rw-r--r--audio/gstreamer-plugins-musicbrainz/Makefile18
-rw-r--r--audio/gstreamer-plugins-nas/Makefile18
-rw-r--r--audio/gstreamer-plugins-soundtouch/Makefile18
-rw-r--r--audio/gstreamer-plugins-spc/Makefile17
-rw-r--r--devel/gstreamer-plugins-sdl/Makefile18
-rw-r--r--devel/gstreamer-plugins-soup/Makefile18
-rw-r--r--graphics/gstreamer-plugins-swfdec/Makefile20
-rw-r--r--multimedia/gstreamer-plugins-bad/Makefile39
-rw-r--r--multimedia/gstreamer-plugins-bad/pkg-plist143
-rw-r--r--multimedia/gstreamer-plugins-bz2/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-dts/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-mpeg2enc/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-x264/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-xvid/Makefile18
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common24
-rw-r--r--multimedia/gstreamer-plugins/distinfo6
-rw-r--r--net/gstreamer-plugins-libmms/Makefile18
-rw-r--r--www/gstreamer-plugins-neon/Makefile18
26 files changed, 587 insertions, 8 deletions
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile
new file mode 100644
index 000000000..e186d7737
--- /dev/null
+++ b/audio/gstreamer-plugins-cdaudio/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-cdaudio
+# Date created: 22 Dec 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer frontend to libcdaudio
+
+GST_PLUGIN= cdaudio
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faac/Makefile b/audio/gstreamer-plugins-faac/Makefile
new file mode 100644
index 000000000..cbfaedeae
--- /dev/null
+++ b/audio/gstreamer-plugins-faac/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-faac
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
+
+GST_PLUGIN= faac
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-faad/Makefile b/audio/gstreamer-plugins-faad/Makefile
new file mode 100644
index 000000000..e573b172c
--- /dev/null
+++ b/audio/gstreamer-plugins-faad/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-faad
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
+
+GST_PLUGIN= faad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-gsm/Makefile b/audio/gstreamer-plugins-gsm/Makefile
new file mode 100644
index 000000000..b3f9e11bd
--- /dev/null
+++ b/audio/gstreamer-plugins-gsm/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-gsm
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer gsm encoding/decoding plugin
+
+GST_PLUGIN= gsm
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile
new file mode 100644
index 000000000..ccbfd3308
--- /dev/null
+++ b/audio/gstreamer-plugins-ivorbis/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-ivorbis
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin
+
+GST_PLUGIN= ivorbis
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile
new file mode 100644
index 000000000..42a4253b3
--- /dev/null
+++ b/audio/gstreamer-plugins-jack/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-jack
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer low-latency audio server plugin
+
+GST_PLUGIN= jack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-musepack/Makefile b/audio/gstreamer-plugins-musepack/Makefile
new file mode 100644
index 000000000..ea7dfd227
--- /dev/null
+++ b/audio/gstreamer-plugins-musepack/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-musepack
+# Date created: 4 Dec 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer musepack mpc encoder/decoder plugin
+
+GST_PLUGIN= musepack
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile
new file mode 100644
index 000000000..8a0a61905
--- /dev/null
+++ b/audio/gstreamer-plugins-musicbrainz/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-musicbrainz
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer CD index/audio metadata plugin
+
+GST_PLUGIN= musicbrainz
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile
new file mode 100644
index 000000000..dd7f930ad
--- /dev/null
+++ b/audio/gstreamer-plugins-nas/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-nas
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+CATEGORIES= audio
+PORTREVISION= 0
+
+COMMENT= GStreamer NAS (Network Audio System) plugin
+
+GST_PLUGIN= nas
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-soundtouch/Makefile b/audio/gstreamer-plugins-soundtouch/Makefile
new file mode 100644
index 000000000..e8253c9e9
--- /dev/null
+++ b/audio/gstreamer-plugins-soundtouch/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-soundtouch
+# Date created: 15 Feb 2008
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+CATEGORIES= audio
+PORTREVISION= 0
+
+COMMENT= GStreamer soundtouch plugin
+
+GST_PLUGIN= soundtouch
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile
new file mode 100644
index 000000000..59ab3bd87
--- /dev/null
+++ b/audio/gstreamer-plugins-spc/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-spc
+# Date created: 22 Dec 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer OpenSPC frontend
+
+GST_PLUGIN= spc
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/gstreamer-plugins-sdl/Makefile b/devel/gstreamer-plugins-sdl/Makefile
new file mode 100644
index 000000000..a2a6d9fd3
--- /dev/null
+++ b/devel/gstreamer-plugins-sdl/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-sdl
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= devel
+
+COMMENT= Gstreamer SDL plugin
+
+GST_PLUGIN= sdl
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/gstreamer-plugins-soup/Makefile b/devel/gstreamer-plugins-soup/Makefile
new file mode 100644
index 000000000..17caa8852
--- /dev/null
+++ b/devel/gstreamer-plugins-soup/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-soup
+# Date created: 9 Feb 2008
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= devel
+
+COMMENT= Gstreamer soup http src plugin
+
+GST_PLUGIN= soup
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gstreamer-plugins-swfdec/Makefile b/graphics/gstreamer-plugins-swfdec/Makefile
new file mode 100644
index 000000000..26fbe8da5
--- /dev/null
+++ b/graphics/gstreamer-plugins-swfdec/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: gstreamer-plugins-swfdec
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= graphics
+
+COMMENT= Gstreamer flash redering plugin
+
+GST_PLUGIN= swfdec
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+BROKEN= Does not compile
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-bad/Makefile b/multimedia/gstreamer-plugins-bad/Makefile
new file mode 100644
index 000000000..5eecc6189
--- /dev/null
+++ b/multimedia/gstreamer-plugins-bad/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gstreamer-plugins-bad
+# Date created: 20 Jan 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Bad gstreamer-plugins
+
+GST_PLUGIN= bad
+GST_PLUGIN_SUFFIX= -bad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
+RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
+
+gst_bad_DIST= bad
+BAD_GST_DIRS= gst-libs sys gst po
+PLIST_SUB= VERSION="${GST_VERSION}"
+NO_GSTREAMER_COMMON= yes
+PLIST= ${.CURDIR}/pkg-plist
+
+do-build:
+.for dir in ${BAD_GST_DIRS}
+ @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+.endfor
+
+do-install:
+.for dir in ${BAD_GST_DIRS}
+ @(cd ${INSTALL_WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
+
+.endfor
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-bad/pkg-plist b/multimedia/gstreamer-plugins-bad/pkg-plist
new file mode 100644
index 000000000..5c93d807c
--- /dev/null
+++ b/multimedia/gstreamer-plugins-bad/pkg-plist
@@ -0,0 +1,143 @@
+include/gstreamer-%%VERSION%%/gst/app/gstappbuffer.h
+include/gstreamer-%%VERSION%%/gst/app/gstappsink.h
+include/gstreamer-%%VERSION%%/gst/app/gstappsrc.h
+lib/gstreamer-%%VERSION%%/libgstapp.a
+lib/gstreamer-%%VERSION%%/libgstapp.la
+lib/gstreamer-%%VERSION%%/libgstapp.so
+lib/gstreamer-%%VERSION%%/libgstbayer.a
+lib/gstreamer-%%VERSION%%/libgstbayer.la
+lib/gstreamer-%%VERSION%%/libgstbayer.so
+lib/gstreamer-%%VERSION%%/libgstcdxaparse.a
+lib/gstreamer-%%VERSION%%/libgstcdxaparse.la
+lib/gstreamer-%%VERSION%%/libgstcdxaparse.so
+lib/gstreamer-%%VERSION%%/libgstdeinterlace.a
+lib/gstreamer-%%VERSION%%/libgstdeinterlace.la
+lib/gstreamer-%%VERSION%%/libgstdeinterlace.so
+lib/gstreamer-%%VERSION%%/libgstdvdspu.a
+lib/gstreamer-%%VERSION%%/libgstdvdspu.la
+lib/gstreamer-%%VERSION%%/libgstdvdspu.so
+lib/gstreamer-%%VERSION%%/libgstfestival.a
+lib/gstreamer-%%VERSION%%/libgstfestival.la
+lib/gstreamer-%%VERSION%%/libgstfestival.so
+lib/gstreamer-%%VERSION%%/libgstfilter.a
+lib/gstreamer-%%VERSION%%/libgstfilter.la
+lib/gstreamer-%%VERSION%%/libgstfilter.so
+lib/gstreamer-%%VERSION%%/libgstflvdemux.a
+lib/gstreamer-%%VERSION%%/libgstflvdemux.la
+lib/gstreamer-%%VERSION%%/libgstflvdemux.so
+lib/gstreamer-%%VERSION%%/libgstfreeze.a
+lib/gstreamer-%%VERSION%%/libgstfreeze.la
+lib/gstreamer-%%VERSION%%/libgstfreeze.so
+lib/gstreamer-%%VERSION%%/libgsth264parse.a
+lib/gstreamer-%%VERSION%%/libgsth264parse.la
+lib/gstreamer-%%VERSION%%/libgsth264parse.so
+lib/gstreamer-%%VERSION%%/libgstinterleave.a
+lib/gstreamer-%%VERSION%%/libgstinterleave.la
+lib/gstreamer-%%VERSION%%/libgstinterleave.so
+lib/gstreamer-%%VERSION%%/libgstmodplug.a
+lib/gstreamer-%%VERSION%%/libgstmodplug.la
+lib/gstreamer-%%VERSION%%/libgstmodplug.so
+lib/gstreamer-%%VERSION%%/libgstmpeg4videoparse.a
+lib/gstreamer-%%VERSION%%/libgstmpeg4videoparse.la
+lib/gstreamer-%%VERSION%%/libgstmpeg4videoparse.so
+lib/gstreamer-%%VERSION%%/libgstmpegtsparse.a
+lib/gstreamer-%%VERSION%%/libgstmpegtsparse.la
+lib/gstreamer-%%VERSION%%/libgstmpegtsparse.so
+lib/gstreamer-%%VERSION%%/libgstmpegvideoparse.a
+lib/gstreamer-%%VERSION%%/libgstmpegvideoparse.la
+lib/gstreamer-%%VERSION%%/libgstmpegvideoparse.so
+lib/gstreamer-%%VERSION%%/libgstmve.a
+lib/gstreamer-%%VERSION%%/libgstmve.la
+lib/gstreamer-%%VERSION%%/libgstmve.so
+lib/gstreamer-%%VERSION%%/libgstnsf.a
+lib/gstreamer-%%VERSION%%/libgstnsf.la
+lib/gstreamer-%%VERSION%%/libgstnsf.so
+lib/gstreamer-%%VERSION%%/libgstnuvdemux.a
+lib/gstreamer-%%VERSION%%/libgstnuvdemux.la
+lib/gstreamer-%%VERSION%%/libgstnuvdemux.so
+lib/gstreamer-%%VERSION%%/libgstrawparse.a
+lib/gstreamer-%%VERSION%%/libgstrawparse.la
+lib/gstreamer-%%VERSION%%/libgstrawparse.so
+%%I386%%lib/gstreamer-%%VERSION%%/libgstreal.a
+%%I386%%lib/gstreamer-%%VERSION%%/libgstreal.la
+%%I386%%lib/gstreamer-%%VERSION%%/libgstreal.so
+lib/gstreamer-%%VERSION%%/libgstreplaygain.a
+lib/gstreamer-%%VERSION%%/libgstreplaygain.la
+lib/gstreamer-%%VERSION%%/libgstreplaygain.so
+lib/gstreamer-%%VERSION%%/libgstrfbsrc.a
+lib/gstreamer-%%VERSION%%/libgstrfbsrc.la
+lib/gstreamer-%%VERSION%%/libgstrfbsrc.so
+lib/gstreamer-%%VERSION%%/libgstrtpmanager.a
+lib/gstreamer-%%VERSION%%/libgstrtpmanager.la
+lib/gstreamer-%%VERSION%%/libgstrtpmanager.so
+lib/gstreamer-%%VERSION%%/libgstsdpelem.a
+lib/gstreamer-%%VERSION%%/libgstsdpelem.la
+lib/gstreamer-%%VERSION%%/libgstsdpelem.so
+lib/gstreamer-%%VERSION%%/libgstselector.a
+lib/gstreamer-%%VERSION%%/libgstselector.la
+lib/gstreamer-%%VERSION%%/libgstselector.so
+lib/gstreamer-%%VERSION%%/libgstspeed.a
+lib/gstreamer-%%VERSION%%/libgstspeed.la
+lib/gstreamer-%%VERSION%%/libgstspeed.so
+lib/gstreamer-%%VERSION%%/libgstspeexresample.a
+lib/gstreamer-%%VERSION%%/libgstspeexresample.la
+lib/gstreamer-%%VERSION%%/libgstspeexresample.so
+lib/gstreamer-%%VERSION%%/libgststereo.a
+lib/gstreamer-%%VERSION%%/libgststereo.la
+lib/gstreamer-%%VERSION%%/libgststereo.so
+lib/gstreamer-%%VERSION%%/libgsttta.a
+lib/gstreamer-%%VERSION%%/libgsttta.la
+lib/gstreamer-%%VERSION%%/libgsttta.so
+lib/gstreamer-%%VERSION%%/libgstvideosignal.a
+lib/gstreamer-%%VERSION%%/libgstvideosignal.la
+lib/gstreamer-%%VERSION%%/libgstvideosignal.so
+lib/gstreamer-%%VERSION%%/libgstvmnc.a
+lib/gstreamer-%%VERSION%%/libgstvmnc.la
+lib/gstreamer-%%VERSION%%/libgstvmnc.so
+lib/gstreamer-%%VERSION%%/libgsty4menc.a
+lib/gstreamer-%%VERSION%%/libgsty4menc.la
+lib/gstreamer-%%VERSION%%/libgsty4menc.so
+lib/libgstapp-%%VERSION%%.a
+lib/libgstapp-%%VERSION%%.la
+lib/libgstapp-%%VERSION%%.so
+lib/libgstapp-%%VERSION%%.so.0
+share/locale/af/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/ky/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/or/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ky/LC_MESSAGES
+@dirrmtry share/locale/ky
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry include/gstreamer-%%VERSION%%/gst/app
diff --git a/multimedia/gstreamer-plugins-bz2/Makefile b/multimedia/gstreamer-plugins-bz2/Makefile
new file mode 100644
index 000000000..8f8c352b5
--- /dev/null
+++ b/multimedia/gstreamer-plugins-bz2/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-bz2
+# Date created: 6 July 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer bz2 plugin
+
+GST_PLUGIN= bz2
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-dts/Makefile b/multimedia/gstreamer-plugins-dts/Makefile
new file mode 100644
index 000000000..5e8fdcf26
--- /dev/null
+++ b/multimedia/gstreamer-plugins-dts/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-dts
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer dts plugin
+
+GST_PLUGIN= dts
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile
new file mode 100644
index 000000000..1b1703605
--- /dev/null
+++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-mpeg2enc
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer mpeg encoder plugin
+
+GST_PLUGIN= mpeg2enc
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-x264/Makefile b/multimedia/gstreamer-plugins-x264/Makefile
new file mode 100644
index 000000000..ab4e6ae7f
--- /dev/null
+++ b/multimedia/gstreamer-plugins-x264/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-x264
+# Date created: 6 Sep 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+CATEGORIES= multimedia
+PORTREVISION= 0
+
+COMMENT= Gstreamer x264 plugin
+
+GST_PLUGIN= x264
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-xvid/Makefile b/multimedia/gstreamer-plugins-xvid/Makefile
new file mode 100644
index 000000000..58c9e415e
--- /dev/null
+++ b/multimedia/gstreamer-plugins-xvid/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-xvid
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer xvid plugin
+
+GST_PLUGIN= xvid
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index babb9425b..b750ecf91 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.103 2008/02/21 14:20:39 kwm Exp $
#
PORTNAME= gstreamer
@@ -34,7 +34,7 @@ CFLAGS:= ${CFLAGS} -O2
BASE_PORTVERSION= 0.10.17
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
-BAD_PORTVERSION= 0.10.5
+BAD_PORTVERSION= 0.10.6
BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION}
BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX}
GOOD_PORTVERSION= 0.10.6
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 7fcbd739c..c7a323f88 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -1,5 +1,5 @@
-# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.63 2007/12/12 05:10:02 mezz Exp $
-# $MCom: ports-stable/multimedia/gstreamer-plugins/Makefile.common,v 1.1 2007/12/02 17:08:48 ahze Exp $
+# $FreeBSD$
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.65 2008/02/04 15:46:50 kwm Exp $
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -12,19 +12,21 @@ BASE_GST_ALL_PLUGINS= \
vorbis
# bad
BAD_GST_ALL_PLUGINS+= \
- alsaspdif \
+ alsa \
amrwb \
bz2 \
cdaudio \
directfb \
divx \
dts \
+ dvb \
faac \
faad \
gsm \
ivorbis \
jack \
libmms \
+ metadata \
mpeg2enc \
musepack \
musicbrainz \
@@ -34,9 +36,11 @@ BAD_GST_ALL_PLUGINS+= \
sdl \
sndfile \
soundtouch \
+ soup \
spc \
swfdec \
timidity \
+ wildmidi \
x264 \
xvid
# ladspa \
@@ -224,6 +228,7 @@ gst_hal_LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
gst_hal_PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.a \
${GST_LIB_DIR}/libgsthalelements.la \
${GST_LIB_DIR}/libgsthalelements.so
+
# jack
gst_jack_LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
gst_jack_DIST= bad
@@ -328,6 +333,18 @@ gst_sidplay_DIST= ugly
gst_sndfile_LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
gst_sndfile_DIST= bad
+# soundtouch
+gst_soundtouch_LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch
+gst_soundtouch_DIST= bad
+
+# souphttpsrc
+gst_soup_LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
+gst_soup_GST_PLUGIN_DIR=ext/soup
+gst_soup_PLIST_FILES= ${GST_LIB_DIR}/libgstsouphttpsrc.a \
+ ${GST_LIB_DIR}/libgstsouphttpsrc.la \
+ ${GST_LIB_DIR}/libgstsouphttpsrc.so
+gst_soup_DIST= bad
+
# spc
gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc
gst_spc_DIST= bad
@@ -338,6 +355,7 @@ gst_speex_LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
# swfdec
gst_swfdec_LIB_DEPENDS+=swfdec-0.4.1:${PORTSDIR}/graphics/swfdec
gst_swfdec_DIST= bad
+
# theora
gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
gst_theora_DIST= base
diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo
index db34f0106..ef269b22c 100644
--- a/multimedia/gstreamer-plugins/distinfo
+++ b/multimedia/gstreamer-plugins/distinfo
@@ -1,9 +1,9 @@
MD5 (gst-plugins-base-0.10.17.tar.bz2) = 151b66228e08ab0c7601713030fb1c3f
SHA256 (gst-plugins-base-0.10.17.tar.bz2) = f82cfd5669c756726f503dde5936e2fbe2969631095f0efc40df1fae1a74f70d
SIZE (gst-plugins-base-0.10.17.tar.bz2) = 1849092
-MD5 (gst-plugins-bad-0.10.5.tar.bz2) = 395f3ed705928e77e5620cccf11a8cff
-SHA256 (gst-plugins-bad-0.10.5.tar.bz2) = 9ac7eb27c9975d4cd24cd3da9b457e69790e4a8cbec75077f0f42fc8b0060eed
-SIZE (gst-plugins-bad-0.10.5.tar.bz2) = 1402345
+MD5 (gst-plugins-bad-0.10.6.tar.bz2) = fb47838aa0ccef52683cea5d89364053
+SHA256 (gst-plugins-bad-0.10.6.tar.bz2) = c702dab34d3b330ec06d915a91a937dadb0a93ace25bbe8e337223ddb834efe6
+SIZE (gst-plugins-bad-0.10.6.tar.bz2) = 1776962
MD5 (gst-plugins-ugly-0.10.7.tar.bz2) = cff4f55138d12152cf580a3ee71c2519
SHA256 (gst-plugins-ugly-0.10.7.tar.bz2) = 556ba24072bdb32ee568adc682d69add1241d77936bc9563e50cdb953097be35
SIZE (gst-plugins-ugly-0.10.7.tar.bz2) = 868172
diff --git a/net/gstreamer-plugins-libmms/Makefile b/net/gstreamer-plugins-libmms/Makefile
new file mode 100644
index 000000000..77d2292da
--- /dev/null
+++ b/net/gstreamer-plugins-libmms/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-libmms
+# Date created: 8 March 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= net
+
+COMMENT= Gstreamer mms:// and mmsh:// plugin
+
+GST_PLUGIN= libmms
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile
new file mode 100644
index 000000000..47acb6c58
--- /dev/null
+++ b/www/gstreamer-plugins-neon/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-neon
+# Date created: 6 July 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= www
+
+COMMENT= Gstreamer neon plugin
+
+GST_PLUGIN= neon
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"