Page MenuHomeSolus

D12507.diff
No OneTemporary

D12507.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -14,6 +14,7 @@
librav1e.so.0:rav1e_context_new
librav1e.so.0:rav1e_context_unref
librav1e.so.0:rav1e_data_unref
+librav1e.so.0:rav1e_frame_extract_plane
librav1e.so.0:rav1e_frame_fill_plane
librav1e.so.0:rav1e_frame_new
librav1e.so.0:rav1e_frame_set_opaque
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -28,9 +28,11 @@
libc.so.6:pthread_self
libc.so.6:readlink
libc.so.6:realloc
+libc.so.6:realpath
libc.so.6:sched_getaffinity
libc.so.6:sched_yield
libc.so.6:sigaltstack
+libc.so.6:stat64
libc.so.6:strlen
libc.so.6:syscall
libc.so.6:sysconf
@@ -56,6 +58,7 @@
libm.so.6:roundf
libpthread.so.0:__errno_location
libpthread.so.0:close
+libpthread.so.0:lseek64
libpthread.so.0:open64
libpthread.so.0:pthread_attr_getguardsize
libpthread.so.0:pthread_attr_getstack
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : rav1e
-version : 0.4.1
-release : 7
+version : 0.5.1
+release : 8
source :
- - https://github.com/xiph/rav1e/archive/refs/tags/v0.4.1.tar.gz : b0be59435a40e03b973ecc551ca7e632e03190b5a20f944818afa3c2ecf4852d
+ - https://github.com/xiph/rav1e/archive/refs/tags/v0.5.1.tar.gz : 7b3060e8305e47f10b79f3a3b3b6adc3a56d7a58b2cb14e86951cc28e1b089fd
+ - https://github.com/xiph/rav1e/releases/download/v0.5.1/Cargo.lock : 6baeb4e72ee86dd4c3d6c9acfcfac6a2e58a580101eb181daced09199a136868
license : BSD-2-Clause
component : multimedia.codecs
summary : The fastest and safest AV1 encoder
@@ -11,6 +12,8 @@
builddeps :
- cargo-c
networking : yes
+setup : |
+ cp $sources/Cargo.lock .
build : |
cargo cbuild \
--library-type=cdylib \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>rav1e</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>multimedia.codecs</PartOf>
@@ -20,7 +20,7 @@
<PartOf>multimedia.codecs</PartOf>
<Files>
<Path fileType="library">/usr/lib64/librav1e.so.0</Path>
- <Path fileType="library">/usr/lib64/librav1e.so.0.4.1</Path>
+ <Path fileType="library">/usr/lib64/librav1e.so.0.5.1</Path>
</Files>
</Package>
<Package>
@@ -30,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="7">rav1e</Dependency>
+ <Dependency release="8">rav1e</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/rav1e/rav1e.h</Path>
@@ -39,12 +39,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2021-06-15</Date>
- <Version>0.4.1</Version>
+ <Update release="8">
+ <Date>2021-12-23</Date>
+ <Version>0.5.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</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
Fri, Aug 11, 10:12 PM (2 h, 53 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812758
Default Alt Text
D12507.diff (3 KB)

Event Timeline