SPECS: libfishsound.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Nov 17 23:18:36 CET 2006


Author: qboosh                       Date: Fri Nov 17 22:18:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/libfishsound.spec
diff -u /dev/null SPECS/libfishsound.spec:1.1
--- /dev/null	Fri Nov 17 23:18:36 2006
+++ SPECS/libfishsound.spec	Fri Nov 17 23:18:31 2006
@@ -0,0 +1,112 @@
+# $Revision$, $Date$
+Summary:	A library to encode and decode Vorbis or Speex compressed audio
+Summary(pl):	Biblioteka do kodowania i dekodowania dźwięku w formacie Speex lub Vorbis
+Name:		libfishsound
+Version:	0.7.0
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://annodex.net/software/libfishsound/download/%{name}-%{version}.tar.gz
+# Source0-md5:	00ece8c9a0363b37957ce670bcf270d3
+URL:		http://annodex.net/software/libfishsound/index.html
+BuildRequires:	liboggz-devel >= 0.5.40
+BuildRequires:	libsndfile-devel >= 1.0.0
+BuildRequires:	libvorbis-devel >= 1:1.0
+BuildRequires:	pkgconfig
+BuildRequires:	speex-devel >= 1:1.1.6
+Requires:	libvorbis-devel >= 1:1.0
+Requires:	speex-devel >= 1:1.1.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libfishsound provides a simple programming interface for decoding and
+encoding audio data using Xiph.Org codecs (Vorbis and Speex).
+
+libfishsound by itself is designed to handle raw codec streams from a
+lower level layer such as UDP datagrams. When these codecs are used in
+files, they are commonly encapsulated in Ogg to produce Ogg Vorbis
+and Speex files.
+
+%description -l pl
+libfishsound udostępnia prosty interfejs programistyczny do
+dekodowania i kodowania plików dźwiękowych przy użyciu kodeków
+Xiph.Org (Vorbis i Speex).
+
+Sama biblioteka libfishsound jest przeznaczona do obsługi surowych
+strumieni kodeków z niższej warstwy takiej jak datagramy UDP. W
+przypadku gdy kodeki te są użyte w plikach, są zwykle obudowane w Ogg,
+tworząc pliki Ogg Vorbis i Ogg Speex.
+
+%package devel
+Summary:	Header files for libfishsound library
+Summary(pl):	Pliki nagłówkowe biblioteki libfishsound
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libvorbis-devel >= 1:1.0
+Requires:	speex-devel >= 1:1.1.6
+
+%description devel
+Header files for libfishsound library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libfishsound.
+
+%package static
+Summary:	Static libfishsound library
+Summary(pl):	Statyczna biblioteka libfishsound
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libfishsound library.
+
+%description static -l pl
+Statyczna biblioteka libfishsound.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	docdir=$RPM_BUILD_ROOT%{_docdir}/libfishsound
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}/libfishsound
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/libfishsound.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/libfishsound/html/*
+%attr(755,root,root) %{_libdir}/libfishsound.so
+%{_libdir}/libfishsound.la
+%{_includedir}/fishsound
+%{_pkgconfigdir}/fishsound.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libfishsound.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  2006/11/17 22:18:31  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list