commit 29e495ee01ad12b6ed80174e848d72646d315381
Author: Jakub Bogusz <[email protected]>
Date:   Mon Jul 10 18:25:18 2017 +0200

    - added one more fix to x32 patch; release 2

 x32.patch     | 11 +++++++++++
 xine-lib.spec |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 73b58f7..f302a8e 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -41,7 +41,7 @@ Summary(pl.UTF-8):    Odtwarzacz filmów
 Summary(pt_BR.UTF-8):  Xine, um player de video
 Name:          xine-lib
 Version:       1.2.8
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL v2+
 Group:         Libraries
diff --git a/x32.patch b/x32.patch
index 02340c1..e1711f0 100644
--- a/x32.patch
+++ b/x32.patch
@@ -9,3 +9,14 @@
  #  define REG_a  "rax"
  #  define intarch_t int64_t
  #else
+--- xine-lib-1.2.8/src/post/goom/convolve_fx.c.orig    2017-02-21 
12:13:13.000000000 +0100
++++ xine-lib-1.2.8/src/post/goom/convolve_fx.c 2017-07-10 18:13:03.046198557 
+0200
+@@ -152,7 +152,7 @@
+     yprime += c;
+ 
+ #if defined(HAVE_MMX) && !defined(__sun)
+-#if defined(ARCH_X86_64)
++#if defined(ARCH_X86_64) && !defined(__ILP32__)
+     /* 64-bit os version. */
+     __asm__ __volatile__
+       ("\n\t pxor  %%mm7,  %%mm7"  /* mm7 = 0   */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xine-lib.git/commitdiff/29e495ee01ad12b6ed80174e848d72646d315381

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to