Jaroslav Kysela 6406095
%define   baseversion     1.1.5
Jaroslav Kysela 0610978
#define   fixversion      .2
Jaroslav Kysela 0610978
%global   _hardened_build 1
09932a2
09932a2
Summary: Advanced Linux Sound Architecture (ALSA) utilities
09932a2
Name:    alsa-utils
Jaroslav Kysela bb774c2
Version: %{baseversion}%{?fixversion}
Jaroslav Kysela 6406095
Release: 1%{?dist}
09932a2
License: GPLv2+
09932a2
Group:   Applications/Multimedia
09932a2
URL:     http://www.alsa-project.org/
Jaroslav Kysela bb774c2
Source:  ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{version}.tar.bz2
1e0bef8
Source4: alsaunmute
ca0aa57
Source5: alsaunmute.1
09932a2
Source10: alsa.rules
1e0bef8
Source11: alsactl.conf
Jaroslav Kysela 47deeaf
Source20: alsa-restore.service
Jaroslav Kysela 09e283e
Source22: alsa-state.service
6f53cbc
Jaroslav Kysela bb774c2
BuildRequires: alsa-lib-devel >= %{baseversion}
Jaroslav Kysela 71ac133
BuildRequires: libsamplerate-devel
09932a2
BuildRequires: ncurses-devel
09932a2
BuildRequires: gettext-devel
745b2e2
BuildRequires: xmlto
Jaroslav Kysela 25bc0f4
BuildRequires: systemd
Jaroslav Kysela 25bc0f4
Requires(post): systemd
Jaroslav Kysela 25bc0f4
Requires(preun): systemd
Jaroslav Kysela 25bc0f4
Requires(postun): systemd
Jaroslav Kysela 09e283e
# use latest alsa-lib - the executables in this package requires latest API
6f53cbc
Requires: alsa-lib%{?_isa} >= %{baseversion}
cvsdist c576bd0
cvsdist 8e872d7
%description
cvsdist 8e872d7
This package contains command line utilities for the Advanced Linux Sound
cvsdist 8e872d7
Architecture (ALSA).
cvsdist c576bd0
Jaroslav Kysela 98b1dde
%package alsabat
Jaroslav Kysela 0610978
Summary: Advanced Linux Sound Architecture (ALSA) - Basic Audio Tester
Jaroslav Kysela 0610978
Group:   Applications/Multimedia
Jaroslav Kysela 0610978
BuildRequires: fftw-devel
Jaroslav Kysela 0610978
Jaroslav Kysela 98b1dde
%description alsabat
Jaroslav Kysela 0610978
This package contains tool for basic audio testing using Advanced Linux Sound
Jaroslav Kysela 0610978
Architecture (ALSA) framework and Fast Fourier Transform library.
Jaroslav Kysela 0610978
cvsdist c576bd0
%prep
Jaroslav Kysela bb774c2
%setup -q -n %{name}-%{version}
cvsdist c576bd0
cvsdist c576bd0
%build
de1af9d
%configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --disable-alsaconf \
de1af9d
   --with-udev-rules-dir=%{_prefix}/lib/udev/rules.d \
de1af9d
   --with-systemdsystemunitdir=%{_unitdir}
6f53cbc
make %{?_smp_mflags}
6f53cbc
cp %{SOURCE4} .
cvsdist c576bd0
cvsdist c576bd0
%install
Jaroslav Kysela 0610978
make install DESTDIR=%{buildroot}
93074d6
%find_lang %{name}
cvsdist c576bd0
5e20f4b
# Install ALSA udev rules
Jaroslav Kysela 0610978
mkdir -p %{buildroot}/%{_prefix}/lib/udev/rules.d
Jaroslav Kysela 0610978
install -p -m 644 %{SOURCE10} %{buildroot}/%{_prefix}/lib/udev/rules.d/90-alsa-restore.rules
Jaroslav Kysela 0610978
mkdir -p %{buildroot}/%{_unitdir}
Jaroslav Kysela 0610978
install -p -m 644 %{SOURCE20} %{buildroot}/%{_unitdir}/alsa-restore.service
Jaroslav Kysela 0610978
install -p -m 644 %{SOURCE22} %{buildroot}/%{_unitdir}/alsa-state.service
5e20f4b
5e20f4b
# Install support utilities
Jaroslav Kysela 0610978
mkdir -p -m755 %{buildroot}/%{_bindir}
de1af9d
install -p -m 755 alsaunmute %{buildroot}/%{_bindir}
Jaroslav Kysela 0610978
mkdir -p -m755 %{buildroot}/%{_mandir}/man1
a9b779a
install -p -m 644 %{SOURCE5} %{buildroot}/%{_mandir}/man1/alsaunmute.1
5e20f4b
de1af9d
# Move /usr/share/alsa/init to /usr/lib/alsa/init
de1af9d
mkdir -p -m 755 %{buildroot}/%{_prefix}/lib/alsa
de1af9d
mv %{buildroot}%{_datadir}/alsa/init %{buildroot}/%{_prefix}/lib/alsa
cvsdist c576bd0
de1af9d
# Link /usr/lib/alsa/init to /usr/share/alsa/init back
de1af9d
ln -s ../../lib/alsa/init %{buildroot}%{_datadir}/alsa/init
745b2e2
1e0bef8
# Create a place for global configuration
745b2e2
mkdir -p -m 755 %{buildroot}/etc/alsa
745b2e2
install -p -m 644 %{SOURCE11} %{buildroot}/etc/alsa
9708cdb
Jaroslav Kysela 47deeaf
# Create /var/lib/alsa tree
Jaroslav Kysela 47deeaf
mkdir -p -m 755 %{buildroot}/var/lib/alsa
Jaroslav Kysela 47deeaf
93074d6
%files -f %{name}.lang
cvsdist 8e872d7
%doc COPYING ChangeLog README TODO
1e0bef8
%config /etc/alsa/*
de1af9d
%{_prefix}/lib/udev/rules.d/*
de1af9d
%{_unitdir}/*
Jaroslav Kysela 6406095
%{_unitdir}/sound.target.wants/*
de1af9d
%{_prefix}/lib/alsa/init/*
Jaroslav Kysela 0610978
%{_bindir}/aconnect
Jaroslav Kysela 0610978
%{_bindir}/alsaloop
Jaroslav Kysela 0610978
%{_bindir}/alsamixer
Jaroslav Kysela 0610978
%{_bindir}/alsaucm
Jaroslav Kysela 0610978
%{_bindir}/alsaunmute
Jaroslav Kysela 0610978
%{_bindir}/amidi
Jaroslav Kysela 0610978
%{_bindir}/amixer
Jaroslav Kysela 0610978
%{_bindir}/aplay
Jaroslav Kysela 0610978
%{_bindir}/aplaymidi
Jaroslav Kysela 0610978
%{_bindir}/arecord
Jaroslav Kysela 0610978
%{_bindir}/arecordmidi
Jaroslav Kysela 0610978
%{_bindir}/aseqdump
Jaroslav Kysela 0610978
%{_bindir}/aseqnet
Jaroslav Kysela 0610978
%{_bindir}/iecset
Jaroslav Kysela 0610978
%{_bindir}/speaker-test
Jaroslav Kysela f68f957
%{_bindir}/alsatplg
cvsdist 8e872d7
%{_sbindir}/*
93074d6
%{_datadir}/alsa/
0b3292c
%{_datadir}/sounds/*
Jaroslav Kysela 0610978
%{_mandir}/man7/*
Jaroslav Kysela 0610978
%{_mandir}/man1/alsactl.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/alsaloop.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/alsamixer.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/alsaunmute.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/amidi.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/amixer.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/aplay.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/aplaymidi.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/arecord.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/arecordmidi.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/aseqdump.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/aseqnet.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/iecset.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/speaker-test.1.gz
Jaroslav Kysela 0610978
%{_mandir}/man1/aconnect.1.gz
Jaroslav Kysela 702929b
%{_mandir}/man1/alsa-info.sh.1.gz
Jaroslav Kysela 0610978
857c3b5
%dir /etc/alsa/
de1af9d
%dir %{_prefix}/lib/alsa/
de1af9d
%dir %{_prefix}/lib/alsa/init/
Jaroslav Kysela 47deeaf
%dir /var/lib/alsa/
8e69a62
Jaroslav Kysela 98b1dde
%files alsabat
Jaroslav Kysela 98b1dde
%{_bindir}/alsabat
Jaroslav Kysela 98b1dde
%{_mandir}/man1/alsabat.1.gz
Jaroslav Kysela 0610978
Jaroslav Kysela 09e283e
%pre
Jaroslav Kysela 0610978
if [ ! -r %{_unitdir}/alsa-state.service ]; then
Jaroslav Kysela 09e283e
  [ -d /etc/alsa ] || mkdir -m 0755 /etc/alsa
Jaroslav Kysela 09e283e
  echo "# Remove this file to disable the alsactl daemon mode" > \
Jaroslav Kysela 0610978
                                                    /etc/alsa/state-daemon.conf
Jaroslav Kysela 09e283e
fi
Jaroslav Kysela 09e283e
ea6ff33
%post
ea6ff33
if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
ea6ff33
  mv /etc/alsa/asound.state /etc/asound.state
ea6ff33
fi
Jaroslav Kysela 47deeaf
if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then
Jaroslav Kysela 47deeaf
  mv /etc/asound.state /var/lib/alsa/asound.state
Jaroslav Kysela 47deeaf
fi
Jaroslav Kysela 25bc0f4
%systemd_post alsa-state.service
Jaroslav Kysela 25bc0f4
Jaroslav Kysela 25bc0f4
%preun
Jaroslav Kysela 25bc0f4
%systemd_preun alsa-state.service
Jaroslav Kysela 25bc0f4
Jaroslav Kysela 25bc0f4
%postun
Jaroslav Kysela 25bc0f4
%systemd_postun_with_restart alsa-state.service
cvsdist c576bd0
cvsdist c576bd0
%changelog
e17ca0d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
e17ca0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e17ca0d
440adb1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
440adb1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
440adb1
Jaroslav Kysela eb50218
* Tue May 16 2017 Jaroslav Kysela <perex@perex.cz> - 1.1.4-1
Jaroslav Kysela eb50218
- Updated to 1.1.4
Jaroslav Kysela eb50218
e09619e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
e09619e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e09619e
Jaroslav Kysela ba1faa3
* Tue Sep 20 2016 Jaroslav Kysela <perex@perex.cz> - 1.1.3-1
Jaroslav Kysela ba1faa3
- Updated to 1.1.3
Jaroslav Kysela ba1faa3
Jaroslav Kysela 7aff92f
* Tue Aug  2 2016 Jaroslav Kysela <perex@perex.cz> - 1.1.2-1
Jaroslav Kysela 7aff92f
- Updated to 1.1.2
Jaroslav Kysela 7aff92f
Jaroslav Kysela 6c8895e
* Thu Mar 31 2016 Jaroslav Kysela <perex@perex.cz> - 1.1.1-1
Jaroslav Kysela 6c8895e
- Updated to 1.1.1
Jaroslav Kysela 98b1dde
- Renamed bat to alsabat (according 1.1.1)
Jaroslav Kysela 6c8895e
7d6a775
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
7d6a775
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7d6a775
Jaroslav Kysela 0610978
* Tue Oct 27 2015 Jaroslav Kysela <perex@perex.cz> - 1.1.0-1
Jaroslav Kysela 0610978
- Updated to 1.1.0
Jaroslav Kysela be787e1
- update systemd unit configuration files
Jaroslav Kysela 0610978
- create alsa-utils-bat package
Jaroslav Kysela 0610978
ae2dce3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.29-2
ae2dce3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ae2dce3
Jaroslav Kysela f15ac3c
* Thu Feb 26 2015 Jaroslav Kysela <perex@perex.cz> - 1.0.29-1
Jaroslav Kysela 0610978
- Updated to 1.0.29
Jaroslav Kysela f15ac3c
b3423d3
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.28-2
b3423d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b3423d3
6f53cbc
* Thu Jul 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.28-1
6f53cbc
- Update to 1.0.28
6f53cbc
6f5f971
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27.2-6
6f5f971
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6f5f971
Jaroslav Kysela 25bc0f4
* Fri Jan 10 2014 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-5
Jaroslav Kysela 25bc0f4
- Fix hardering build - rhbz#1008385
Jaroslav Kysela c602450
- Add systemd scripts for alsa-state.service - rhbz#856654
Jaroslav Kysela 25bc0f4
Jaroslav Kysela 57fbcdc
* Sun Dec 29 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-4
Jaroslav Kysela 57fbcdc
- Fix alsactl crash issue - rhbz#994832
Jaroslav Kysela 57fbcdc
dbc8696
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.27.2-3
dbc8696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dbc8696
Jaroslav Kysela 3e6957a
* Fri Jul 19 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-2
Jaroslav Kysela 3e6957a
- Fix alsa-state.service (rkill -> kill) - rhbz#986141
Jaroslav Kysela 3e6957a
Jaroslav Kysela e13331c
* Wed Jul 10 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.2-1
Jaroslav Kysela e13331c
- Updated to 1.0.27.2
Jaroslav Kysela e13331c
Jaroslav Kysela 4daf011
* Tue May 21 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27.1-1
Jaroslav Kysela 4daf011
- Updated to 1.0.27.1
Jaroslav Kysela 4daf011
- Updated alsa-info.sh to 0.4.61
Jaroslav Kysela 4daf011
- Remove dependency on the dialog package (it is optional for alsa-info.sh)
Jaroslav Kysela 4daf011
Jaroslav Kysela ceeef98
* Mon Apr 15 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-2
Jaroslav Kysela ceeef98
- Fix the new udev rules (missing GOTO) - bug#951750
Jaroslav Kysela ceeef98
- Fix the string size in alsactl (underflow)
Jaroslav Kysela ceeef98
Jaroslav Kysela 09e283e
* Fri Apr 12 2013 Jaroslav Kysela <jkysela@redhat.com> - 1.0.27-1
Jaroslav Kysela 09e283e
- Updated to 1.0.27, activated the alsactl daemon mode
Jaroslav Kysela 09e283e
- Updated alsa-info.sh to 0.4.61
Jaroslav Kysela 09e283e
1ddee9c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.26-2
1ddee9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1ddee9c
Jaroslav Kysela 27af8e8
* Thu Sep  6 2012 Jaroslav Kysela <jkysela@redhat.com> - 1.0.26-1
Jaroslav Kysela 27af8e8
- Updated to 1.0.26
Jaroslav Kysela 27af8e8
b400590
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.25-9
b400590
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b400590
beee884
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.25-8
beee884
- bump Release to be larger than F-16
beee884
Jaroslav Kysela f8d594b
* Tue Jan 31 2012 Jaroslav Kysela <perex@perex.cz> 1.0.25-1
Jaroslav Kysela f8d594b
- update to 1.0.25 final
Jaroslav Kysela f8d594b
de1af9d
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 1.0.24.1-8
de1af9d
- install everything in /usr
de1af9d
  https://fedoraproject.org/wiki/Features/UsrMove
de1af9d
19dca99
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-7
19dca99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
19dca99
Lennart Poettering 829a947
* Fri Jan  6 2012 Lennart Poettering <lpoetter@redhat.com> - 1.0.24.1-6
Lennart Poettering 829a947
- Always build with systemd support
Lennart Poettering 829a947
Lennart Poettering d6fd582
* Fri Jan  6 2012 Lennart Poettering <lpoetter@redhat.com> - 1.0.24.1-5
Lennart Poettering d6fd582
- When installing the Fedora service files make sure to override the
Lennart Poettering d6fd582
  actual service files with them instead of the symlinks to them
Lennart Poettering d6fd582
- Drop StandardOutput=syslog since that is the default now and we
Lennart Poettering d6fd582
  don't want to needlessly override the default
Lennart Poettering d6fd582
Lennart Poettering d6fd582
* Mon Oct 31 2011 Bastien Nocera <bnocera@redhat.com> 1.0.24.1-4
Bastien Nocera cc38084
- Add patch to unmute MacBookAir4,1 speakers
Bastien Nocera cc38084
de5576c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24.1-3
de5576c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
de5576c
Jaroslav Kysela 47deeaf
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24.1-2
Jaroslav Kysela 47deeaf
- add missing systemd files, add dependency on systemd-units
Jaroslav Kysela 47deeaf
- use own udev rule file for /lib/udev/rules.d
Jaroslav Kysela 47deeaf
- create /var/lib/alsa directory for asound.state
Jaroslav Kysela 47deeaf
Jaroslav Kysela bb774c2
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24.1-1
Jaroslav Kysela bb774c2
- updated to 1.0.24.1 final (new automake/autoconf)
Jaroslav Kysela bb774c2
Jaroslav Kysela 71ac133
* Fri Jan 28 2011 Jaroslav Kysela <jkysela@redhat.com> 1.0.24-1
Jaroslav Kysela 71ac133
- updated to 1.0.24 final
Jaroslav Kysela 71ac133
- updated alsa-info.sh script to 0.4.60
Jaroslav Kysela 71ac133
a9b779a
* Thu Jan 13 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.0.23-4
a9b779a
- Fix alsaunmute man page permissions, let rpmbuild compress it.
a9b779a
ca0aa57
* Mon Jun 28 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.23-3
ca0aa57
- add requires line (bug#526492) for specific alsa-lib package
ca0aa57
- add requires line for dialog package (bug#561988)
ca0aa57
- added man page for alsaunmute (bug#526174)
ca0aa57
- updated alsa-info.sh script to 0.4.59
ca0aa57
1c68cd7
* Mon Jun 28 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.23-1
1c68cd7
- updated to 1.0.23 final
1c68cd7
0b3292c
* Sun Apr 18 2010 Thomas Spura <tomspur@fedoraproject.org> 1.0.22-2
0b3292c
- don't own %%{_datadir}/sounds (#569425)
0b3292c
a80af6b
* Fri Jan  1 2010 Jaroslav Kysela <jkysela@redhat.com> 1.0.22-1
a80af6b
- updated to 1.0.22 final
a80af6b
46b1063
* Thu Sep  3 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.21-2
46b1063
- added missing patch file
46b1063
89f6bd4
* Thu Sep  3 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.21-1
89f6bd4
- updated to 1.0.21 final
89f6bd4
- updated alsa-info.sh script to 0.4.58
89f6bd4
ee81b30
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-4
ee81b30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ee81b30
fe2c6cb
* Fri May 15 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-3
fe2c6cb
- added missing Headphone Volume patch
fe2c6cb
0da9c56
* Fri May 15 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-2
0da9c56
- fixed Headphone Volume issue (bz#500956)
0da9c56
bbe9f6c
* Wed May 06 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.20-1
bbe9f6c
- updated to 1.0.20 final
bbe9f6c
- updated alsa-info.sh script to 0.4.56
bbe9f6c
58f5725
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.19-4
58f5725
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
58f5725
2a14aae
* Mon Feb 09 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-3
2a14aae
- fixed volume initialization for some HDA codecs
2a14aae
- updated alsa-info.sh to 0.4.54
2a14aae
9ad78d4
* Wed Feb 04 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-2
Jaroslav Kysela 0610978
- add dir directive for /lib/alsa and /lib/alsa/init directories (bz#483324)
42600dc
a4b4a7e
* Tue Jan 20 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-1
a4b4a7e
- updated to 1.0.19 final
a4b4a7e
964d7e1
* Tue Nov 04 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-5
964d7e1
- fixed building
964d7e1
6817025
* Tue Nov 04 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-4
6817025
- updated to 1.0.18 final
6817025
- updated alsa-info.sh script
6817025
d4aee04
* Thu Sep 18 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-3.rc3
d4aee04
- fixed alsa-info.sh link
d4aee04
ea6ff33
* Thu Sep 18 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-2.rc3
ea6ff33
- fixed /lib/alsa/init path for x86_64 (was /lib64/alsa/init)
Jaroslav Kysela 0610978
- added /etc/alsa/asound.state -> /etc/asound.state shift to post section
ea6ff33
- fix udev rules (ommited /dev/ prefix for the alsactl utility)
ea6ff33
- added --ignore option for alsactl (added also to upstream)
ea6ff33
1e0bef8
* Thu Sep 11 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.18-1.rc3
1e0bef8
- updated to 1.0.18rc3
1e0bef8
- updated alsa-info.sh script to 0.4.51
1e0bef8
- removed alsacard utility
1e0bef8
- removed salsa utility
1e0bef8
- changed alsaunmute to use 'alsactl init' now
1e0bef8
- updated ALSA udevd rules to use alsactl
1e0bef8
- moved /etc/alsa/asound.state back to /etc/asound.state
1e0bef8
a657df4
* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> 1.0.17-1
a657df4
- updated to 1.0.17 final
a657df4
- updated alsa-info.sh script to 0.4.48
a657df4
efe9b52
* Mon Apr 28 2008 Martin Stransky <stransky@redhat.com> 1.0.16-3
efe9b52
- Added alsa-info.sh script to /usr/bin/alsa-info
efe9b52
2a536ae
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.16-2
2a536ae
- Autorebuild for GCC 4.3
2a536ae
2ad6650
* Mon Feb 18 2008 Martin Stransky <stransky@redhat.com> 1.0.16-1
2ad6650
- updated to 1.0.16 final
2ad6650
9708cdb
* Tue Jan 15 2008 Mikel Ward <mikel@mikelward.com>
9708cdb
- add salsa man page
9708cdb
8853f21
* Mon Oct 29 2007 Martin Stransky <stransky@redhat.com> 1.0.15-1
8853f21
- updated to 1.0.15 final
8853f21
857c3b5
* Mon Oct 1 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.4.rc1
857c3b5
- moved saved volume settings back to /etc/alsa
857c3b5
  (per discussion at #293301)
857c3b5
463ef00
* Mon Sep 24 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.3.rc1
463ef00
- fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules
463ef00
93074d6
* Thu Sep 20 2007 Matthias Saou <http://freshrpms.net/> 1.0.15-0.2.rc1
93074d6
- Update License field.
93074d6
- Mark udev rule as config.
93074d6
- Use find_lang macro again to include translations (why was it removed?).
93074d6
8e69a62
* Wed Sep 19 2007 Martin Stransky <stransky@redhat.com> 1.0.15-0.1.rc1
8e69a62
- new upstream
8e69a62
- moved saved volume settings to /var/lib (#293301)
8e69a62
- patched alsactl for that (#255421)
8e69a62
e5abab9
* Thu Aug 16 2007 Martin Stransky <stransky@redhat.com> 1.0.14-2
e5abab9
- added an entry to alsaunmute for HP xw4550 (#252171)
e5abab9
d1093c6
* Wed Jul 25 2007 Martin Stransky <stransky@redhat.com> 1.0.14-1
d1093c6
- release bump
d1093c6
cb18415
* Thu Jun 7 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.8
cb18415
- new upstream
cb18415
cac3527
* Wed May 30 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.7.rc2
cac3527
- updated alsanumute for Siemens Lifebook S7020 (#241639)
cac3527
- unmute Master Mono for all drivers
cac3527
50b08a2
* Wed May 2 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.6.rc2
Lennart Poettering d6fd582
- added fix for #238442 (unmute Mono channel for w4550,
50b08a2
  xw4600, xw6600, and xw8600)
50b08a2
5e20f4b
* Wed Apr 18 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.5.rc2
5e20f4b
- added more funcionality to salsa (save/load sound settings),
5e20f4b
  moved volume settings to /etc/alsa/
5e20f4b
Jaroslav Kysela 0610978
* Tue Apr 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.4.rc2
ce3a065
- added support for large files
ce3a065
- minor fix in alsaunmute
ce3a065
- fixed #209239 - alsaconf: Stale language-dependent files
db08b0e
- fixed #233765 - alsa-utils : unowned directories
ce3a065
0fa50ad
* Fri Jan 19 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.3.rc2
0fa50ad
- new upstream
0fa50ad
9e25716
* Wed Jan 10 2007 Martin Stransky <stransky@redhat.com> 1.0.14-0.2.rc1
9e25716
- added a config line for hda-intel driver
9e25716
8c11c46
* Mon Dec 11 2006 Martin Stransky <stransky@redhat.com> 1.0.14-0.1.rc1
8c11c46
- new upstream
8c11c46
6c0d91a
* Mon Oct 2 2006 Martin Stransky <stransky@redhat.com> 1.0.12-3
6c0d91a
- fix for #207384 - Audio test fails during firstboot
6c0d91a
50e25f1
* Fri Aug 25 2006 Martin Stransky <stransky@redhat.com> 1.0.12-2
50e25f1
- new upstream
50e25f1
78a8484
* Mon Aug 07 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc2
78a8484
- new upstream
78a8484
60aea0f
* Thu Jul 20 2006 Martin Stransky <stransky@redhat.com> 1.0.12-1.rc1
60aea0f
- new upstream
60aea0f
b547b31
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
b547b31
- rebuild
b547b31
609130c
* Tue May 30 2006 Martin Stransky <stransky@redhat.com> 1.0.11-7
609130c
- new upstream
609130c
923a7e8
* Wed May 3  2006 Martin Stransky <stransky@redhat.com> 1.0.11-6.rc2
923a7e8
- removed HW specific switch - it should be set by driver
923a7e8
a46c6ad
* Thu Apr 6  2006 Martin Stransky <stransky@redhat.com> 1.0.11-5.rc2
e8799fc
- fixed rules file (#186494)
18dbe2f
- fixed Audigi mixer switch (#187807)
e8799fc
4e6922e
* Mon Feb 20 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
4e6922e
- removed autoreconf
4e6922e
178341d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.2
178341d
- bump again for double-long bug on ppc(64)
178341d
fd60a05
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-2.rc2.1
fd60a05
- rebuilt for new gcc4.1 snapshot and glibc changes
fd60a05
55ae1d8
* Wed Jan 25 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
55ae1d8
- added volume option to alsaunmute utility (for s-c-s)
55ae1d8
ca7214f
* Thu Jan 12 2006 Martin Stransky <stransky@redhat.com> 1.0.11-1.rc2
ca7214f
- new upstream
ca7214f
9d9aaa9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9d9aaa9
- rebuilt
9d9aaa9
1f34d93
* Thu Nov 24 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-1
1f34d93
- new upstream version
0268ed8
- added alias for snd-azx
0268ed8
fbbfc18
* Wed Nov 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
fbbfc18
- fix for #169292 - RHEL4U2 xw4300 IntelHD internal speakers muted by default
fbbfc18
c66d6c1
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
c66d6c1
- new upstream version
c66d6c1
2416933
* Tue Aug 23 2005 Martin Stransky <stransky@redhat.com> 1.0.9-5
2416933
- unmute External Amplifier by default (#166153)
2416933
a18ce49
* Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> 1.0.9-4
a18ce49
- migrate the alsa restore program to a udev rule, not a dev.d program
a18ce49
- conflict with appropriate udev
6a536a9
- move alsaunmute, alsacard to /bin
a18ce49
a18ce49
* Mon Jul 11 2005 Martin Stransky <stransky@redhat.com> 1.0.9-3
2351acf
- New alsaunmute utility
2351acf
- Add autoconf to BuildRequires (#162483)
2351acf
34adb91
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9-2
34adb91
- New upstream version
34adb91
0de5feb
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9-1
0de5feb
- New upstream version.
0de5feb
- moved alsacard utility from alsa-lib to alsa-tools
0de5feb
5fcadeb
* Mon May 16 2005 Bill Nottingham <notting@redhat.com> 1.0.9rc2-2
5fcadeb
- make sure 'Wave' playback channel isn't muted (#157850)
5fcadeb
f4893ae
* Mon Apr 25 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-1
f4893ae
- New upstream version
93074d6
- add %%find_lang macro (#155719)
f4893ae
6c53f87
* Fri Apr 1 2005 Bill Nottingham <notting@redhat.com> 1.0.8-4
6c53f87
- replace the dev.d script with a program that calls alsactl to
6c53f87
  restore the volume if there is a saved config, and just unmutes
6c53f87
  the playback channels if there isn't one (#132575)
6c53f87
f6b8931
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
f6b8931
- rebuilt
f6b8931
f6b8931
* Wed Feb 16 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2
cc6405c
- fix #148011 (add gettext-devel to BuildRequires)
cc6405c
- add $RPM_OPT_FLAGS to CFLAGS
cc6405c
91eb8a8
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1
91eb8a8
- update to 1.0.8
91eb8a8
- temporarily removed alsa-lauch.patch
91eb8a8
a49c192
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
a49c192
- New patch alsa-utils-1.0.7-alsa-launch.patch, adds the
a49c192
  alsa-launch command.
a49c192
- New source file xinit-alsa-launch.sh, integrates alsa-launch
a49c192
  into X startup
a49c192
- BR xorg-x11-devel
a49c192
ee99c8f
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
ee99c8f
- New upstream version
ee99c8f
242b767
* Tue Oct 19 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
242b767
- tweak dev.d sound restore script (#133535, revisited)
242b767
ef3897f
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-2
ef3897f
- move alsactl to /sbin
ef3897f
- include a dev.d script for mixer restoring (#133535)
ef3897f
cvsdist dd1b479
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
cvsdist dd1b479
- update to 1.0.6
cvsdist dd1b479
cvsdist e6932f3
* Fri Jul  2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
cvsdist e6932f3
- update to 1.0.5
cvsdist e6932f3
cvsdist 2fc5505
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2fc5505
- rebuilt
cvsdist 2fc5505
cvsdist ff6b829
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3-1
cvsdist ff6b829
- update to 1.0.3
cvsdist ff6b829
cvsdist ff6b829
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist ff6b829
- rebuilt
cvsdist ff6b829
cvsdist 8e872d7
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
cvsdist 8e872d7
- update to 1.0.2
cvsdist c576bd0
cvsdist 8e872d7
* Wed Dec 17 2003 Bill Nottingham <notting@redhat.com> 1.0.0-0.rc2
cvsdist 8e872d7
- import fedora.us RPM, take out save-alsamixer & alsaconf for now
cvsdist c576bd0
cvsdist 8e872d7
* Thu Dec 11 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.4.rc2
cvsdist 8e872d7
- rename alsamixer-saver save-alsamixer
cvsdist c576bd0
cvsdist 8e872d7
* Mon Dec  8 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.3.rc2
Lennart Poettering d6fd582
- Integrate Michael Schwendt's script alsamixer-saver; Still not quite sure if
cvsdist 8e872d7
  this script is the right way -- but mine didn't work...
cvsdist c576bd0
cvsdist 8e872d7
* Sat Dec  6 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.2.rc2
Lennart Poettering d6fd582
- Update to 1.0.0rc2
cvsdist 8e872d7
- added alsamixer Script -- stores settings on shutdown, does nothing on startup
cvsdist 8e872d7
- some minor corrections in spec-file style
cvsdist c576bd0
cvsdist 8e872d7
* Wed Dec  3 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
Lennart Poettering d6fd582
- Update to 1.0.0rc1
cvsdist c576bd0
cvsdist 8e872d7
* Wed Aug  6 2003 Dams <anvil[AT]livna.org> 0:utils-0.fdr.1
cvsdist 8e872d7
- Initial build.