commit libvpx for openSUSE:Factory
Hello community, here is the log from the commit of package libvpx for openSUSE:Factory checked in at 2011-11-29 17:16:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvpx (Old) and /work/SRC/openSUSE:Factory/.libvpx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libvpx", Maintainer is "StShaw@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes 2011-10-16 12:56:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes 2011-11-29 17:16:02.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 29 15:36:19 CET 2011 - ro@suse.de + +- make it build on s390/s390x + +------------------------------------------------------------------- New: ---- libvpx-configure-add-s390.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvpx.spec ++++++ --- /var/tmp/diff_new_pack.jpadQS/_old 2011-11-29 17:16:04.000000000 +0100 +++ /var/tmp/diff_new_pack.jpadQS/_new 2011-11-29 17:16:04.000000000 +0100 @@ -29,6 +29,7 @@ # PATCH-FIX-UPSTREAM libvpx-define-config_pic.patch dimstar@opensuse.org -- For older compilers, CONFIG_PIC need to be defined. Patch0: libvpx-define-config_pic.patch Patch1: libvpx-configure-add-armv7-tgt-isa.patch +Patch2: libvpx-configure-add-s390.patch BuildRequires: yasm BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -89,6 +90,7 @@ %setup -q -n %name-v%version%patchlevel %patch0 -p1 %patch1 -p1 +%patch2 %build cd build ++++++ libvpx-configure-add-s390.patch ++++++ --- build/make/configure.sh +++ build/make/configure.sh @@ -539,6 +539,12 @@ *powerpc*) tgt_isa=ppc32 ;; + *s390x*) + tgt_isa=s390x + ;; + *s390*) + tgt_isa=s390 + ;; *sparc*) tgt_isa=sparc ;; --- configure +++ configure @@ -102,6 +102,8 @@ all_platforms="${all_platforms} ppc64-darwin8-gcc" all_platforms="${all_platforms} ppc64-darwin9-gcc" all_platforms="${all_platforms} ppc64-linux-gcc" +all_platforms="${all_platforms} s390-linux-gcc" +all_platforms="${all_platforms} s390x-linux-gcc" all_platforms="${all_platforms} sparc-solaris-gcc" all_platforms="${all_platforms} x86-darwin8-gcc" all_platforms="${all_platforms} x86-darwin8-icc" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de