Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11049710
D3520.id8646.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
8 KB
Referenced Files
None
Subscribers
None
D3520.id8646.diff
View Options
diff --git a/abi_symbols32 b/abi_symbols32
new file mode 100644
--- /dev/null
+++ b/abi_symbols32
@@ -0,0 +1,27 @@
+libcelt0.so.2:celt_decode
+libcelt0.so.2:celt_decode_float
+libcelt0.so.2:celt_decoder_create
+libcelt0.so.2:celt_decoder_create_custom
+libcelt0.so.2:celt_decoder_ctl
+libcelt0.so.2:celt_decoder_destroy
+libcelt0.so.2:celt_decoder_get_size
+libcelt0.so.2:celt_decoder_get_size_custom
+libcelt0.so.2:celt_decoder_init
+libcelt0.so.2:celt_decoder_init_custom
+libcelt0.so.2:celt_encode
+libcelt0.so.2:celt_encode_float
+libcelt0.so.2:celt_encoder_create
+libcelt0.so.2:celt_encoder_create_custom
+libcelt0.so.2:celt_encoder_ctl
+libcelt0.so.2:celt_encoder_destroy
+libcelt0.so.2:celt_encoder_get_size
+libcelt0.so.2:celt_encoder_get_size_custom
+libcelt0.so.2:celt_encoder_init
+libcelt0.so.2:celt_encoder_init_custom
+libcelt0.so.2:celt_header_from_packet
+libcelt0.so.2:celt_header_init
+libcelt0.so.2:celt_header_to_packet
+libcelt0.so.2:celt_mode_create
+libcelt0.so.2:celt_mode_destroy
+libcelt0.so.2:celt_mode_info
+libcelt0.so.2:celt_strerror
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,3 @@
libc.so.6
-libgcc_s.so.1
libm.so.6
libogg.so.0
diff --git a/abi_used_libs32 b/abi_used_libs32
new file mode 100644
--- /dev/null
+++ b/abi_used_libs32
@@ -0,0 +1,2 @@
+libc.so.6
+libm.so.6
diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<PISI>
- <Name>multimedia.library</Name>
-</PISI>
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,21 +1,22 @@
name : celt
version : 0.11.3
-release : 4
+release : 5
source :
- - http://downloads.us.xiph.org/releases/celt/celt-0.11.3.tar.gz : 7e64815d4a8a009d0280ecd235ebd917da3abdcfd8f7d0812218c085f9480836
-homepage : http://www.celt-codec.org/
-license :
- - BSD-2-Clause
+ - https://downloads.us.xiph.org/releases/celt/celt-0.11.3.tar.gz : 7e64815d4a8a009d0280ecd235ebd917da3abdcfd8f7d0812218c085f9480836
+homepage : https://www.celt-codec.org/
+license : BSD-2-Clause
+component : multimedia.library
summary : CELT is a very low delay audio codec designed for high-quality communications.
builddeps :
- - pkgconfig(ogg)
+ - pkgconfig32(ogg)
description : |
Traditional full-bandwidth codecs such as Vorbis and AAC can offer high
quality but they require codec delays of hundreds of milliseconds, which
makes them unsuitable for real-time interactive applications like tele-
conferencing. Speech targeted codecs, such as Speex or G.722, have lower
- 20-40ms delays but their speech focus and limited sampling rates
+ 20-40ms delays but their speech focus and limited sampling rates
restricts their quality, especially for music.
+emul32 : yes
setup : |
%configure --disable-static
build : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,18 +1,19 @@
<PISI>
<Source>
<Name>celt</Name>
- <Homepage>http://www.celt-codec.org/</Homepage>
+ <Homepage>https://www.celt-codec.org/</Homepage>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>BSD-2-Clause</License>
+ <PartOf>multimedia.library</PartOf>
<Summary xml:lang="en">CELT is a very low delay audio codec designed for high-quality communications.</Summary>
<Description xml:lang="en">Traditional full-bandwidth codecs such as Vorbis and AAC can offer high
quality but they require codec delays of hundreds of milliseconds, which
makes them unsuitable for real-time interactive applications like tele-
conferencing. Speech targeted codecs, such as Speex or G.722, have lower
-20-40ms delays but their speech focus and limited sampling rates
+20-40ms delays but their speech focus and limited sampling rates
restricts their quality, especially for music.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
@@ -24,13 +25,54 @@
quality but they require codec delays of hundreds of milliseconds, which
makes them unsuitable for real-time interactive applications like tele-
conferencing. Speech targeted codecs, such as Speex or G.722, have lower
-20-40ms delays but their speech focus and limited sampling rates
+20-40ms delays but their speech focus and limited sampling rates
restricts their quality, especially for music.
</Description>
<PartOf>multimedia.library</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/bin/celtdec</Path>
+ <Path fileType="executable">/usr/bin/celtenc</Path>
+ <Path fileType="library">/usr/lib64/libcelt0.so.2</Path>
+ <Path fileType="library">/usr/lib64/libcelt0.so.2.0.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>celt-32bit</Name>
+ <Summary xml:lang="en">32-bit libraries for celt</Summary>
+ <Description xml:lang="en">Traditional full-bandwidth codecs such as Vorbis and AAC can offer high
+quality but they require codec delays of hundreds of milliseconds, which
+makes them unsuitable for real-time interactive applications like tele-
+conferencing. Speech targeted codecs, such as Speex or G.722, have lower
+20-40ms delays but their speech focus and limited sampling rates
+restricts their quality, especially for music.
+</Description>
+ <PartOf>emul32</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="5">celt</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/libcelt0.so.2</Path>
+ <Path fileType="library">/usr/lib32/libcelt0.so.2.0.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>celt-32bit-devel</Name>
+ <Summary xml:lang="en">Development files for 32-bit celt</Summary>
+ <Description xml:lang="en">Traditional full-bandwidth codecs such as Vorbis and AAC can offer high
+quality but they require codec delays of hundreds of milliseconds, which
+makes them unsuitable for real-time interactive applications like tele-
+conferencing. Speech targeted codecs, such as Speex or G.722, have lower
+20-40ms delays but their speech focus and limited sampling rates
+restricts their quality, especially for music.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="5">celt-32bit</Dependency>
+ <Dependency release="5">celt-devel</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/libcelt0.so</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/celt.pc</Path>
</Files>
</Package>
<Package>
@@ -40,26 +82,28 @@
quality but they require codec delays of hundreds of milliseconds, which
makes them unsuitable for real-time interactive applications like tele-
conferencing. Speech targeted codecs, such as Speex or G.722, have lower
-20-40ms delays but their speech focus and limited sampling rates
+20-40ms delays but their speech focus and limited sampling rates
restricts their quality, especially for music.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="current">celt</Dependency>
+ <Dependency release="5">celt</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig</Path>
+ <Path fileType="header">/usr/include/celt/celt.h</Path>
+ <Path fileType="header">/usr/include/celt/celt_header.h</Path>
+ <Path fileType="header">/usr/include/celt/celt_types.h</Path>
+ <Path fileType="library">/usr/lib64/libcelt0.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/celt.pc</Path>
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2016-03-08</Date>
+ <Update release="5">
+ <Date>2018-08-05</Date>
<Version>0.11.3</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 6:16 PM (2 h, 27 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812332
Default Alt Text
D3520.id8646.diff (8 KB)
Attached To
Mode
D3520: Enable emul32 for jack-audio-connection-kit
Attached
Detach File
Event Timeline
Log In to Comment