diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:48:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-07 03:48:44 +0800 |
commit | d60a71538123466f3c065222bdef0ed463b8916e (patch) | |
tree | dfa69e9aad8b2c645073c0d0168246519cebba8b /multimedia | |
parent | d9a242808b723ef1710d2630c907bc147496ba6f (diff) | |
download | marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.gz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.bz2 marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.lz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.xz marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.tar.zst marcuscom-ports-d60a71538123466f3c065222bdef0ed463b8916e.zip |
- Add annodex CMML gst plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6515 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-annodex/Makefile | 17 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
2 files changed, 20 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-annodex/Makefile b/multimedia/gstreamer-plugins-annodex/Makefile new file mode 100644 index 000000000..c8a6c4174 --- /dev/null +++ b/multimedia/gstreamer-plugins-annodex/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-annodex +# Date created: 6 July 2006 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +CATEGORIES= multimedia + +COMMENT= Gstreamer annodex CMML plugin + +GST_PLUGIN= annodex + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 23f8a2446..0dee09015 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.34 2006/06/09 20:24:02 ahze Exp $ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.57 2006/07/06 19:04:00 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.58 2006/07/06 19:32:34 ahze Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -118,6 +118,8 @@ gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \ ${GST_LIB_DIR}/libgstaasink.a \ ${GST_LIB_DIR}/libgstaasink.la +# annodex + # bz2 gst_bz2_DIST= bad |