- libvorbis 1.3.1. Fixes surround.

This commit is contained in:
Adam Jackson 2010-03-29 14:07:38 +00:00
parent c6e3e36637
commit 478fd524a3
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
libvorbis-1.2.3.tar.bz2
libvorbis-1.3.1.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
67beb237faf97d74782ec7071756b2b6 libvorbis-1.2.3.tar.bz2
90b1eb86e6d57694ffdfc2e4d8c7a64e libvorbis-1.3.1.tar.bz2