Accepting request 27741 from multimedia:libs

Copy from multimedia:libs/libtheora based on submit request 27741 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtheora?expand=0&rev=15
This commit is contained in:
OBS User autobuild 2009-12-29 23:27:23 +00:00 committed by Git OBS Bridge
parent 30f0047b39
commit 644f371bc3
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 17:25:50 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 7 08:11:26 UTC 2009 - adrian@suse.de Wed Oct 7 08:11:26 UTC 2009 - adrian@suse.de

View File

@ -21,11 +21,11 @@
Name: libtheora Name: libtheora
BuildRequires: SDL-devel doxygen gcc-c++ libogg-devel libvorbis-devel pkg-config python BuildRequires: SDL-devel doxygen gcc-c++ libogg-devel libvorbis-devel pkg-config python
Url: http://www.theora.org/ Url: http://www.theora.org/
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
Summary: Free Video Codec Summary: Free Video Codec
Version: 1.1.1 Version: 1.1.1
Release: 1 Release: 2
%define pkg_version %version %define pkg_version %version
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -34,6 +34,7 @@ Obsoletes: libtheora-64bit
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://downloads.xiph.org/releases/theora/%{name}-%{pkg_version}.tar.bz2 Source: http://downloads.xiph.org/releases/theora/%{name}-%{pkg_version}.tar.bz2
Source2: baselibs.conf
%description %description
Theora is a free video codec based on VP3. The package contains the Theora is a free video codec based on VP3. The package contains the
@ -47,7 +48,7 @@ Authors:
the Xiph.Org Foundation http://www.xiph.org/ the Xiph.Org Foundation http://www.xiph.org/
%package -n libtheora0 %package -n libtheora0
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
Summary: Free Video Codec Summary: Free Video Codec
Provides: %{name} = %{version} Provides: %{name} = %{version}
@ -70,7 +71,7 @@ Authors:
the Xiph.Org Foundation http://www.xiph.org/ the Xiph.Org Foundation http://www.xiph.org/
%package devel %package devel
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Free Video Codec Summary: Free Video Codec
Requires: libtheora0 = %{version} libogg-devel Requires: libtheora0 = %{version} libogg-devel