109 lines
3.1 KiB
RPMSpec
109 lines
3.1 KiB
RPMSpec
Name: glaxnimate
|
|
Version: 0.5.80
|
|
Release: 2mamba
|
|
Summary: A simple vector graphics animation program
|
|
Group: Graphical Desktop/Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://apps.kde.org/it/glaxnimate/
|
|
Source: https://invent.kde.org/graphics/glaxnimate.git/v%{version}/glaxnimate-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libQt6Concurrent
|
|
BuildRequires: libQt6Core
|
|
BuildRequires: libQt6DBus
|
|
BuildRequires: libQt6Gui
|
|
BuildRequires: libQt6Network
|
|
BuildRequires: libQt6OpenGL
|
|
BuildRequires: libQt6Widgets
|
|
BuildRequires: libQt6Xml
|
|
BuildRequires: libarchive-devel
|
|
BuildRequires: libavcodec-devel
|
|
BuildRequires: libavformat-devel
|
|
BuildRequires: libavutil-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libkf6-breeze-icons-devel
|
|
BuildRequires: libkf6-karchive-devel
|
|
BuildRequires: libkf6-kcolorscheme-devel
|
|
BuildRequires: libkf6-kcompletion-devel
|
|
BuildRequires: libkf6-kconfig-devel
|
|
BuildRequires: libkf6-kconfigwidgets-devel
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
BuildRequires: libkf6-kcrash-devel
|
|
BuildRequires: libkf6-ki18n-devel
|
|
BuildRequires: libkf6-kiconthemes-devel
|
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
|
BuildRequires: libkf6-kxmlgui-devel
|
|
BuildRequires: libpotrace-devel
|
|
BuildRequires: libpython3-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libswscale-devel
|
|
BuildRequires: libz-devel
|
|
BuildRequires: qt6-qtsvg-devel
|
|
BuildRequires: qt6-qttools-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
Obsoletes: libQtColorWidgets-Qt6 <= 0.5.4-1mamba
|
|
Obsoletes: libQtColorWidgets-Qt6-devel <= 0.5.4-1mamba
|
|
|
|
%description
|
|
A simple vector graphics animation program.
|
|
|
|
%prep
|
|
%setup -q
|
|
#-D -T
|
|
#:<< _EOF
|
|
|
|
|
|
%build
|
|
#:<< _EOF
|
|
%cmake -d build \
|
|
-DBUILD_WITH_QT6=ON \
|
|
-DPython3_EXECUTABLE=%{__python3}
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall -C build
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/glaxnimate
|
|
%{_datadir}/applications/org.kde.glaxnimate.desktop
|
|
%{_metainfodir}/org.kde.glaxnimate.metainfo.xml
|
|
%{_datadir}/config.kcfg/glaxnimate_settings.kcfg
|
|
%dir %{_datadir}/glaxnimate
|
|
%dir %{_datadir}/glaxnimate/glaxnimate
|
|
%{_datadir}/glaxnimate/glaxnimate/*
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Thu Feb 13 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.80-2mamba
|
|
- rebuilt with python3 3.11
|
|
|
|
* Wed Feb 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.80-1mamba
|
|
- update to 0.5.80
|
|
|
|
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
|
- provide external libQtColorWidgets.so.2
|
|
|
|
* Mon Sep 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
|
- package created using the webbuild interface
|