Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > c875976497c1a863ed3f26ebf2ff8354 > files > 2

libmpcdec-1.2.6-2ark.src.rpm

Summary: Musepack audio decoding library
Name: libmpcdec
Version: 1.2.6
Release: 2ark
License: BSD
Group: System Environment/Libraries
URL: http://www.musepack.net/
Source: http://www.saunalahti.fi/grimmel/musepack.net-files/source/%name-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++

%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 has rapidly developed
and vastly improved and is now at an advanced stage in which it contains
heavily optimized and patentless code.


%package devel
Summary: Development files for the Musepack audio decoding library
Group: Development/Libraries
Requires: %name = %version-%release

%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 has rapidly developed
and vastly improved and is now at an advanced stage in which it contains
heavily optimized and patentless code.

%package static
Summary: Static libraries for linking ot %{name}
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}

%description static
Static libraries for linking to %{name}.

Install this package if you wish to develop or compile applications using
 %name statically (users of the resulting binary won't need %name installed
with static linking).


%prep
%setup


%build
%configure
make %?_smp_mflags


%install
rm -rf %buildroot
make install DESTDIR="$RPM_BUILD_ROOT"
rm $RPM_BUILD_ROOT%_libdir/*.la # libtool sux

%clean
rm -rf %buildroot


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%doc AUTHORS ChangeLog COPYING README
%_libdir/*.so*

%files devel
%doc docs/html/*
%_includedir/mpcdec

%files static
%_libdir/*.a

%changelog
* Sun Jan  4 2008 Bernhard Rosenkraenzer <bero@arklinux.org> 1.2.6-2ark
- Rebuild, the x86_64 package was missing

* Tue Jun 26 2007 Bernhard Rosenkraenzer <bero@arklinux.org> libmpcdec-1.2.6-1ark
- Update

* Wed Apr 12 2006 Bernhard Rosenkraenzer <bero@arklinux.org> libmusepack-1.1.1-1ark
- initial package