Page MenuHomeSolus

D7121.diff
No OneTemporary

D7121.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,3 +1,19 @@
+libopus.so.0:opus_custom_decode
+libopus.so.0:opus_custom_decode_float
+libopus.so.0:opus_custom_decoder_create
+libopus.so.0:opus_custom_decoder_ctl
+libopus.so.0:opus_custom_decoder_destroy
+libopus.so.0:opus_custom_decoder_get_size
+libopus.so.0:opus_custom_decoder_init
+libopus.so.0:opus_custom_encode
+libopus.so.0:opus_custom_encode_float
+libopus.so.0:opus_custom_encoder_create
+libopus.so.0:opus_custom_encoder_ctl
+libopus.so.0:opus_custom_encoder_destroy
+libopus.so.0:opus_custom_encoder_get_size
+libopus.so.0:opus_custom_encoder_init
+libopus.so.0:opus_custom_mode_create
+libopus.so.0:opus_custom_mode_destroy
libopus.so.0:opus_decode
libopus.so.0:opus_decode_float
libopus.so.0:opus_decoder_create
diff --git a/abi_symbols b/abi_symbols32
copy from abi_symbols
copy to abi_symbols32
--- a/abi_symbols
+++ b/abi_symbols32
@@ -1,3 +1,19 @@
+libopus.so.0:opus_custom_decode
+libopus.so.0:opus_custom_decode_float
+libopus.so.0:opus_custom_decoder_create
+libopus.so.0:opus_custom_decoder_ctl
+libopus.so.0:opus_custom_decoder_destroy
+libopus.so.0:opus_custom_decoder_get_size
+libopus.so.0:opus_custom_decoder_init
+libopus.so.0:opus_custom_encode
+libopus.so.0:opus_custom_encode_float
+libopus.so.0:opus_custom_encoder_create
+libopus.so.0:opus_custom_encoder_ctl
+libopus.so.0:opus_custom_encoder_destroy
+libopus.so.0:opus_custom_encoder_get_size
+libopus.so.0:opus_custom_encoder_init
+libopus.so.0:opus_custom_mode_create
+libopus.so.0:opus_custom_mode_destroy
libopus.so.0:opus_decode
libopus.so.0:opus_decode_float
libopus.so.0:opus_decoder_create
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/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,7 +1,7 @@
name : opus
version : 1.3.1
homepage : https://www.opus-codec.org/
-release : 9
+release : 10
source :
- https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz : 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d
license : BSD-3-Clause
@@ -10,8 +10,9 @@
description: |
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype’s SILK codec and Xiph.Org’s CELT codec.
libsplit : no
+emul32 : yes
setup : |
- %configure --disable-static --enable-update-draft
+ %configure --disable-static --enable-update-draft --enable-custom-modes
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>opus</Name>
<Homepage>https://www.opus-codec.org/</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>multimedia.codecs</PartOf>
@@ -25,6 +25,35 @@
<Path fileType="library">/usr/lib64/libopus.so.0.8.0</Path>
</Files>
</Package>
+ <Package>
+ <Name>opus-32bit</Name>
+ <Summary xml:lang="en">32-bit libraries for opus</Summary>
+ <Description xml:lang="en">Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype’s SILK codec and Xiph.Org’s CELT codec.
+</Description>
+ <PartOf>emul32</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="10">opus</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/libopus.so</Path>
+ <Path fileType="library">/usr/lib32/libopus.so.0</Path>
+ <Path fileType="library">/usr/lib32/libopus.so.0.8.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>opus-32bit-devel</Name>
+ <Summary xml:lang="en">Development files for 32-bit opus</Summary>
+ <Description xml:lang="en">Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype’s SILK codec and Xiph.Org’s CELT codec.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="10">opus-32bit</Dependency>
+ <Dependency release="10">opus-devel</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="data">/usr/lib32/pkgconfig/opus.pc</Path>
+ </Files>
+ </Package>
<Package>
<Name>opus-devel</Name>
<Summary xml:lang="en">Development files for opus</Summary>
@@ -32,10 +61,11 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="9">opus</Dependency>
+ <Dependency release="10">opus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/opus/opus.h</Path>
+ <Path fileType="header">/usr/include/opus/opus_custom.h</Path>
<Path fileType="header">/usr/include/opus/opus_defines.h</Path>
<Path fileType="header">/usr/include/opus/opus_multistream.h</Path>
<Path fileType="header">/usr/include/opus/opus_projection.h</Path>
@@ -45,12 +75,12 @@
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2019-04-23</Date>
+ <Update release="10">
+ <Date>2019-09-08</Date>
<Version>1.3.1</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 26 2023, 2:02 PM (15 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794702
Default Alt Text
D7121.diff (6 KB)

Event Timeline