automatic version update by autodist [release 1.2.0-1mamba;Fri Feb 28 2025]
This commit is contained in:
parent
3a4fa71c46
commit
ca21503364
18
libavif.spec
18
libavif.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libavif
|
Name: libavif
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for encoding and decoding .avif files
|
Summary: Library for encoding and decoding .avif files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,15 +12,12 @@ Patch0: libavif-0.9.3-libsvt-av1-0.9.1.patch
|
|||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libaom-devel
|
|
||||||
BuildRequires: libdav1d-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-turbo
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libsvt-av1-devel
|
|
||||||
BuildRequires: libyuv-devel
|
BuildRequires: libyuv-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -54,11 +51,8 @@ Obsoletes: libavif13-tools < 1.0.1
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1 -b .libsvt-av1-0.9.1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -81,8 +75,6 @@ This package contains utility applications for %{name}.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -104,10 +96,12 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/avifdec
|
%{_bindir}/avif*
|
||||||
%{_bindir}/avifenc
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 28 2025 Automatic Build System <autodist@openmamba.org> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 1.1.1-1mamba
|
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 1.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user