Accepting request 1085173 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1085173 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=30
This commit is contained in:
commit
bb4c2f57a4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 10:32:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Use ldconfig_scriptlets macro, minor spec clean-up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 06:27:24 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -25,8 +25,9 @@ Summary: An AV1 decoder
|
||||
License: BSD-2-Clause
|
||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
URL: https://code.videolan.org/videolan/dav1d
|
||||
Source: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
|
||||
Source: %{url}/-/archive/%{version}/dav1d-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: nasm >= 2.14
|
||||
BuildRequires: pkgconfig
|
||||
@ -72,8 +73,7 @@ Group: System/Libraries
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n lib%{name}%{sover}
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user