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 | c9b93b91204bc6b7d24ae1db4289c8c2d975e4df (patch) | |
tree | c0bd665bd0e8f8d4d9175f5021cd6a93cb9ff3fc | |
parent | fdd3d3a97c8706e9719208616f9c98b6f8b8d19d (diff) | |
download | pkgsrc-c9b93b91204bc6b7d24ae1db4289c8c2d975e4df.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)
-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 |