SPECS: audacious-input-mpc.spec (NEW) - reborn from bmp-input-mpc

freetz freetz at pld-linux.org
Mon Nov 28 22:30:41 CET 2005


Author: freetz                       Date: Mon Nov 28 21:30:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reborn from bmp-input-mpc

---- Files affected:
SPECS:
   audacious-input-mpc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/audacious-input-mpc.spec
diff -u /dev/null SPECS/audacious-input-mpc.spec:1.1
--- /dev/null	Mon Nov 28 22:30:41 2005
+++ SPECS/audacious-input-mpc.spec	Mon Nov 28 22:30:35 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+%define		_origname bmp-musepack
+Summary:	MPC input plugin for Audaciuos
+Summary(pl):	Wtyczka wejściowa dla Audaciuos odtwarzający pliki MPC
+Name:		audacious-input-mpc
+Version:	1.2
+Release:	1
+License:	LGPL
+Group:		X11/Applications/Sound
+Source0:	http://files.musepack.net/linux/plugins/%{_origname}-%{version}.tar.bz2
+# Source0-md5:	5fe0c9d341ca37d05c780a478f829a5f
+Patch0:		%{name}-kill_beep.patch
+URL:		http://www.musepack.net/
+BuildRequires:	automake
+BuildRequires:	autoconf
+BuildRequires:	audacious-devel
+BuildRequires:	gtk+2-devel >= 2:2.4.0
+BuildRequires:	libmpcdec-devel
+BuildRequires:	libtool
+BuildRequires:	pkgconfig
+BuildRequires:	sed >= 4.0
+BuildRequires:	taglib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		specflags	-fomit-frame-pointer
+
+%description
+This plugin for BMP can play audio files which are encoded with Andree
+Buschmann's encoder Musepack. These files have the filename postfixes
+MPC, MP+ or MPP.
+
+%description -l pl
+Ta wtyczka dla BMP odtwarza pliki dźwiękowe zakodowane koderem
+Musepack autorstwa Andree Buschmanna. Te pliki mają rozszerzenie MPC,
+MP+ lub MPP.
+
+%prep
+%setup -q -n %{_origname}-%{version}
+%patch -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+	
+rm -f $RPM_BUILD_ROOT%{_libdir}/audacious/Input/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Input/libmpc.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/28 21:30:35  freetz
+- reborn from bmp-input-mpc
+
================================================================



More information about the pld-cvs-commit mailing list