90 lines
2.8 KiB
RPMSpec
90 lines
2.8 KiB
RPMSpec
Name: qt-avif-image-plugin
|
|
Version: 0.8.6
|
|
Release: 1mamba
|
|
Summary: Qt plug-in to allow Qt and KDE based applications to read/write AVIF images
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/novomesk/qt-avif-image-plugin
|
|
Source: https://github.com/novomesk/qt-avif-image-plugin.git/v%{version}/qt-avif-image-plugin-%{version}.tar.bz2
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libavif-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt5-qtbase-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
|
|
%description
|
|
Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/qt5/plugins/imageformats/libqavif5.so
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Mon Sep 09 2024 Automatic Build System <autodist@openmamba.org> 0.8.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 20 2024 Automatic Build System <autodist@openmamba.org> 0.8.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 13 2024 Automatic Build System <autodist@openmamba.org> 0.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 0.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 0.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 0.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 20 2023 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 16 2023 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 31 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 14 2023 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 31 2022 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 11 2022 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
|
|
- package created using the webbuild interface
|