SPECS: libshout.spec - updated to 2.2 (fixes double free; now with...
qboosh
qboosh at pld-linux.org
Tue Jan 10 22:05:13 CET 2006
Author: qboosh Date: Tue Jan 10 21:05:13 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.2 (fixes double free; now with speex support)
- added link patch
---- Files affected:
SPECS:
libshout.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/libshout.spec
diff -u SPECS/libshout.spec:1.20 SPECS/libshout.spec:1.21
--- SPECS/libshout.spec:1.20 Sun Mar 20 16:37:48 2005
+++ SPECS/libshout.spec Tue Jan 10 22:05:07 2006
@@ -2,13 +2,14 @@
Summary: libshout - icecast source streaming library
Summary(pl): Biblioteka źródeł strumieni icecast
Name: libshout
-Version: 2.1
+Version: 2.2
Release: 1
License: LGPL
Vendor: Icecast <team at icecast.org>
Group: Libraries
Source0: http://downloads.xiph.org/releases/libshout/%{name}-%{version}.tar.gz
-# Source0-md5: ca6e98af87fd17c709821d9be82b37d5
+# Source0-md5: d5b273a072785ee14a85ff76f66850aa
+Patch0: %{name}-link.patch
URL: http://www.icecast.org/
BuildRequires: autoconf >= 2.54
BuildRequires: automake
@@ -17,6 +18,7 @@
BuildRequires: libtheora-devel
BuildRequires: libvorbis-devel
BuildRequires: pkgconfig
+BuildRequires: speex-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,6 +39,7 @@
Requires: libogg-devel
Requires: libtheora-devel
Requires: libvorbis-devel
+Requires: speex-devel
%description devel
The libshout-devel package contains the header files needed for
@@ -61,11 +64,13 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
+%{__autoheader}
%{__automake}
%configure
%{__make}
@@ -110,6 +115,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2006/01/10 21:05:07 qboosh
+- updated to 2.2 (fixes double free; now with speex support)
+- added link patch
+
Revision 1.20 2005/03/20 15:37:48 qboosh
- removed outdated ac_am_fixes patch
- BR: libtheora-devel,pkgconfig; devel deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libshout.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list