Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > cb275323fa89bef771d25adc3803f534 > files > 2

mas-mad-0.6.3-1mdk.src.rpm

%define name mas-mad
%define version 0.6.3
%define release 1mdk
%define oname mas-codec_mp1a_mad

Summary: MAD mp3 decoder for MAS
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{oname}-%{version}.tar.gz
License: GPL
Group: Sound
BuildRoot: %{_tmppath}/%{name}-buildroot
URL: http://www.mediaapplicationserver.net/indexframes.html
BuildRequires: libmas-devel > 0.6.2-1mdk 
BuildRequires: libmad-devel

%description
This is a mp3 decoder plugin for MAS based on the MAD library.

%prep
%setup -q -n %oname-%version

%build
masmkmf
make ||:

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_libdir/mas/libmas_codec_mp1a_mad_device.so*

%changelog
* Tue Aug 24 2004 Götz Waschk <waschk@linux-mandrake.com> 0.6.3-1mdk
- new version

* Thu Nov 20 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.2-1mdk
- initial package