diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-06 18:07:06 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-06 18:07:06 +0000 |
commit | d0b0742c72ea4569beb16ad91e1e8951f9c1bce7 (patch) | |
tree | c0bd665bd0e8f8d4d9175f5021cd6a93cb9ff3fc /multimedia | |
parent | e5e9c4b7763891cb06fe7d2a5a12089ac91f8168 (diff) | |
download | pkgsrc-d0b0742c72ea4569beb16ad91e1e8951f9c1bce7.tar.gz |
prepare for addition of a "gio" plugin pkg
(we could build it in the base pkg because it doesn't cause additional
dependencies, but it is marked experimental, so better leave it
as optional addon)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-base/Makefile.common | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/plugins.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile.common b/multimedia/gst-plugins0.10-base/Makefile.common index 76a70eea816..99a126bdb4c 100644 --- a/multimedia/gst-plugins0.10-base/Makefile.common +++ b/multimedia/gst-plugins0.10-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2008/07/15 10:09:40 drochner Exp $ +# $NetBSD: Makefile.common,v 1.16 2008/08/06 18:07:06 drochner Exp $ # GST_PLUGINS0.10_TYPE= base @@ -9,6 +9,7 @@ BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20 .for driver in alsa \ cdparanoia \ freetypetest \ + gio \ gnome_vfs \ gst_v4l \ libvisual \ diff --git a/multimedia/gst-plugins0.10-base/plugins.mk b/multimedia/gst-plugins0.10-base/plugins.mk index 72bb3537c65..d70fcf3cfb6 100644 --- a/multimedia/gst-plugins0.10-base/plugins.mk +++ b/multimedia/gst-plugins0.10-base/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.6 2006/04/22 09:22:11 rillig Exp $ +# $NetBSD: plugins.mk,v 1.7 2008/08/06 18:07:06 drochner Exp $ # # This file is shared across the gst-plugins-{base,good} packages to # simplify their code. It provides a framework to write simple packages @@ -26,6 +26,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-examples +CONFIGURE_ARGS+= --disable-experimental CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --disable-valgrind CONFIGURE_ARGS+= --enable-external |