SPECS: audiere.spec (NEW) - initial revision

lisu lisu at pld-linux.org
Sat Jul 21 03:00:16 CEST 2007


Author: lisu                         Date: Sat Jul 21 01:00:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   audiere.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/audiere.spec
diff -u /dev/null SPECS/audiere.spec:1.1
--- /dev/null	Sat Jul 21 03:00:16 2007
+++ SPECS/audiere.spec	Sat Jul 21 03:00:11 2007
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+Summary:	Portable audio library
+Summary(pl.UTF-8):	Przenośna biblioteka audio
+Name:		audiere
+Version:	1.9.4
+Release:	1
+License:	GPL v2.1+
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/audiere/%{name}-%{version}.tar.gz
+# Source0-md5:	b95dfe6f1e69cfd12371747f22772766
+URL:		http://audiere.sourceforge.net/
+BuildRequires:	flac-devel
+BuildRequires:	libogg-devel
+BuildRequires:	libvorbis-devel
+
+%description
+The Audiere Audio System is a portable audio library which supports
+playing MP3, Ogg Vorbis, WAV, IT, XM, S3M, and MOD files. You can use
+it from C, C++, Python, Java, and any language that supports XPCOM
+(JavaScript in Mozilla, for example). It currently supports
+DirectSound 3, DirectSound 8, and arbitrary DLLs for output in
+Windows, and OSS in Linux.
+
+%description -l pl.UTF-8
+Audiere Audio System jest przenośną biblioteką wspierającą
+odtwarzanie plików MP3, Ogg Vorbis, WAV, IT, XM, S3M oraz MOD. Można
+jej używać za pomocą C, C++, Pythona, Javy oraz innych języków
+wspierających XPCOM (jak na przykład JavaScript w Mozilli).
+Biblioteka wspiera obecnie DirectSound 3, DirectSound 8 jak również
+arbitralne biblioteki DLLs dla Windowsa oraz OSS dla Linuxa.
+
+%package devel
+Summary:	Header files for FOO library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki audiere
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for audiere library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki audiere.
+
+%package static
+Summary:	Static audiere library
+Summary(pl.UTF-8):	Statyczna biblioteka audiere
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static audiere library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka audiere.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*.txt
+%attr(755,root,root) %{_bindir}/*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libaudiere-%{version}.so
+%{_libdir}/libaudiere.la
+%{_includedir}/audiere.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%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  2007/07/21 01:00:11  lisu
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list