michael@0: Name: schroedinger michael@1: Version: 1.0.10 michael@1: Release: 20101201 michael@0: Summary: Portable libraries for the high quality Dirac video codec michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Libraries michael@0: License: GPL+ or LGPLv2+ or MIT or MPLv1.1 michael@0: URL: http://www.diracvideo.org/ michael@1: Source0: http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@1: BuildRequires: orc-devel >= 0.4.10 michael@1: BuildRequires: glew-devel michael@1: BuildRequires: gtk-doc michael@0: michael@0: %description michael@0: The Schrödinger project will implement portable libraries for the high michael@0: quality Dirac video codec created by BBC Research and michael@0: Development. Dirac is a free and open source codec producing very high michael@0: image quality video. michael@0: michael@0: The Schrödinger project is a project done by BBC R&D and Fluendo in michael@0: order to create a set of high quality decoder and encoder libraries michael@0: for the Dirac video codec. michael@0: michael@0: %package devel michael@1: Group: Development/Libraries michael@1: Summary: Development files for schroedinger michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Requires: %{name} = %{version}-%{release} michael@1: Requires: orc-devel >= 0.4.10 michael@1: Requires: pkgconfig michael@0: michael@0: %description devel michael@1: The Schrödinger project will implement portable libraries for the high michael@1: quality Dirac video codec created by BBC Research and michael@1: Development. Dirac is a free and open source codec producing very high michael@1: image quality video. michael@0: michael@1: This package provides the development files for schroedinger. michael@0: michael@0: %prep michael@0: %setup -q michael@0: michael@0: %build michael@1: bash michael@1: %configure --enable-gtk-doc michael@0: michael@0: # remove rpath from libtool michael@0: sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool michael@0: sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool michael@0: michael@0: make %{?_smp_mflags} michael@0: michael@0: %install michael@0: rm -rf %{buildroot} michael@0: make install DESTDIR=%{buildroot} michael@0: find %{buildroot} -name \*.la -delete michael@0: michael@0: %clean michael@0: rm -rf %{buildroot} michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %doc COPYING* NEWS TODO michael@0: %{_libdir}/libschroedinger-%{abi}.so.* michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@0: %doc %{_datadir}/gtk-doc/html/schroedinger michael@0: %{_includedir}/schroedinger-%{abi} michael@1: %{_libdir}/*.a michael@1: %{_libdir}/*.la michael@0: %{_libdir}/*.so michael@0: %{_libdir}/pkgconfig/schroedinger-%{abi}.pc michael@0: michael@0: michael@0: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 1.0.10-20101201 michael@1: - Synchronize with upstream vendor version 1.0.10 michael@1: - Adjust packaging and patch logic michael@1: michael@0: * Mon Nov 1 2010 Kozinov Ivan - 1.0.9-1 michael@1: - Package for MeeGo 1.1