- Update to version 2.9.2:
* colorspace: fix crash on invalid conversion from unspec to real primaries * x86: additional optimizations for AMD Piledriver * x86: optimizations for AMD Zen2 processors OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
303c25dba6
commit
b7f3045a51
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 2
|
||||
Name: zimg
|
||||
Version: 2.9.1
|
||||
Version: 2.9.2
|
||||
Release: 0
|
||||
Summary: Scaling, colorspace conversion, and dithering library
|
||||
License: WTFPL
|
||||
@@ -62,7 +62,8 @@ autoreconf -fiv
|
||||
%ifarch x86_64 %{ix86}
|
||||
--enable-x86simd \
|
||||
%endif
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-unit-test
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@@ -70,6 +71,9 @@ make %{?_smp_mflags} V=1
|
||||
rm -rf %{buildroot}%{_datadir}/doc/zimg
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -n libzimg%{sover} -p /sbin/ldconfig
|
||||
%postun -n libzimg%{sover} -p /sbin/ldconfig
|
||||
|
||||
|
Reference in New Issue
Block a user