Accepting request 55258 from multimedia:libs

Accepted submit request 55258 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/55258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/celt?expand=0&rev=8
This commit is contained in:
Marcus Rückert 2010-12-10 15:00:38 +00:00 committed by Git OBS Bridge
parent b54290fe26
commit cc99e00c7f
5 changed files with 21 additions and 15 deletions

View File

@ -1 +1 @@
libcelt0-0
libcelt0-1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:765222233046cd4a38d93fdd28d9e7e2c2330da679bc1231d39d15d0b49a822f
size 328880

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a22fb6bc45552f36ae8a56fdb77accb2cdaa2d5cdbf9e2ef65ff5207c18a0da
size 144596

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 8 19:43:00 UTC 2010 - cristian.rodriguez@opensuse.org
- Upgrade to 0.9.1.x
* improves the packet loss concealment.
* high-frequency artefacts have been reduced.
-------------------------------------------------------------------
Sat Apr 24 11:38:15 UTC 2010 - coolo@novell.com

View File

@ -19,15 +19,15 @@
Name: celt
Version: 0.7.1
Version: 0.9.1_git201012081606
Release: 2
License: BSD3c(or similar)
Group: Productivity/Multimedia/Other
Summary: Ultra-Low Delay Audio Codec
Url: http://www.celt-codec.org/
Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.bz2
Source: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: libogg-devel pkg-config
BuildRequires: xz libogg-devel pkg-config
# Patch configure.ac to remove the "0" suffix from libcelt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,24 +39,23 @@ speech and audio communication.
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
Group: Development/Libraries/C and C++
Requires: libcelt0-0 = %{version} glibc-devel pkg-config
Requires: libcelt0-1 = %{version} glibc-devel pkg-config
%description -n libcelt-devel
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
%package -n libcelt0-0
%package -n libcelt0-1
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
Group: System/Libraries
%description -n libcelt0-0
%description -n libcelt0-1
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
%prep
%setup -q
%{?suse_update_config:%{suse_update_config -f config}}
%build
autoreconf -f -i
@ -72,9 +71,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %buildroot
%post -n libcelt0-0 -p /sbin/ldconfig
%post -n libcelt0-1 -p /sbin/ldconfig
%postun -n libcelt0-0 -p /sbin/ldconfig
%postun -n libcelt0-1 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -88,8 +87,8 @@ rm -rf %buildroot
%{_libdir}/*.so
%{_libdir}/pkgconfig/celt.pc
%files -n libcelt0-0
%files -n libcelt0-1
%defattr(-,root,root)
%{_libdir}/libcelt0.so.0*
%{_libdir}/libcelt0.so.1*
%changelog