From 71291df37cc03d1aa1ad8e01d336653b941c6791 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 21 Mar 2008 04:14:19 +0000 Subject: Add gstreamer-plugins-gio (Glib I/O) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10801 df743ca5-7f9a-e211-a948-0013205c9059 --- Mk/bsd.gstreamer.mk | 6 ++++-- devel/gstreamer-plugins-gio/Makefile | 18 ++++++++++++++++++ multimedia/gstreamer-plugins/Makefile.common | 6 +++++- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 devel/gstreamer-plugins-gio/Makefile 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 +# +# $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 -- cgit v1.2.3