# # spec file for package alsa-utils (Version 1.0.15) # # 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 %define package_version 1.0.15 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Players Provides: alsa-conf Requires: dialog pciutils AutoReqProv: on Summary: Advanced Linux Sound Architecture Utilities Version: 1.0.15 Release: 16 Source: ftp://ftp.alsa-project.org/pub/util/alsa-utils-%{package_version}.tar.bz2 Patch: alsa-utils-hg-fixes.diff Url: http://www.alsa-project.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains utility programs supporting ALSA, Advanced Linux Sound Architecture. Authors: -------- Jaroslav Kysela Takashi Iwai %prep %setup -q -n %{name}-%{package_version} %patch -p1 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 %find_lang %{name} --all-name %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %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 %changelog * Fri Dec 14 2007 - tiwai@suse.de - updated to HG 2007.12.14 version: * merged previous patches * fix blocking mode around snd_pcm_drain() calls in aplay * 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 * Mon Nov 12 2007 - tiwai@suse.de - fix double entries of comment.tlv in alsactl (#340516) * Mon Nov 05 2007 - tiwai@suse.de - fix speaker-test with pulse plugin output - use stderr for error message from speaker-test * Mon Oct 29 2007 - tiwai@suse.de - make alsactl more robust * restore the volume values with channel changes * restore from dB level if available * Tue Oct 16 2007 - tiwai@suse.de - updated to version 1.0.15-final * including all previous patches * Mon Sep 17 2007 - tiwai@suse.de - fix the handling of capture enum elements in alsamixer (#325677) * Tue Aug 14 2007 - tiwai@suse.de - amixer - Allow to pass enum item string for cset, too - aplay - Include missing time.h for time() * 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 * Thu May 31 2007 - tiwai@suse.de - updated to version 1.0.14-final including previous HG fixes * 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 * Wed May 02 2007 - tiwai@suse.de - updated to version 1.0.14rc4 including HG fixes * Mon Apr 16 2007 - tiwai@suse.de - split from alsa package