This commit is contained in:
parent
de878ffa30
commit
a6578e7b41
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d76a430a619eacfe0c883e64ae32fc609425c18677dcd1c2edea6a8b578ebc5e
|
||||
size 564978
|
3
schroedinger-1.0.5.tar.bz2
Normal file
3
schroedinger-1.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:066912ce6ca78154c675600e5721e6c50eac8da7d298d903cff9e747b04e270d
|
||||
size 612772
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 00:45:16 EDT 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 22:50:15 CET 2008 - abockover@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package schroedinger (Version 1.0.0)
|
||||
# spec file for package schroedinger (Version 1.0.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -18,8 +25,8 @@ 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.0
|
||||
Release: 2
|
||||
Version: 1.0.5
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
AutoReqProv: on
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -40,6 +47,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
|
||||
Summary: Library for decoding and encoding video in the Dirac format
|
||||
Group: Productivity/Multimedia/Other
|
||||
Provides: %{name} = %{version}
|
||||
@ -60,6 +68,7 @@ Authors:
|
||||
W.J. van der Laan <laanwj@gmail.com>
|
||||
|
||||
%package -n gstreamer-0_10-libschroedinger-1_0-0
|
||||
License: GPL v2 only; LGPL v2.0 only; MOZILLA PUBLIC LICENSE (MPL/NPL); X11/MIT
|
||||
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}
|
||||
@ -79,6 +88,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
|
||||
Summary: Library for decoding and encoding video in the Dirac format
|
||||
Group: Development/Libraries/Other
|
||||
Requires: schroedinger = %{version} liboil-devel >= %{min_oil_version}
|
||||
@ -98,6 +108,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
|
||||
Summary: Library for decoding and encoding video in the Dirac format
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: schroedinger = %{version}
|
||||
@ -153,9 +164,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/schroedinger-1.0
|
||||
%{_datadir}/gtk-doc/html/schroedinger
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user