2024-01-06 06:05:21 +01:00
|
|
|
Name: libvorbisidec
|
2024-01-06 06:05:21 +01:00
|
|
|
Version: 1.2.1
|
|
|
|
Release: 1mamba
|
2024-01-06 06:05:21 +01:00
|
|
|
Summary: A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 06:05:21 +01:00
|
|
|
URL: https://tracker.debian.org/pkg/libvorbisidec
|
|
|
|
Source: https://salsa.debian.org/multimedia-team/libvorbisidec/-/archive/debian/%{version}+git20180316-7/libvorbisidec-debian-%{version}+git20180316-7.tar.bz2
|
|
|
|
## Source package got with:
|
|
|
|
## svn co http://svn.xiph.org/trunk/Tremor/
|
|
|
|
#Source: http://svn.xiph.org/trunk/Tremor//libvorbisidec-%{version}.tar.gz
|
2024-01-06 06:05:21 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
A fixed-point version of the Ogg Vorbis decoder for platforms that can' do floating point math.
|
2024-01-06 06:05:21 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 06:05:21 +01:00
|
|
|
|
2024-01-06 06:05:21 +01:00
|
|
|
%debug_package
|
2024-01-06 06:05:21 +01:00
|
|
|
|
|
|
|
%prep
|
2024-01-06 06:05:21 +01:00
|
|
|
%setup -q -n libvorbisidec-debian-%{version}+git20180316-7
|
|
|
|
#sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
|
|
|
./autogen.sh
|
2024-01-06 06:05:21 +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 06:05:21 +01:00
|
|
|
%{_libdir}/libvorbisidec.so.*
|
2024-01-06 06:05:21 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_prefix}/include/tremor/*.h
|
2024-01-06 06:05:21 +01:00
|
|
|
%{_libdir}/libvorbisidec.a
|
|
|
|
%{_libdir}/libvorbisidec.la
|
|
|
|
%{_libdir}/libvorbisidec.so
|
2024-01-06 06:05:21 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:05:21 +01:00
|
|
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- update to 1.2.1
|
|
|
|
|
2024-01-06 06:05:21 +01:00
|
|
|
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
|
|
|
- rebuilt with debug package and aarch64 build fix
|
|
|
|
|
2024-01-06 06:05:21 +01:00
|
|
|
* Sat Dec 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- package created by autospec
|