Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37515903
en ru br
ALT Linux repositórios
S:0.10.0-alt1.qa1

Group :: Sistema/Bibliotecas
RPM: libcelt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: libcelt-0.10.0-alt1.qa1.patch
Download


 .gear/rules     |  2 ++
 .gear/tags/list |  1 +
 libcelt.spec    | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..8d35dc9
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: v0.10:.
+diff: v0.10:. .
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..c088464
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+88bab52abcbe8a223ad4175884866f423d5919db v0.10
diff --git a/libcelt.spec b/libcelt.spec
new file mode 100644
index 0000000..da3ea38
--- /dev/null
+++ b/libcelt.spec
@@ -0,0 +1,89 @@
+Name: libcelt
+Version: 0.10.0
+Release: alt1.qa1
+Serial: 1
+Summary: The CELT Low-Latency Audio Compression Codec
+Group: System/Libraries
+License: BSD
+URL: http://www.xiph.org/
+Packager: Valery Inozemtsev <shrek@altlinux.ru>
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: libogg-devel
+
+%description
+CELT is a fully open, non-proprietary, patent- and royalty-free,
+low-latency compressed audio format for voice and music.
+
+The libcelt package contains runtime libraries for use in programs
+that support Ogg CELT.
+
+%package devel
+Summary: Files for CELT application development
+Group: Development/C
+Requires: %name = %version-%release
+
+%description devel
+The libcelt-devel package contains the header files and documentation
+needed to develop applications with Ogg CELT
+
+%package utils
+Summary: CELT codec utilities
+Group: Sound
+Requires: %name = %version-%release
+
+%description utils
+Basic utilities for encoding, decoding and manipulating Ogg CELT streams
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%autoreconf
+%configure \
+	--disable-static
+%make_build
+
+#%check
+#%make -k check
+
+%install
+%make DESTDIR=%buildroot install
+
+%files
+%doc AUTHORS README
+%_libdir/lib*.so.*
+
+%files devel
+%_includedir/celt
+%_libdir/lib*.so
+%_pkgconfigdir/*.pc
+
+%files utils
+%_bindir/celt*
+
+%changelog
+* Sun Apr 14 2013 Dmitry V. Levin (QA) <qa_ldv@altlinux.org> 1:0.10.0-alt1.qa1
+- NMU: rebuilt for debuginfo.
+
+* Wed Dec 22 2010 Valery Inozemtsev <shrek@altlinux.ru> 1:0.10.0-alt1
+- 0.10.0
+
+* Wed Nov 10 2010 Valery Inozemtsev <shrek@altlinux.ru> 1:0.9.1-alt1
+- 0.9.1
+
+* Wed Oct 27 2010 Valery Inozemtsev <shrek@altlinux.ru> 1:0.8.1-alt1
+- 0.8.1
+
+* Sun Jan 31 2010 Valery Inozemtsev <shrek@altlinux.ru> 1:0.7.1-alt1
+- 0.7.1
+
+* Thu Oct 29 2009 Valery Inozemtsev <shrek@altlinux.ru> 1:0.7.0-alt2
+- 0.7.0
+
+* Thu Jul 30 2009 Valery Inozemtsev <shrek@altlinux.ru> 0.6.1-alt1
+- initial release
+
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009