2024-01-06 05:44:09 +01:00
|
|
|
Name: libschroedinger
|
|
|
|
Version: 1.0.11
|
2024-01-06 05:44:09 +01:00
|
|
|
Release: 4mamba
|
2024-01-06 05:44:09 +01:00
|
|
|
Summary: Library for decoding and encoding video in the Dirac format
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 05:44:09 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:44:09 +01:00
|
|
|
URL: http://www.diracvideo.org/
|
|
|
|
Source: http://diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz
|
|
|
|
License: LGPL,MIT,MPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 05:44:09 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: liborc-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 05:44:09 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Provides: %{name}-gstreamer
|
|
|
|
Obsoletes: %{name}-gstreamer
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Library for decoding and encoding video in the Dirac format.
|
|
|
|
It is implemented in ANSI C and optimized through the us of liboil.
|
|
|
|
libschro is written as a collaboration between the BBC Research and Development, David Schleef and Fluendo.
|
|
|
|
|
|
|
|
Applications that can use %{name}:
|
|
|
|
* transcode
|
|
|
|
* mplayer
|
|
|
|
* FFMpeg
|
|
|
|
To solve problems compilation see here:
|
|
|
|
http://diracvideo.org/download/dirac-research/ffmpeg-patches/
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: liborc-devel
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Library for decoding and encoding video in the Dirac format.
|
|
|
|
It is implemented in ANSI C and optimized through the us of liboil.
|
|
|
|
libschro is written as a collaboration between the BBC Research and Development, David Schleef and Fluendo.
|
2024-01-06 05:44:09 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:44:09 +01:00
|
|
|
|
|
|
|
#%package gstreamer
|
|
|
|
#Group: Development/Libraries
|
|
|
|
#Summary: Static libraries and headers for %{name}
|
|
|
|
#Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
#
|
|
|
|
#%description gstreamer
|
|
|
|
#Library for decoding and encoding video in the Dirac format. It is implemented
|
|
|
|
#in ANSI C and optimized through the us of liboil. libschro is written as a
|
|
|
|
#collaboration between the BBC Research and Development, David Schleef and
|
|
|
|
#Fluendo.
|
|
|
|
#
|
|
|
|
#This package contains gstreamer static libraries files need for development.
|
|
|
|
|
|
|
|
%package docs
|
|
|
|
Summary: %{name} documentation
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
%{name} documentation.
|
|
|
|
|
2024-01-06 05:44:09 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:44:09 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n schroedinger-%{version}
|
2024-01-06 05:44:09 +01:00
|
|
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
2024-01-06 05:44:09 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:44:09 +01:00
|
|
|
%{_libdir}/libschroedinger-1.0.so.*
|
2024-01-06 05:44:09 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:44:09 +01:00
|
|
|
%dir %{_includedir}/schroedinger-1.0
|
2024-01-06 05:44:09 +01:00
|
|
|
%dir %{_includedir}/schroedinger-1.0/schroedinger
|
|
|
|
%{_includedir}/schroedinger-1.0/schroedinger/*.h
|
2024-01-06 05:44:09 +01:00
|
|
|
%{_libdir}/libschroedinger-1.0.a
|
|
|
|
%{_libdir}/libschroedinger-1.0.la
|
|
|
|
%{_libdir}/libschroedinger-1.0.so
|
2024-01-06 05:44:09 +01:00
|
|
|
%{_libdir}/pkgconfig/schroedinger-1.0.pc
|
|
|
|
%doc NEWS TODO
|
|
|
|
|
|
|
|
#%files gstreamer
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
##%{_libdir}/gstreamer-0.10/libgstschro.a
|
|
|
|
##%{_libdir}/gstreamer-0.10/libgstschro.la
|
|
|
|
##%{_libdir}/gstreamer-0.10/libgstschro.so
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/gtk-doc/html/schroedinger
|
|
|
|
%{_datadir}/gtk-doc/html/schroedinger/*.html
|
|
|
|
%{_datadir}/gtk-doc/html/schroedinger/*.sgml
|
|
|
|
%{_datadir}/gtk-doc/html/schroedinger/*.png
|
|
|
|
#%{_datadir}/gtk-doc/html/schroedinger/schroedinger.devhelp
|
|
|
|
%{_datadir}/gtk-doc/html/schroedinger/schroedinger.devhelp2
|
|
|
|
%{_datadir}/gtk-doc/html/schroedinger/style.css
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:44:09 +01:00
|
|
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.11-4mamba
|
|
|
|
- rebuilt with debug package and aarch64 build fix
|
|
|
|
|
2024-01-06 05:44:09 +01:00
|
|
|
* Tue Jul 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.11-3mamba
|
|
|
|
- rebuild to update .la files
|
|
|
|
|
2024-01-06 05:44:09 +01:00
|
|
|
* Wed Jun 26 2013 openmamba WebBuild System <webbuild@openmamba.org> 1.0.11-2mamba
|
|
|
|
- the devel package requires liborc-devel
|
|
|
|
|
|
|
|
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 1.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 11 2011 Automatic Build System <autodist@mambasoft.it> 1.0.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 27 2010 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 16 2009 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 20 2008 gil <puntogil@libero.it> 1.0.5-1mamba
|
|
|
|
- added packagea: docs, gstreamer
|