2024-01-06 05:05:34 +01:00
Name : libmpcdec
Version : 1.2.6
2024-01-06 05:05:35 +01:00
Release : 4mamba
2024-01-06 05:05:34 +01:00
Summary : Musepack is an audio compression format with a strong emphasis on high quality
Group : System/Libraries
Vendor : openmamba
Distribution : openmamba
2024-01-06 05:05:35 +01:00
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
URL : https://www.musepack.net/
2024-01-06 05:05:34 +01:00
Source : http://files.musepack.net/source/libmpcdec-%{version} .tar.bz2
License : LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
## AUTOBUILDREQ-END
%description
Musepack is an audio compression format with a strong emphasis on high quality.
It's not lossless, but it is designed for transparency, so that you won' t be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
%package devel
Group : Development/Libraries
Summary : Static libraries and headers for %{name}
2024-01-06 05:05:35 +01:00
Requires : %{name} = %{?epoch:%epoch:}%{version} -%{release}
2024-01-06 05:05:34 +01:00
%description devel
Musepack is an audio compression format with a strong emphasis on high quality.
It's not lossless, but it is designed for transparency, so that you won' t be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
2024-01-06 05:05:35 +01:00
This package contains static libraries and header files needed for development.
2024-01-06 05:05:34 +01:00
2024-01-06 05:05:35 +01:00
%debug_package
2024-01-06 05:05:34 +01:00
%prep
%setup -q
%build
%configure
2024-01-06 05:05:35 +01:00
2024-01-06 05:05:34 +01:00
%make LDFLAGS=" - W l , - s o n a m e , l i b m p c d e c . s o . 5 "
%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:05:35 +01:00
%{_libdir} /libmpcdec.so.*
2024-01-06 05:05:34 +01:00
%doc AUTHORS COPYING
%files devel
%defattr (-,root,root)
2024-01-06 05:05:35 +01:00
%dir %{_includedir} /mpcdec
2024-01-06 05:05:34 +01:00
%{_includedir} /mpcdec/*.h
2024-01-06 05:05:35 +01:00
%{_libdir} /libmpcdec.a
%{_libdir} /libmpcdec.la
%{_libdir} /libmpcdec.so
2024-01-06 05:05:34 +01:00
%doc ChangeLog INSTALL README
%changelog
2024-01-06 05:05:35 +01:00
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.6-4mamba
- rebuilt with debug package and specfile fixes
2024-01-06 05:05:34 +01:00
* Sat Nov 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.6-3mamba
- add LDFLAGS to build with correct SONAME
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.2.6-2mamba
- automatic rebuild by autodist
* Sun Jun 01 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.6-1mamba
- update to 1.2.6
* Mon Dec 05 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.2.2-1qilnx
- update to version 1.2.2 by autospec
* Fri Jun 17 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.2-1qilnx
- package created by autospec