2008-03-28 05:01:10 +01:00
|
|
|
#
|
2010-10-11 15:04:34 +02:00
|
|
|
# spec file for package schroedinger (Version 1.0.10)
|
2008-03-28 05:01:10 +01:00
|
|
|
#
|
2010-04-01 16:18:33 +02:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2008-03-28 05:01:10 +01:00
|
|
|
#
|
2008-08-16 02:38:58 +02:00
|
|
|
# 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.
|
|
|
|
|
2008-03-28 05:01:10 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
Name: schroedinger
|
2010-10-11 15:04:34 +02:00
|
|
|
Version: 1.0.10
|
2011-04-15 21:10:59 +02:00
|
|
|
Release: 2
|
2010-04-01 16:18:33 +02:00
|
|
|
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
2008-03-28 05:01:10 +01:00
|
|
|
Summary: Library for decoding and encoding video in the Dirac format
|
|
|
|
Url: http://schrodinger.sourceforge.net/
|
|
|
|
Group: Productivity/Multimedia/Other
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
2009-08-04 01:13:14 +02:00
|
|
|
BuildRequires: gcc-c++
|
2010-04-01 16:18:33 +02:00
|
|
|
BuildRequires: gtk-doc
|
2011-04-15 21:10:59 +02:00
|
|
|
BuildRequires: orc >= 0.4.1
|
2010-04-01 16:18:33 +02:00
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Schroedinger project implements portable libraries for the high
|
|
|
|
quality Dirac video codec created by BBC Research and Development.
|
|
|
|
Dirac is a free and open source codec producing very high image quality
|
|
|
|
video. The project produces two libraries in ANSI C89, one for decoding
|
|
|
|
and one for encoding.
|
|
|
|
|
|
|
|
%package -n libschroedinger-1_0-0
|
2010-04-01 16:18:33 +02:00
|
|
|
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
2008-03-28 05:01:10 +01:00
|
|
|
Summary: Library for decoding and encoding video in the Dirac format
|
|
|
|
Group: Productivity/Multimedia/Other
|
|
|
|
Provides: %{name} = %{version}
|
2010-04-01 16:18:33 +02:00
|
|
|
Obsoletes: %{name} < %{version}
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%description -n libschroedinger-1_0-0
|
|
|
|
The Schroedinger project implements portable libraries for the high
|
|
|
|
quality Dirac video codec created by BBC Research and Development.
|
|
|
|
Dirac is a free and open source codec producing very high image quality
|
|
|
|
video. The project produces two libraries in ANSI C89, one for decoding
|
|
|
|
and one for encoding.
|
|
|
|
|
|
|
|
%package devel
|
2010-04-01 16:18:33 +02:00
|
|
|
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
2008-03-28 05:01:10 +01:00
|
|
|
Summary: Library for decoding and encoding video in the Dirac format
|
|
|
|
Group: Development/Libraries/Other
|
2010-04-01 16:18:33 +02:00
|
|
|
Requires: libschroedinger-1_0-0 = %{version}
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: orc
|
2010-12-19 23:43:44 +01:00
|
|
|
Provides: libschroedinger-devel = %{version}-%{release}
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The Schroedinger project implements portable libraries for the high
|
|
|
|
quality Dirac video codec created by BBC Research and Development.
|
|
|
|
Dirac is a free and open source codec producing very high image quality
|
|
|
|
video. The project produces two libraries in ANSI C89, one for decoding
|
|
|
|
and one for encoding.
|
|
|
|
|
|
|
|
%package doc
|
2010-04-01 16:18:33 +02:00
|
|
|
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
2008-03-28 05:01:10 +01:00
|
|
|
Summary: Library for decoding and encoding video in the Dirac format
|
|
|
|
Group: Productivity/Multimedia/Other
|
2011-04-15 21:10:59 +02:00
|
|
|
Requires: libschroedinger-1_0-0 = %{version}
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
The Schroedinger project implements portable libraries for the high
|
|
|
|
quality Dirac video codec created by BBC Research and Development.
|
|
|
|
Dirac is a free and open source codec producing very high image quality
|
|
|
|
video. The project produces two libraries in ANSI C89, one for decoding
|
|
|
|
and one for encoding.
|
|
|
|
|
|
|
|
%prep
|
2010-04-01 16:18:33 +02:00
|
|
|
%setup -q
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%build
|
2009-07-09 11:02:45 +02:00
|
|
|
%configure\
|
|
|
|
--disable-static
|
2008-03-28 05:01:10 +01:00
|
|
|
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall docdir=%{_docdir}/%{name}
|
2010-04-01 16:18:33 +02:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%clean
|
2009-08-28 22:09:56 +02:00
|
|
|
#rm -rf $RPM_BUILD_ROOT
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%post -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libschroedinger-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libschroedinger-1_0-0
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING COPYING.MIT COPYING.GPL COPYING.LGPL COPYING.MPL
|
|
|
|
%{_libdir}/*.so.0*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2010-04-01 16:18:33 +02:00
|
|
|
%{_includedir}/schroedinger-1.0/
|
2008-03-28 05:01:10 +01:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
2008-08-16 02:38:58 +02:00
|
|
|
%{_datadir}/gtk-doc/html/schroedinger
|
2008-03-28 05:01:10 +01:00
|
|
|
|
|
|
|
%changelog
|