r39440 - in /desktop/unstable/gnome-applets/debian: changelog patches/02_link_lm.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 1 17:41:47 UTC 2013


Author: biebl
Date: Sun Sep  1 17:41:47 2013
New Revision: 39440

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39440
Log:
debian/patches/02_link_lm.patch: Add -lm dependency on mixer libs.
Closes: #713478

Added:
    desktop/unstable/gnome-applets/debian/patches/02_link_lm.patch
Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/patches/series

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=39440&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog	[utf-8] Sun Sep  1 17:41:47 2013
@@ -3,6 +3,8 @@
   * Disable weather applet, it is no longer compatible with libgweather 3.8
     where upstream dropped GWeatherXML.
   * Remove weather applet from package description.
+  * debian/patches/02_link_lm.patch: Add -lm dependency on mixer libs.
+    Closes: #713478
 
  -- Michael Biebl <biebl at debian.org>  Sun, 01 Sep 2013 19:32:47 +0200
 

Added: desktop/unstable/gnome-applets/debian/patches/02_link_lm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/02_link_lm.patch?rev=39440&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/02_link_lm.patch	(added)
+++ desktop/unstable/gnome-applets/debian/patches/02_link_lm.patch	[utf-8] Sun Sep  1 17:41:47 2013
@@ -0,0 +1,21 @@
+commit f2a7c6548ad508c94398e10c49c962363e15d739
+Author: Ray Strode <rstrode at redhat.com>
+Date:   Wed Sep 19 18:27:22 2012 -0400
+
+    configure: add -lm dependency on mixer libs
+    
+    the mixer applet requires -lm to build.
+    this commit adds that dependency.
+
+Index: gnome-applets-3.4.1/configure.in
+===================================================================
+--- gnome-applets-3.4.1.orig/configure.in	2013-09-01 19:39:57.359815047 +0200
++++ gnome-applets-3.4.1/configure.in	2013-09-01 19:39:57.355814994 +0200
+@@ -319,6 +319,7 @@
+         AC_MSG_ERROR([Mixer applet explicitly requested but a compatible gstreamer version was not found])
+     fi
+ fi
++MIXER_LIBS="$MIXER_LIBS -lm"
+ AM_CONDITIONAL(BUILD_MIXER_APPLET, test "x$enable_mixer" = "xyes")
+ AC_SUBST(MIXER_CFLAGS)
+ AC_SUBST(MIXER_LIBS)

Modified: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=39440&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/patches/series	[utf-8] Sun Sep  1 17:41:47 2013
@@ -1,2 +1,3 @@
 01_battstat_upower.patch
+02_link_lm.patch
 15_path-max.patch




More information about the pkg-gnome-commits mailing list