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 | |
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
-rw-r--r-- | Mk/bsd.gstreamer.mk | 6 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-annodex/Makefile | 17 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
3 files changed, 24 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 3f52c928b..dcc09fd3b 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -7,7 +7,7 @@ # Date: 4 Oct 2004 # # $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.30 2006/07/06 19:04:00 ahze Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.31 2006/07/06 19:32:34 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -60,7 +60,7 @@ GST80_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib bad bz2 cairo cdparanoia dts \ +_USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdparanoia dts \ dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \ libmms libpng libvisual mad mpeg2dec \ @@ -163,6 +163,8 @@ sdl_DEPENDS= devel/gstreamer-plugins-sdl # Graphics Plugins Section aalib_DEPENDS= graphics/gstreamer-plugins-aalib +annodex_DEPENDS= multimedia/gstreamer-plugins-annodex + cairo_DEPENDS= graphics/gstreamer-plugins-cairo gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf 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 |