commit alsa-tools for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2020-10-23 16:09:27

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.3463 (New)


Package is "alsa-tools"

Fri Oct 23 16:09:27 2020 rev:79 rq:843608 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2020-03-07 
21:41:15.292394350 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.3463/alsa-tools.changes  
2020-10-23 16:09:43.807774251 +0200
@@ -1,0 +2,5 @@
+Fri Oct 23 14:55:54 CEST 2020 - ti...@suse.de
+
+- Drop unnecessary buildreq alsa-topology-devel (bsc#1178064)
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.sGUtD9/_old  2020-10-23 16:09:44.347774532 +0200
+++ /var/tmp/diff_new_pack.sGUtD9/_new  2020-10-23 16:09:44.351774534 +0200
@@ -39,7 +39,6 @@
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
-BuildRequires:  alsa-topology-devel
 BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection





commit alsa-tools for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2020-03-07 21:41:14

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.26092 (New)


Package is "alsa-tools"

Sat Mar  7 21:41:14 2020 rev:78 rq:782533 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2020-01-03 
17:33:58.379204091 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.26092/alsa-tools.changes 
2020-03-07 21:41:15.292394350 +0100
@@ -1,0 +2,8 @@
+Tue Feb 25 14:36:44 CET 2020 - Matej Cepl 
+
+- Update to 1.2.2 (do not support Python 2 and PyGtk).
+- Remove
+  0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
+  which was included upstream.
+
+---

Old:

  0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
  alsa-tools-1.1.7.tar.bz2

New:

  alsa-tools-1.2.2.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.aFpRAv/_old  2020-03-07 21:41:15.980394814 +0100
+++ /var/tmp/diff_new_pack.aFpRAv/_new  2020-03-07 21:41:15.980394814 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.1.7
+%define package_version1.2.2
 #
 %define build_hwdep_loader 0
 %if 0%{?suse_version} >  1140
@@ -25,25 +25,24 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.1.7
+Version:1.2.2
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://www.alsa-project.org/
+URL:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-%{package_version}.tar.bz2
 Source1:README.SUSE
 Source2:sbipatches.tar.bz2
 Source4:rmedigicontrol.desktop
 Source7:rmedigicontrol.png
-# upstream fixes
-Patch1: 0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
 BuildRequires:  alsa-topology-devel
 BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
+BuildRequires:  gobject-introspection
 BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
@@ -214,7 +213,6 @@
 Summary:GUI tool to set individual hardware stream volumes
 Group:  Productivity/Multimedia/Sound/Utilities
 Requires:   pyalsa
-Requires:   python-gtk
 Provides:   alsa-tools-gui = 1.0.28
 Obsoletes:  alsa-tools-gui <= 1.0.28
 
@@ -301,12 +299,10 @@
 %prep
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
-# upstream fixes
-%patch1 -p1
-# build fixes
-#patch100 -p1
 %patch101 -p1
 
+sed -i '1s@/usr/bin/env python@/usr/bin/python@' hwmixvolume/hwmixvolume
+
 ALL_PACKS="seq/sbiload hdsploader usx2yloader us428control as10k1 ld10k1 
hwmixvolume hda-verb"
 %ifarch %ix86
 ALL_PACKS="$ALL_PACKS sb16_csp sscape_ctl"

++ alsa-tools-1.1.7.tar.bz2 -> alsa-tools-1.2.2.tar.bz2 ++
 169949 lines of diff (skipped)





commit alsa-tools for openSUSE:Factory

2020-01-03 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2020-01-03 17:33:55

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.6675 (New)


Package is "alsa-tools"

Fri Jan  3 17:33:55 2020 rev:77 rq:758571 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2019-11-27 
13:57:20.972248730 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.6675/alsa-tools.changes  
2020-01-03 17:33:58.379204091 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 16:56:52 CET 2019 - ti...@suse.de
+
+- Fix hdspmixer build error with the latest alsa-lib:
+  0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
+
+---

New:

  0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.5m0Wmq/_old  2020-01-03 17:34:00.447205095 +0100
+++ /var/tmp/diff_new_pack.5m0Wmq/_new  2020-01-03 17:34:00.479205111 +0100
@@ -37,6 +37,7 @@
 Source4:rmedigicontrol.desktop
 Source7:rmedigicontrol.png
 # upstream fixes
+Patch1: 0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
@@ -301,6 +302,7 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
+%patch1 -p1
 # build fixes
 #patch100 -p1
 %patch101 -p1

++ 0001-hdspmixer-Use-__u32-and-__u64-for-RMS-array-types.patch ++
>From 534e7fac808a891af0ccdd72c47cc9b1ccfde460 Mon Sep 17 00:00:00 2001
From: Takashi Iwai 
Date: Fri, 20 Dec 2019 16:40:43 +0100
Subject: [PATCH] hdspmixer: Use __u32 and __u64 for RMS array types

Some variable types are referring to the field in ioctl struct, which
are actually __u32 or __u64 instead of uint32_t or uint64_t.
This inconsistency may result in the compile error.

Signed-off-by: Takashi Iwai 
---
 hdspmixer/src/HDSPMixerWindow.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hdspmixer/src/HDSPMixerWindow.cxx 
b/hdspmixer/src/HDSPMixerWindow.cxx
index 342efb2b857f..9efc25d0d5c0 100644
--- a/hdspmixer/src/HDSPMixerWindow.cxx
+++ b/hdspmixer/src/HDSPMixerWindow.cxx
@@ -35,8 +35,8 @@ static void readregisters_cb(void *arg)
 hdsp_peak_rms_t hdsp_peak_rms;
 struct hdspm_peak_rms hdspm_peak_rms;
 bool isMADI = false;
-uint32_t *input_peaks, *playback_peaks, *output_peaks;
-uint64_t *input_rms, *playback_rms, *output_rms;
+__u32 *input_peaks, *playback_peaks, *output_peaks;
+__u64 *input_rms, *playback_rms, *output_rms;
 
 HDSPMixerWindow *w = (HDSPMixerWindow *)arg;
 
-- 
2.16.4





commit alsa-tools for openSUSE:Factory

2019-12-05 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2019-12-05 17:33:32

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.4691 (New)


Package is "alsa-tools"

Thu Dec  5 17:33:32 2019 rev:76 rq:750714 version:unknown

Changes:




Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.KdwcfI/_old  2019-12-05 17:33:38.429454113 +0100
+++ /var/tmp/diff_new_pack.KdwcfI/_new  2019-12-05 17:33:38.429454113 +0100
@@ -40,6 +40,7 @@
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
+BuildRequires:  alsa-topology-devel
 BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel





commit alsa-tools for openSUSE:Factory

2019-11-27 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2019-11-27 13:56:02

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.26869 (New)


Package is "alsa-tools"

Wed Nov 27 13:56:02 2019 rev:75 rq:751232 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2019-03-20 
13:21:01.649318523 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.26869/alsa-tools.changes 
2019-11-27 13:57:20.972248730 +0100
@@ -1,0 +2,12 @@
+Wed Nov 27 10:23:27 CET 2019 - ti...@suse.de
+
+- Drop the superfluous buildreq alsa-topology-devel again;
+  it's no longer mandatory
+
+---
+Thu Nov 21 12:06:50 CET 2019 - ti...@suse.de
+
+- Fix build breakage by the new alsa update; now it requires
+  alsa-topology-devel
+
+---



Other differences:
--




commit alsa-tools for openSUSE:Factory

2019-03-20 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2019-03-20 13:21:01

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.28833 (New)


Package is "alsa-tools"

Wed Mar 20 13:21:01 2019 rev:74 rq:686494 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2018-10-18 
15:34:43.378409502 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.28833/alsa-tools.changes 
2019-03-20 13:21:01.649318523 +0100
@@ -1,0 +2,8 @@
+Sun Mar 17 18:06:45 UTC 2019 - Jan Engelhardt 
+
+- Remove %if..%endif guards that do not affect the build.
+- Implement shared library packaging policy.
+- Update historic boilerplate summary for ld10k1-devel.
+- Remove old BuildRoot: and %defattr.
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.3J8Hod/_old  2019-03-20 13:21:02.241318377 +0100
+++ /var/tmp/diff_new_pack.3J8Hod/_new  2019-03-20 13:21:02.241318377 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,12 +40,11 @@
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
+BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fltk-devel
-BuildRequires:  gtk2-devel
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
@@ -97,12 +96,21 @@
 %description -n ld10k1
 This package contains the patch loader program for Emu10k1 and Emu10k1 on ALSA.
 
+%package -n liblo10k1-0
+Version:0.1.8p1
+Release:0
+Summary:Emu10k1 patch loader library
+Group:  System/Libraries
+
+%description -n liblo10k1-0
+This package contains the patch loader program for Emu10k1 and Emu10k1 on ALSA.
+
 %package -n ld10k1-devel
 Version:0.1.8p1
 Release:0
-Summary:Include Files and Libraries mandatory for Development
+Summary:Header files for the Emu10k1 patch loader
 Group:  Development/Libraries/C and C++
-Requires:   ld10k1 = 0.1.8p1
+Requires:   liblo10k1-0 = 0.1.8p1
 Provides:   alsa-tools-devel = 1.0.28
 Obsoletes:  alsa-tools-devel <= 1.0.28
 
@@ -144,7 +152,6 @@
 %description -n sbiload
 sbiload is an OPL2/3 FM instrument loader for ALSA hwdep.
 
-%ifarch %ix86
 %package -n cspctl
 Version:0.3.5a
 Release:0
@@ -165,9 +172,7 @@
 
 %description -n sscape-ctl
 This package contains a control utility program for SoundScape cards
-%endif
 
-%if %{build_hwdep_loader}
 %package -n mixartloader
 Version:1.0
 Release:0
@@ -200,7 +205,6 @@
 %description -n vxloader
 mixartloader is a helper program to load the firmware binaries
 onto the Digigram VX-board sound drivers.
-%endif
 
 %package -n hwmixvolume
 Version:0.9
@@ -249,7 +253,6 @@
 It depends on ALSA and GTK+ and offers a graphical frontend for all your
 switches.
 
-%if %{have_gtk3}
 %package -n hdajackretask
 Version:0.20120413
 Release:0
@@ -269,7 +272,6 @@
 %description -n hdajacksensetest
 hdajacksensetest is a small program to check the current pin/jack status
 of the HD-audio codec.
-%endif
 
 %package -n hdspconf
 Version:1.4
@@ -404,7 +406,6 @@
 %{?desktop_database_postun}
 exit 0
 
-%if %{have_gtk3}
 %post -n hdajackretask
 %{?desktop_database_post}
 exit 0
@@ -412,70 +413,61 @@
 %postun -n hdajackretask
 %{?desktop_database_postun}
 exit 0
-%endif
-
-%post -n ld10k1 -p /sbin/ldconfig
 
-%postun -n ld10k1 -p /sbin/ldconfig
+%post   -n liblo10k1-0 -p /sbin/ldconfig
+%postun -n liblo10k1-0 -p /sbin/ldconfig
 
 %files -n as10k1
-%defattr(-, root, root)
 %{_bindir}/as10k1
 %doc as10k1/COPYING
 %doc as10k1/README
 %doc as10k1/examples
 
 %files -n hda-verb
-%defattr(-, root, root)
 %{_bindir}/hda-verb
 %doc hda-verb/ChangeLog
 %doc hda-verb/README
 
 %files -n ld10k1
-%defattr(-, root, root)
 %{_sbindir}/ld10k1
 %{_sbindir}/ld10k1d
 %{_sbindir}/dl10k1
 %{_bindir}/lo10k1
 %{_bindir}/init_*
 %{_datadir}/ld10k1
-%{_libdir}/liblo10k1.so.*
 %doc ld10k1/AUTHORS
 %doc ld10k1/COPYING
 %doc ld10k1/README
 %doc ld10k1/doc
 
+%files -n liblo10k1-0
+%{_libdir}/liblo10k1.so.*
+
 %files -n ld10k1-devel
-%defattr(-, root, root)
 %{_includedir}/lo10k1
 %{_libdir}/liblo10k1.so
 %{_datadir}/aclocal/*.m4
 
 %files -n 

commit alsa-tools for openSUSE:Factory

2018-10-18 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2018-10-18 15:34:09

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Thu Oct 18 15:34:09 2018 rev:73 rq:642604 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2018-04-05 
15:32:49.101602478 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2018-10-18 15:34:43.378409502 +0200
@@ -1,0 +2,8 @@
+Wed Oct 17 11:42:14 CEST 2018 - ti...@suse.de
+
+- Update to alsa-tools 1.1.7:
+  * ld10k1: define _GNU_SOURCE and use sighandler_t
+  * us428control: Fix clang -Wreserved-user-defined-literal warnings
+  * hwmixvolume: port to Gtk3+
+
+---

Old:

  alsa-tools-1.1.6.tar.bz2

New:

  alsa-tools-1.1.7.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.9FQhYs/_old  2018-10-18 15:34:46.198406251 +0200
+++ /var/tmp/diff_new_pack.9FQhYs/_new  2018-10-18 15:34:46.198406251 +0200
@@ -12,11 +12,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define package_version1.1.6
+%define package_version1.1.7
 #
 %define build_hwdep_loader 0
 %if 0%{?suse_version} >  1140
@@ -25,7 +25,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.1.6
+Version:1.1.7
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0-or-later

++ alsa-tools-1.1.6.tar.bz2 -> alsa-tools-1.1.7.tar.bz2 ++
 2448 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-tools-1.1.6/Makefile new/alsa-tools-1.1.7/Makefile
--- old/alsa-tools-1.1.6/Makefile   2018-04-03 09:04:06.0 +0200
+++ new/alsa-tools-1.1.7/Makefile   2018-10-16 10:15:48.0 +0200
@@ -1,4 +1,4 @@
-VERSION = 1.1.6
+VERSION = 1.1.7
 TOP = .
 SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-tools-1.1.6/hwmixvolume/README new/alsa-tools-1.1.7/hwmixvolume/README
--- old/alsa-tools-1.1.6/hwmixvolume/README 2018-04-03 09:01:37.0 
+0200
+++ new/alsa-tools-1.1.7/hwmixvolume/README 2018-10-16 10:08:36.0 
+0200
@@ -8,7 +8,8 @@
 * Yamaha DS-1 (YMF-724/740/744/754) (driver: snd-ymfpci)
 
 
-This tool requires Python, pygtk, and alsa-pyton 1.0.22 or later.
+This tool requires Python, PyGObject, GTK+ 3.0 or later, and alsa-python 1.0.22
+or later.
 
 It is recommended to use at least Linux kernel 2.6.32 or alsa-driver 1.0.22;
 otherwise, the name of the program that is using a stream cannot be shown.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-tools-1.1.6/hwmixvolume/hwmixvolume 
new/alsa-tools-1.1.7/hwmixvolume/hwmixvolume
--- old/alsa-tools-1.1.6/hwmixvolume/hwmixvolume2018-04-03 
09:01:37.0 +0200
+++ new/alsa-tools-1.1.7/hwmixvolume/hwmixvolume2018-10-16 
10:08:36.0 +0200
@@ -1,7 +1,8 @@
-#!/usr/bin/python2
+#!/usr/bin/env python
 
 # hwmixvolume - ALSA hardware mixer volume control applet
 # Copyright (c) 2009-2010 Clemens Ladisch
+# Copyright (c) 2018 Emmanuel Gil Peyrot 
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +16,10 @@
 # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-import gobject, gtk
+import gi
+gi.require_version('GLib', '2.0')
+gi.require_version('Gtk', '3.0')

commit alsa-tools for openSUSE:Factory

2018-04-05 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2018-04-05 15:32:41

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Thu Apr  5 15:32:41 2018 rev:72 rq:593433 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2017-11-15 
17:02:00.402790871 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2018-04-05 15:32:49.101602478 +0200
@@ -1,0 +2,20 @@
+Wed Apr  4 09:34:42 CEST 2018 - ti...@suse.de
+
+- Update to alsa-tools 1.1.6:
+  * hwmixvolume: use python2 directly
+  * Change FSF address (Franklin Street)
+  * hdspconf, hdspmixer: validate the .desktop files
+  * hdajackretask: add .desktop and icon files
+  * hdspmixer: move .desktop and icon files to desktop, use modern destination 
for icons
+  * hdspconf: move .desktop and icon files to desktop, use modern destination 
for icons
+  * echomixer: add .desktop and icon files
+  * envy24control: add .desktop and icon files
+  * hwmixvolume: add .desktop and icon files
+  * Makefile: fix version file creation
+  * hdajacksensetest: add gitcompile to EXTRA_DIST
+- Rename README.SuSE to README.SUSE
+- Drop superfluous conditional builds; gtk and fltk are always available
+- Remove obsoleted patch
+  alsa-tools-desktop-fix.dif
+
+---

Old:

  README.SuSE
  alsa-tools-1.1.5.tar.bz2
  alsa-tools-desktop-fix.dif
  envy24.png
  envy24control.desktop
  rme.png

New:

  README.SUSE
  alsa-tools-1.1.6.tar.bz2
  rmedigicontrol.png



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.QMjmbF/_old  2018-04-05 15:32:52.033496514 +0200
+++ /var/tmp/diff_new_pack.QMjmbF/_new  2018-04-05 15:32:52.037496368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,45 +16,36 @@
 #
 
 
-%define package_version1.1.5
+%define package_version1.1.6
 #
 %define build_hwdep_loader 0
-%define have_fltk  1
-%define have_gtk2  1
 %if 0%{?suse_version} >  1140
 %define have_gtk3  1
 %else
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.1.5
+Version:1.1.6
 Release:0
 Summary:Various ALSA Tools
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-%{package_version}.tar.bz2
-Source1:README.SuSE
+Source1:README.SUSE
 Source2:sbipatches.tar.bz2
-Source3:envy24control.desktop
 Source4:rmedigicontrol.desktop
-Source7:rme.png
-Source8:envy24.png
+Source7:rmedigicontrol.png
 # upstream fixes
 # build fixes
-Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{have_fltk}
 BuildRequires:  fltk-devel
-%endif
-%if %{have_gtk2}
 BuildRequires:  gtk2-devel
-%endif
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
@@ -226,7 +217,6 @@
 sound cards that use hardware mixing, i.e., those based on the
 following chips: Creative Emu10k1, VIA VT823x southbridge, Yamaha DS-1
 
-%if %{have_gtk2}
 %package -n echomixer
 Version:1.0.5
 Release:0
@@ -258,7 +248,6 @@
 Rmedigicontrol is a control tool for RME Digi32 and RME Digi96 soundcards.
 It depends on ALSA and GTK+ and offers a graphical frontend for all your
 switches.
-%endif
 
 %if %{have_gtk3}
 %package -n hdajackretask
@@ -282,7 +271,6 @@
 of the HD-audio codec.
 %endif
 
-%if %{have_fltk}
 %package -n hdspconf
 Version:1.4
 Release:0
@@ -305,14 +293,13 @@
 HDSPMixer is the Linux equivalent of the Totalmix application from RME.
 It is a tool to control the advanced routing features of the RME
 Hammerfall DSP soundcard series.
-%endif
 
 %prep
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
 # build fixes
-%patch100 -p1
+#patch100 -p1
 %patch101 -p1
 
 ALL_PACKS="seq/sbiload hdsploader usx2yloader us428control as10k1 ld10k1 
hwmixvolume hda-verb"
@@ -324,17 +311,13 @@
 ALL_PACKS="$ALL_PACKS pcxhrloader mixartloader vxloader"
 %endif
 

commit alsa-tools for openSUSE:Factory

2017-11-15 Thread root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2017-11-15 17:01:57

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Wed Nov 15 17:01:57 2017 rev:71 rq:541879 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2016-12-29 
22:52:57.579351359 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2017-11-15 17:02:00.402790871 +0100
@@ -1,0 +2,14 @@
+Tue Nov 14 16:02:21 UTC 2017 - dims...@opensuse.org
+
+- Eliminate a few rpmlint warnings:
+  + ld10k-devel should require ld10k versioned.
+  + Do not package empty ChangeLog files.
+
+---
+Tue Nov 14 15:07:12 CET 2017 - ti...@suse.de
+
+- Update to alsa-tools 1.1.5:
+  * echomixer: obsolete usage of dimension information
+  * as10k1: Drop superfluous inline prefix
+
+---

Old:

  alsa-tools-1.1.3.tar.bz2

New:

  alsa-tools-1.1.5.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.bdtjTp/_old  2017-11-15 17:02:01.478751474 +0100
+++ /var/tmp/diff_new_pack.bdtjTp/_new  2017-11-15 17:02:01.478751474 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.1.3
+%define package_version1.1.5
 #
 %define build_hwdep_loader 0
 %define have_fltk  1
@@ -27,7 +27,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.1.3
+Version:1.1.5
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+
@@ -111,7 +111,7 @@
 Release:0
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Requires:   ld10k1
+Requires:   ld10k1 = 0.1.8p1
 Provides:   alsa-tools-devel = 1.0.28
 Obsoletes:  alsa-tools-devel <= 1.0.28
 
@@ -456,7 +456,6 @@
 %defattr(-, root, root)
 %{_bindir}/hdsploader
 %doc hdsploader/AUTHORS
-%doc hdsploader/ChangeLog
 %doc hdsploader/COPYING
 %doc hdsploader/README
 

++ alsa-tools-1.1.3.tar.bz2 -> alsa-tools-1.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-tools-1.1.3/Makefile 
new/alsa-tools-1.1.5/Makefile
--- old/alsa-tools-1.1.3/Makefile   2016-12-20 10:15:04.0 +0100
+++ new/alsa-tools-1.1.5/Makefile   2017-11-14 09:06:03.0 +0100
@@ -1,4 +1,4 @@
-VERSION = 1.1.3
+VERSION = 1.1.5
 TOP = .
 SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-tools-1.1.3/as10k1/as10k1.c 
new/alsa-tools-1.1.5/as10k1/as10k1.c
--- old/alsa-tools-1.1.3/as10k1/as10k1.c2016-12-20 10:12:29.0 
+0100
+++ new/alsa-tools-1.1.5/as10k1/as10k1.c2017-11-14 08:52:10.0 
+0100
@@ -366,8 +366,8 @@
exit(1);
 }
 
-inline void output_tram_line( struct list_head *line_head, int type){
-
+void output_tram_line(struct list_head *line_head, int type)
+{
 struct tram *tram_sym;
 struct list_head *entry;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-tools-1.1.3/echomixer/echomixer.c 
new/alsa-tools-1.1.5/echomixer/echomixer.c
--- old/alsa-tools-1.1.3/echomixer/echomixer.c  2016-12-20 10:12:29.0 
+0100
+++ new/alsa-tools-1.1.5/echomixer/echomixer.c  2017-11-14 08:52:10.0 
+0100
@@ -525,6 +525,25 @@
 nLOut=snd_ctl_elem_value_get_integer(control, 2);  // Number of output 
channels
 fdOut=snd_ctl_elem_value_get_integer(control, 3);  // First digital out
 nPOut=snd_ctl_elem_value_get_integer(control, 4);  // Number of virtual 
output channels (==nLOut on non-vmixer cards)
+
+mixerControl.outputs = nLOut;
+mixerControl.inputs = nIn;
+
+if (vmixerId) {
+  vmixerControl.outputs = nLOut;
+  vmixerControl.inputs = nPOut;
+
+  /* For outputs and inputs. */
+  metersStreams = 2;
+} else {
+  /* For outputs, inputs and system outputs. */
+  metersStreams = 3;
+}
+
+/* For the number of channels. */
+metersNumber = 16;
+/* For 

commit alsa-tools for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2016-07-18 21:24:09

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2015-11-11 
10:35:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2016-07-18 21:24:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 15:26:06 CEST 2016 - ti...@suse.de
+
+- Upstream fix for gcc6 compile error on ppc:
+  0001-gcc6-narrowing-error.patch
+
+---

New:

  0001-gcc6-narrowing-error.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.Vtsaia/_old  2016-07-18 21:24:57.0 +0200
+++ /var/tmp/diff_new_pack.Vtsaia/_new  2016-07-18 21:24:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
+Patch1: 0001-gcc6-narrowing-error.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -311,6 +312,7 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
+%patch1 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0001-gcc6-narrowing-error.patch ++
>From 70118f5f93a4179a0df61925e64baf873f126be0 Mon Sep 17 00:00:00 2001
From: Michel Normand 
Date: Mon, 20 Jun 2016 15:26:06 +0200
Subject: [PATCH] gcc6 narrowing error

gcc6 narrowing error compiling for PowerPC archi
===
[   51s] Cus428Midi.cc: At global scope:
[   51s] Cus428Midi.cc:83:1: error: narrowing conversion of '-1' from 'int' to 
'char' inside { } [-Wnarrowing]
[   51s]  };
===

proposed patch as suggested in
https://gcc.gnu.org/gcc-6/porting_to.html

Signed-off-by: Michel Normand 
Signed-off-by: Takashi Iwai 
---
 hdspmixer/src/channelmap.cxx | 158 +--
 us428control/Cus428Midi.cc   |  30 
 2 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/hdspmixer/src/channelmap.cxx b/hdspmixer/src/channelmap.cxx
index b7bdded7ff19..bfb136d5ec66 100644
--- a/hdspmixer/src/channelmap.cxx
+++ b/hdspmixer/src/channelmap.cxx
@@ -55,7 +55,7 @@ char channel_map_mf_ss[26] = {
16, 17, 18, 19, 20, 21, 22, 23, /* ADAT */
24, 25, /* SPDIF */
26, 27, /* Phones L+R, only a destination channel */
-   -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1
 };
 
 // Digiface/Multiface
@@ -65,13 +65,13 @@ char meter_map_ds[26] = {
16, 17, 18, 19, /* ADAT on Multiface, ADAT3 on Digiface */
24, 25, /* SPDIF */
26, 27, /* Headphones */
-   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1, (char)-1, (char)-1
 };
 
 char channel_map_ds[26] = {
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23,
24, 25,
-   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1, (char)-1, (char)-1, (char)-1, (char)-1
 };
 
 char dest_map_ds[8] = {
@@ -84,10 +84,10 @@ char dest_map_rpm[3] = {
 };
 
 char channel_map_rpm[26] = {
- 0,  1,  2,  3,  4,  5, -1, -1,
--1, -1, -1, -1, -1, -1, -1, -1,
--1, -1, -1, -1, -1, -1, -1, -1,
--1, -1
+ 0,  1,  2,  3,  4,  5, (char)-1, (char)-1,
+(char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+(char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+(char)-1, (char)-1
 };
 
 // HDSP 9652
@@ -158,21 +158,21 @@ char channel_map_unity_ds[HDSPM_MAX_CHANNELS] = {
16, 18, 20, 22, 24, 26, 28, 30,
32, 34, 36, 38, 40, 42, 44, 46,
48, 50, 52, 54, 56, 58, 60, 62,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 

commit alsa-tools for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2015-11-11 10:31:15

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2015-10-06 
13:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2015-11-11 10:35:28.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  9 11:48:04 CET 2015 - ti...@suse.de
+
+- Update to alsa-tools 1.1.0:
+  just a minor fix for man page
+
+---

Old:

  alsa-tools-1.0.29.tar.bz2

New:

  alsa-tools-1.1.0.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.wATZOy/_old  2015-11-11 10:35:29.0 +0100
+++ /var/tmp/diff_new_pack.wATZOy/_new  2015-11-11 10:35:29.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.29
+%define package_version1.1.0
 #
 %define build_hwdep_loader 0
 %define have_fltk  1
@@ -27,7 +27,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.0.29
+Version:1.1.0
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+

++ alsa-tools-1.0.29.tar.bz2 -> alsa-tools-1.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-tools-1.0.29/Makefile 
new/alsa-tools-1.1.0/Makefile
--- old/alsa-tools-1.0.29/Makefile  2015-02-26 13:47:21.0 +0100
+++ new/alsa-tools-1.1.0/Makefile   2015-10-27 14:42:53.0 +0100
@@ -1,4 +1,4 @@
-VERSION = 1.0.29
+VERSION = 1.1.0
 TOP = .
 SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-tools-1.0.29/sb16_csp/cspctl.1 
new/alsa-tools-1.1.0/sb16_csp/cspctl.1
--- old/alsa-tools-1.0.29/sb16_csp/cspctl.1 2015-02-26 13:35:49.0 
+0100
+++ new/alsa-tools-1.1.0/sb16_csp/cspctl.1  2015-10-27 14:34:05.0 
+0100
@@ -1,5 +1,4 @@
 .TH cspctl 1 "April 27, 2000"
-.LO 1
 .SH NAME
 cspctl \- Sound Blaster 16 ASP/CSP control program
 






commit alsa-tools for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2015-10-06 13:25:55

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is "alsa-tools"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2015-03-01 
14:47:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2015-10-06 13:25:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  2 11:52:42 CEST 2015 - ti...@suse.de
+
+- Add missing desktop_database_post/postun macro calls
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.wV1zga/_old  2015-10-06 13:25:58.0 +0200
+++ /var/tmp/diff_new_pack.wV1zga/_new  2015-10-06 13:25:58.0 +0200
@@ -376,6 +376,38 @@
 rm -f as10k1/examples/Makefile*
 rm -f ld10k1/doc/Makefile*
 
+%post -n envy24control
+%{?desktop_database_post}
+exit 0
+
+%postun -n envy24control
+%{?desktop_database_postun}
+exit 0
+
+%post -n rmedigicontrol
+%{?desktop_database_post}
+exit 0
+
+%postun -n rmedigicontrol
+%{?desktop_database_postun}
+exit 0
+
+%post -n hdspconf
+%{?desktop_database_post}
+exit 0
+
+%postun -n hdspconf
+%{?desktop_database_postun}
+exit 0
+
+%post -n hdspmixer
+%{?desktop_database_post}
+exit 0
+
+%postun -n hdspmixer
+%{?desktop_database_postun}
+exit 0
+
 %post -n ld10k1 -p /sbin/ldconfig
 
 %postun -n ld10k1 -p /sbin/ldconfig






commit alsa-tools for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2015-03-01 14:47:01

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-10-22 
16:23:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2015-03-01 14:47:04.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 26 17:31:15 CET 2015 - ti...@suse.de
+
+- Update to alsa-tools 1.0.29:
+  just a version bump including the previous fixes
+- Drop obsoleted patches:
+  0001-ld10k1-Fix-missing-parentheses-for-functions.patch
+  0002-hdajackretask-Add-hints-functionality.patch
+  0003-Add-a-small-hdajacksensetest-helper.patch
+
+---

Old:

  0001-ld10k1-Fix-missing-parentheses-for-functions.patch
  0002-hdajackretask-Add-hints-functionality.patch
  0003-Add-a-small-hdajacksensetest-helper.patch
  alsa-tools-1.0.28.tar.bz2

New:

  alsa-tools-1.0.29.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.sYoJf0/_old  2015-03-01 14:47:05.0 +0100
+++ /var/tmp/diff_new_pack.sYoJf0/_new  2015-03-01 14:47:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.28
+%define package_version1.0.29
 #
 %define build_hwdep_loader 0
 %define have_fltk  1
@@ -27,7 +27,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.0.28
+Version:1.0.29
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+
@@ -41,9 +41,6 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
-Patch1: 0001-ld10k1-Fix-missing-parentheses-for-functions.patch
-Patch2: 0002-hdajackretask-Add-hints-functionality.patch
-Patch3: 0003-Add-a-small-hdajacksensetest-helper.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -314,9 +311,6 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ alsa-tools-1.0.28.tar.bz2 - alsa-tools-1.0.29.tar.bz2 ++
 9790 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-tools-1.0.28/Makefile new/alsa-tools-1.0.29/Makefile
--- old/alsa-tools-1.0.28/Makefile  2014-06-13 11:30:19.0 +0200
+++ new/alsa-tools-1.0.29/Makefile  2015-02-26 13:47:21.0 +0100
@@ -1,9 +1,9 @@
-VERSION = 1.0.28
+VERSION = 1.0.29
 TOP = .
 SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
  us428control usx2yloader vxloader echomixer ld10k1 qlo10k1 \
- hwmixvolume hdajackretask hda-verb
+ hwmixvolume hdajackretask hda-verb hdajacksensetest
 
 all:
@for i in $(SUBDIRS); do \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/alsa-tools-1.0.28/hdajackretask/Makefile.am 
new/alsa-tools-1.0.29/hdajackretask/Makefile.am
--- old/alsa-tools-1.0.28/hdajackretask/Makefile.am 2014-06-13 
11:28:13.0 +0200
+++ new/alsa-tools-1.0.29/hdajackretask/Makefile.am 2015-02-26 
13:35:49.0 +0100
@@ -1,5 +1,5 @@
 EXTRA_DIST = gitcompile README
-AM_CFLAGS = @GTK3_CFLAGS@
+AM_CFLAGS = @GTK3_CFLAGS@ -Wno-deprecated-declarations
 bin_PROGRAMS = hdajackretask
 man_MANS =
 hdajackretask_SOURCES = main-gtk.c sysfs-pin-configs.c apply-changes.c 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude 

commit alsa-tools for openSUSE:Factory

2014-10-22 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-10-22 16:23:04

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-10-07 
16:01:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-10-22 16:23:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 17 12:00:33 CEST 2014 - ti...@suse.de
+
+- Backport upstream patch for adding hdajacksensetest helper:
+  0003-Add-a-small-hdajacksensetest-helper.patch
+- Add hdajacksensetest sub-package
+
+---

New:

  0003-Add-a-small-hdajacksensetest-helper.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.jneC1c/_old  2014-10-22 16:23:06.0 +0200
+++ /var/tmp/diff_new_pack.jneC1c/_new  2014-10-22 16:23:06.0 +0200
@@ -43,6 +43,7 @@
 # upstream fixes
 Patch1: 0001-ld10k1-Fix-missing-parentheses-for-functions.patch
 Patch2: 0002-hdajackretask-Add-hints-functionality.patch
+Patch3: 0003-Add-a-small-hdajacksensetest-helper.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -272,6 +273,16 @@
 
 %description -n hdajackretask
 hdajackretask is a GUI tool to make it easy to retask HD-audio jacks.
+
+%package -n hdajacksensetest
+Version:0.20141006
+Release:0
+Summary:Tool to check HD-audio jack/pin status
+Group:  Productivity/Multimedia/Sound/Utilities
+
+%description -n hdajacksensetest
+hdajacksensetest is a small program to check the current pin/jack status
+of the HD-audio codec.
 %endif
 
 %if %{have_fltk}
@@ -305,6 +316,7 @@
 # upstream fixes
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1
@@ -323,7 +335,7 @@
 %endif
 
 %if %{have_gtk3}
-ALL_PACKS=$ALL_PACKS hdajackretask
+ALL_PACKS=$ALL_PACKS hdajackretask hdajacksensetest
 %endif
 
 %if %{have_fltk}
@@ -500,6 +512,10 @@
 %{_bindir}/hdajackretask
 %doc hdajackretask/AUTHORS
 %doc hdajackretask/README
+
+%files -n hdajacksensetest
+%defattr(-, root, root)
+%{_bindir}/hdajacksensetest
 %endif
 
 %if %{have_fltk}

++ 0003-Add-a-small-hdajacksensetest-helper.patch ++
From 7a7d94a031b6b3c605c47de2779b0e03442a8d30 Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Mon, 6 Oct 2014 15:30:03 +0200
Subject: [PATCH] Add a small hdajacksensetest helper

I previously had a small python script doing the same thing,
but it depended on hda-analyzer, which always breaks when something
new is added to the codec proc file.

I got tired and rewrote it as a small C program instead, which I
hope will be a useful addition to alsa-tools.

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 Makefile|   2 +-
 hdajacksensetest/Makefile.am|  12 +++
 hdajacksensetest/configure.ac   |  10 +++
 hdajacksensetest/gitcompile |  13 
 hdajacksensetest/hdajacksensetest.c | 146 
 5 files changed, 182 insertions(+), 1 deletion(-)
 create mode 100644 hdajacksensetest/Makefile.am
 create mode 100644 hdajacksensetest/configure.ac
 create mode 100755 hdajacksensetest/gitcompile
 create mode 100644 hdajacksensetest/hdajacksensetest.c

diff --git a/Makefile b/Makefile
index b2da046a64ec..72f95e266d23 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ TOP = .
 SUBDIRS = as10k1 envy24control hdsploader hdspconf hdspmixer \
  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
  us428control usx2yloader vxloader echomixer ld10k1 qlo10k1 \
- hwmixvolume hdajackretask hda-verb
+ hwmixvolume hdajackretask hda-verb hdajacksensetest
 
 all:
@for i in $(SUBDIRS); do \
diff --git a/hdajacksensetest/Makefile.am b/hdajacksensetest/Makefile.am
new file mode 100644
index ..795373c89a87
--- /dev/null
+++ b/hdajacksensetest/Makefile.am
@@ -0,0 +1,12 @@
+MYNAME = hdajacksensetest
+AUTOMAKE_OPTIONS = foreign
+bin_PROGRAMS = hdajacksensetest
+AM_CFLAGS = @GLIB_CFLAGS@ -I ../hdajackretask/ -I ../hda-verb/
+hdajacksensetest_SOURCES = hdajacksensetest.c 
../hdajackretask/sysfs-pin-configs.c
+hdajacksensetest_LDADD = @GLIB_LIBS@
+
+alsa-dist: distdir
+   @rm -rf ../distdir/$(MYNAME)
+   @mkdir -p ../distdir/$(MYNAME)
+   @cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
+   @rm -rf $(distdir)
diff --git a/hdajacksensetest/configure.ac 

commit alsa-tools for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-10-07 16:00:25

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-09-06 
16:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-10-07 16:01:15.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 19:51:55 UTC 2014 - crrodrig...@opensuse.org
+
+- Remove xorg-x11-devel from BuildRequires. x libraries 
+  are not directly used.
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.nVfQMI/_old  2014-10-07 16:01:17.0 +0200
+++ /var/tmp/diff_new_pack.nVfQMI/_new  2014-10-07 16:01:17.0 +0200
@@ -50,7 +50,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{have_fltk}
 BuildRequires:  fltk-devel



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



commit alsa-tools for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-09-06 12:18:57

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-08-27 
07:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-09-06 16:53:53.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  5 16:52:33 CEST 2014 - ti...@suse.de
+
+- Split to subpckage for each program included in alsa-tools repo:
+  as10k1, hda-verb, hdsploader, ld10k1, ld10k1-devel, us428control,
+  usx2yloader, sbiload, cspctl, sscape-ctl, hwmixvolume, echomixer,
+  envy24contorl, rmedigicontrol, hdajackretesk, hdspconf, hdspmixer.
+  alsa-tools, alsa-tools-gui and alsa-tools-devel are obsoleted
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.r0gHDa/_old  2014-09-06 16:53:54.0 +0200
+++ /var/tmp/diff_new_pack.r0gHDa/_new  2014-09-06 16:53:54.0 +0200
@@ -18,6 +18,9 @@
 
 %define package_version1.0.28
 #
+%define build_hwdep_loader 0
+%define have_fltk  1
+%define have_gtk2  1
 %if 0%{?suse_version}   1140
 %define have_gtk3  1
 %else
@@ -44,42 +47,259 @@
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
 BuildRequires:  alsa-devel
-BuildRequires:  fdupes
-BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
-Requires:   alsa-firmware
-Requires:   fxload
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{have_fltk}
+BuildRequires:  fltk-devel
+%endif
+%if %{have_gtk2}
+BuildRequires:  gtk2-devel
+%endif
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
 
 %description
-Various tools for ALSA including DSP loaders.
+This is a meta package for collection of sub-packages.
 
-%package gui
-Summary:Various ALSA Tools with GUI
+%package -n as10k1
+Version:A0.99
+Release:0
+Summary:Emu10k1 DSP assembler
 Group:  Productivity/Multimedia/Sound/Utilities
-Requires:   pyalsa
-Requires:   python-gtk
+Provides:   alsa-tools = 1.0.28
+Obsoletes:  alsa-tools = 1.0.28
+
+%description -n as10k1
+Assmbler for emu10k1 DSP chip present in Creative SB Live, PCI 512 and
+Emu APS sound cards.
+
+%package -n hda-verb
+Version:0.4
+Release:0
+Summary:HD-audio jack retasking tool
+Group:  Productivity/Multimedia/Sound/Utilities
+Provides:   alsa-tools:/usr/bin/hda-verb
+
+%description -n hda-verb
+hda-verb is a small program to send HD-audio commands to the given
+ALSA hwdep device on the hd-audio interface.
+
+%package -n hdsploader
+Version:1.2
+Release:0
+Summary:Firmware loader for RME Hammerfall DSP cards
+Group:  Productivity/Multimedia/Sound/Utilities
+Requires:   alsa-firmware
+Provides:   alsa-tools:/usr/bin/hdsploader
+
+%description -n hdsploader
+This is the firmware loader program for RME Hammerfall DSP cards.
+
+%package -n ld10k1
+Version:0.1.8p1
+Release:0
+Summary:Emu10k1 patch loader for ALSA
+Group:  Productivity/Multimedia/Sound/Utilities
+Provides:   alsa-tools:/usr/bin/lo10k1
 
-%description gui
-Various tools for ALSA with GUI for controlling the configuration and
-the mixer of sepcific sound cards.
+%description -n ld10k1
+This package contains the patch loader program for Emu10k1 and Emu10k1 on ALSA.
 
-%package devel
+%package -n ld10k1-devel
+Version:0.1.8p1
+Release:0
 Summary:Include Files and Libraries mandatory for Development
-Group:  Development/Languages/C and C++
-Requires:   alsa-tools = %{version}
+Group:  Development/Libraries/C and C++
+Requires:   ld10k1
+Provides:   alsa-tools-devel = 1.0.28
+Obsoletes:  alsa-tools-devel = 1.0.28
 
-%description devel
+%description -n ld10k1-devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
+%package -n us428control
+Version:0.4.6
+Release:0
+Summary:Sound Blaster 16 ASP/CSP control program
+Group:  Productivity/Multimedia/Sound/Utilities
+Requires:   alsa-firmware
+Provides:   alsa-tools:/usr/bin/us428control
+
+%description -n us428control
+This package contains a control tool for Tascam US-X2Y audio devices
+
+%package -n usx2yloader
+Version:0.3
+Release:0
+Summary:

commit alsa-tools for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-08-27 07:46:45

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-07-02 
15:05:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-08-27 07:47:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 26 12:54:47 CEST 2014 - ti...@suse.de
+
+- Add hints function to hdajackretask:
+  0002-hdajackretask-Add-hints-functionality.patch
+
+---

New:

  0002-hdajackretask-Add-hints-functionality.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.POvxeo/_old  2014-08-27 07:47:12.0 +0200
+++ /var/tmp/diff_new_pack.POvxeo/_new  2014-08-27 07:47:12.0 +0200
@@ -39,6 +39,7 @@
 Source8:envy24.png
 # upstream fixes
 Patch1: 0001-ld10k1-Fix-missing-parentheses-for-functions.patch
+Patch2: 0002-hdajackretask-Add-hints-functionality.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -84,6 +85,7 @@
 cp %{SOURCE1} .
 # upstream fixes
 %patch1 -p1
+%patch2 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0002-hdajackretask-Add-hints-functionality.patch ++
From eb6408a79195f23abd4f3c425c7c371f472389dc Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Fri, 1 Aug 2014 16:20:30 +0200
Subject: [PATCH] hdajackretask: Add hints functionality

The kernel driver has some hints you can send to it that changes
parser behaviour. This patch exposes that functionality to the user.

(This patch also includes minor fixes for documentation, GTK warnings
and whitespace.)

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 hdajackretask/Makefile.am |   2 +-
 hdajackretask/README  |  12 ++--
 hdajackretask/apply-changes.c |  48 +
 hdajackretask/apply-changes.h |   4 +-
 hdajackretask/main-gtk.c  | 144 +++---
 hdajackretask/sysfs-pin-configs.c |  28 +++-
 hdajackretask/sysfs-pin-configs.h |   4 ++
 7 files changed, 209 insertions(+), 33 deletions(-)

diff --git a/hdajackretask/Makefile.am b/hdajackretask/Makefile.am
index 3479b839b1ba..e31315913764 100644
--- a/hdajackretask/Makefile.am
+++ b/hdajackretask/Makefile.am
@@ -1,5 +1,5 @@
 EXTRA_DIST = gitcompile README
-AM_CFLAGS = @GTK3_CFLAGS@
+AM_CFLAGS = @GTK3_CFLAGS@ -Wno-deprecated-declarations
 bin_PROGRAMS = hdajackretask
 man_MANS =
 hdajackretask_SOURCES = main-gtk.c sysfs-pin-configs.c apply-changes.c 
diff --git a/hdajackretask/README b/hdajackretask/README
index 68f62b166d2a..209e3322e555 100644
--- a/hdajackretask/README
+++ b/hdajackretask/README
@@ -1,12 +1,12 @@
-Documentation for hda-jack-retask
-=
+Documentation for hdajackretask
+===
 
 Most HDA Intel soundcards are to some degree retaskable, i e can be used for 
more than one thing. This tool is a GUI to make it easy to retask your jacks - 
e g, turn your Mic jack into an extra Headphone, or why not make them both line 
outs and connect them to your surround receiver?
 
 Quickstart
 ==
 
-Start the application hda-jack-retask from the command line.
+Start the application hdajackretask from the command line.
 Select a codec in the top bar; some people have only one - if you have more 
than one, one is the main one, and the rest are probably HDMI codecs. 
 
 All jacks (and other inputs/outputs) are shown under Pin configuration. To 
override one of your jacks, click the Override checkbox for that pin and 
select the desired function.
@@ -44,9 +44,11 @@ Options
 Your BIOS is responsible for setting up what pins on the codec that are 
actually connected to something and which ones are not. Sometimes BIOS is 
buggy, and will not show all your jacks. If you have a jack your BIOS says you 
haven't, you can try enabling random pins and see if it works.
 
  * Set Model=auto
-Some codecs, especially older ones, are hard-coded to use a specific model, 
and thus will not care about your overrides. In many cases and with a 
reasonably new kernel, the auto parser now works well for these codecs as well. 
You can force the auto parser to be used by checking this box. In some cases, 
though, the explicit model is there for a reason, if so, you're stuck.
+Some codecs, especially older ones and on kernels 3.8 and below, are 
hard-coded to use a 

commit alsa-tools for openSUSE:Factory

2014-07-02 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-07-02 15:05:14

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-06-25 
06:57:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-07-02 15:05:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  1 16:44:06 CEST 2014 - ti...@suse.de
+
+- Backport upstream fix:
+  0001-ld10k1-Fix-missing-parentheses-for-functions.patch
+
+---

New:

  0001-ld10k1-Fix-missing-parentheses-for-functions.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.KVDvhT/_old  2014-07-02 15:05:31.0 +0200
+++ /var/tmp/diff_new_pack.KVDvhT/_new  2014-07-02 15:05:31.0 +0200
@@ -38,6 +38,7 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
+Patch1: 0001-ld10k1-Fix-missing-parentheses-for-functions.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -82,6 +83,7 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
+%patch1 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0001-ld10k1-Fix-missing-parentheses-for-functions.patch ++
From 406f80c9685d5021363cfb52afa708132b77b222 Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Fri, 27 Jun 2014 16:48:33 +0200
Subject: [PATCH] ld10k1: Fix missing parentheses for functions

The commit a1728250 removes bash-specific function but the necessary
parentheses are missing.

Signed-off-by: Takashi Iwai ti...@suse.de
---
 ld10k1/setup/init_live.in | 54 +++
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/ld10k1/setup/init_live.in b/ld10k1/setup/init_live.in
index 5e6580f7c87f..7100061728a7 100644
--- a/ld10k1/setup/init_live.in
+++ b/ld10k1/setup/init_live.in
@@ -46,7 +46,7 @@ std_playback=playback
 std_capture=capture
 #std_capture=capture_noswitch
 
-log
+log ()
 {
 local level=$1
 
@@ -57,7 +57,7 @@ log
 fi
 }
 
-runlo10k1
+runlo10k1 ()
 {
 log 2 $LO10K1 $@
 
@@ -71,7 +71,7 @@ runlo10k1
 fi
 }
 
-rename
+rename ()
 {
 port=$1
 name=$2
@@ -81,7 +81,7 @@ rename
 runlo10k1 --renam $port=$name
 }
 
-connect
+connect ()
 {
 from=$1
 op=$2
@@ -92,7 +92,7 @@ connect
 runlo10k1 --conadd $from$op$to
 }
 
-copy
+copy ()
 {
 local name=$1
 local port=$2
@@ -105,7 +105,7 @@ copy
 connect PIN($name Copy) '=' $port
 }
 
-volume
+volume ()
 {
 local name=$1
 local port=$2
@@ -120,7 +120,7 @@ volume
 connect PIN($name Volume) '=' $port
 }
 
-master_volume
+master_volume ()
 {
 local name=$1
 local port=$2
@@ -135,7 +135,7 @@ master_volume
 connect $port '=' PIN($name Volume)
 }
 
-switch
+switch ()
 {
 local name=$1
 local port=$2
@@ -150,7 +150,7 @@ switch
 connect PIN($name Switch) '' $port
 }
 
-switch_2x2
+switch_2x2 ()
 {
 local name=$1
 local port1=$2
@@ -166,7 +166,7 @@ switch_2x2
 connect PIN($name Switch,2,3) '' $port2
 }
 
-switch_5x2
+switch_5x2 ()
 {
 local name=$1
 local port1=$2
@@ -182,7 +182,7 @@ switch_5x2
 connect PIN($name Switch,5,6,7,8,9) '' $port2
 }
 
-master_switch
+master_switch ()
 {
 local name=$1
 local port=$2
@@ -197,7 +197,7 @@ master_switch
 connect PIN($name Switch) '=' $port
 }
 
-playback
+playback ()
 {
 name=$1
 port=$2
@@ -211,7 +211,7 @@ playback
 add_output POUT($name Playback Volume)
 }
 
-playback_noswitch
+playback_noswitch ()
 {
 name=$1
 port=$2
@@ -224,7 +224,7 @@ playback_noswitch
 add_output POUT($name Playback Volume)
 }
 
-capture
+capture ()
 {
 name=$1
 port=$2
@@ -238,7 +238,7 @@ capture
 connect POUT($name Capture Volume) '' 
OUT(OUT_PCM_Capture_Left,OUT_PCM_Capture_Right)
 }
 
-capture_noswitch
+capture_noswitch ()
 {
 name=$1
 port=$2
@@ -251,7 +251,7 @@ capture_noswitch
 connect POUT($name Capture Volume) '' 
OUT(OUT_PCM_Capture_Left,OUT_PCM_Capture_Right)
 }
 
-master
+master ()
 {
 local name=$1
 local port=$2
@@ -264,7 +264,7 @@ master
 master_switch $name Playback POUT($name Playback Volume) 1 $index
 }
 
-dump_patches
+dump_patches ()
 {
 max=$(( ${1} - 1 ))
 line=$(seq -s ' ' 0 $max)
@@ -277,35 +277,35 @@ dump_patches
 exit
 }
 
-add_output
+add_output ()
 {
 local port=$1
 
 $add_output_func $port
 }
 
-add_output_tone_2
+add_output_tone_2 ()
 {
 local port=$1
 
 connect $port '' 

commit alsa-tools for openSUSE:Factory

2014-06-24 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-06-25 06:57:35

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2014-03-16 
08:05:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-06-25 06:57:47.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 18 13:18:03 CEST 2014 - ti...@suse.de
+
+- Updated to alsa-tools 1.0.28:
+  All pervious fix patches are obsoleted:
+  0001-Add-a-distclean-target-to-example-Makefile.patch
+  0002-Fix-spelling-of-successfully.patch
+  0003-Fix-bashisms.patch
+  0004-Fix-build-errors-caused-by-Werror-format-security.patch
+  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
+  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
+
+---

Old:

  0001-Add-a-distclean-target-to-example-Makefile.patch
  0002-Fix-spelling-of-successfully.patch
  0003-Fix-bashisms.patch
  0004-Fix-build-errors-caused-by-Werror-format-security.patch
  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
  alsa-tools-1.0.27.tar.bz2

New:

  alsa-tools-1.0.28.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.2Gj4Tf/_old  2014-06-25 06:57:48.0 +0200
+++ /var/tmp/diff_new_pack.2Gj4Tf/_new  2014-06-25 06:57:48.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.0.27
+%define package_version1.0.28
 #
 %if 0%{?suse_version}   1140
 %define have_gtk3  1
@@ -24,7 +24,7 @@
 %define have_gtk3  0
 %endif
 Name:   alsa-tools
-Version:1.0.27
+Version:1.0.28
 Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+
@@ -38,13 +38,6 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
-Patch1: 0001-Add-a-distclean-target-to-example-Makefile.patch
-Patch2: 0002-Fix-spelling-of-successfully.patch
-Patch3: 0003-Fix-bashisms.patch
-Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
-Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
-Patch6: 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
-Patch7: 0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -89,13 +82,6 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ alsa-tools-1.0.27.tar.bz2 - alsa-tools-1.0.28.tar.bz2 ++
 17856 lines of diff (skipped)

++ alsa-tools-no_m4_dir.dif ++
--- /var/tmp/diff_new_pack.2Gj4Tf/_old  2014-06-25 06:57:49.0 +0200
+++ /var/tmp/diff_new_pack.2Gj4Tf/_new  2014-06-25 06:57:49.0 +0200
@@ -1,22 +1,22 @@
 ---
- ld10k1/configure.in  |1 -
- qlo10k1/configure.in |1 -
+ ld10k1/configure.ac  |1 -
+ qlo10k1/configure.ac |1 -
  2 files changed, 2 deletions(-)
 
 a/ld10k1/configure.in
-+++ b/ld10k1/configure.in
+--- a/ld10k1/configure.ac
 b/ld10k1/configure.ac
 @@ -1,6 +1,5 @@
- AC_INIT(src/ld10k1.c)
- AM_INIT_AUTOMAKE(ld10k1, 0.1.8p1)
+ AC_INIT(ld10k1, 0.1.8p1)
+ AM_INIT_AUTOMAKE
 -AC_CONFIG_MACRO_DIR([m4])
  AM_MAINTAINER_MODE([enable])
  
  AC_CONFIG_HEADERS(config.h)
 a/qlo10k1/configure.in
-+++ b/qlo10k1/configure.in
+--- a/qlo10k1/configure.ac
 b/qlo10k1/configure.ac
 @@ -1,7 +1,6 @@
- AC_INIT(src/main.cpp)
- AM_INIT_AUTOMAKE(qlo10k1, 0.1.2p1)
+ AC_INIT(qlo10k1, 0.1.2p1)
+ AM_INIT_AUTOMAKE
  AM_MAINTAINER_MODE([enable])
 -AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_HEADERS(config.h)



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



commit alsa-tools for openSUSE:Factory

2014-03-16 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2014-03-16 08:05:01

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-06-18 
09:57:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2014-03-16 08:05:03.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 11 11:10:14 CET 2014 - ti...@suse.de
+
+- Backport upstream fix for RME AIO AEB:
+  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
+- Run spec-cleaner
+
+---

New:

  0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.Z8TZGQ/_old  2014-03-16 08:05:04.0 +0100
+++ /var/tmp/diff_new_pack.Z8TZGQ/_new  2014-03-16 08:05:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,34 +16,20 @@
 #
 
 
+%define package_version1.0.27
 #
-%if %suse_version   1140
+%if 0%{?suse_version}   1140
 %define have_gtk3  1
 %else
 %define have_gtk3  0
 %endif
-
 Name:   alsa-tools
-BuildRequires:  alsa-devel
-BuildRequires:  fdupes
-BuildRequires:  fltk-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  libtool
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
-%if %{have_gtk3}
-BuildRequires:  gtk3-devel
-%endif
-%define package_version1.0.27
-Url:http://www.alsa-project.org/
+Version:1.0.27
+Release:0
 Summary:Various ALSA Tools
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
-Version:1.0.27
-Release:0
-Requires:   alsa-firmware
-Requires:   fxload
+Url:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-%{package_version}.tar.bz2
 Source1:README.SuSE
 Source2:sbipatches.tar.bz2
@@ -58,10 +44,24 @@
 Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
 Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
 Patch6: 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
+Patch7: 0007-hdspmixer-Add-support-for-RME-AIO-AEB-boards.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
+BuildRequires:  alsa-devel
+BuildRequires:  fdupes
+BuildRequires:  fltk-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  libtool
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
+Requires:   alsa-firmware
+Requires:   fxload
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{have_gtk3}
+BuildRequires:  gtk3-devel
+%endif
 
 %description
 Various tools for ALSA including DSP loaders.
@@ -95,6 +95,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1
@@ -119,7 +120,7 @@
   )
 done
 # compile as10k1 examples
-make -C as10k1/examples dsp
+make -C as10k1/examples dsp %{?_smp_mflags}
 
 %install
 ALL_PACKS=envy24control seq/sbiload hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume 
hda-verb
@@ -131,48 +132,48 @@
 %endif
 for d in $ALL_PACKS; do
   (cd $d
-  make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
   )
 done
-rm -f $RPM_BUILD_ROOT%{_libdir}/liblo10k1.la
+rm -f %{buildroot}%{_libdir}/liblo10k1.la
 # remove obsolete hotplug files
-rm -rf $RPM_BUILD_ROOT/etc/hotplug
+rm -rf %{buildroot}%{_sysconfdir}/hotplug
 # install pixmaps
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp hdspmixer/pixmaps/hdspmixer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp hdspconf/pixmaps/hdspconf.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+cp %{SOURCE7} %{buildroot}%{_datadir}/pixmaps
+cp %{SOURCE8} %{buildroot}%{_datadir}/pixmaps
+cp hdspmixer/pixmaps/hdspmixer.png %{buildroot}%{_datadir}/pixmaps
+cp hdspconf/pixmaps/hdspconf.png %{buildroot}%{_datadir}/pixmaps
 # install desktop files
 %suse_update_desktop_file -i envy24control AudioVideo Mixer GTK
 

commit alsa-tools for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-06-18 09:57:04

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-05-28 
07:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-06-18 09:57:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 10:15:58 CEST 2013 - ti...@suse.de
+
+- Backport upstream fix for new PA:
+  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
+
+---

New:

  0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.Y8pVnM/_old  2013-06-18 09:57:05.0 +0200
+++ /var/tmp/diff_new_pack.Y8pVnM/_new  2013-06-18 09:57:05.0 +0200
@@ -57,6 +57,7 @@
 Patch3: 0003-Fix-bashisms.patch
 Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
 Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+Patch6: 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -93,6 +94,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0006-hdajackretask-Fix-killing-PulseAudio-on-newer-PulseA.patch ++
From 772fbde91c00c8f9517e67e2f5401d28e9aa88d4 Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Thu, 13 Jun 2013 16:26:43 +0200
Subject: [PATCH] hdajackretask: Fix killing PulseAudio on newer PulseAudio
 versions

The standard configuration directory for PulseAudio has changed,
I think since 3.0. Adjust the directory lookup mechanism to match.

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 hdajackretask/apply-changes.c | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/hdajackretask/apply-changes.c b/hdajackretask/apply-changes.c
index eda404e..840f649 100644
--- a/hdajackretask/apply-changes.c
+++ b/hdajackretask/apply-changes.c
@@ -97,7 +97,20 @@ gboolean run_sudo_script(const gchar* script_name, GError** 
err)
 
 static gchar* get_pulseaudio_client_conf()
 {
-return g_strdup_printf(%s/.pulse/client.conf, g_get_home_dir());
+/* Reference: See src/pulsecore/core-util.c in pulseaudio */
+gchar* fname;
+gchar* dir = g_strdup_printf(%s/.pulse, g_get_home_dir());
+if (access(dir, F_OK)  0) {
+   const gchar* xch = g_getenv(XDG_CONFIG_HOME);
+   g_free(dir);
+   if (xch)
+   dir = g_strdup_printf(%s/pulse, xch);
+   else
+   dir = g_strdup_printf(%s/.config/pulse, g_get_home_dir());
+}
+fname = g_strdup_printf(%s/client.conf, dir);
+g_free(dir);
+return fname;
 }
 
 static gboolean kill_pulseaudio(gboolean* was_killed, int card, GError** err)
-- 
1.8.3



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



commit alsa-tools for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-05-28 07:26:32

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-05-18 
09:20:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-05-28 07:26:33.0 +0200
@@ -1,0 +2,17 @@
+Thu May 23 15:26:48 CEST 2013 - ti...@suse.de
+
+- Backport upstream fixes:
+  0001-Add-a-distclean-target-to-example-Makefile.patch
+  0002-Fix-spelling-of-successfully.patch
+  0003-Fix-bashisms.patch
+  0004-Fix-build-errors-caused-by-Werror-format-security.patch
+  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+- Renumber patch#
+- Drop the obsoleted hda-verb.patch again
+
+---
+Fri May 17 15:49:07 UTC 2013 - sch...@suse.de
+
+- Readd hda-verb.patch, still needed
+
+---

New:

  0001-Add-a-distclean-target-to-example-Makefile.patch
  0002-Fix-spelling-of-successfully.patch
  0003-Fix-bashisms.patch
  0004-Fix-build-errors-caused-by-Werror-format-security.patch
  0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.TH3r7h/_old  2013-05-28 07:26:34.0 +0200
+++ /var/tmp/diff_new_pack.TH3r7h/_new  2013-05-28 07:26:34.0 +0200
@@ -51,8 +51,15 @@
 Source4:rmedigicontrol.desktop
 Source7:rme.png
 Source8:envy24.png
-Patch0: alsa-tools-desktop-fix.dif
-Patch1: alsa-tools-no_m4_dir.dif
+# upstream fixes
+Patch1: 0001-Add-a-distclean-target-to-example-Makefile.patch
+Patch2: 0002-Fix-spelling-of-successfully.patch
+Patch3: 0003-Fix-bashisms.patch
+Patch4: 0004-Fix-build-errors-caused-by-Werror-format-security.patch
+Patch5: 0005-Add-AM_MAINTAINER_MODE-enable-macro-to-all-configure.patch
+# build fixes
+Patch100:   alsa-tools-desktop-fix.dif
+Patch101:   alsa-tools-no_m4_dir.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,8 +87,15 @@
 %prep
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
-%patch0 -p1
-%patch1
+# upstream fixes
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+# build fixes
+%patch100 -p1
+%patch101 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ 0001-Add-a-distclean-target-to-example-Makefile.patch ++
From 2fcce932b6393aadca8a1d1a97030b1161226303 Mon Sep 17 00:00:00 2001
From: Elimar Riesebieter riese...@lxtec.de
Date: Wed, 15 May 2013 19:19:05 +0200
Subject: [PATCH 1/5] Add a distclean target to example Makefile.

Signed-off-by: Jordi Mallach jo...@debian.org
Signed-off-by: Takashi Iwai ti...@suse.de
---
 as10k1/examples/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/as10k1/examples/Makefile b/as10k1/examples/Makefile
index 1a36345..6ab8200 100644
--- a/as10k1/examples/Makefile
+++ b/as10k1/examples/Makefile
@@ -12,6 +12,8 @@ dsp: $(TARGETS)
 clean:
rm -f *~ *.emu10k1
 
+distclean: clean
+
 install:
 
 distdir:
-- 
1.8.2.3

++ 0002-Fix-spelling-of-successfully.patch ++
From c1fdd7594b1a4bdcba396c0e34568cd918beeb70 Mon Sep 17 00:00:00 2001
From: Jordi Mallach jo...@debian.org
Date: Wed, 15 May 2013 19:19:08 +0200
Subject: [PATCH 2/5] =?UTF-8?q?Fix=20spelling=20of=20=E2=80=9Csuccessfully?=
 =?UTF-8?q?=E2=80=9D.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[additionally fixed a typo of Crative -- tiwai]

Signed-off-by: Jordi Mallach jo...@debian.org
Signed-off-by: Takashi Iwai ti...@suse.de
---
 hda-verb/hda-verb.c | 3 ---
 sb16_csp/cspctl.1   | 4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/hda-verb/hda-verb.c b/hda-verb/hda-verb.c
index bd746ad..95a935a 100644
--- a/hda-verb/hda-verb.c
+++ b/hda-verb/hda-verb.c
@@ -13,9 +13,6 @@
 #include ctype.h
 #include unistd.h
 #include sys/ioctl.h
-#ifndef __PPC__
-#include sys/io.h
-#endif
 #include sys/types.h
 #include sys/fcntl.h
 
diff --git a/sb16_csp/cspctl.1 b/sb16_csp/cspctl.1
index 71c4b52..10249f8 100644
--- a/sb16_csp/cspctl.1
+++ b/sb16_csp/cspctl.1
@@ -9,11 +9,11 @@ command [\-options] filename
 
 .SH DESCRIPTION
 .B cspctl
-is a simple CSP microcode loader for Crative Sound Blaster 16ASP and some 
Sound Blaster AWE32 sound cards with Creative Signal Processor (CSP) chip 
(CT1748A) installed.
+is a simple CSP microcode loader for Creative Sound Blaster 16ASP and some 
Sound Blaster AWE32 

commit alsa-tools for openSUSE:Factory

2013-05-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-05-18 09:20:32

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-04-14 
10:11:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-05-18 09:20:34.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 26 11:38:34 UTC 2013 - mmeis...@suse.com
+
+- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.in of ld10k1 and 
+  qlo10k1 to fix build with automake-1.13.1:
+  alsa-tools-no_m4_dir.dif
+
+---

New:

  alsa-tools-no_m4_dir.dif



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.pgl4aD/_old  2013-05-18 09:20:35.0 +0200
+++ /var/tmp/diff_new_pack.pgl4aD/_new  2013-05-18 09:20:35.0 +0200
@@ -51,7 +51,8 @@
 Source4:rmedigicontrol.desktop
 Source7:rme.png
 Source8:envy24.png
-Patch:  alsa-tools-desktop-fix.dif
+Patch0: alsa-tools-desktop-fix.dif
+Patch1: alsa-tools-no_m4_dir.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,7 +80,8 @@
 %prep
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
-%patch -p1
+%patch0 -p1
+%patch1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ alsa-tools-no_m4_dir.dif ++
--- ld10k1/configure.in.orig2013-04-26 13:31:01.372644430 +0200
+++ ld10k1/configure.in 2013-04-26 13:31:25.100034739 +0200
@@ -1,6 +1,5 @@
 AC_INIT(src/ld10k1.c)
 AM_INIT_AUTOMAKE(ld10k1, 0.1.8p1)
-AC_CONFIG_MACRO_DIR([m4])
 
 AC_CONFIG_HEADERS(config.h)
 AC_PROG_CC
--- qlo10k1/configure.in.orig   2013-04-26 13:31:09.484777959 +0200
+++ qlo10k1/configure.in2013-04-26 13:32:34.492214935 +0200
@@ -1,6 +1,5 @@
 AC_INIT(src/main.cpp)
 AM_INIT_AUTOMAKE(qlo10k1, 0.1.2p1)
-AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AC_PROG_CXX
 AC_PROG_LD


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



commit alsa-tools for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-04-14 10:11:28

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-03-12 
11:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-04-14 10:11:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 12 16:05:52 CEST 2013 - ti...@suse.de
+
+- Updated to version 1.0.27:
+  including previous fixes; all 00*-* patches dropped
+
+---

Old:

  0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
  0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
  0004-hdajackretask-Fix-advanced-override-bug.patch
  0005-hdajackretask-Some-more-UI-fixes.patch
  0006-hda-verb-Remove-superfluous-inclusion-of-sys-io.h.patch
  alsa-tools-1.0.26.1.tar.bz2

New:

  alsa-tools-1.0.27.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.YCZV87/_old  2013-04-14 10:11:31.0 +0200
+++ /var/tmp/diff_new_pack.YCZV87/_new  2013-04-14 10:11:31.0 +0200
@@ -35,12 +35,12 @@
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
-%define package_version1.0.26.1
+%define package_version1.0.27
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
-Version:1.0.26.1
+Version:1.0.27
 Release:0
 Requires:   alsa-firmware
 Requires:   fxload
@@ -52,11 +52,6 @@
 Source7:rme.png
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
-Patch1: 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
-Patch3: 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
-Patch4: 0004-hdajackretask-Fix-advanced-override-bug.patch
-Patch5: 0005-hdajackretask-Some-more-UI-fixes.patch
-Patch6: 0006-hda-verb-Remove-superfluous-inclusion-of-sys-io.h.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,11 +80,6 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 %patch -p1
-%patch1 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ alsa-tools-1.0.26.1.tar.bz2 - alsa-tools-1.0.27.tar.bz2 ++
 70622 lines of diff (skipped)



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



commit alsa-tools for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-03-12 11:01:35

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2013-03-10 
07:46:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-03-12 11:03:08.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 11 11:16:47 CET 2013 - ti...@suse.de
+
+- Backport upstream fix patches:
+  the last one is identical with the previous fix
+  0004-hdajackretask-Fix-advanced-override-bug.patch
+  0005-hdajackretask-Some-more-UI-fixes.patch
+  0006-hda-verb-Remove-superfluous-inclusion-of-sys-io.h.patch
+
+---

Old:

  hda-verb.patch

New:

  0004-hdajackretask-Fix-advanced-override-bug.patch
  0005-hdajackretask-Some-more-UI-fixes.patch
  0006-hda-verb-Remove-superfluous-inclusion-of-sys-io.h.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.QynK3c/_old  2013-03-12 11:03:34.0 +0100
+++ /var/tmp/diff_new_pack.QynK3c/_new  2013-03-12 11:03:34.0 +0100
@@ -54,7 +54,9 @@
 Patch:  alsa-tools-desktop-fix.dif
 Patch1: 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
 Patch3: 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
-Patch4: hda-verb.patch
+Patch4: 0004-hdajackretask-Fix-advanced-override-bug.patch
+Patch5: 0005-hdajackretask-Some-more-UI-fixes.patch
+Patch6: 0006-hda-verb-Remove-superfluous-inclusion-of-sys-io.h.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,6 +88,8 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ 0004-hdajackretask-Fix-advanced-override-bug.patch ++
From 6391a860e8caf25210c5b9e6c8f0aa0ff60aa64f Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Thu, 28 Feb 2013 22:01:08 +0100
Subject: [PATCH 4/6] hdajackretask: Fix advanced override bug

The values were not correctly retreived from the comboboxes.

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 hdajackretask/main-gtk.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hdajackretask/main-gtk.c b/hdajackretask/main-gtk.c
index 65d0f3a..4227669 100644
--- a/hdajackretask/main-gtk.c
+++ b/hdajackretask/main-gtk.c
@@ -183,14 +183,14 @@ static void update_user_pin_config(ui_data_t* ui)
 continue;
 
 if (ui-free_overrides) {
-int i;
+int j;
 int index;
 unsigned long val = 0;
-for (i = 0; i  FREE_OVERRIDES_COUNT; i++) {
-index = 
gtk_combo_box_get_active(GTK_COMBO_BOX(pin_ui-jacktype));
-if (index  0) 
+for (j = 0; j  FREE_OVERRIDES_COUNT; j++) {
+index = 
gtk_combo_box_get_active(GTK_COMBO_BOX(pin_ui-free_override_cb[j]));
+if (index  0)
 break;
-val += get_free_override_list(i)[index].value;
+val += get_free_override_list(j)[index].value;
 }
 if (index  0)
 continue;
-- 
1.8.1.4

++ 0005-hdajackretask-Some-more-UI-fixes.patch ++
From c416c1180d9fd4fc6f20dcd9064d698114b14ea5 Mon Sep 17 00:00:00 2001
From: David Henningsson david.hennings...@canonical.com
Date: Mon, 4 Mar 2013 15:10:48 +0100
Subject: [PATCH 5/6] hdajackretask: Some more UI fixes

 - don't overwrite a set advanced override unless necessary
 - fix not present never selected
 - remove some trailing whitespaces

Signed-off-by: David Henningsson david.hennings...@canonical.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 hdajackretask/main-gtk.c  | 116 +++---
 hdajackretask/sysfs-pin-configs.c |   4 +-
 2 files changed, 71 insertions(+), 49 deletions(-)

diff --git a/hdajackretask/main-gtk.c b/hdajackretask/main-gtk.c
index 4227669..9101af4 100644
--- a/hdajackretask/main-gtk.c
+++ b/hdajackretask/main-gtk.c
@@ -5,19 +5,22 @@
 #include string.h
 #include stdlib.h
 #include gtk/gtk.h
+#include stdbool.h
 
 #include sysfs-pin-configs.h
 #include apply-changes.h
 
+typedef struct ui_data_t ui_data_t;
+
 typedef struct pin_ui_data_t {
 pin_configs_t* pin_config;
 typical_pins_t pins_info[32];
 GtkWidget *frame, *override, *jacktype;
-
 GtkWidget* free_override_cb[FREE_OVERRIDES_COUNT];
+ 

commit alsa-tools for openSUSE:Factory

2013-03-09 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2013-03-10 07:46:36

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-12-03 
09:28:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2013-03-10 07:46:39.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 13:17:52 UTC 2013 - sch...@suse.de
+
+- hda-verb.patch: remove use of unneded sys/io.h
+
+---

New:

  hda-verb.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.tGIyFN/_old  2013-03-10 07:46:45.0 +0100
+++ /var/tmp/diff_new_pack.tGIyFN/_new  2013-03-10 07:46:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -54,6 +54,7 @@
 Patch:  alsa-tools-desktop-fix.dif
 Patch1: 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
 Patch3: 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
+Patch4: hda-verb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -84,6 +85,7 @@
 %patch -p1
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}


++ hda-verb.patch ++
Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
===
--- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
+++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c
@@ -13,9 +13,6 @@
 #include ctype.h
 #include unistd.h
 #include sys/ioctl.h
-#ifndef __PPC__
-#include sys/io.h
-#endif
 #include sys/types.h
 #include sys/fcntl.h
 

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



commit alsa-tools for openSUSE:Factory

2012-12-03 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-12-03 09:27:59

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-09-11 
09:03:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-12-03 09:28:02.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 30 15:16:07 CET 2012 - ti...@suse.de
+
+- A couple of minor fixes from upstream:
+  0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
+  0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
+
+---

New:

  0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
  0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.ECE47S/_old  2012-12-03 09:28:06.0 +0100
+++ /var/tmp/diff_new_pack.ECE47S/_new  2012-12-03 09:28:06.0 +0100
@@ -52,7 +52,8 @@
 Source7:rme.png
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
-# Patch1: alsa-tools-git-fixes.diff
+Patch1: 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch
+Patch3: 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,7 +82,8 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 %patch -p1
-# %patch1 -p1
+%patch1 -p1
+%patch3 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ 0001-ac3dec-Show-usage-if-no-parameter-is-passed.patch ++
From 848e26d10e5d11e33727c318bd2f9eb5cf93e67f Mon Sep 17 00:00:00 2001
From: Fabio Estevam fabio.este...@freescale.com
Date: Tue, 13 Nov 2012 10:08:14 -0200
Subject: [PATCH 1/3] ac3dec: Show usage if no parameter is passed

When ac3dec is called without any argument the application hangs forever.

Instead of hanging, print the usage and exit.

Signed-off-by: Fabio Estevam fabio.este...@freescale.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 ac3dec/ac3dec.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/ac3dec/ac3dec.c b/ac3dec/ac3dec.c
index 00c4f1a..89d7ce8 100644
--- a/ac3dec/ac3dec.c
+++ b/ac3dec/ac3dec.c
@@ -130,6 +130,11 @@ int main(int argc,char *argv[])
out_config.spdif = SPDIF_NONE;
out_config.hdmi = 0;
 
+   if (isatty(fileno(stdin))  (argc == 1)) {
+   help();
+   return 1;
+   }
+
morehelp = 0;
while (1) {
int c;
-- 
1.8.0.1

++ 0003-Add-foreign-automake-option-to-hdajackretask-Makefil.patch ++
From c2963afb1912a144bc67002096e05bb0d0087c38 Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Tue, 13 Nov 2012 14:31:13 +0100
Subject: [PATCH 3/3] Add foreign automake option to hdajackretask/Makefile.am

Signed-off-by: Takashi Iwai ti...@suse.de
---
 hdajackretask/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hdajackretask/Makefile.am b/hdajackretask/Makefile.am
index fec5a8a..3479b83 100644
--- a/hdajackretask/Makefile.am
+++ b/hdajackretask/Makefile.am
@@ -14,6 +14,8 @@ CLEANFILES = README.generated.h
 README.generated.h:
sed 's/\\//g;s//\\/g;s/^//;s/$$/\\n/;' README $@
 
+AUTOMAKE_OPTIONS = foreign
+
 alsa-dist: distdir
@rm -rf ../distdir/hdajackretask
@mkdir -p ../distdir/hdajackretask
-- 
1.8.0.1



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



commit alsa-tools for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-09-11 09:03:39

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-08-04 
09:05:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-09-11 09:03:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  7 15:34:21 CEST 2012 - ti...@suse.de
+
+- Updated to version 1.0.26.1:
+  just include all previous fixes
+
+---

Old:

  0001-alsa-tools-hwmixvolume-update-README-for-au88x0.patch
  0002-hdajackretask-Add-new-program-for-easy-retask-of-hda.patch
  0003-hdajackretask-Use-autotools.patch
  0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
  0005-Convert-hda-verb-to-use-automake.patch
  0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch
  0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch
  0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch
  alsa-tools-1.0.25.tar.bz2

New:

  alsa-tools-1.0.26.1.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.rlmy6d/_old  2012-09-11 09:03:46.0 +0200
+++ /var/tmp/diff_new_pack.rlmy6d/_new  2012-09-11 09:03:46.0 +0200
@@ -35,12 +35,12 @@
 %if %{have_gtk3}
 BuildRequires:  gtk3-devel
 %endif
-%define package_version1.0.25
+%define package_version1.0.26.1
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
-Version:1.0.25
+Version:1.0.26.1
 Release:0
 Requires:   alsa-firmware
 Requires:   fxload
@@ -53,14 +53,6 @@
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
 # Patch1: alsa-tools-git-fixes.diff
-Patch101:   0001-alsa-tools-hwmixvolume-update-README-for-au88x0.patch
-Patch102:   0002-hdajackretask-Add-new-program-for-easy-retask-of-hda.patch
-Patch103:   0003-hdajackretask-Use-autotools.patch
-Patch104:   0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
-Patch105:   0005-Convert-hda-verb-to-use-automake.patch
-Patch106:   0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch
-Patch107:   0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch
-Patch108:   0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -90,14 +82,6 @@
 cp %{SOURCE1} .
 %patch -p1
 # %patch1 -p1
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
-%patch107 -p1
-%patch108 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ alsa-tools-1.0.25.tar.bz2 - alsa-tools-1.0.26.1.tar.bz2 ++
 160013 lines of diff (skipped)



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



commit alsa-tools for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-08-04 09:05:46

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-06-12 
07:07:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-08-04 09:05:49.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul 31 11:00:13 CEST 2012 - ti...@suse.de
+
+- Add missing MYNAME for hda-verb
+- move the previous change to an individual patch
+
+---
+Mon Jul 30 13:15:59 UTC 2012 - dval...@suse.com
+
+- hda-verb/hda-verb.c don't include sys/io.h on ppc 
+
+---

New:

  0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch
  0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.xFtTDw/_old  2012-08-04 09:05:53.0 +0200
+++ /var/tmp/diff_new_pack.xFtTDw/_new  2012-08-04 09:05:53.0 +0200
@@ -59,6 +59,8 @@
 Patch104:   0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
 Patch105:   0005-Convert-hda-verb-to-use-automake.patch
 Patch106:   0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch
+Patch107:   0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch
+Patch108:   0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,6 +96,8 @@
 %patch104 -p1
 %patch105 -p1
 %patch106 -p1
+%patch107 -p1
+%patch108 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ 0007-hda-verb-Add-missing-MYNAME-definition-for-packaging.patch ++
From 65219ca2de8beed50408f7eb58d29e45a7eafb4b Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Tue, 17 Jul 2012 18:48:20 +0200
Subject: [PATCH] hda-verb: Add missing MYNAME definition for packaging

Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 hda-verb/Makefile.am |1 +
 1 file changed, 1 insertion(+)

diff --git a/hda-verb/Makefile.am b/hda-verb/Makefile.am
index 7dab1d9..0e3278d 100644
--- a/hda-verb/Makefile.am
+++ b/hda-verb/Makefile.am
@@ -1,3 +1,4 @@
+MYNAME = hda-verb
 AUTOMAKE_OPTIONS = 1.3 foreign
 bin_PROGRAMS = hda-verb
 hda_verb_SOURCES = hda-verb.c
-- 
1.7.10.4

++ 0008-hda-verb-Don-t-include-sys-io.h-for-PPC.patch ++
From aa795cb82726776bf9402c3171f784a9e3aba3bb Mon Sep 17 00:00:00 2001
From: Takashi Iwai ti...@suse.de
Date: Tue, 31 Jul 2012 10:58:43 +0200
Subject: [PATCH] hda-verb: Don't include sys/io.h for PPC

Signed-off-by: Takashi Iwai ti...@suse.de
---
 hda-verb/hda-verb.c |2 ++
 1 file changed, 2 insertions(+)

diff --git a/hda-verb/hda-verb.c b/hda-verb/hda-verb.c
index 2577ae0..bd746ad 100644
--- a/hda-verb/hda-verb.c
+++ b/hda-verb/hda-verb.c
@@ -13,7 +13,9 @@
 #include ctype.h
 #include unistd.h
 #include sys/ioctl.h
+#ifndef __PPC__
 #include sys/io.h
+#endif
 #include sys/types.h
 #include sys/fcntl.h
 
-- 
1.7.10.4



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



commit alsa-tools for openSUSE:Factory

2012-06-11 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-06-12 07:06:40

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-05-08 
06:44:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-06-12 07:07:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  8 13:00:42 CEST 2012 - ti...@suse.de
+
+- Backport the fix patch for usx2yloader:
+  0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch
+
+---

New:

  0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.7ILesB/_old  2012-06-12 07:07:17.0 +0200
+++ /var/tmp/diff_new_pack.7ILesB/_new  2012-06-12 07:07:17.0 +0200
@@ -58,6 +58,7 @@
 Patch103:   0003-hdajackretask-Use-autotools.patch
 Patch104:   0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
 Patch105:   0005-Convert-hda-verb-to-use-automake.patch
+Patch106:   0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -92,6 +93,7 @@
 %patch103 -p1
 %patch104 -p1
 %patch105 -p1
+%patch106 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}

++ 0006-usx2yloader-make-fxload-work-without-deprecated-usbf.patch ++
From 845c3186a7badaae74dda7a61189550968985f81 Mon Sep 17 00:00:00 2001
From: Karsten Wiese f...@wemgehoertderstaat.de
Date: Wed, 25 Apr 2012 12:25:04 +0200
Subject: [PATCH] usx2yloader: make fxload work without deprecated usbfs

Use $DEVNAME instead of $DEVICE in script tascam_fw.

Signed-off-by: Karsten Wiese fzu...@googlemail.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 usx2yloader/tascam_fw.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usx2yloader/tascam_fw.in b/usx2yloader/tascam_fw.in
index 14bbc6c..d3145e3 100644
--- a/usx2yloader/tascam_fw.in
+++ b/usx2yloader/tascam_fw.in
@@ -53,8 +53,8 @@ if [ ! -x $LOADER ]; then
 fi
 
 if [ -x /usr/bin/logger ]; then
-   /usr/bin/logger -t $0 load $FIRMWARE for $PRODUCT to $DEVICE
+   /usr/bin/logger -t $0 load $FIRMWARE for $PRODUCT to $DEVNAME
 fi
-$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE
+$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE -D $DEVNAME
 
 exit 0
-- 
1.7.10.4



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



commit alsa-tools for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-05-08 06:44:41

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-03-02 
13:46:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-05-08 06:44:42.0 +0200
@@ -1,0 +2,13 @@
+Fri Apr 20 16:00:58 CEST 2012 - ti...@suse.de
+
+- Backport upstream patches to add hda-verb program
+
+---
+Fri Apr 13 15:55:12 CEST 2012 - ti...@suse.de
+
+- Backport patches from upstream
+  - Update README of hwmixvolume
+  - Add hdajackretask program
+- Built some ISA-specific programs only for ix86
+
+---

New:

  0001-alsa-tools-hwmixvolume-update-README-for-au88x0.patch
  0002-hdajackretask-Add-new-program-for-easy-retask-of-hda.patch
  0003-hdajackretask-Use-autotools.patch
  0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
  0005-Convert-hda-verb-to-use-automake.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.p43Jyn/_old  2012-05-08 06:44:45.0 +0200
+++ /var/tmp/diff_new_pack.p43Jyn/_new  2012-05-08 06:44:45.0 +0200
@@ -16,6 +16,12 @@
 #
 
 
+#
+%if %suse_version   1140
+%define have_gtk3  1
+%else
+%define have_gtk3  0
+%endif
 
 Name:   alsa-tools
 BuildRequires:  alsa-devel
@@ -26,6 +32,9 @@
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+%if %{have_gtk3}
+BuildRequires:  gtk3-devel
+%endif
 %define package_version1.0.25
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools
@@ -33,7 +42,8 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 Version:1.0.25
 Release:0
-Requires:   alsa-firmware, fxload
+Requires:   alsa-firmware
+Requires:   fxload
 Source: 
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-%{package_version}.tar.bz2
 Source1:README.SuSE
 Source2:sbipatches.tar.bz2
@@ -43,6 +53,11 @@
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
 # Patch1: alsa-tools-git-fixes.diff
+Patch101:   0001-alsa-tools-hwmixvolume-update-README-for-au88x0.patch
+Patch102:   0002-hdajackretask-Add-new-program-for-easy-retask-of-hda.patch
+Patch103:   0003-hdajackretask-Use-autotools.patch
+Patch104:   0004-Import-hda-verb-0.4-to-alsa-tools-repo.patch
+Patch105:   0005-Convert-hda-verb-to-use-automake.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,7 +66,8 @@
 %package gui
 Summary:Various ALSA Tools with GUI
 Group:  Productivity/Multimedia/Sound/Utilities
-Requires:   pyalsa, python-gtk
+Requires:   pyalsa
+Requires:   python-gtk
 
 %description gui
 Various tools for ALSA with GUI for controlling the configuration and
@@ -71,12 +87,20 @@
 cp %{SOURCE1} .
 %patch -p1
 # %patch1 -p1
+%patch101 -p1
+%patch102 -p1
+%patch103 -p1
+%patch104 -p1
+%patch105 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}
-ALL_PACKS=envy24control seq/sbiload sscape_ctl hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume
-%ifnarch ppc ppc64
-ALL_PACKS=$ALL_PACKS sb16_csp
+ALL_PACKS=envy24control seq/sbiload hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume 
hda-verb
+%ifarch %{ix86}
+ALL_PACKS=$ALL_PACKS sb16_csp sscape_ctl
+%endif
+%if %{have_gtk3}
+ALL_PACKS=$ALL_PACKS hdajackretask
 %endif
 for d in $ALL_PACKS; do
   (cd $d
@@ -92,9 +116,12 @@
 make -C as10k1/examples dsp
 
 %install
-ALL_PACKS=envy24control seq/sbiload sscape_ctl hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume
-%ifnarch ppc ppc64
-ALL_PACKS=$ALL_PACKS sb16_csp
+ALL_PACKS=envy24control seq/sbiload hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume 
hda-verb
+%ifarch %{ix86}
+ALL_PACKS=$ALL_PACKS sb16_csp sscape_ctl
+%endif
+%if %{have_gtk3}
+ALL_PACKS=$ALL_PACKS hdajackretask
 %endif
 for d in $ALL_PACKS; do
   (cd $d
@@ -148,9 +175,9 @@
 %files
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}
-%{_bindir}/sscape_ctl
 %{_bindir}/sbiload
-%ifnarch ppc ppc64
+%ifarch %{ix86}
+%{_bindir}/sscape_ctl
 %{_bindir}/cspctl
 %endif
 %{_bindir}/hdsploader
@@ -164,6 +191,7 @@
 %{_sbindir}/dl10k1
 %{_bindir}/lo10k1
 

commit alsa-tools for openSUSE:Factory

2012-03-02 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-03-02 13:46:44

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2012-01-27 
15:16:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-03-02 13:46:45.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 20:23:35 UTC 2012 - a...@suse.de
+
+- Add BuildRequires on xorg-x11-devel.
+
+---



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.I61AI7/_old  2012-03-02 13:46:48.0 +0100
+++ /var/tmp/diff_new_pack.I61AI7/_new  2012-03-02 13:46:48.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   alsa-tools
 BuildRequires:  alsa-devel
 BuildRequires:  fdupes
@@ -24,6 +25,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
 %define package_version1.0.25
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools



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



commit alsa-tools for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2012-01-27 15:16:30

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new (New)


Package is alsa-tools, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2011-10-03 
09:12:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2012-01-27 15:16:36.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 11:17:29 CET 2012 - ti...@suse.de
+
+- updated to version 1.0.25; drop gtk1 builds from default,
+  fixes for HDSP RPM
+
+---

Old:

  alsa-tools-1.0.24.1-fix.diff
  alsa-tools-1.0.24.1.tar.bz2
  hdspmixer-updates.diff

New:

  alsa-tools-1.0.25.tar.bz2



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.A7fvpv/_old  2012-01-27 15:16:37.0 +0100
+++ /var/tmp/diff_new_pack.A7fvpv/_new  2012-01-27 15:16:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,17 +16,21 @@
 #
 
 
-
 Name:   alsa-tools
-BuildRequires:  alsa-devel fdupes fltk-devel gcc-c++ gtk2-devel 
update-desktop-files
+BuildRequires:  alsa-devel
+BuildRequires:  fdupes
+BuildRequires:  fltk-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
 BuildRequires:  libtool
-%define package_version1.0.24.1
+BuildRequires:  update-desktop-files
+%define package_version1.0.25
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools
-Version:1.0.24.1
-Release:8
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
+Version:1.0.25
+Release:0
 Requires:   alsa-firmware, fxload
 Source: 
ftp://ftp.alsa-project.org/pub/tools/alsa-tools-%{package_version}.tar.bz2
 Source1:README.SuSE
@@ -37,8 +41,6 @@
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
 # Patch1: alsa-tools-git-fixes.diff
-Patch2: hdspmixer-updates.diff
-Patch99:alsa-tools-1.0.24.1-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,7 +49,6 @@
 %package gui
 Summary:Various ALSA Tools with GUI
 Group:  Productivity/Multimedia/Sound/Utilities
-License:GPL-2.0+
 Requires:   pyalsa, python-gtk
 
 %description gui
@@ -57,7 +58,6 @@
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Languages/C and C++
-License:GPL-2.0+
 Requires:   alsa-tools = %{version}
 
 %description devel
@@ -68,15 +68,10 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 %patch -p1
-%patch99 -p1
-%patch2 -p1
 # %patch1 -p1
 
 %build
 export AUTOMAKE_JOBS=%{?_smp_mflags}
-for d in envy24control rmedigicontrol echomixer; do
-  cp $d/configure.in-gtk2 $d/configure.in
-done
 ALL_PACKS=envy24control seq/sbiload sscape_ctl hdspconf hdsploader hdspmixer 
rmedigicontrol echomixer usx2yloader us428control as10k1 ld10k1 hwmixvolume
 %ifnarch ppc ppc64
 ALL_PACKS=$ALL_PACKS sb16_csp

++ alsa-tools-1.0.24.1.tar.bz2 - alsa-tools-1.0.25.tar.bz2 ++
 23230 lines of diff (skipped)



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



commit alsa-tools for openSUSE:Factory

2011-03-28 Thread h_root

Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory
checked in at Mon Mar 28 14:45:09 CEST 2011.




--- alsa-tools/alsa-tools.changes   2011-01-31 18:17:52.0 +0100
+++ /mounts/work_src_done/STABLE/alsa-tools/alsa-tools.changes  2011-03-24 
11:50:40.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar 24 11:50:11 CET 2011 - ti...@suse.de
+
+- More updates/fixes of hdspmixer from the upstream (bnc#678389)
+
+---
+Mon Mar 14 14:43:42 CET 2011 - ti...@suse.de
+
+- Update hdspmixer for fixing RME multiface  others (bnc#678389)
+
+---

calling whatdependson for head-i586


New:

  alsa-tools-1.0.24.1-fix.diff
  hdspmixer-updates.diff



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.R5I9uD/_old  2011-03-28 14:44:38.0 +0200
+++ /var/tmp/diff_new_pack.R5I9uD/_new  2011-03-28 14:44:38.0 +0200
@@ -24,7 +24,7 @@
 Url:http://www.alsa-project.org/
 Summary:Various ALSA Tools
 Version:1.0.24.1
-Release:1
+Release:6
 License:GPLv2+
 Group:  Productivity/Multimedia/Sound/Utilities
 AutoReqProv:on
@@ -38,6 +38,8 @@
 Source8:envy24.png
 Patch:  alsa-tools-desktop-fix.dif
 # Patch1: alsa-tools-git-fixes.diff
+Patch2: hdspmixer-updates.diff
+Patch99:alsa-tools-1.0.24.1-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -92,6 +94,8 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 %patch -p1
+%patch99 -p1
+%patch2 -p1
 # %patch1 -p1
 
 %build

++ alsa-tools-1.0.24.1-fix.diff ++
--- /dev/null   2011-02-23 16:05:38.90173 +0100
+++ alsa-tools/hdspmixer/src/mappings.h 2011-03-04 18:39:17.0 +0100
@@ -0,0 +1,93 @@
+/*
+ *   HDSPMixer
+ *
+ *   Copyright (C) 2003 Thomas Charbonnel (tho...@undata.org)
+ *
+ *   This program is free software; you can redistribute it and/or modify
+ *   it under the terms of the GNU General Public License as published by
+ *   the Free Software Foundation; either version 2 of the License, or
+ *   (at your option) any later version.
+ *
+ *   This program is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU General Public License for more details.
+ *
+ *   You should have received a copy of the GNU General Public License
+ *   along with this program; if not, write to the Free Software
+ *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#ifndef mappings_H
+#define mappings_H
+
+static char channel_map_df_ss[26] = {
+0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
+18, 19, 20, 21, 22, 23, 24, 25
+};
+
+static char channel_map_mf_ss[26] = {
+0, 1, 2, 3, 4, 5, 6, 7,
+16, 17, 18, 19, 20, 21, 22, 23, 
+24, 25,
+-1, -1, -1, -1, -1, -1, -1, -1
+};
+
+static char meter_map_ds[26] = {
+0, 1, 2, 3, 8, 9, 10, 11, 16, 17, 18, 19, 
+24, 25,
+-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+};
+
+static char channel_map_ds[26] = {
+1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 
+24, 25,
+-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+};
+
+static char dest_map_mf_ss[10] = {
+0, 2, 4, 6, 16, 18, 20, 22, 24, 26 
+};
+
+static char dest_map_ds[8] = {
+0, 2, 8, 10, 16, 18, 24, 26 
+};
+
+static char dest_map_df_ss[14] = {
+0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26 
+};
+
+static char dest_map_h9652_ss[13] = {
+0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24 
+};
+
+static char dest_map_h9652_ds[7] = {
+0, 2, 8, 10, 16, 18, 24 
+};
+
+static char dest_map_h9632_ss[8] = {
+0, 2, 4, 6, 8, 10, 12, 14
+};
+
+static char dest_map_h9632_ds[6] = {
+0, 2, 8, 10, 12, 14
+};
+
+static char dest_map_h9632_qs[4] = {
+8, 10, 12, 14
+};
+
+static char channel_map_h9632_ss[16] = {
+0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
+};
+
+static char channel_map_h9632_ds[12] = {
+0, 1, 2, 3, 8, 9, 10, 11, 12, 13, 14, 15
+};
+
+static char channel_map_h9632_qs[8] = {
+8, 9, 10, 11, 12, 13, 14, 15
+};
+
+#endif
+

++ hdspmixer-updates.diff ++
 19027 lines (skipped)







Remember to have fun...

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