- libvorbis 1.3.1. Fixes surround.
This commit is contained in:
parent
c6e3e36637
commit
478fd524a3
@ -1 +1 @@
|
||||
libvorbis-1.2.3.tar.bz2
|
||||
libvorbis-1.3.1.tar.bz2
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: The Vorbis General Audio Compression Codec.
|
||||
Name: libvorbis
|
||||
Version: 1.2.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
@ -9,8 +9,6 @@ URL: http://www.xiph.org/
|
||||
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libogg-devel >= 2:1.1
|
||||
Patch0: r16326.diff
|
||||
Patch1: r16597.diff
|
||||
Patch2: libvorbis-1.2.3-add-needed.patch
|
||||
|
||||
%description
|
||||
@ -43,8 +41,6 @@ Documentation for developing applications with libvorbis.
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
sed -i "s/-ffast-math//" configure
|
||||
@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Mar 29 2010 Adam Jackson <ajax@redhat.com> 1.3.1-1
|
||||
- libvorbis 1.3.1. Fixes surround.
|
||||
|
||||
* Tue Feb 09 2010 Adam Jackson <ajax@redhat.com> 1.2.3-5
|
||||
- libvorbis-1.2.3-add-needed.patch: Fix FTBFS from --no-add-needed
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user