2019-12-05 10:03:55 +01:00
|
|
|
#
|
|
|
|
# spec file for package libavif
|
|
|
|
#
|
2022-04-08 17:52:30 +02:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2019-12-05 10:03:55 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-02-16 20:09:12 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-12-05 10:03:55 +01:00
|
|
|
#
|
|
|
|
|
2022-04-08 17:52:30 +02:00
|
|
|
|
2021-12-25 11:31:56 +01:00
|
|
|
%if 0%{?suse_version} >= 1550
|
|
|
|
%bcond_without aom
|
2022-08-01 11:00:36 +02:00
|
|
|
%bcond_without yuv
|
2021-12-25 11:31:56 +01:00
|
|
|
%else
|
2021-12-25 11:27:14 +01:00
|
|
|
%bcond_with aom
|
2022-08-01 11:00:36 +02:00
|
|
|
%bcond_with yuv
|
2021-12-25 11:31:56 +01:00
|
|
|
%endif
|
2019-12-05 10:03:55 +01:00
|
|
|
|
2021-10-21 10:17:27 +02:00
|
|
|
# Also update baselibs.conf if you bump the version
|
2022-10-16 10:07:28 +02:00
|
|
|
%global lib_soversion 15
|
2022-04-08 17:52:30 +02:00
|
|
|
%global lib_name libavif%{lib_soversion}
|
2019-12-05 10:03:55 +01:00
|
|
|
|
|
|
|
Name: libavif
|
2022-10-16 10:07:28 +02:00
|
|
|
Version: 0.11.0
|
2019-12-05 10:03:55 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Library for encoding and decoding .avif files
|
|
|
|
License: BSD-2-Clause
|
|
|
|
Group: Development/Libraries/C and C++
|
2020-02-16 20:09:12 +01:00
|
|
|
URL: https://github.com/AOMediaCodec/libavif
|
2020-03-14 18:21:11 +01:00
|
|
|
#
|
2019-12-11 19:11:39 +01:00
|
|
|
Source: https://github.com/AOMediaCodec/libavif/archive/v%{version}/%{name}-%{version}.tar.gz
|
2021-04-13 09:55:47 +02:00
|
|
|
Source99: baselibs.conf
|
2020-03-14 18:21:11 +01:00
|
|
|
#
|
2019-12-05 10:03:55 +01:00
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
2020-04-23 18:57:45 +02:00
|
|
|
BuildRequires: libjpeg8-devel
|
2019-12-05 10:03:55 +01:00
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: pkgconfig(dav1d)
|
2021-01-13 20:21:57 +01:00
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
2020-03-14 18:21:11 +01:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2021-12-25 11:31:56 +01:00
|
|
|
BuildRequires: pkgconfig(rav1e) >= 0.5.0
|
2020-12-09 17:31:55 +01:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2020-03-11 07:13:12 +01:00
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%if %{with aom}
|
2020-08-17 15:43:23 +02:00
|
|
|
BuildRequires: pkgconfig(aom) >= 2.0.0
|
2019-12-05 10:03:55 +01:00
|
|
|
%endif
|
2022-08-01 11:00:36 +02:00
|
|
|
%if %{with yuv}
|
|
|
|
BuildRequires: pkgconfig(libyuv)
|
|
|
|
%endif
|
2020-02-16 20:09:12 +01:00
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%description
|
|
|
|
This library aims to be a friendly, portable C implementation of the AV1 Image
|
|
|
|
File Format, as described here:
|
|
|
|
|
|
|
|
https://aomediacodec.github.io/av1-avif/
|
|
|
|
|
2020-02-16 20:09:12 +01:00
|
|
|
%package -n avif-tools
|
2019-12-05 10:03:55 +01:00
|
|
|
Summary: Tools for libavif
|
2020-02-16 20:09:12 +01:00
|
|
|
Group: Productivity/Graphics/Convertors
|
|
|
|
Provides: libavif-tools = %{version}
|
|
|
|
Obsoletes: libavif-tools < %{version}
|
|
|
|
|
|
|
|
%description -n avif-tools
|
2019-12-05 10:03:55 +01:00
|
|
|
This library aims to be a friendly, portable C implementation of the AV1 Image
|
|
|
|
File Format, as described here:
|
|
|
|
|
|
|
|
https://aomediacodec.github.io/av1-avif/
|
|
|
|
|
|
|
|
This package holds the commandline tools for libavif.
|
|
|
|
|
|
|
|
%package -n %{lib_name}
|
|
|
|
#
|
|
|
|
Summary: Shared library from libavif
|
2020-02-16 20:09:12 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%description -n %{lib_name}
|
|
|
|
This library aims to be a friendly, portable C implementation of the AV1 Image
|
|
|
|
File Format, as described here:
|
|
|
|
|
|
|
|
https://aomediacodec.github.io/av1-avif/
|
|
|
|
|
|
|
|
This package holds the shared library for libavif.
|
|
|
|
|
2021-01-13 20:21:57 +01:00
|
|
|
%package -n gdk-pixbuf-loader-libavif
|
|
|
|
Summary: AVIF image loader for GTK+ applications
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
|
|
|
%description -n gdk-pixbuf-loader-libavif
|
|
|
|
A pixbuf-loader plugin to load AVIF images in GTK+ applications.
|
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%package devel
|
|
|
|
Requires: %{lib_name} = %{version}-%{release}
|
|
|
|
#
|
|
|
|
Summary: Development files for libavif
|
2020-02-16 20:09:12 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%description devel
|
|
|
|
This library aims to be a friendly, portable C implementation of the AV1 Image
|
|
|
|
File Format, as described here:
|
|
|
|
|
|
|
|
https://aomediacodec.github.io/av1-avif/
|
|
|
|
|
|
|
|
This package holds the development files for libavif.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake \
|
|
|
|
-DAVIF_CODEC_RAV1E:BOOL=ON \
|
|
|
|
-DAVIF_CODEC_DAV1D:BOOL=ON \
|
|
|
|
%if %{with aom}
|
|
|
|
-DAVIF_CODEC_AOM:BOOL=ON \
|
|
|
|
%endif
|
2020-12-09 17:31:55 +01:00
|
|
|
-DAVIF_BUILD_APPS:BOOL=ON \
|
2021-01-13 20:21:57 +01:00
|
|
|
-DAVIF_BUILD_EXAMPLES:BOOL=ON \
|
|
|
|
-DAVIF_BUILD_GDK_PIXBUF=ON
|
|
|
|
%cmake_build
|
2019-12-05 10:03:55 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
|
2022-10-16 10:07:28 +02:00
|
|
|
%ldconfig_scriptlets -n %{lib_name}
|
2019-12-05 10:03:55 +01:00
|
|
|
|
|
|
|
%files -n %{lib_name}
|
|
|
|
%license LICENSE
|
2022-10-16 10:07:28 +02:00
|
|
|
%{_libdir}/libavif.so.%{lib_soversion}*
|
2019-12-05 10:03:55 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libavif.so
|
|
|
|
%{_includedir}/avif/
|
|
|
|
%{_libdir}/cmake/libavif/
|
2020-03-04 16:10:47 +01:00
|
|
|
%{_libdir}/pkgconfig/libavif.pc
|
2019-12-05 10:03:55 +01:00
|
|
|
|
2020-02-16 20:09:12 +01:00
|
|
|
%files -n avif-tools
|
|
|
|
%doc *.md
|
|
|
|
%license LICENSE
|
|
|
|
%{_bindir}/avifdec
|
|
|
|
%{_bindir}/avifenc
|
|
|
|
|
2021-01-13 20:21:57 +01:00
|
|
|
%files -n gdk-pixbuf-loader-libavif
|
|
|
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-avif.so
|
2022-10-16 10:07:28 +02:00
|
|
|
%dir %{_datadir}/thumbnailers
|
|
|
|
%{_datadir}/thumbnailers/avif.thumbnailer
|
2021-01-13 20:21:57 +01:00
|
|
|
|
2019-12-05 10:03:55 +01:00
|
|
|
%changelog
|