Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2016-09-12 13:22:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpx (Old)
 and      /work/SRC/openSUSE:Factory/.libvpx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes    2016-08-17 
12:03:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes       2016-09-12 
13:22:06.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep  7 12:58:36 UTC 2016 - tchva...@suse.com
+
+- Ensure the enable vp8 vp9 postproc and multithread are always on
+- Enable verbose build
+- Add switches to be able to build chromium:
+  * --enable-experimental --enable-spatial-svc
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvpx.spec ++++++
--- /var/tmp/diff_new_pack.MC6Enl/_old  2016-09-12 13:22:07.000000000 +0200
+++ /var/tmp/diff_new_pack.MC6Enl/_new  2016-09-12 13:22:07.000000000 +0200
@@ -17,7 +17,6 @@
 
 
 %define         sover 4
-
 Name:           libvpx
 Version:        1.6.0
 Release:        0
@@ -33,7 +32,7 @@
 Patch4:         libvpx-armv7-use-hard-float.patch
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  yasm
 # add curl and do not copy it in to get an updated test-data.sha1 file
 #BuildRequires:  curl
@@ -63,7 +62,6 @@
 The WebM file structure is based on the Matroska container.
 
 %package -n %{name}%{sover}
-
 Summary:        VP8 codec library
 License:        BSD-3-Clause
 Group:          System/Libraries
@@ -97,7 +95,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-cp %{S:1} test/
+cp %{SOURCE1} test/
 
 %build
 %if 0%{?suse_version} < 1310
@@ -118,6 +116,11 @@
     --enable-debug \
     --enable-shared \
     --disable-static \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-postproc \
+    --enable-multithread \
+    --enable-experimental --enable-spatial-svc \
 %ifarch armv5tel armv5el
     --target=armv5te-linux-gcc \
 %endif
@@ -128,14 +131,13 @@
     --extra-cflags="-std=gnu89 -U_FORTIFY_SOURCE %{optflags}" \
     --extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
     --enable-pic
-make %{?_smp_mflags}
+make %{?_smp_mflags} verbose=yes GEN_EXAMPLES=
 
 %install
 cd build
-make DESTDIR=%buildroot install
+make %{?_smp_mflags} verbose=yes GEN_EXAMPLES= DESTDIR=%{buildroot} install
 
 %post -n %{name}%{sover} -p /sbin/ldconfig
-
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n vpx-tools


Reply via email to