Mon Nov 15 07:35:54 2010 UTC ()
Disable GSettings plugin.

It require glib2>=2.25.0, then after glib was updated to 2.26.0,
it also will be iinstalled, PLIST broken.

XXX: exactly depend on glib2>=2.25.0 and install it,
XXX: or create new package for the plugin?


(obache)
diff -r1.24 -r1.25 pkgsrc/multimedia/gst-plugins0.10-bad/Makefile.common

cvs diff -r1.24 -r1.25 pkgsrc/multimedia/gst-plugins0.10-bad/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-bad/Attic/Makefile.common 2010/09/08 16:23:11 1.24
+++ pkgsrc/multimedia/gst-plugins0.10-bad/Attic/Makefile.common 2010/11/15 07:35:54 1.25
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile.common,v 1.24 2010/09/08 16:23:11 drochner Exp $ 1# $NetBSD: Makefile.common,v 1.25 2010/11/15 07:35:54 obache Exp $
2# 2#
3# used by audio/gst-plugins0.10-dts/Makefile 3# used by audio/gst-plugins0.10-dts/Makefile
4# used by audio/gst-plugins0.10-faad/Makefile 4# used by audio/gst-plugins0.10-faad/Makefile
5# used by audio/gst-plugins0.10-jack/Makefile 5# used by audio/gst-plugins0.10-jack/Makefile
6# used by audio/gst-plugins0.10-musepack/Makefile 6# used by audio/gst-plugins0.10-musepack/Makefile
7# used by audio/gst-plugins0.10-spc/Makefile 7# used by audio/gst-plugins0.10-spc/Makefile
8# used by multimedia/gst-plugins0.10-xvid/Makefile 8# used by multimedia/gst-plugins0.10-xvid/Makefile
9# used by net/gst-plugins0.10-mms/Makefile 9# used by net/gst-plugins0.10-mms/Makefile
10 10
11GST_PLUGINS0.10_TYPE= bad 11GST_PLUGINS0.10_TYPE= bad
12GST_PLUGINS0.10_VER= 0.10.20 12GST_PLUGINS0.10_VER= 0.10.20
13 13
14# Disable all drivers and features by default. 14# Disable all drivers and features by default.
15.for driver in amrwb \ 15.for driver in amrwb \
16 cdaudio \ 16 cdaudio \
17 directfb \ 17 directfb \
18 dts \ 18 dts \
19 dvb \ 19 dvb \
20 dvdnav \ 20 dvdnav \
21 divx \ 21 divx \
22 faac \ 22 faac \
23 faad \ 23 faad \
24 fbdev \ 24 fbdev \
 25 gsettings \
25 gsm \ 26 gsm \
26 ivorbis \ 27 ivorbis \
27 libmms \ 28 libmms \
28 musepack \ 29 musepack \
29 musicbrainz \ 30 musicbrainz \
30 neon \ 31 neon \
31 real \ 32 real \
32 sdl \ 33 sdl \
33 soundtouch \ 34 soundtouch \
34 swfdec \ 35 swfdec \
35 theoradec \ 36 theoradec \
36 vcd \ 37 vcd \
37 xvid 38 xvid