diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-14 06:38:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-14 06:38:03 +0800 |
commit | cc476934f6ec234d9070f7d6bae7f02e94ab82e1 (patch) | |
tree | 2f8572165338c667412d99d86e2e5b067c287794 /x11 | |
parent | da884fe92f1d494f17bf4c1303c48666c787a31a (diff) | |
download | marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar.gz marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar.bz2 marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar.lz marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar.xz marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.tar.zst marcuscom-ports-cc476934f6ec234d9070f7d6bae7f02e94ab82e1.zip |
Sort out the X input and output plugins.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17113 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gstreamer1-plugins-x/Makefile | 4 | ||||
-rw-r--r-- | x11/gstreamer1-plugins-ximagesrc/Makefile | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/x11/gstreamer1-plugins-x/Makefile b/x11/gstreamer1-plugins-x/Makefile index b31eb7563..0f488f995 100644 --- a/x11/gstreamer1-plugins-x/Makefile +++ b/x11/gstreamer1-plugins-x/Makefile @@ -1,14 +1,12 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gstreamer1-plugins-x/Makefile,v 1.1 2012/10/06 09:04:19 kwm Exp $ PORTREVISION= 0 CATEGORIES= x11 COMMENT= Gstreamer X and Xvideo output plugins -BROKEN= needs more work - GST_PLUGIN= x DIST= base diff --git a/x11/gstreamer1-plugins-ximagesrc/Makefile b/x11/gstreamer1-plugins-ximagesrc/Makefile index c19706f3f..4b762b7bb 100644 --- a/x11/gstreamer1-plugins-ximagesrc/Makefile +++ b/x11/gstreamer1-plugins-ximagesrc/Makefile @@ -1,15 +1,14 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gstreamer1-plugins-ximagesrc/Makefile,v 1.1 2012/10/06 09:04:19 kwm Exp $ PORTREVISION= 0 CATEGORIES= audio +PKGNAMESUFFIX= -ximagesrc -COMMENT= Gstreamer ximagesrc plugin +COMMENT= Gstreamer X source plugin -BROKEN= needs more work - -GST_PLUGIN= ximagesrc +GST_PLUGIN= x DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins |