From 4d1e61c441003633e79e1546a015a628b22a2f964ba5ec261a15871e6d14f63f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 17 Jul 2009 15:33:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtheora?expand=0&rev=12 --- libtheora-1.0.beta2.tar.bz2 | 3 - libtheora-1.0.tar.bz2 | 3 + libtheora.changes | 6 ++ libtheora.spec | 117 +++++------------------------------- 4 files changed, 23 insertions(+), 106 deletions(-) delete mode 100644 libtheora-1.0.beta2.tar.bz2 create mode 100644 libtheora-1.0.tar.bz2 diff --git a/libtheora-1.0.beta2.tar.bz2 b/libtheora-1.0.beta2.tar.bz2 deleted file mode 100644 index 7f1a4cb..0000000 --- a/libtheora-1.0.beta2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9c3328bc491bd99cbe045e3a6d4d47b16ca3f5aaf41b1e8b65228c9655a03ad -size 1807644 diff --git a/libtheora-1.0.tar.bz2 b/libtheora-1.0.tar.bz2 new file mode 100644 index 0000000..f72a3b9 --- /dev/null +++ b/libtheora-1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae9df56e8fc75ffe26e63a13cae2ce79d079416175fb0baffe0e2de8dc91a6d +size 1652987 diff --git a/libtheora.changes b/libtheora.changes index 45c0699..85e1c2a 100644 --- a/libtheora.changes +++ b/libtheora.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 17 11:02:49 CEST 2009 - adrian@suse.de + +- update to version 1.0 final + * new additional encoder and decoder libs with new api. + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libtheora.spec b/libtheora.spec index 5a8922f..b0e5b5a 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,5 +1,5 @@ # -# spec file for package libtheora (Version 1.0.beta2) +# spec file for package libtheora (Version 1.0.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,18 +21,19 @@ Name: libtheora BuildRequires: SDL-devel doxygen gcc-c++ libogg-devel libvorbis-devel pkg-config python Url: http://www.xiph.org/ -License: BSD 3-Clause +License: BSD 3-clause (or similar) Group: Productivity/Multimedia/Other Summary: Free Video Codec -Version: 1.0.beta2 -Release: 5 +Version: 1.0.0 +Release: 1 +%define pkg_version 1.0 # bug437293 %ifarch ppc64 Obsoletes: libtheora-64bit %endif # BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{pkg_version}.tar.bz2 %description Theora is a free video codec based on VP3. The package contains the @@ -46,7 +47,7 @@ Authors: the Xiph.Org Foundation http://www.xiph.org/ %package -n libtheora0 -License: BSD 3-Clause +License: BSD 3-clause (or similar) Group: Productivity/Multimedia/Other Summary: Free Video Codec Provides: %{name} = %{version} @@ -69,8 +70,8 @@ Authors: the Xiph.Org Foundation http://www.xiph.org/ %package devel -License: BSD 3-Clause -Group: Productivity/Multimedia/Other +License: BSD 3-clause (or similar) +Group: Development/Libraries/C and C++ Summary: Free Video Codec Requires: libtheora0 = %{version} libogg-devel # bug437293 @@ -91,7 +92,7 @@ Authors: the Xiph.Org Foundation http://www.xiph.org/ %prep -%setup -q +%setup -q -n %{name}-%{pkg_version} %build # FIXME: @@ -137,6 +138,8 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples %files -n libtheora0 %defattr(-,root,root) %{_libdir}/libtheora.so.0* +%{_libdir}/libtheoradec.so.1* +%{_libdir}/libtheoraenc.so.1* %files devel %defattr(-,root,root) @@ -145,101 +148,9 @@ cd $RPM_BUILD_ROOT%{_docdir}/%{name}/examples %{_bindir}/* %{_includedir}/theora %{_libdir}/*.so +%{_libdir}/pkgconfig/theoradec.pc +%{_libdir}/pkgconfig/theoraenc.pc %{_libdir}/pkgconfig/theora.pc %exclude %{_libdir}/*.la %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Wed May 21 2008 cthiel@suse.de -- fix baselibs.conf -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Thu Dec 13 2007 crrodriguez@suse.de -- fix package version numbers 1.0beta1 --> 1.0.beta2 -- libtheora 1.0.beta2 - - Fix a crash bug on char-is-unsigned architectures (PowerPC) - - Fix a buffer sizing issue that caused rare encoder crashes - - Fix a buffer alignment issue - - Improved format documentation. -- removed unneeded patch, use --with-pic configure option instead. -* Thu Nov 08 2007 adrian@suse.de -- fix compiling with gcc 4.3 on ia32 -* Wed Sep 26 2007 adrian@suse.de -- update to 1.0beta1 - From official changelog: - * Granulepos scheme modified to match other codecs. This bumps - the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are - handled correctly by this decoder. Older decoders will show - a one frame sync error in the less noticable direction. - * Switch to new spec compliant decoder from theora-exp branch. - Written by Dr. Timothy Terriberry. - * Add support to the encoder for using quantization settings - provided by the application. - * more assembly optimizations -* Wed Aug 15 2007 coolo@suse.de -- fixing upgrade (#293401) -* Sat Aug 11 2007 crrodriguez@suse.de -- fix build in x86_64 -- use library packaging policy -- run make check in the check section -- add missing call to ldconfig -* Wed Mar 28 2007 sbrabec@suse.cz -- Updated to version 1.0alpha7: - * Enable mmx assembly by default - * Avoid some relocations that caused problems on SELinux - * Other build fixes - * time testing mode (-f) for the dump_video example - * Merge theora-mmx simd acceleration (x86_32 and x86_64) - * Major RTP payload specification update - * Minor format specification updates - * Fix some spurious calls to free() instead of _ogg_free() - * Fix invalid array indexing in PixelLineSearch() - * Improve robustness against invalid input - * General warning cleanup - * The offset_y member meaning fix. -- Use incremental versioning scheme. -- Documentation repackaged. -- Use less vague names for binaries. -* Tue Aug 01 2006 dmueller@suse.de -- Reenable test suite run with valgrind. -* Fri Jul 28 2006 aj@suse.de -- Disable test suite run with valgrind. -* Fri Mar 10 2006 bk@suse.de -- libtheora-devel: add libogg-devel to Requires (found by .la check) -* Mon Feb 06 2006 adrian@suse.de -- add -fstack-protector -- enable test suite run with valgrind -* Sun Jan 29 2006 aj@suse.de -- Fix BuildRequires. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Oct 19 2005 adrian@suse.de -- update to version 1.0 alpha 5 -- enable test suite -- generate API documentation with doxygen -* Thu Apr 14 2005 sbrabec@suse.cz -- Added audiofile-devel to neededforbuild. -* Wed Jan 05 2005 adrian@suse.de -- update to version 1.0 alpha 4 -* Tue Oct 26 2004 adrian@suse.de -- remove .svn directories -* Mon Oct 18 2004 adrian@suse.de -- update to current cvs to get pc file -* Thu Aug 19 2004 adrian@suse.de -- create -devel package -* Tue Jun 29 2004 adrian@suse.de -- do not install the libtool scripts ... -* Sat Apr 24 2004 adrian@suse.de -- use xorg-x11 packages -* Wed Apr 21 2004 adrian@suse.de -- compile with -fno-strict-aliasing -* Sun Mar 21 2004 adrian@suse.de -- update to alpha 3 release - on disc format is still not frozen, so this remain an internal package -* Wed Feb 04 2004 adrian@suse.de -- remove binaries from example dir (they get installed anyway) -* Fri Jan 30 2004 adrian@suse.de -- initial package of current snapshot (post alpha2) -- internal package only atm