Accepting request 81701 from multimedia:libs
- replace _service with real tar - Added source services to update to 0.11.1. - libcelt0-1 bumped to libcelt0-2 due to "current" increment. - Upstream changes : *fixes two minor bugs with 0.11 that affect the bit-stream. The quality should improve (very) slightly, but not enough to be noticeable in most cases. Several Opus-related bugs have also been fixed. OBS-URL: https://build.opensuse.org/request/show/81701 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/celt?expand=0&rev=13
This commit is contained in:
commit
f8dfa6a7fc
@ -1 +1 @@
|
||||
libcelt0-1
|
||||
libcelt0-2
|
||||
|
3
celt-0.11.1.tar.gz
Normal file
3
celt-0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01c2579fba8b283c9068cb704a70a6e654aa74ced064c091cafffbe6fb1d4cbf
|
||||
size 465853
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2abbc1d8299ed61269eed26ae26d33836edddc7d7b0ba7ce6c39ebbaf48fff87
|
||||
size 155197
|
15
celt.changes
15
celt.changes
@ -1,7 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 13:14:55 UTC 2011 - davejplater@gmail.com
|
||||
Fri Sep 9 15:00:31 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use bz2 compression to fix build on older distributions
|
||||
- replace _service with real tar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 10:34:52 UTC 2011 - davejplater@gmail.com
|
||||
|
||||
- Added source services to update to 0.11.1.
|
||||
- libcelt0-1 bumped to libcelt0-2 due to "current" increment.
|
||||
- Upstream changes :
|
||||
*fixes two minor bugs with 0.11 that affect the bit-stream.
|
||||
The quality should improve (very) slightly, but not enough to be
|
||||
noticeable in most cases. Several Opus-related bugs have also
|
||||
been fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 19:43:00 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
22
celt.spec
22
celt.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package celt (Version 0.9.1_git201012081606)
|
||||
# spec file for package celt
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: celt
|
||||
Version: 0.9.1_git201012081606
|
||||
Release: 2
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
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.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: libogg-devel pkg-config
|
||||
# Patch configure.ac to remove the "0" suffix from libcelt
|
||||
@ -39,18 +39,18 @@ speech and audio communication.
|
||||
License: BSD3c(or similar)
|
||||
Summary: Ultra-Low Delay Audio Codec
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libcelt0-1 = %{version} glibc-devel pkg-config
|
||||
Requires: celt = %{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-1
|
||||
%package -n libcelt0-2
|
||||
License: BSD3c(or similar)
|
||||
Summary: Ultra-Low Delay Audio Codec
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcelt0-1
|
||||
%description -n libcelt0-2
|
||||
The CELT codec is an experimental audio codec for use in low-delay
|
||||
speech and audio communication.
|
||||
|
||||
@ -71,9 +71,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
||||
%post -n libcelt0-1 -p /sbin/ldconfig
|
||||
%post -n libcelt0-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libcelt0-1 -p /sbin/ldconfig
|
||||
%postun -n libcelt0-2 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -87,8 +87,8 @@ rm -rf %buildroot
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/celt.pc
|
||||
|
||||
%files -n libcelt0-1
|
||||
%files -n libcelt0-2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcelt0.so.1*
|
||||
%{_libdir}/libcelt0.so.2*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user