Name: popout3d Version: 1.6.47 Release: 1%{?dist} BuildArch: noarch Summary: Pop-out 3D image viewer License: GPL-3.0-or-later URL: https://github.com/PopoutApps/popout3d Source0: https://github.com/PopoutApps/popout3d/archive/refs/tags/popout3d-%{version}.tar.gz BuildRequires: meson BuildRequires: ninja-build BuildRequires: python3-devel BuildRequires: desktop-file-utils #BuildRequires: python3-setuptools #Requires: gtk4 #Requires: gdk-pixbuf2 #Requires: glib2 Requires: hugin Requires: python3 Requires: python3-gobject Requires: python3-pillow Requires: hicolor-icon-theme %description Popout3D lets you create stereoscopic images from ordinary photographs. %check # No tests available # Python so nothing to compile. %global debug_package %{nil} # prep section # setup step %prep %autosetup -n popout3d-%{version} %build # No C compilation; only Python and data files %meson %meson_build %install %meson_install %post update-desktop-database&> /dev/null || : %postun update-desktop-database&> /dev/null || : %files %license LICENSE %doc README.md %{_bindir}/popout3d %{_datadir}/popout3d/blank.png %{_datadir}/applications/popout3d.desktop %{_datadir}/metainfo/popout3d.metainfo.xml %{_datadir}/icons/hicolor/64x64/apps/com.github.PopoutApps.popout3d.png %{_datadir}/icons/hicolor/128x128/apps/com.github.PopoutApps.popout3d.png %lang(de) %{_datadir}/locale/de/LC_MESSAGES/popout3d.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/popout3d.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/popout3d.mo %lang(nl) %{_datadir}/locale/nl/LC_MESSAGES/popout3d.mo %changelog * Fri Mar 06 2026 Chris - 1.6.47-1 * Sat Feb 21 2026 Chris - 1.6.45-1 * Sun Feb 08 2026 Chris - 1.6.45-1 - Initial RPM packaging