summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-21 22:20:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-21 22:20:39 +0800
commit9679d2b040b075fe2f89c4a9ca44e1a689b7832a (patch)
tree9053262a29c80aaea46a422df450e3e080d1c8f5
parent3ad916055628fd7fd4c092862746c144a31ec743 (diff)
downloadmarcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar.gz
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar.bz2
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar.lz
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar.xz
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.tar.zst
marcuscom-ports-9679d2b040b075fe2f89c4a9ca44e1a689b7832a.zip
Add and update gstreamer-plugin-ugly to 0.10.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10462 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile18
-rw-r--r--audio/gstreamer-plugins-lame/Makefile18
-rw-r--r--audio/gstreamer-plugins-mad/Makefile18
-rw-r--r--audio/gstreamer-plugins-sidplay/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-dvd/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-mpeg2dec/Makefile18
-rw-r--r--multimedia/gstreamer-plugins-ugly/Makefile39
-rw-r--r--multimedia/gstreamer-plugins-ugly/pkg-plist54
-rw-r--r--multimedia/gstreamer-plugins/Makefile6
-rw-r--r--multimedia/gstreamer-plugins/distinfo6
10 files changed, 207 insertions, 6 deletions
diff --git a/audio/gstreamer-plugins-a52dec/Makefile b/audio/gstreamer-plugins-a52dec/Makefile
new file mode 100644
index 000000000..e3c2186ca
--- /dev/null
+++ b/audio/gstreamer-plugins-a52dec/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 ATSC A/52 stream aka AC-3 (dvd audio) plugin
+
+GST_PLUGIN= a52dec
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-lame/Makefile b/audio/gstreamer-plugins-lame/Makefile
new file mode 100644
index 000000000..6964ad8d3
--- /dev/null
+++ b/audio/gstreamer-plugins-lame/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-lame
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer mp3 encode plugin
+
+GST_PLUGIN= lame
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-mad/Makefile b/audio/gstreamer-plugins-mad/Makefile
new file mode 100644
index 000000000..a0c4609b8
--- /dev/null
+++ b/audio/gstreamer-plugins-mad/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-mad
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer mp3 decoder plugin
+
+GST_PLUGIN= mad
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer-plugins-sidplay/Makefile b/audio/gstreamer-plugins-sidplay/Makefile
new file mode 100644
index 000000000..abe2e6df8
--- /dev/null
+++ b/audio/gstreamer-plugins-sidplay/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-sidplay
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= audio
+
+COMMENT= Gstreamer Commodore SID decoder plugin
+
+GST_PLUGIN= sidplay
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-dvd/Makefile b/multimedia/gstreamer-plugins-dvd/Makefile
new file mode 100644
index 000000000..81a056b1d
--- /dev/null
+++ b/multimedia/gstreamer-plugins-dvd/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-dvd
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer dvd plugin set
+
+GST_PLUGIN= dvd
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-mpeg2dec/Makefile b/multimedia/gstreamer-plugins-mpeg2dec/Makefile
new file mode 100644
index 000000000..7653d0d1b
--- /dev/null
+++ b/multimedia/gstreamer-plugins-mpeg2dec/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-mpeg2dec
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer mpeg decode plugin
+
+GST_PLUGIN= mpeg2dec
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer-plugins-ugly/Makefile b/multimedia/gstreamer-plugins-ugly/Makefile
new file mode 100644
index 000000000..08cb3fe04
--- /dev/null
+++ b/multimedia/gstreamer-plugins-ugly/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gstreamer-plugins-ugly
+# Date created: 20 Jan 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= multimedia
+
+COMMENT= Ugly gstreamer-plugins
+
+GST_PLUGIN= ugly
+GST_PLUGIN_SUFFIX= -ugly
+
+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_ugly_DIST= ugly
+UGLY_GST_DIRS= gst po gst-libs
+PLIST_SUB= VERSION="${GST_VERSION}"
+NO_GSTREAMER_COMMON= yes
+PLIST= ${.CURDIR}/pkg-plist
+
+do-build:
+.for dir in ${UGLY_GST_DIRS}
+ @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+.endfor
+
+do-install:
+.for dir in ${UGLY_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-ugly/pkg-plist b/multimedia/gstreamer-plugins-ugly/pkg-plist
new file mode 100644
index 000000000..9e922be94
--- /dev/null
+++ b/multimedia/gstreamer-plugins-ugly/pkg-plist
@@ -0,0 +1,54 @@
+lib/gstreamer-%%VERSION%%/libgstasf.a
+lib/gstreamer-%%VERSION%%/libgstasf.la
+lib/gstreamer-%%VERSION%%/libgstasf.so
+lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.a
+lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.la
+lib/gstreamer-%%VERSION%%/libgstdvdlpcmdec.so
+lib/gstreamer-%%VERSION%%/libgstdvdsub.a
+lib/gstreamer-%%VERSION%%/libgstdvdsub.la
+lib/gstreamer-%%VERSION%%/libgstdvdsub.so
+lib/gstreamer-%%VERSION%%/libgstiec958.a
+lib/gstreamer-%%VERSION%%/libgstiec958.la
+lib/gstreamer-%%VERSION%%/libgstiec958.so
+lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.a
+lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.la
+lib/gstreamer-%%VERSION%%/libgstmpegaudioparse.so
+lib/gstreamer-%%VERSION%%/libgstmpegstream.a
+lib/gstreamer-%%VERSION%%/libgstmpegstream.la
+lib/gstreamer-%%VERSION%%/libgstmpegstream.so
+lib/gstreamer-%%VERSION%%/libgstrmdemux.a
+lib/gstreamer-%%VERSION%%/libgstrmdemux.la
+lib/gstreamer-%%VERSION%%/libgstrmdemux.so
+share/locale/af/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/or/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo
+@dirrmtry share/local/zh_CN/LC_MESSAGES
+@dirrmtry share/local/zh_CN
+@dirrmtry share/local/uk/LC_MESSAGES
+@dirrmtry share/local/uk
+@dirrmtry share/local/sr/LC_MESSAGES
+@dirrmtry share/local/sr
+@dirrmtry share/local/pl/LC_MESSAGES
+@dirrmtry share/local/pl
+@dirrmtry share/local/fi/LC_MESSAGES
+@dirrmtry share/local/fi
+@dirrmtry share/local/cs/LC_MESSAGES
+@dirrmtry share/local/cs
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 34199e048..babb9425b 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -2,8 +2,8 @@
# Date created: Wed Jul 10 23:38:01 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
-# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile,v 1.121 2007/12/12 05:10:02 mezz Exp $
-# $MCom: ports-stable/multimedia/gstreamer-plugins/Makefile,v 1.1 2007/12/02 17:08:48 ahze Exp $
+# $FreeBSD$
+# $MCom$
#
PORTNAME= gstreamer
@@ -40,7 +40,7 @@ BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX}
GOOD_PORTVERSION= 0.10.6
GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION}
GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX}
-UGLY_PORTVERSION= 0.10.6
+UGLY_PORTVERSION= 0.10.7
UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION}
UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX}
DIST?= good
diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo
index b8b078981..db34f0106 100644
--- a/multimedia/gstreamer-plugins/distinfo
+++ b/multimedia/gstreamer-plugins/distinfo
@@ -4,9 +4,9 @@ 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-ugly-0.10.6.tar.bz2) = f1016148ecbfba968c0ef1773066988b
-SHA256 (gst-plugins-ugly-0.10.6.tar.bz2) = 9c514d4002fb2a2efc5c60e009c330be2ee05c28649d73de3aa45530161c2c62
-SIZE (gst-plugins-ugly-0.10.6.tar.bz2) = 773777
+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
MD5 (gst-plugins-good-0.10.6.tar.bz2) = 25f111360c2930705b91b4fcf93ae5c5
SHA256 (gst-plugins-good-0.10.6.tar.bz2) = 9e9cd6a5e134c29400b9dc302e523684dca55d0f7f11eb4b06535b24e5032d66
SIZE (gst-plugins-good-0.10.6.tar.bz2) = 1576121