diff options
author | obache <obache@pkgsrc.org> | 2010-11-25 01:16:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-25 01:16:39 +0000 |
commit | 696e877d9b361b2410cea675d51d78e51bdeae7d (patch) | |
tree | c8f36e4e3070f1c56db9626062d21a35dac07758 | |
parent | 216d7fc564b0bbe8d67b85c9787a0dc8cc12feb2 (diff) | |
download | pkgsrc-696e877d9b361b2410cea675d51d78e51bdeae7d.tar.gz |
Exactly disable vala.
Bump PKGREVISION.
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/totem/PLIST | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 10281b2fb66..23dd614bb21 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.47 2010/11/25 01:14:59 obache Exp $ +# $NetBSD: Makefile,v 1.48 2010/11/25 01:16:39 obache Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" +PKGREVISION= 1 + DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup COMMENT+= (using GStreamer) diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 51738eafbee..099e98243f0 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2010/11/24 20:55:28 drochner Exp $ +# $NetBSD: Makefile.common,v 1.60 2010/11/25 01:16:39 obache Exp $ # # used by multimedia/totem-browser-plugin/Makefile # used by multimedia/totem-nautilus/Makefile @@ -26,6 +26,8 @@ GCONF_SCHEMAS= totem.schemas GCONF_SCHEMAS+= totem-handlers.schemas GCONF_SCHEMAS+= totem-video-thumbnail.schemas +CONFIGURE_ARGS+= --enable-vala=no + .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../www/py-gdata/buildlink3.mk" diff --git a/multimedia/totem/PLIST b/multimedia/totem/PLIST index 6ff91cdb9cb..b893a4e39d5 100644 --- a/multimedia/totem/PLIST +++ b/multimedia/totem/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2010/11/24 20:55:28 drochner Exp $ +@comment $NetBSD: PLIST,v 1.27 2010/11/25 01:16:39 obache Exp $ bin/totem bin/totem-audio-preview bin/totem-video-indexer @@ -56,7 +56,6 @@ lib/totem/plugins/pythonconsole/pythonconsole.py lib/totem/plugins/pythonconsole/pythonconsole.pyc lib/totem/plugins/pythonconsole/pythonconsole.pyo lib/totem/plugins/pythonconsole/pythonconsole.totem-plugin -lib/totem/plugins/sample-vala/sample-vala.totem-plugin lib/totem/plugins/screensaver/libscreensaver.la lib/totem/plugins/screensaver/screensaver.totem-plugin lib/totem/plugins/screenshot/gallery.ui |