]> git.pld-linux.org Git - packages/celt051.git/commitdiff
- latest release from celt 0.5.1 branch; SPICE is bound to this codec version auto/th/celt051-0_5_1_3-1 auto/ti/celt051-0_5_1_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jul 2011 06:55:32 +0000 (06:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celt051.spec -> 1.1

celt051.spec [new file with mode: 0644]

diff --git a/celt051.spec b/celt051.spec
new file mode 100644 (file)
index 0000000..cd6fde7
--- /dev/null
@@ -0,0 +1,87 @@
+Summary:       CELT low-latency audio codec v0.5.1
+Summary(pl.UTF-8):     CELT - kodek dźwiękowy o małym opóźnieniu - wersja 0.5.1
+Name:          celt051
+Version:       0.5.1.3
+Release:       1
+License:       BSD
+Group:         Libraries
+Source0:       http://downloads.xiph.org/releases/celt/celt-%{version}.tar.gz
+# Source0-md5: 67e7b5e45db57a6f1f0a6962f5ecb190
+URL:           http://celt-codec.org/
+# for tools
+BuildRequires: libogg-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CELT is an attempt to write a low-latency audio codec.
+
+This package contains 0.5.1 version of CELT codec, as used by SPICE
+virtualization system.
+
+%description -l pl.UTF-8
+CELT to próba napisania kodeka dźwiękowego o małym opóźnieniu.
+
+Ten pakiet zawiera wersję 0.5.1 kodeka CELT, używana przez system
+wirtualizacji SPICE.
+
+%package devel
+Summary:       Header files for CELT 0.5.1 library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki CELT 0.5.1
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Header files for CELT 0.5.1 library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki CELT 0.5.1.
+
+%package static
+Summary:       Static CELT 0.5.1 library
+Summary(pl.UTF-8):     Statyczna biblioteka CELT 0.5.1
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static CELT 0.5.1 library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka CELT 0.5.1.
+
+%prep
+%setup -q -n celt-%{version}
+
+%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 TODO
+%attr(755,root,root) %{_bindir}/celtdec051
+%attr(755,root,root) %{_bindir}/celtenc051
+%attr(755,root,root) %{_libdir}/libcelt051.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libcelt051.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcelt051.so
+%{_libdir}/libcelt051.la
+%{_includedir}/celt051
+%{_pkgconfigdir}/celt051.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libcelt051.a
This page took 0.045506 seconds and 4 git commands to generate.