SPECS: celt.spec (NEW) - new xiph.org codec; very initial state

qboosh qboosh at pld-linux.org
Mon Jan 7 00:26:30 CET 2008


Author: qboosh                       Date: Sun Jan  6 23:26:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new xiph.org codec; very initial state

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

---- Diffs:

================================================================
Index: SPECS/celt.spec
diff -u /dev/null SPECS/celt.spec:1.1
--- /dev/null	Mon Jan  7 00:26:30 2008
+++ SPECS/celt.spec	Mon Jan  7 00:26:24 2008
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+Summary:	CELT low-latency audio codec
+Summary(pl.UTF-8):	CELT - kodek dźwiękowy o małym opóźnieniu
+Name:		celt
+Version:	0.0.1
+Release:	0.1
+License:	BSD
+Group:		Libraries
+Source0:	http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.gz
+# Source0-md5:	a2e031ef48b71b49f937b1a60fec1252
+# author's blog for now
+URL:		http://jmspeex.livejournal.com/
+#BuildRequires:	libogg-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CELT is an attempt to write a low-latency audio codec.
+
+%description -l pl.UTF-8
+CELT to próba napisania kodeka dźwiękowego o małym opóźnieniu.
+
+%package devel
+Summary:	Header files for CELT libraries
+Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek CELT
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for CELT libraries.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek CELT.
+
+%package static
+Summary:	Static CELT libraries
+Summary(pl.UTF-8):	Statyczne biblioteki CELT
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static CELT libraries.
+
+%description static -l pl.UTF-8
+Statyczne biblioteki CELT.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README
+#%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libcelt.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcelt.so.0
+%attr(755,root,root) %{_libdir}/libentcode.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libentcode.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcelt.so
+%attr(755,root,root) %{_libdir}/libentcode.so
+%{_libdir}/libcelt.la
+%{_libdir}/libentcode.la
+#%{_includedir}/foo
+#%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libcelt.a
+%{_libdir}/libentcode.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  2008-01-06 23:26:24  qboosh
+- new xiph.org codec; very initial state
================================================================


More information about the pld-cvs-commit mailing list