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 @@ opus https://www.opus-codec.org/ - Pierre-Yves - pyu@riseup.net + Jacob Alzén + jacob.alzen@gmail.com BSD-3-Clause multimedia.codecs @@ -25,6 +25,35 @@ /usr/lib64/libopus.so.0.8.0 + + opus-32bit + 32-bit libraries for opus + 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. + + emul32 + + opus + + + /usr/lib32/libopus.so + /usr/lib32/libopus.so.0 + /usr/lib32/libopus.so.0.8.0 + + + + opus-32bit-devel + Development files for 32-bit opus + 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. + + programming.devel + + opus-32bit + opus-devel + + + /usr/lib32/pkgconfig/opus.pc + + opus-devel Development files for opus @@ -32,10 +61,11 @@ programming.devel - opus + opus /usr/include/opus/opus.h + /usr/include/opus/opus_custom.h /usr/include/opus/opus_defines.h /usr/include/opus/opus_multistream.h /usr/include/opus/opus_projection.h @@ -45,12 +75,12 @@ - - 2019-04-23 + + 2019-09-08 1.3.1 Packaging update - Pierre-Yves - pyu@riseup.net + Jacob Alzén + jacob.alzen@gmail.com \ No newline at end of file