Accepting request 581995 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/581995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=36
This commit is contained in:
commit
932226f2d5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 13:11:47 UTC 2018 - idonmez@suse.com
|
||||
|
||||
- Enable VP9 10bit encoding support boo#1083537
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 18 10:29:12 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: libvpx
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: VP8/VP9 codec library
|
||||
License: BSD-3-Clause and GPL-2.0+
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://www.webmproject.org/
|
||||
Source0: https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2
|
||||
@ -49,7 +49,7 @@ The WebM file structure is based on the Matroska container.
|
||||
|
||||
%package -n vpx-tools
|
||||
Summary: Utilies from the VP8/VP9 codec library
|
||||
License: BSD-3-Clause and GPL-2.0+
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
|
||||
%description -n vpx-tools
|
||||
@ -77,7 +77,7 @@ The WebM file structure is based on the Matroska container.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libvpx, a VP8/VP9 codec library
|
||||
License: BSD-3-Clause and GPL-2.0+
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: %{name}%{sover} = %{version}
|
||||
|
||||
@ -119,6 +119,7 @@ cd build
|
||||
--disable-static \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--enable-vp9-highbitdepth \
|
||||
--enable-postproc \
|
||||
--enable-multithread \
|
||||
--enable-experimental --enable-spatial-svc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user