Accepting request 176411 from home:PerryWerneck

Updating descriptions to match the ones on the project page.

OBS-URL: https://build.opensuse.org/request/show/176411
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libtheora?expand=0&rev=22
This commit is contained in:
Ismail Dönmez 2013-05-23 14:21:10 +00:00 committed by Git OBS Bridge
parent 56d4654176
commit 59b30ea347

View File

@ -1,7 +1,7 @@
#
# spec file for package libtheora
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,17 +15,20 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libtheora
BuildRequires: gcc-c++ libogg-devel libtool libvorbis-devel pkg-config python
BuildRequires: gcc-c++
BuildRequires: libogg-devel
BuildRequires: libtool
BuildRequires: libvorbis-devel
BuildRequires: pkg-config
BuildRequires: python
Url: http://www.theora.org/
License: BSD3c(or similar)
Summary: Theora video compression codec
License: BSD-3-Clause
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Version: 1.1.1
Release: 14
Release: 0
%define pkg_version %version
# bug437293
%ifarch ppc64
@ -37,20 +40,28 @@ Source: http://downloads.xiph.org/releases/theora/%{name}-%{pkg_version}
Source2: baselibs.conf
%description
Theora is a free video codec based on VP3. The package contains the
library that can decode and encode Theora streams. Theora is also able
to playback VP3 streams.
Theora is a free and open video compression format from the Xiph.org Foundation. Like all our
multimedia technology it can be used to distribute film and video online and on disc without
the licensing and royalty fees or vendor lock-in associated with other formats.
Theora scales from postage stamp to HD resolution, and is considered particularly competitive
at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it
has lots of room for improvement as encoder technology develops.
Theora is in full public release as of November 3, 2008. The bitstream format for Theora I
was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible
with future releases.
The package contains the library that can decode and encode Theora streams. Theora is also
able to playback VP3 streams.
Authors:
--------
the Xiph.Org Foundation http://www.xiph.org/
%package -n libtheora0
License: BSD3c(or similar)
Summary: Theora video compression codec
Group: Productivity/Multimedia/Other
Summary: Free Video Codec
Provides: %{name} = %{version}
Obsoletes: %{name} <= %{version}
# bug437293
@ -60,21 +71,30 @@ Obsoletes: libtheora-64bit
#
%description -n libtheora0
Theora is a free video codec based on VP3. The package contains the
library that can decode and encode Theora streams. Theora is also able
to playback VP3 streams.
Theora is a free and open video compression format from the Xiph.org Foundation. Like all our
multimedia technology it can be used to distribute film and video online and on disc without
the licensing and royalty fees or vendor lock-in associated with other formats.
Theora scales from postage stamp to HD resolution, and is considered particularly competitive
at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it
has lots of room for improvement as encoder technology develops.
Theora is in full public release as of November 3, 2008. The bitstream format for Theora I
was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible
with future releases.
The package contains the library that can decode and encode Theora streams. Theora is also
able to playback VP3 streams.
Authors:
--------
the Xiph.Org Foundation http://www.xiph.org/
%package devel
License: BSD3c(or similar)
Summary: Theora video compression codec
Group: Development/Libraries/C and C++
Summary: Free Video Codec
Requires: libtheora0 = %{version} libogg-devel
Requires: libogg-devel
Requires: libtheora0 = %{version}
# bug437293
%ifarch ppc64
Obsoletes: libtheora-devel-64bit
@ -82,11 +102,20 @@ Obsoletes: libtheora-devel-64bit
#
%description devel
Theora is a free video codec based on VP3. The package contains the
library that can decode and encode Theora streams. Theora is also able
to playback VP3 streams.
Theora is a free and open video compression format from the Xiph.org Foundation. Like all our
multimedia technology it can be used to distribute film and video online and on disc without
the licensing and royalty fees or vendor lock-in associated with other formats.
Theora scales from postage stamp to HD resolution, and is considered particularly competitive
at low bitrates. It is in the same class as MPEG-4/DiVX, and like the Vorbis audio codec it
has lots of room for improvement as encoder technology develops.
Theora is in full public release as of November 3, 2008. The bitstream format for Theora I
was frozen Thursday, 2004 July 1. All bitstreams encoded since that date will remain compatible
with future releases.
The package contains the library that can decode and encode Theora streams. Theora is also
able to playback VP3 streams.
Authors:
--------