From 59b30ea34735fd5828910f356d46ec287a092a96b51a26ef73d04710295ecf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 23 May 2013 14:21:10 +0000 Subject: [PATCH] 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 --- libtheora.spec | 71 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 21 deletions(-) diff --git a/libtheora.spec b/libtheora.spec index b31e4f3..87291e7 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -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: --------