Page MenuHomeSolus

D7277.diff
No OneTemporary

D7277.diff

diff --git a/abi_symbols32 b/abi_symbols32
new file mode 100644
--- /dev/null
+++ b/abi_symbols32
@@ -0,0 +1,62 @@
+libopusfile.so.0:op_bitrate
+libopusfile.so.0:op_bitrate_instant
+libopusfile.so.0:op_channel_count
+libopusfile.so.0:op_current_link
+libopusfile.so.0:op_fdopen
+libopusfile.so.0:op_fopen
+libopusfile.so.0:op_free
+libopusfile.so.0:op_freopen
+libopusfile.so.0:op_head
+libopusfile.so.0:op_link_count
+libopusfile.so.0:op_mem_stream_create
+libopusfile.so.0:op_open_callbacks
+libopusfile.so.0:op_open_file
+libopusfile.so.0:op_open_memory
+libopusfile.so.0:op_pcm_seek
+libopusfile.so.0:op_pcm_tell
+libopusfile.so.0:op_pcm_total
+libopusfile.so.0:op_raw_seek
+libopusfile.so.0:op_raw_tell
+libopusfile.so.0:op_raw_total
+libopusfile.so.0:op_read
+libopusfile.so.0:op_read_float
+libopusfile.so.0:op_read_float_stereo
+libopusfile.so.0:op_read_stereo
+libopusfile.so.0:op_seekable
+libopusfile.so.0:op_serialno
+libopusfile.so.0:op_set_decode_callback
+libopusfile.so.0:op_set_dither_enabled
+libopusfile.so.0:op_set_gain_offset
+libopusfile.so.0:op_tags
+libopusfile.so.0:op_test
+libopusfile.so.0:op_test_callbacks
+libopusfile.so.0:op_test_file
+libopusfile.so.0:op_test_memory
+libopusfile.so.0:op_test_open
+libopusfile.so.0:opus_granule_sample
+libopusfile.so.0:opus_head_parse
+libopusfile.so.0:opus_picture_tag_clear
+libopusfile.so.0:opus_picture_tag_init
+libopusfile.so.0:opus_picture_tag_parse
+libopusfile.so.0:opus_tagcompare
+libopusfile.so.0:opus_tagncompare
+libopusfile.so.0:opus_tags_add
+libopusfile.so.0:opus_tags_add_comment
+libopusfile.so.0:opus_tags_clear
+libopusfile.so.0:opus_tags_copy
+libopusfile.so.0:opus_tags_get_album_gain
+libopusfile.so.0:opus_tags_get_binary_suffix
+libopusfile.so.0:opus_tags_get_track_gain
+libopusfile.so.0:opus_tags_init
+libopusfile.so.0:opus_tags_parse
+libopusfile.so.0:opus_tags_query
+libopusfile.so.0:opus_tags_query_count
+libopusfile.so.0:opus_tags_set_binary_suffix
+libopusurl.so.0:op_open_url
+libopusurl.so.0:op_test_url
+libopusurl.so.0:op_url_stream_create
+libopusurl.so.0:op_url_stream_vcreate
+libopusurl.so.0:op_vopen_url
+libopusurl.so.0:op_vtest_url
+libopusurl.so.0:opus_server_info_clear
+libopusurl.so.0:opus_server_info_init
diff --git a/abi_used_libs32 b/abi_used_libs32
new file mode 100644
--- /dev/null
+++ b/abi_used_libs32
@@ -0,0 +1,6 @@
+libc.so.6
+libcrypto.so.1.0.0
+libm.so.6
+libogg.so.0
+libopus.so.0
+libssl.so.1.0.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,18 @@
name : opusfile
version : 0.11
-release : 4
+release : 5
source :
- https://archive.mozilla.org/pub/opus/opusfile-0.11.tar.gz : 74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf
license : BSD-3-Clause
component : programming.library
summary : Library for opening, seeking, and decoding .opus files
description: |
- The opusfile and opusurl libraries provide a high-level API for decoding and
- seeking within .opus files on disk or over http(s).
+ The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
+emul32 : yes
builddeps :
- - pkgconfig(openssl)
- - pkgconfig(ogg)
- - pkgconfig(opus)
+ - pkgconfig32(ogg)
+ - pkgconfig32(openssl)
+ - pkgconfig32(opus)
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
@@ -2,24 +2,22 @@
<Source>
<Name>opusfile</Name>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
- <PartOf>programming</PartOf>
+ <PartOf>programming.library</PartOf>
<Summary xml:lang="en">Library for opening, seeking, and decoding .opus files</Summary>
- <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and
-seeking within .opus files on disk or over http(s).
+ <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>opusfile</Name>
<Summary xml:lang="en">Library for opening, seeking, and decoding .opus files</Summary>
- <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and
-seeking within .opus files on disk or over http(s).
+ <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
</Description>
- <PartOf>programming</PartOf>
+ <PartOf>programming.library</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libopusfile.so.0</Path>
<Path fileType="library">/usr/lib64/libopusfile.so.0.4.4</Path>
@@ -30,15 +28,47 @@
<Path fileType="doc">/usr/share/doc/opusfile/README.md</Path>
</Files>
</Package>
+ <Package>
+ <Name>opusfile-32bit</Name>
+ <Summary xml:lang="en">32-bit libraries for opusfile</Summary>
+ <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
+</Description>
+ <PartOf>emul32</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="5">opusfile</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/libopusfile.so.0</Path>
+ <Path fileType="library">/usr/lib32/libopusfile.so.0.4.4</Path>
+ <Path fileType="library">/usr/lib32/libopusurl.so.0</Path>
+ <Path fileType="library">/usr/lib32/libopusurl.so.0.4.4</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>opusfile-32bit-devel</Name>
+ <Summary xml:lang="en">Development files for 32-bit opusfile</Summary>
+ <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="5">opusfile-devel</Dependency>
+ <Dependency release="5">opusfile-32bit</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="library">/usr/lib32/libopusfile.so</Path>
+ <Path fileType="library">/usr/lib32/libopusurl.so</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/opusfile.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/opusurl.pc</Path>
+ </Files>
+ </Package>
<Package>
<Name>opusfile-devel</Name>
<Summary xml:lang="en">Development files for opusfile</Summary>
- <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and
-seeking within .opus files on disk or over http(s).
+ <Description xml:lang="en">The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">opusfile</Dependency>
+ <Dependency release="5">opusfile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/opus/opusfile.h</Path>
@@ -49,12 +79,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2018-10-12</Date>
+ <Update release="5">
+ <Date>2019-09-30</Date>
<Version>0.11</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 31 2023, 1:42 AM (10 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804129
Default Alt Text
D7277.diff (8 KB)

Event Timeline