Hello community,

here is the log from the commit of package alsamixergui for openSUSE:Factory
checked in at Wed Jul 13 15:59:34 CEST 2011.



--------
--- alsamixergui/alsamixergui.changes   2006-12-19 15:27:33.000000000 +0100
+++ /mounts/work_src_done/STABLE/alsamixergui/alsamixergui.changes      
2011-07-12 14:32:16.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 12 12:32:07 UTC 2011 - pgaj...@novell.com
+
+- build against fltk 1.3
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  alsamixergui-fltk13.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsamixergui.spec ++++++
--- /var/tmp/diff_new_pack.oGX6ML/_old  2011-07-13 15:59:02.000000000 +0200
+++ /var/tmp/diff_new_pack.oGX6ML/_new  2011-07-13 15:59:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package alsamixergui (Version 0.9.0rc1)
+# spec file for package alsamixergui
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %define package_version 0.9.0rc1-2
 Summary:        An FLTK-Based Front-End for alsamixer
 Version:        0.9.0rc1
-Release:        741
+Release:        752
 License:        GPL v2 or later
 Group:          Productivity/Multimedia/Sound/Mixers
 # Source:              %{name}-%{version}.tar.bz2
@@ -34,6 +34,7 @@
 Patch:          alsamixergui.dif
 Patch1:         alsamixergui-memleak-fix.diff
 Patch2:         alsamixergui-lvalue.diff
+Patch3:         alsamixergui-fltk13.diff
 Url:            ftp://www.iua.upf.es/pub/mdeboer
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -54,6 +55,7 @@
 %patch
 %patch1
 %patch2
+%patch3 -p1
 %{?suse_update_config:%{suse_update_config -f}}
 
 %build

++++++ alsamixergui-fltk13.diff ++++++
Index: alsamixergui-0.9.0rc1-2/configure.in
===================================================================
--- alsamixergui-0.9.0rc1-2.orig/configure.in
+++ alsamixergui-0.9.0rc1-2/configure.in
@@ -15,7 +15,7 @@ AC_PATH_XTRA
 CFLAGS="$CFLAGS $X_CFLAGS"
 CXXFLAGS="$CXXFLAGS $X_CFLAGS"
 LIBS="$LIBS $X_LIBS"
-AC_CHECK_LIB(fltk,fl_numericsort,,AC_MSG_ERROR("missing fltk"))
+AC_CHECK_LIB(fltk,fl_numericsort,,AC_MSG_ERROR("missing fltk"),[`fltk-config 
--ldflags`])
 AM_PATH_ALSA(0.9.0)
 
 dnl Checks for header files.
Index: alsamixergui-0.9.0rc1-2/src/Makefile.am
===================================================================
--- alsamixergui-0.9.0rc1-2.orig/src/Makefile.am
+++ alsamixergui-0.9.0rc1-2/src/Makefile.am
@@ -10,4 +10,4 @@ alsamixergui_SOURCES = \
  alsamixer.cxx \
  ncurser_to_fl.H
 
-alsamixergui_LDADD = @LIBS@ @ALSA_LIBS@
+alsamixergui_LDADD = @LIBS@ @ALSA_LIBS@ -lX11 -lXft -lfontconfig -lXinerama


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to