package created using the webbuild interface [release 0.4.7-1mamba;Thu Mar 24 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 17:04:48 +01:00
parent 1a1ce53671
commit d3eff80b57
2 changed files with 49 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# qt-avif-image-plugin
Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.

47
qt-avif-image-plugin.spec Normal file
View File

@ -0,0 +1,47 @@
Name: qt-avif-image-plugin
Version: 0.4.7
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
* Thu Mar 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
- package created using the webbuild interface