Add alpha patch (#147388, thx to Sergey Tikhonov) Fix alsa-mixer on ICH6
system (#146607) VS: ----------------------------------------------------------------------
This commit is contained in:
parent
c0b04acacd
commit
7b0fb0e73e
@ -1,13 +1,14 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Release: 1.devel
|
Release: 2.devel
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}%{?prever}.tar.bz2
|
||||||
Patch2: alsa-lib-macro.patch
|
Patch2: alsa-lib-macro.patch
|
||||||
#Patch3: alsa-lib-1.0.7-asym-config.patch
|
#Patch3: alsa-lib-1.0.7-asym-config.patch
|
||||||
Patch4: alsa-lib-stack.patch
|
Patch4: alsa-lib-stack2.patch
|
||||||
|
Patch5: alsa-lib-alpha.patch
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -38,6 +39,7 @@ against the ALSA libraries and interfaces.
|
|||||||
%patch2 -p1 -b .macro
|
%patch2 -p1 -b .macro
|
||||||
#%patch3 -p1 -b .load-env
|
#%patch3 -p1 -b .load-env
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1 -b .alpha
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -90,6 +92,10 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Jan 26 2005 Martin Stransky <stransky@redhat.com> 1.0.8-1.devel
|
||||||
- update to 1.0.8
|
- update to 1.0.8
|
||||||
- temporarily removed alsa-lib-1.0.7-asym-config.patch
|
- temporarily removed alsa-lib-1.0.7-asym-config.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user