270 lines
8.3 KiB
RPMSpec
270 lines
8.3 KiB
RPMSpec
%define version_main 1.0.10
|
|
%define version_app rf
|
|
%define version_ainit 0.6
|
|
|
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
|
Name: alsa-lib
|
|
Version: %{version_main}%{?version_app}
|
|
Release: 3
|
|
License: LGPL
|
|
Group: System Environment/Libraries
|
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
|
Source1: ainit-%{version_ainit}.tar.gz
|
|
Patch0: alsa-lib-1.0.10-ainit-2.patch
|
|
Patch1: ainit-0.6-rights.patch
|
|
URL: http://www.alsa-project.org/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
|
|
BuildRequires: doxygen
|
|
Prereq: /sbin/ldconfig, coreutils
|
|
|
|
%description
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
functionality to the Linux operating system.
|
|
|
|
This package includes the ALSA runtime libraries to simplify application
|
|
programming and provide higher level functionality as well as support for
|
|
the older OSS API, providing binary compatibility for most OSS programs.
|
|
|
|
%package devel
|
|
Summary: Static libraries and header files from the ALSA library.
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}
|
|
Requires: pkgconfig
|
|
%description devel
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
functionality to the Linux operating system.
|
|
|
|
This package includes the ALSA development libraries for developing
|
|
against the ALSA libraries and interfaces.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version_main}%{?prever} -a 1
|
|
%patch0 -p1 -b .ainit
|
|
%patch1 -p1 -b .rights
|
|
|
|
%build
|
|
%configure \
|
|
CFLAGS="$RPM_OPT_FLAGS"\
|
|
--enable-static=yes \
|
|
--datadir=/etc
|
|
make %{?_smp_mflags}
|
|
make doc
|
|
|
|
# Compile ainit
|
|
cd ainit
|
|
./compile
|
|
cd ..
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
mkdir -p %{buildroot}%{_datadir}
|
|
mkdir -p %{buildroot}/%{_lib}
|
|
|
|
mv %{buildroot}%{_libdir}/libasound.so.* %{buildroot}/%{_lib}
|
|
ln -snf ../../%{_lib}/libasound.so.2 %{buildroot}%{_libdir}/libasound.so
|
|
|
|
mv %{buildroot}/etc/aclocal %{buildroot}%{_datadir}
|
|
|
|
# install ainit binaries
|
|
install -m 755 ainit/ainit %{buildroot}%{_bindir}
|
|
|
|
# install ainit config files
|
|
install -m 644 ainit/config/ainit.conf %{buildroot}%{_sysconfdir}/alsa/ainit.conf
|
|
|
|
install -m 644 ainit/config/dmix.template %{buildroot}%{_sysconfdir}/alsa/pcm/dmix.template
|
|
install -m 644 ainit/config/dsnoop.template %{buildroot}%{_sysconfdir}/alsa/pcm/dsnoop.template
|
|
|
|
install -m 644 ainit/config/dmix.conf.lock %{buildroot}%{_sysconfdir}/alsa/pcm/dmix.conf.lock
|
|
install -m 644 ainit/config/dsnoop.conf.lock %{buildroot}%{_sysconfdir}/alsa/pcm/dsnoop.conf.lock
|
|
|
|
# install ainit man pages
|
|
mkdir -p %{buildroot}%{_mandir}/man8
|
|
install -m 644 ainit/doc/ainit.8 %{buildroot}%{_mandir}/man8/ainit.8
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man5
|
|
install -m 644 ainit/doc/ainit.conf.5 %{buildroot}%{_mandir}/man5/ainit.conf.5
|
|
install -m 644 ainit/doc/ainit.template.5 %{buildroot}%{_mandir}/man5/ainit.template.5
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
|
|
# Upgrade - remove the current buffers
|
|
if [ $1 = 2 ] && [ -f /var/run/console/console.lock ]; then
|
|
/usr/bin/ainit `cat /var/run/console/console.lock` stop
|
|
fi
|
|
# Create the new ones
|
|
if [ -f /var/run/console/console.lock ]; then
|
|
/usr/bin/ainit `cat /var/run/console/console.lock` start
|
|
fi
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%preun
|
|
# Only if we're removing the package
|
|
if [ $1 = 0 ] && [ -f /var/run/console/console.lock ]; then
|
|
/usr/bin/ainit `cat /var/run/console/console.lock` stop
|
|
fi
|
|
|
|
%triggerpostun -- alsa-lib < 1.0.6-2
|
|
ln -snf ../../etc/alsa %{_datadir}/alsa
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING ChangeLog TODO doc/asoundrc.txt
|
|
%{_bindir}/alsalisp
|
|
%{_bindir}/aserver
|
|
/%{_lib}/libasound.so.*
|
|
%{_libdir}/alsa-lib/smixer/*
|
|
%{_sysconfdir}/alsa
|
|
%config %{_sysconfdir}/alsa/alsa.conf
|
|
%{_bindir}/ainit
|
|
%{_mandir}/man?/*
|
|
%config %{_sysconfdir}/alsa/pcm/dmix.template
|
|
%config %{_sysconfdir}/alsa/pcm/dsnoop.template
|
|
%ghost %{_sysconfdir}/alsa/pcm/dmix.conf.lock
|
|
%ghost %{_sysconfdir}/alsa/pcm/dsnoop.conf.lock
|
|
%ghost %{_sysconfdir}/alsa/pcm/dmix.conf
|
|
%ghost %{_sysconfdir}/alsa/pcm/dsnoop.conf
|
|
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
%doc doc/doxygen
|
|
%{_includedir}/alsa
|
|
%{_includedir}/sys/asoundlib.h
|
|
%{_libdir}/libasound.so
|
|
%{_libdir}/libasound.a
|
|
%exclude %{_libdir}/libasound.la
|
|
%{_libdir}/pkgconfig/alsa.pc
|
|
%{_datadir}/aclocal/alsa.m4
|
|
|
|
%changelog
|
|
* Fri Dec 9 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-3
|
|
- rights for shared memory have been moved to config files
|
|
|
|
* Fri Dec 2 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-2
|
|
- fix in spec file (#159046)
|
|
|
|
* Thu Nov 24 2005 Martin Stransky <stransky@redhat.com> 1.0.10rf-1
|
|
- new upstream version
|
|
|
|
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-2
|
|
- fixes in config files, new ainit (for #166086)
|
|
|
|
* Tue Sep 27 2005 Martin Stransky <stransky@redhat.com> 1.0.10rc1-1
|
|
- new upstream version
|
|
|
|
* Wed Jul 20 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-3
|
|
- check for /var/run/console/console.lock (#162982)
|
|
|
|
* Thu Jun 16 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-2
|
|
- fix for #159411
|
|
|
|
* Mon May 30 2005 Martin Stransky <stransky@redhat.com> 1.0.9rf-1
|
|
- New upstream version
|
|
- moved alsacard utility to alsa-utils
|
|
|
|
* Fri May 27 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc4-2
|
|
- alsacard utility for s-c-s
|
|
|
|
* Tue May 24 2005 Bill Nottingham <notting@redhat.com> 1.0.9rc4-1
|
|
- update to 1.0.9rc4 (#157180, #158547)
|
|
|
|
* Wed May 18 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-5
|
|
- fix for #130593
|
|
- new ainit (dmix/dsnoop is default only for cards which really need it)
|
|
- fix dsnoop
|
|
- add fix for mixer (from https://bugs.gentoo.org/attachment.cgi?id=58918)
|
|
|
|
* Wed May 04 2005 Than Ngo <than@redhat.com> 1.0.9rc2-4
|
|
- apply patch to fix artsd daemon crash #156592
|
|
|
|
* Tue May 3 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-3
|
|
- fixed ainit (#156278, #156505)
|
|
|
|
* Thu Apr 28 2005 David Woodhouse <dwmw2@redhat.com> 1.0.9rc2-2
|
|
- Fix bogus use of fgetc() in ainit. (#156278)
|
|
|
|
* Fri Apr 22 2005 Martin Stransky <stransky@redhat.com> 1.0.9rc2-1
|
|
- updated to 1.0.9rc2
|
|
- add ainit tool
|
|
- dmix is now default pcm device
|
|
|
|
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com> 1.0.8-4.devel
|
|
- gcc4 patch
|
|
|
|
* Wed Feb 15 2005 Martin Stransky <stransky@redhat.com> 1.0.8-3.devel
|
|
- add $RPM_OPT_FLAGS to CFLAGS
|
|
|
|
* Fri Feb 11 2005 Martin Stransky <stransky@redhat.com> 1.0.8-2.devel
|
|
- add alpha patch (#147388, thx to Sergey Tikhonov)
|
|
- fix alsa-mixer on ICH6 system (#146607)
|
|
|
|
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1.devel
|
|
- update to 1.0.8
|
|
- temporarily removed alsa-lib-1.0.7-asym-config.patch
|
|
|
|
* Mon Jan 10 2005 Martin Stransky <stransky@redhat.com> 1.0.7-3.devel
|
|
- fix #144518 - stack protection control
|
|
|
|
* Sat Jan 08 2005 Colin Walters <walters@redhat.com> 1.0.7-2
|
|
- New patch alsa-lib-1.0.7-asym-config.patch, sets up asym
|
|
in the default config file and makes it easy to make it
|
|
the default via an environment variable. Also increases the
|
|
default dmix buffer variables.
|
|
- Mark /etc/alsa/alsa.conf as a config file, and use sysconfdir
|
|
variable
|
|
|
|
* Thu Jan 06 2005 Colin Walters <walters@redhat.com> 1.0.7-1
|
|
- New upstream version
|
|
|
|
* Tue Nov 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-6
|
|
- fix bad assertion that trips up gstreamer (fixes GNOME bug #159647)
|
|
- undef gets in case it's a macro (#141423)
|
|
|
|
* Thu Oct 14 2004 Bill Nottingham <notting@redhat.com> 1.0.6-3
|
|
- move libraries & data to root fs, needed at boot time
|
|
|
|
* Mon Aug 30 2004 Bill Nottingham <notting@redhat.com> 1.0.6-1
|
|
- update to 1.0.6
|
|
|
|
* Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 1.0.5-1
|
|
- update to 1.0.5
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Mon May 17 2004 Colin Walters <walters@redhat.com> 1.0.4-1
|
|
- New upstream version
|
|
|
|
* Mon May 03 2004 Colin Walters <walters@redhat.com> 1.0.3a-2
|
|
- Add patch to avoid assert()ing on errors
|
|
|
|
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 1.0.3a-1
|
|
- update to 1.0.3a
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Jan 28 2004 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
|
- update to 1.0.2
|
|
|
|
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 1.0.0rc2-1
|
|
- update to 1.0.0rc2
|
|
|
|
* Mon Dec 1 2003 Bill Nottingham <notting@redhat.com> 0.9.8-3
|
|
- fix various specfile issues, including License: tag (#111153)
|
|
|
|
* Wed Nov 26 2003 Than Ngo <than@redhat.com> 0.9.8-2
|
|
- fixed dependant libraries check on x86_64
|
|
|
|
* Mon Nov 4 2003 Bill Nottingham <notting@redhat.com> - 0.9.8-1
|
|
- initial build, modify spec file from Matthias Saou
|