summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2005-10-06 06:07:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit900cee8f544e152a637d23dcafbfacf4b293cfa9 (patch)
tree6a3a381126920c9b3c90c6fd271ca64cdeadc195
parentc8e95e90433164155f05881e7e857491afe0c273 (diff)
downloadlibsndfile-900cee8f544e152a637d23dcafbfacf4b293cfa9.zip
libsndfile-900cee8f544e152a637d23dcafbfacf4b293cfa9.tar.gz
- updated to 1.0.12 (with FLAC support)
Changed files: libsndfile.spec -> 1.47
-rw-r--r--libsndfile.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/libsndfile.spec b/libsndfile.spec
index 3cb1070..5ebb9c2 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -1,16 +1,17 @@
Summary: C library for reading and writing files containing sampled sound
Summary(pl): Biblioteka obsługi plików dĽwiękowych
Name: libsndfile
-Version: 1.0.11
-Release: 2
+Version: 1.0.12
+Release: 1
License: LGPL v2.1+
Vendor: Erik de Castro Lopo <erikd@zip.com.au>
Group: Development/Libraries
-Source0: http://www.mega-nerd.com/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 9ec0b3610041423a57387f284849f2fc
+Source0: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz
+# Source0-md5: 03718b7b225b298f41c19620b8906108
URL: http://www.mega-nerd.com/libsndfile/
BuildRequires: autoconf >= 2.54
BuildRequires: automake
+BuildRequires: flac-devel >= 1.1.1
BuildRequires: libtool
Obsoletes: libsndfile1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,6 +32,7 @@ Summary: libsndfile header files and development documentation
Summary(pl): Pliki nagłówkowe oraz dokumentacja do libsndfile
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: flac-devel >= 1.1.1
Obsoletes: libsndfile1-devel
%description devel