2024-01-06 04:05:55 +01:00
|
|
|
Name: libdca
|
2024-01-06 04:05:56 +01:00
|
|
|
Version: 0.0.7
|
2024-01-06 04:05:55 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 04:05:55 +01:00
|
|
|
Summary: A free library for decoding DTS Coherent Acoustics streams
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.libdca.org/
|
|
|
|
Source: http://download.videolan.org/pub/videolan/libdca/%{version}/libdca-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
LibDCA is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the ETSI, is available here (look for DTS Coherent Acoustics).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
LibDCA is a free library for decoding DTS Coherent Acoustics streams. The code is written by Gildas Bazin and was based on the a52dec project. The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by the ETSI, is available here (look for DTS Coherent Acoustics).
|
|
|
|
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: Various tools for use with %{name}
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Obsoletes: libdts-tools
|
|
|
|
Provides: libdts-tools
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
Various tools that use %{name}.
|
|
|
|
|
2024-01-06 04:05:56 +01:00
|
|
|
%debug_package
|
2024-01-06 04:05:55 +01:00
|
|
|
|
2024-01-06 04:05:56 +01:00
|
|
|
%prep
|
2024-01-06 04:05:55 +01:00
|
|
|
%setup -q
|
2024-01-06 04:05:56 +01:00
|
|
|
./bootstrap
|
2024-01-06 04:05:55 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-06 04:05:56 +01:00
|
|
|
rm -f %{buildroot}%{_libdir}/libdts.a
|
|
|
|
ln -s libdca.a %{buildroot}%{_libdir}/libdts.a
|
|
|
|
|
2024-01-06 04:05:55 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libdca.so.*
|
2024-01-06 04:05:56 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 04:05:55 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libdca.a
|
|
|
|
%{_libdir}/libdca.la
|
|
|
|
%{_libdir}/libdca.so
|
|
|
|
%{_libdir}/libdts.a
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 04:05:56 +01:00
|
|
|
%doc ChangeLog NEWS README TODO
|
2024-01-06 04:05:55 +01:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%{_bindir}/dcadec
|
|
|
|
%{_bindir}/dtsdec
|
|
|
|
%{_bindir}/extract_dca
|
|
|
|
%{_bindir}/extract_dts
|
2024-01-06 04:05:56 +01:00
|
|
|
%{_mandir}/man1/dcadec.1*
|
|
|
|
%{_mandir}/man1/dtsdec.1*
|
|
|
|
%{_mandir}/man1/extract_dca.1*
|
|
|
|
%{_mandir}/man1/extract_dts.1*
|
2024-01-06 04:05:55 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:05:56 +01:00
|
|
|
* Fri Apr 03 2020 Automatic Build System <autodist@mambasoft.it> 0.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:05:55 +01:00
|
|
|
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 0.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:05:55 +01:00
|
|
|
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.5-2mamba
|
|
|
|
- added tools subpackage again
|
|
|
|
|
|
|
|
* Mon May 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.5-1mamba
|
|
|
|
- update to 0.0.5
|
|
|
|
|
|
|
|
* Tue Jun 28 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.0.3-2qilnx
|
|
|
|
- rebuild and renamed from libdts to libdca
|
|
|
|
|
|
|
|
* Mon Jun 27 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.0.3-1qilnx
|
|
|
|
- Update to the new release
|