2007-04-19 04:26:03 +02:00
|
|
|
#
|
2007-10-16 17:46:53 +02:00
|
|
|
# spec file for package alsa-utils (Version 1.0.15)
|
2007-04-19 04:26:03 +02:00
|
|
|
#
|
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: alsa-utils
|
|
|
|
BuildRequires: alsa-devel ncurses-devel
|
2007-10-16 17:46:53 +02:00
|
|
|
%define package_version 1.0.15
|
2007-08-03 14:02:18 +02:00
|
|
|
License: GPL v2 or later
|
2007-04-19 04:26:03 +02:00
|
|
|
Group: Productivity/Multimedia/Sound/Players
|
|
|
|
Provides: alsa-conf
|
|
|
|
Requires: dialog pciutils
|
2007-09-17 17:07:16 +02:00
|
|
|
AutoReqProv: on
|
2007-04-19 04:26:03 +02:00
|
|
|
Summary: Advanced Linux Sound Architecture Utilities
|
2007-10-16 17:46:53 +02:00
|
|
|
Version: 1.0.15
|
2007-12-05 23:34:26 +01:00
|
|
|
Release: 14
|
2007-04-19 04:26:03 +02:00
|
|
|
Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2
|
2007-10-29 12:26:03 +01:00
|
|
|
Patch: alsa-utils-hg-fixes.diff
|
2007-11-06 00:07:53 +01:00
|
|
|
Patch1: alsa-utils-speaker-test-fix.diff
|
2007-11-12 21:39:46 +01:00
|
|
|
Patch2: alsa-utils-alsactl-tlv-comment-fix.diff
|
2007-12-05 23:34:26 +01:00
|
|
|
Patch3: alsa-utils-alsactl-force-default.diff
|
|
|
|
Patch4: alsa-utils-iecset-index-fix.diff
|
|
|
|
Patch5: alsa-utils-alsactl-restore-fix.diff
|
2007-09-17 17:07:16 +02:00
|
|
|
Url: http://www.alsa-project.org/
|
2007-04-19 04:26:03 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains utility programs supporting ALSA, Advanced Linux
|
|
|
|
Sound Architecture.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
2007-10-16 17:46:53 +02:00
|
|
|
Jaroslav Kysela <perex@perex.cz>
|
2007-04-19 04:26:03 +02:00
|
|
|
Takashi Iwai <tiwai@suse.de>
|
|
|
|
|
|
|
|
%prep
|
2007-06-05 00:44:59 +02:00
|
|
|
%setup -q -n %{name}-%{package_version}
|
2007-10-29 12:26:03 +01:00
|
|
|
%patch -p1
|
2007-11-06 00:07:53 +01:00
|
|
|
%patch1 -p1
|
2007-11-12 21:39:46 +01:00
|
|
|
%patch2 -p1
|
2007-12-05 23:34:26 +01:00
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2007-04-19 04:26:03 +02:00
|
|
|
mv alsamixer/README alsamixer/README-alsamixer
|
|
|
|
%{?suse_update_config:%{suse_update_config -f .}}
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
%configure --with-curses=ncursesw
|
|
|
|
make %{?jobs:-j %jobs}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2007-05-25 00:39:40 +02:00
|
|
|
%find_lang %{name} --all-name
|
2007-04-19 04:26:03 +02:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-05-25 00:39:40 +02:00
|
|
|
%files -f %{name}.lang
|
2007-04-19 04:26:03 +02:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc COPYING ChangeLog INSTALL README TODO
|
|
|
|
%doc alsamixer/README*
|
|
|
|
%doc seq/aconnect/README*
|
|
|
|
%doc seq/aseqnet/README*
|
|
|
|
%doc %{_mandir}/man*/*
|
|
|
|
%doc %{_mandir}/fr
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
|
|
|
%{_datadir}/sounds/alsa
|
|
|
|
%{_datadir}/alsa
|
2007-12-05 23:34:26 +01:00
|
|
|
|
2007-04-19 04:26:03 +02:00
|
|
|
%changelog
|
2007-12-05 23:34:26 +01:00
|
|
|
* Fri Nov 30 2007 - tiwai@suse.de
|
|
|
|
- Merge upstream fixes:
|
|
|
|
* make -F option as default for alsactl
|
|
|
|
* fix iecset index range
|
|
|
|
* fix a bug in alsactl restore that restores wrong values
|
2007-11-12 21:39:46 +01:00
|
|
|
* Mon Nov 12 2007 - tiwai@suse.de
|
|
|
|
- fix double entries of comment.tlv in alsactl (#340516)
|
2007-11-06 00:07:53 +01:00
|
|
|
* Mon Nov 05 2007 - tiwai@suse.de
|
|
|
|
- fix speaker-test with pulse plugin output
|
|
|
|
- use stderr for error message from speaker-test
|
2007-10-29 12:26:03 +01:00
|
|
|
* Mon Oct 29 2007 - tiwai@suse.de
|
|
|
|
- make alsactl more robust
|
|
|
|
* restore the volume values with channel changes
|
|
|
|
* restore from dB level if available
|
2007-10-16 17:46:53 +02:00
|
|
|
* Tue Oct 16 2007 - tiwai@suse.de
|
|
|
|
- updated to version 1.0.15-final
|
|
|
|
* including all previous patches
|
2007-09-17 17:07:16 +02:00
|
|
|
* Mon Sep 17 2007 - tiwai@suse.de
|
|
|
|
- fix the handling of capture enum elements in alsamixer (#325677)
|
2007-08-15 13:02:15 +02:00
|
|
|
* Tue Aug 14 2007 - tiwai@suse.de
|
|
|
|
- amixer - Allow to pass enum item string for cset, too
|
|
|
|
- aplay - Include missing time.h for time()
|
2007-08-03 14:02:18 +02:00
|
|
|
* Mon Jul 30 2007 - tiwai@suse.de
|
|
|
|
- HG fixes (as of 2007.07.28)
|
|
|
|
* don't install hwcfg file for openSUSE 10.3 in alsaconf
|
|
|
|
* fix the handling of enum channels in amixer
|
|
|
|
* fix VU meter of aplay
|
|
|
|
* fix possible infinite loop with signal handler in aplay
|
2007-06-05 00:44:59 +02:00
|
|
|
* Thu May 31 2007 - tiwai@suse.de
|
|
|
|
- updated to version 1.0.14-final
|
|
|
|
including previous HG fixes
|
2007-05-25 00:39:40 +02:00
|
|
|
* Thu May 24 2007 - tiwai@suse.de
|
|
|
|
- HG patch as of 2007.05.24:
|
|
|
|
* more error verbose messages in alsactl
|
|
|
|
* fix duplicated mixer elements in alsamixer
|
|
|
|
- Use find_lang
|
2007-05-04 00:26:05 +02:00
|
|
|
* Wed May 02 2007 - tiwai@suse.de
|
|
|
|
- updated to version 1.0.14rc4
|
|
|
|
including HG fixes
|
2007-04-19 04:26:03 +02:00
|
|
|
* Mon Apr 16 2007 - tiwai@suse.de
|
|
|
|
- split from alsa package
|