summaryrefslogtreecommitdiffstats
path: root/audio/gstreamer-plugins-a52dec
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 /audio/gstreamer-plugins-a52dec
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
Diffstat (limited to 'audio/gstreamer-plugins-a52dec')
-rw-r--r--audio/gstreamer-plugins-a52dec/Makefile18
1 files changed, 18 insertions, 0 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"