diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 12:14:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 12:14:19 +0800 |
commit | 71291df37cc03d1aa1ad8e01d336653b941c6791 (patch) | |
tree | 699c89e18a68738e549524ee2e161468c028240a | |
parent | 1f14ca8d77c4570f508020acaa4e2bce16f6ac1c (diff) | |
download | marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar.gz marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar.bz2 marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar.lz marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar.xz marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.tar.zst marcuscom-ports-71291df37cc03d1aa1ad8e01d336653b941c6791.zip |
Add gstreamer-plugins-gio (Glib I/O)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10801 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gstreamer.mk | 6 | ||||
-rw-r--r-- | devel/gstreamer-plugins-gio/Makefile | 18 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 6 |
3 files changed, 27 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 8dcf4c528..536a26a40 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -7,7 +7,7 @@ # Date: 4 Oct 2004 # # $FreeBSD$ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.41 2008/02/27 18:27:28 ahze Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.42 2008/03/15 21:19:07 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -54,7 +54,7 @@ GST_SHLIB_VERSION= 1 # These are the current supported gstreamer-plugins modules # _USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \ - dv dvd esound faac faad ffmpeg flac gconf gnomevfs \ + dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \ gnonlin gsm hal ivorbis jack jpeg ladspa lame \ libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \ musepack nas neon ogg pango pulse python sdl shout2 sidplay \ @@ -158,6 +158,8 @@ vorbis_DEPENDS= audio/gstreamer-plugins-vorbis wavpack_DEPENDS= audio/gstreamer-plugins-wavpack # Devel Plugins Section +gio_DEPENDS= devel/gstreamer-plugins-gio + gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs sdl_DEPENDS= devel/gstreamer-plugins-sdl diff --git a/devel/gstreamer-plugins-gio/Makefile b/devel/gstreamer-plugins-gio/Makefile new file mode 100644 index 000000000..798c32e3a --- /dev/null +++ b/devel/gstreamer-plugins-gio/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-gio +# Date created: 21 April 2008 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= devel + +COMMENT= Gstreamer gio (Glib I/O) plugin + +GST_PLUGIN= gio + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 665e00e80..464e65564 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,9 +1,10 @@ # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.67 2008/02/21 16:28:00 kwm Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ cdparanoia \ + gio \ gnomevfs \ libvisual \ ogg \ @@ -225,6 +226,9 @@ gst_gdk_pixbuf_GST_PLUGIN_DIR= ext/gdk_pixbuf gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.a \ ${GST_LIB_DIR}/libgstgdkpixbuf.la \ ${GST_LIB_DIR}/libgstgdkpixbuf.so +# gio +gst_gio_USE_GNOME+= glib20 +gst_gio_DIST= base # gnomevfs gst_gnomevfs_USE_GNOME+= gnomevfs2 |