Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11053545
D13295.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D13295.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -104,7 +104,7 @@
libvpx.so.7
libwayland-client.so.0
libwayland-egl.so.1
-libx264.so.163
+libx264.so.164
libx265.so.199
libxcb-composite.so.0
libxcb-keysyms.so.1
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -2592,11 +2592,9 @@
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__longjmp_chk
-libc.so.6:__mbstowcs_chk
libc.so.6:__memcpy_chk
libc.so.6:__memset_chk
libc.so.6:__overflow
-libc.so.6:__poll_chk
libc.so.6:__printf_chk
libc.so.6:__pthread_register_cancel
libc.so.6:__pthread_unregister_cancel
@@ -2609,11 +2607,11 @@
libc.so.6:__stpcpy_chk
libc.so.6:__strcat_chk
libc.so.6:__strcpy_chk
+libc.so.6:__strncat_chk
libc.so.6:__strncpy_chk
libc.so.6:__syslog_chk
libc.so.6:__vasprintf_chk
libc.so.6:__vfprintf_chk
-libc.so.6:__wmemmove_chk
libc.so.6:_setjmp
libc.so.6:abort
libc.so.6:accept
@@ -2727,6 +2725,7 @@
libc.so.6:lseek64
libc.so.6:lstat64
libc.so.6:malloc
+libc.so.6:mbstowcs
libc.so.6:memchr
libc.so.6:memcmp
libc.so.6:memcpy
@@ -2925,6 +2924,7 @@
libc.so.6:wcstombs
libc.so.6:wcswidth
libc.so.6:wcwidth
+libc.so.6:wmemmove
libc.so.6:write
libc.so.6:writev
libcairo.so.2:cairo_create
@@ -4336,7 +4336,6 @@
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc
-libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignEPKc
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8_M_eraseEmm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm
@@ -4685,9 +4684,8 @@
libwayland-client.so.0:wl_proxy_add_listener
libwayland-client.so.0:wl_proxy_destroy
libwayland-client.so.0:wl_proxy_get_user_data
-libwayland-client.so.0:wl_proxy_marshal
-libwayland-client.so.0:wl_proxy_marshal_constructor
-libwayland-client.so.0:wl_proxy_marshal_constructor_versioned
+libwayland-client.so.0:wl_proxy_get_version
+libwayland-client.so.0:wl_proxy_marshal_flags
libwayland-client.so.0:wl_proxy_set_queue
libwayland-client.so.0:wl_proxy_set_user_data
libwayland-client.so.0:wl_registry_interface
@@ -4700,16 +4698,16 @@
libwayland-egl.so.1:wl_egl_window_create
libwayland-egl.so.1:wl_egl_window_destroy
libwayland-egl.so.1:wl_egl_window_resize
-libx264.so.163:x264_encoder_close
-libx264.so.163:x264_encoder_delayed_frames
-libx264.so.163:x264_encoder_encode
-libx264.so.163:x264_encoder_headers
-libx264.so.163:x264_encoder_open_163
-libx264.so.163:x264_param_apply_profile
-libx264.so.163:x264_param_default
-libx264.so.163:x264_param_default_preset
-libx264.so.163:x264_param_parse
-libx264.so.163:x264_picture_init
+libx264.so.164:x264_encoder_close
+libx264.so.164:x264_encoder_delayed_frames
+libx264.so.164:x264_encoder_encode
+libx264.so.164:x264_encoder_headers
+libx264.so.164:x264_encoder_open_164
+libx264.so.164:x264_param_apply_profile
+libx264.so.164:x264_param_default
+libx264.so.164:x264_param_default_preset
+libx264.so.164:x264_param_parse
+libx264.so.164:x264_picture_init
libx265.so.199:x265_encoder_close
libx265.so.199:x265_encoder_encode
libx265.so.199:x265_encoder_headers
diff --git a/files/0001-Revert-configure-ignore-too-new-SRT.patch b/files/0001-Revert-configure-ignore-too-new-SRT.patch
deleted file mode 100644
--- a/files/0001-Revert-configure-ignore-too-new-SRT.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4d9e9d5919cc71aeb04b13f3f571c2d41d094c92 Mon Sep 17 00:00:00 2001
-From: Alexander Vorobyev <avorobyev@protonmail.com>
-Date: Sun, 9 May 2021 13:47:51 +0300
-Subject: Revert "configure: ignore too new SRT"
-
-This reverts commit 3aad852a05d9a3b2469328cb9ea2e20b0acbce5c.
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9b41afb17c..c3ba6a22d1 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4016,7 +4016,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"])
- dnl
- dnl SRT plugin
- dnl
--PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
-+PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
-
- EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
- dnl
---
-2.30.2
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : vlc
version : 3.0.17.3
-release : 147
+release : 148
source :
- https://download.videolan.org/pub/videolan/vlc/3.0.17.3/vlc-3.0.17.3.tar.xz : 6f7e90ef8973d31d96de64db817173e345150829717a94084b1bb8321cde2014
homepage : https://www.videolan.org/
@@ -63,6 +63,7 @@
- pkgconfig(twolame)
- pkgconfig(vdpau)
- pkgconfig(vpx)
+ - pkgconfig(wayland-protocols)
- pkgconfig(x264)
- pkgconfig(x265)
- pkgconfig(xcb-keysyms)
@@ -72,7 +73,6 @@
- live-media-devel
setup : |
export BUILDCC="$CC"
- export CFLAGS="$CFLAGS -std=c99"
%apply_patches
%reconfigure \
--enable-a52 \
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>vlc</Name>
<Homepage>https://www.videolan.org/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
@@ -678,7 +678,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="147">vlc</Dependency>
+ <Dependency release="148">vlc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/vlc/deprecated.h</Path>
@@ -786,12 +786,12 @@
</Files>
</Package>
<History>
- <Update release="147">
- <Date>2022-03-25</Date>
+ <Update release="148">
+ <Date>2022-06-19</Date>
<Version>3.0.17.3</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
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 11:26 PM (2 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5831336
Default Alt Text
D13295.diff (6 KB)
Attached To
Mode
D13295: Rebuild vlc against x264
Attached
Detach File
Event Timeline
Log In to Comment