Accepting request 38749 from multimedia:libs

Copy from multimedia:libs/celt based on submit request 38749 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/celt?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2010-04-24 15:32:50 +00:00 committed by Git OBS Bridge
parent 2778e87a6f
commit b54290fe26
2 changed files with 9 additions and 25 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 24 11:38:15 UTC 2010 - coolo@novell.com
- buildrequire pkg-config to fix provides
-------------------------------------------------------------------
Wed Feb 10 16:22:53 UTC 2010 - lnussel@suse.de

View File

@ -20,14 +20,14 @@
Name: celt
Version: 0.7.1
Release: 1
License: BSD
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
Source1: baselibs.conf
BuildRequires: libogg-devel
BuildRequires: libogg-devel pkg-config
# Patch configure.ac to remove the "0" suffix from libcelt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -35,30 +35,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
Authors:
--------
Jean-Marc Valin
Timothy B. Terriberry
%package -n libcelt-devel
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
Group: Development/Libraries/C and C++
Requires: libcelt0-0 = %{version} glibc-devel
Requires: libcelt0-0 = %{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.
Authors:
--------
Jean-Marc Valin
Timothy B. Terriberry
%package -n libcelt0-0
License: BSD3c(or similar)
Summary: Ultra-Low Delay Audio Codec
@ -68,13 +54,6 @@ Group: System/Libraries
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication.
Authors:
--------
Jean-Marc Valin
Timothy B. Terriberry
%prep
%setup -q
%{?suse_update_config:%{suse_update_config -f config}}