Accepting request 135517 from multimedia:libs
Update and cleanup. If you are wondering about the removal of # Please submit bugfixes or comments via http://bugs.opensuse.org/ this was because it was listed twice in the spec. (forwarded request 135513 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/135517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opus?expand=0&rev=2
This commit is contained in:
commit
21610636e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae
|
|
||||||
size 727782
|
|
3
opus-1.0.1.tar.gz
Normal file
3
opus-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef
|
||||||
|
size 767241
|
12
opus.changes
12
opus.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 19 18:56:42 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.0.1:
|
||||||
|
+ First bugfix release of stable version.
|
||||||
|
+ Changes are mostly buildfixes.
|
||||||
|
+ Fully compliant with the Opus specification.
|
||||||
|
- Remove unneeded autoconf, automake, gcc glibc-devel and make.
|
||||||
|
- Remove manual deletion of docs, instead pass --disable-doc to
|
||||||
|
configure.
|
||||||
|
- Minor spec cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 14:31:47 CET 2012 - pascal.bleser@opensuse.org
|
Thu May 31 14:31:47 CET 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
15
opus.spec
15
opus.spec
@ -1,4 +1,3 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
|
||||||
#
|
#
|
||||||
# spec file for package opus
|
# spec file for package opus
|
||||||
#
|
#
|
||||||
@ -18,10 +17,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
|
|
||||||
Name: opus
|
Name: opus
|
||||||
Version: 0.9.14
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Summary: Opus Audio Codec Library
|
Summary: Opus Audio Codec Library
|
||||||
@ -31,12 +28,7 @@ Source: http://downloads.xiph.org/releases/opus/opus-%{version}.tar.gz
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Url: http://opus-codec.org/
|
Url: http://opus-codec.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,19 +65,21 @@ The Opus codec is designed for interactive speech and audio transmission over
|
|||||||
the Internet. It is designed by the IETF Codec Working Group and incorporates
|
the Internet. It is designed by the IETF Codec Working Group and incorporates
|
||||||
technology from Skype's SILK codec and Xiph.Org's CELT codec.
|
technology from Skype's SILK codec and Xiph.Org's CELT codec.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
--disable-doc \
|
||||||
--enable-custom-modes
|
--enable-custom-modes
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%__rm -rf "%{buildroot}%{_datadir}/doc"
|
|
||||||
%__rm -f "%{buildroot}%{_libdir}"/*.la
|
%__rm -f "%{buildroot}%{_libdir}"/*.la
|
||||||
|
|
||||||
%post -n libopus%{soname} -p /sbin/ldconfig
|
%post -n libopus%{soname} -p /sbin/ldconfig
|
||||||
@ -106,6 +100,7 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec.
|
|||||||
%{_libdir}/libopus.so
|
%{_libdir}/libopus.so
|
||||||
%{_includedir}/opus
|
%{_includedir}/opus
|
||||||
%{_libdir}/pkgconfig/opus.pc
|
%{_libdir}/pkgconfig/opus.pc
|
||||||
|
%{_datadir}/aclocal/opus.m4
|
||||||
|
|
||||||
%files -n libopus-devel-static
|
%files -n libopus-devel-static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user