summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2008-02-29 21:31:30 -0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2008-02-29 21:31:30 -0800
commit7f8274044109af623ba9e39adbcd5e4b5e8855a5 (patch)
treed3796164d19c5e081beddaaba20cf547a8ec2807 /gnome-base/gnome-settings-daemon/files
parentFix the gtk-update-icon-cache stuff (diff)
downloadgnome-7f8274044109af623ba9e39adbcd5e4b5e8855a5.tar.gz
gnome-7f8274044109af623ba9e39adbcd5e4b5e8855a5.tar.bz2
gnome-7f8274044109af623ba9e39adbcd5e4b5e8855a5.zip
version bump from upstream
- Only print debug messages if --debug is used - Only load plugins when requested not at every start - Fixed #515340, Add a way to prioritise plugin load (William Jon McCann) - Fixed #515341, Signal when plugins finish loading (William Jon McCann) - Fixed #517259, Escape hostname for use in gconf key (Vincent Untz) - Fixed #517418, gnome-display-properties resolution change will not be used after logout or reboot (Jens Granseuer) - Fixed #518075, Sound plugin should start pulseaudio itself (Bastien Nocera) Translations: - Updated fr: Claude Paroz - Updated de: Hendrik Brandt - Updated nl: Vincent van Adrighem - Updated be@latin: Ihar Hrachyshka - Updated pt_BR: Jonh Wendell - Updated pt: Duarte Loreto - Updated ca: Gil Forcada - Updated *: Matthias Clasen - Updated oc: Yannig Marchegay - Updated sv: Daniel Nylander - Updated ja: Takeshi AIHANA - Updated cs: Petr Kovar - Updated ar: Djihed Afifi - Updated it: Luca Ferretti - Updated es: Jorge Gonzalez - Updated th: Theppitak Karoonboonyanan - Updated eu: Inaki Larranaga Murgoitio - Updated fi: bug #518255, Ilkka Tuohela - Updated gl: Ignacio Casal Quinteiro - Updated nb: Kjartan Maraas - Updated pl: Artur Flinta
Diffstat (limited to 'gnome-base/gnome-settings-daemon/files')
-rw-r--r--gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-2.21.4-no-esound.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-2.21.4-no-esound.patch b/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-2.21.4-no-esound.patch
deleted file mode 100644
index d1be52fc..00000000
--- a/gnome-base/gnome-settings-daemon/files/gnome-settings-daemon-2.21.4-no-esound.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac.orig 2007-12-17 22:41:54.000000000 -0800
-+++ configure.ac 2007-12-17 22:42:10.000000000 -0800
-@@ -262,9 +262,8 @@
- AC_SUBST(GST_CFLAGS)
-
- if test "x$have_gstreamer" = "xyes"; then
-- PKG_CHECK_MODULES(SOUND_CAPPLET, esound)
-- SOUND_CAPPLET_LIBS="$SOUND_CAPPLET_LIBS $GST_LIBS -lgstaudio-0.10 -lgstinterfaces-0.10"
-- SOUND_CAPPLET_CFLAGS="$SOUND_CAPPLET_CFLAGS $GST_CFLAGS"
-+ SOUND_CAPPLET_LIBS="$GST_LIBS -lgstaudio-0.10 -lgstinterfaces-0.10"
-+ SOUND_CAPPLET_CFLAGS="$GST_CFLAGS"
- AC_SUBST(SOUND_CAPPLET_LIBS)
- AC_SUBST(SOUND_CAPPLET_CFLAGS)
- else