# # spec file for package dav1d # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define sover 0 Name: dav1d Version: 0.1.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause Group: Productivity/Multimedia/Video/Editors and Convertors URL: https://code.videolan.org/videolan/dav1d Source0: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz BuildRequires: nasm BuildRequires: meson >= 0.47.0 BuildRequires: pkgconfig # necessary to meson BuildRequires: rpm >= 4.14 ###ExcludeArch: %arm %description AV1 is a video codec by the Alliance for Open Media, composed of most of the important Web companies (Google, Facebook, Netflix, Amazon, Microsoft, Mozilla...). AV1 has the potential to be up to 20% better than the HEVC codec, but the patents license is totally free, while HEVC patents licenses are insanely high and very confusing. dav1d supports: * all the features of AV1, even the less know ones * 8, 10, 12 bits, and all chroma subsamplings * all AV1 files that were shared to the developers %package devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: lib%{name}%{sover} = %{version} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package -n lib%{name}%{sover} Summary: AV1 decoder library Group: System/Libraries %description -n lib%{name}%{sover} %{name} is an AV1 decoder library. %prep %setup -q %build %meson %meson_build %install %meson_install %post -n lib%{name}%{sover} -p /sbin/ldconfig %postun -n lib%{name}%{sover} -p /sbin/ldconfig %files %license COPYING %{_bindir}/%{name} %files devel %doc CONTRIBUTING.md doc/PATENTS NEWS README.md THANKS.md %license COPYING %{_includedir}/dav1d %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/%{name}.pc %files -n lib%{name}%{sover} %{_libdir}/lib%{name}.so.%{sover}* %changelog