From 4ee3a387ce90c6a3c7da89a2ee092730ce926d9b Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 31 Aug 2018 08:16:18 +0000 Subject: multimedia/libxine: Update to 1.2.9 - Cleanup options - Enable IMAGEMAGICK by default - Make DVB support optional but leave it enabled by default - Add SNDIO option - Properly order pkg-plist - Unbreak on aarch64 - Bump revision of dependent ports [1] Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1] PR: 219921 Reported by: emorrasg@yahoo.es Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan Reviewed by: mat, tobik Differential Revision: https://reviews.freebsd.org/D16840 --- multimedia/libxine/files/patch-configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'multimedia/libxine/files/patch-configure') diff --git a/multimedia/libxine/files/patch-configure b/multimedia/libxine/files/patch-configure index db9a5b876cc6..2bec61c76694 100644 --- a/multimedia/libxine/files/patch-configure +++ b/multimedia/libxine/files/patch-configure @@ -1,24 +1,24 @@ ---- configure.orig +--- configure.orig 2018-01-11 12:51:16 UTC +++ configure -@@ -20349,7 +20349,7 @@ $as_echo "#define ARCH_SPARC /**/" >>con +@@ -21288,7 +21288,7 @@ $as_echo "#define ARCH_X86_X32 /**/" >>confdefs.h ;; - x86_64-*) + x86_64-*|amd64-*) - arch_x86=64 + arch_x86=64 - $as_echo "#define ARCH_X86_64 /**/" >>confdefs.h -@@ -20685,7 +20685,7 @@ fi + +@@ -21752,7 +21752,7 @@ fi if test "$sarchopt" != "no"; then case "$host_or_hostalias" in - i386-*) archopt_val="i386" ;; -+ i386-*) ;; ++ i386-*) ;; i486-*) archopt_val="i486" ;; i586-*) archopt_val="pentium" ;; pentium-mmx-*) archopt_val="pentium-mmx" ;; -@@ -26280,7 +26280,7 @@ fi +@@ -28089,7 +28089,7 @@ fi if test x"$enable_dvb" != x"no"; then case "$host_os" in -- cgit v1.2.3