]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- fix linking with binutils 2.39 auto/th/xine-lib-1.2.13-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 21 Oct 2023 13:35:46 +0000 (15:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 21 Oct 2023 13:35:46 +0000 (15:35 +0200)
- updated ix86 files

binutils-2.39.patch [new file with mode: 0644]
xine-lib.spec

diff --git a/binutils-2.39.patch b/binutils-2.39.patch
new file mode 100644 (file)
index 0000000..ba4455b
--- /dev/null
@@ -0,0 +1,11 @@
+--- xine-lib-1.2.13/include/xine.h~    2022-09-12 14:42:23.000000000 +0200
++++ xine-lib-1.2.13/include/xine.h     2023-10-21 15:27:47.911964009 +0200
+@@ -118,7 +118,7 @@
+ /* allow the setting of some flags before xine_init
+  * FIXME-ABI: this is currently GLOBAL
+  */
+-void xine_set_flags (xine_t *, int) XINE_PROTECTED XINE_WEAK;
++void xine_set_flags (xine_t *, int) XINE_WEAK;
+ #define XINE_FLAG_NO_WRITE_CACHE              1
+ /*
index cbac25cbc50891689781f28031a02e7275998413..63e71ff1af27e800f9b6f475abba4d0b0769dfe0 100644 (file)
@@ -51,6 +51,7 @@ Patch0:               %{name}-nolibs.patch
 Patch1:                %{name}-win32-path.patch
 Patch2:                %{name}-sh.patch
 Patch3:                ffmpeg6.patch
+Patch4:                binutils-2.39.patch
 URL:           https://xine.sourceforge.net/
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 0.9.22}
 %{?with_fusionsound:BuildRequires:     FusionSound-devel >= 0.9.23}
@@ -963,6 +964,7 @@ XINE - wtyczka postprocessingu oparta na libpostproc z pakietu FFmpeg.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__gettextize}
@@ -1177,7 +1179,6 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{ix86}
 %files -n xine-decode-w32dll
 %defattr(644,root,root,755)
-%attr(755,root,root) %{xine_pluginsdir}/xineplug_decode_qt.so
 %attr(755,root,root) %{xine_pluginsdir}/xineplug_decode_w32dll.so
 %endif
 
@@ -1269,9 +1270,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with dxr3}
 %files -n xine-output-video-dxr3
 %defattr(644,root,root,755)
-%attr(755,root,root) %{xine_pluginsdir}/xineplug_decode_dxr3_spu.so
-%attr(755,root,root) %{xine_pluginsdir}/xineplug_decode_dxr3_video.so
-%attr(755,root,root) %{xine_pluginsdir}/xineplug_vo_out_dxr3.so
+%attr(755,root,root) %{xine_pluginsdir}/xineplug_dxr3.so
 %endif
 
 %if %{with caca}
This page took 0.155763 seconds and 4 git commands to generate.