diff --git a/libvpx.changes b/libvpx.changes index fa41177..ff18083 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 7 12:58:36 UTC 2016 - tchvatal@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 + ------------------------------------------------------------------- Fri Aug 12 17:26:48 UTC 2016 - jengelh@inai.de diff --git a/libvpx.spec b/libvpx.spec index 41c71e5..c1f7445 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -17,7 +17,6 @@ %define sover 4 - Name: libvpx Version: 1.6.0 Release: 0 @@ -33,7 +32,7 @@ Patch2: libvpx-configure-add-s390.patch 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 @@ and audio streams compressed with the Vorbis audio codec. 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 @@ The WebM file structure is based on the Matroska container. %patch1 -p1 %patch2 -p1 %patch4 -p1 -cp %{S:1} test/ +cp %{SOURCE1} test/ %build %if 0%{?suse_version} < 1310 @@ -118,6 +116,11 @@ cd build --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 @@ cd build --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