OBS User unknown 2009-07-09 09:02:45 +00:00 committed by Git OBS Bridge
parent afc68cbaef
commit 9532f6d13f
5 changed files with 1142 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:066912ce6ca78154c675600e5721e6c50eac8da7d298d903cff9e747b04e270d
size 612772

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4789b4fcd1cd52ae8d57a63e5682dc2c6d0ea2b9c28e37506b844d6301e3870f
size 678071

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 1 17:04:07 CEST 2009 - sbrabec@suse.cz
- Updated to version 1.0.7:
* Requires liboil-0.3.16
* New configure flag '--disable-encoder'
* New constant-quality encoding mode
* Various encoder improvements
* Speed improvements in decoder
* API additions for parsing streams in the decoder
* API improvements handling interlaced video
* Rewrite of the GStreamer elements, including new base classes
for video encoding and decoding
* Moved extra GStreamer elements to Cog
-------------------------------------------------------------------
Thu Nov 6 18:39:38 CET 2008 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package schroedinger (Version 1.0.5)
# spec file for package schroedinger (Version 1.0.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@ -17,17 +17,19 @@
# norootforbuild
%define min_oil_version 0.3.13
%define min_gst_version 0.10.12
%define min_oil_version 0.3.16
%define min_gst_version 0.10.19
Name: schroedinger
Summary: Library for decoding and encoding video in the Dirac format
Url: http://schrodinger.sourceforge.net/
Group: Productivity/Multimedia/Other
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
Version: 1.0.5
Release: 2
License: GPL v2 only ; LGPL v2.0 only ; MPL .. ; MIT License (or similar)
Version: 1.0.7
Release: 1
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM schroedinger-strict-aliasing.patch 7831a506bc6714b3db40e31584e61ccaa71d78d9 sbrabec@suse.cz -- Fix strict aliasing.
Patch: %{name}-strict-aliasing.patch
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gstreamer-0_10-devel >= %{min_gst_version} gstreamer-0_10-plugins-base-devel >= %{min_gst_version} gtk-doc liboil-devel >= %{min_oil_version} pkg-config
@ -47,7 +49,7 @@ Authors:
W.J. van der Laan <laanwj@gmail.com>
%package -n libschroedinger-1_0-0
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
License: GPL v2 only ; LGPL v2.0 only ; MPL .. ; MIT License (or similar)
Summary: Library for decoding and encoding video in the Dirac format
Group: Productivity/Multimedia/Other
Provides: %{name} = %{version}
@ -68,7 +70,7 @@ Authors:
W.J. van der Laan <laanwj@gmail.com>
%package -n gstreamer-0_10-schroedinger
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
License: GPL v2 only ; LGPL v2.0 only ; MPL .. ; MIT License (or similar)
Summary: Library for decoding and encoding video in the Dirac format
Group: Productivity/Multimedia/Other
Requires: schroedinger = %{version} gstreamer-0_10 >= %{min_gst_version} gstreamer-0_10-plugins-base >= %{min_gst_version}
@ -88,7 +90,7 @@ Authors:
W.J. van der Laan <laanwj@gmail.com>
%package devel
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
License: GPL v2 only ; LGPL v2.0 only ; MPL .. ; MIT License (or similar)
Summary: Library for decoding and encoding video in the Dirac format
Group: Development/Libraries/Other
Requires: schroedinger = %{version} liboil-devel >= %{min_oil_version}
@ -108,7 +110,7 @@ Authors:
W.J. van der Laan <laanwj@gmail.com>
%package doc
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
License: GPL v2 only ; LGPL v2.0 only ; MPL .. ; MIT License (or similar)
Summary: Library for decoding and encoding video in the Dirac format
Group: Productivity/Multimedia/Other
Requires: schroedinger = %{version}
@ -129,9 +131,11 @@ Authors:
%prep
%setup -q -n schroedinger-%{version}
%patch -p1
%build
%configure
%configure\
--disable-static
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
%install
@ -167,21 +171,3 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/schroedinger
%changelog
* Thu Nov 06 2008 sbrabec@suse.cz
- Use better package name for gstreamer package.
* Fri Aug 15 2008 abockover@suse.de
- Updated to 1.0.5 release
- Many bug fixes
- Better documentation
- Performance gains in the encoder
- GStreamer element improvements
* Mon Mar 10 2008 abockover@suse.de
- New schroedinger package (1.0.0 release)
- Provides a high quality optimized implementation of the Dirac
video codec from the BBC
- Four packages:
* libschroedinger-1_0-0: Base Schroedinger library
* gstreamer-0_10-libschroedinger-1_0-0: GStreamer plugin for decoding
and encoding Dirac video content
* schroedinger-devel: Header files for developing against Schroedinger
* shroedinger-doc: Documentation (gtk-doc) for the Schroedinger library