Page MenuHomeSolus

D11414.id27655.diff
No OneTemporary

D11414.id27655.diff

diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -2,6 +2,7 @@
libc.so.6:__libc_start_main
libc.so.6:__stack_chk_fail
libc.so.6:_setjmp
+libc.so.6:abort
libc.so.6:calloc
libc.so.6:clearerr
libc.so.6:exit
@@ -40,12 +41,11 @@
libc.so.6:rand_r
libc.so.6:realloc
libc.so.6:rewind
-libc.so.6:sched_yield
libc.so.6:snprintf
libc.so.6:stderr
libc.so.6:stdin
libc.so.6:stdout
-libc.so.6:strcat
+libc.so.6:stpcpy
libc.so.6:strchr
libc.so.6:strcmp
libc.so.6:strcpy
diff --git a/abi_used_symbols32 b/abi_used_symbols32
--- a/abi_used_symbols32
+++ b/abi_used_symbols32
@@ -1,6 +1,8 @@
libc.so.6:__stack_chk_fail
libc.so.6:_setjmp
+libc.so.6:abort
libc.so.6:calloc
+libc.so.6:fprintf
libc.so.6:free
libc.so.6:getenv
libc.so.6:gettimeofday
@@ -14,7 +16,7 @@
libc.so.6:pthread_cond_init
libc.so.6:qsort
libc.so.6:rand
-libc.so.6:sched_yield
+libc.so.6:stderr
libc.so.6:strtol
libc.so.6:strtoul
libc.so.6:sysconf
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libvpx
-version : 1.9.0
-release : 11
+version : 1.10.0
+release : 12
source :
- - https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz : d279c10e4b9316bf11a570ba16c3d55791e1ad6faa4404c67422eb631782c80a
+ - https://github.com/webmproject/libvpx/archive/refs/tags/v1.10.0.tar.gz : 85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a
homepage : http://www.webmproject.org/
license : MIT
component : multimedia.codecs
@@ -14,9 +14,9 @@
- yasm
setup : |
if [[ ! -z "${EMUL32BUILD}" ]]; then
- export TARGET_CC=x86-linux-gcc
+ TARGET_CC=x86-linux-gcc
else
- export TARGET_CC=x86_64-linux-gcc
+ TARGET_CC=x86_64-linux-gcc
fi
./configure \
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>libvpx</Name>
<Homepage>http://www.webmproject.org/</Homepage>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>MIT</License>
<PartOf>multimedia.codecs</PartOf>
@@ -23,8 +23,8 @@
<Path fileType="executable">/usr/bin/vpxdec</Path>
<Path fileType="executable">/usr/bin/vpxenc</Path>
<Path fileType="library">/usr/lib64/libvpx.so.6</Path>
- <Path fileType="library">/usr/lib64/libvpx.so.6.3</Path>
- <Path fileType="library">/usr/lib64/libvpx.so.6.3.0</Path>
+ <Path fileType="library">/usr/lib64/libvpx.so.6.4</Path>
+ <Path fileType="library">/usr/lib64/libvpx.so.6.4.0</Path>
</Files>
</Package>
<Package>
@@ -34,12 +34,12 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="11">libvpx</Dependency>
+ <Dependency release="12">libvpx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libvpx.so.6</Path>
- <Path fileType="library">/usr/lib32/libvpx.so.6.3</Path>
- <Path fileType="library">/usr/lib32/libvpx.so.6.3.0</Path>
+ <Path fileType="library">/usr/lib32/libvpx.so.6.4</Path>
+ <Path fileType="library">/usr/lib32/libvpx.so.6.4.0</Path>
</Files>
</Package>
<Package>
@@ -49,8 +49,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="11">libvpx-devel</Dependency>
- <Dependency release="11">libvpx-32bit</Dependency>
+ <Dependency release="12">libvpx-devel</Dependency>
+ <Dependency release="12">libvpx-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libvpx.so</Path>
@@ -64,7 +64,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="11">libvpx</Dependency>
+ <Dependency release="12">libvpx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/vpx/vp8.h</Path>
@@ -73,6 +73,7 @@
<Path fileType="header">/usr/include/vpx/vpx_codec.h</Path>
<Path fileType="header">/usr/include/vpx/vpx_decoder.h</Path>
<Path fileType="header">/usr/include/vpx/vpx_encoder.h</Path>
+ <Path fileType="header">/usr/include/vpx/vpx_ext_ratectrl.h</Path>
<Path fileType="header">/usr/include/vpx/vpx_frame_buffer.h</Path>
<Path fileType="header">/usr/include/vpx/vpx_image.h</Path>
<Path fileType="header">/usr/include/vpx/vpx_integer.h</Path>
@@ -81,12 +82,12 @@
</Files>
</Package>
<History>
- <Update release="11">
- <Date>2021-06-15</Date>
- <Version>1.9.0</Version>
+ <Update release="12">
+ <Date>2021-07-03</Date>
+ <Version>1.10.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@getsol.us</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 18 2023, 5:46 AM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808934
Default Alt Text
D11414.id27655.diff (5 KB)

Event Timeline