diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 17:04:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-06 17:04:19 +0800 |
commit | 1b00912ef27deb8704961f1e718e8f00e51db783 (patch) | |
tree | 04f14d3dd30905fb72a08e0354ce802857808869 /audio/gstreamer1-plugins-ogg | |
parent | eb991d198df425acc70776601b47549349360479 (diff) | |
download | marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.gz marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.bz2 marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.lz marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.xz marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.tar.zst marcuscom-ports-1b00912ef27deb8704961f1e718e8f00e51db783.zip |
Add most of -good plugins, the X plugins are broken for now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17097 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gstreamer1-plugins-ogg')
-rw-r--r-- | audio/gstreamer1-plugins-ogg/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gstreamer1-plugins-ogg/Makefile b/audio/gstreamer1-plugins-ogg/Makefile new file mode 100644 index 000000000..ef27fefee --- /dev/null +++ b/audio/gstreamer1-plugins-ogg/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer Ogg bitstream plugin + +GST_PLUGIN= ogg +DIST= base + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |