2024-01-05 22:18:35 +01:00
|
|
|
%define pkgver %(echo %version | tr _ -)
|
|
|
|
Name: fim
|
2024-06-20 09:55:17 +02:00
|
|
|
Version: 0.7.1
|
2024-01-05 22:18:35 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A framebuffer image viewer
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:18:35 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:18:35 +01:00
|
|
|
URL: http://savannah.nongnu.org/projects/fbi-improved/
|
2024-06-20 09:55:17 +02:00
|
|
|
Source: http://download.savannah.gnu.org/releases/fbi-improved/fim-%{pkgver}.tar.gz
|
2024-01-05 22:18:35 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libSDL2-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libaa-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
|
|
|
BuildRequires: libavif-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libcaca-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libdjvulibre-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libexif-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libgcc
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libgif-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libgpm-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libncurses-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libslang-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
BuildRequires: libspectre-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2024-06-20 09:55:17 +02:00
|
|
|
BuildRequires: libwebp-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-01-05 22:18:35 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
FIM aims to be a highly customizable and scriptable image viewer targeted at the users who are confortable with software like the Vim text editor or the Mutt mail user agent.
|
|
|
|
It is based on the Fbi image viewer, by Gerd Hoffmann, and works in the Linux framebuffer console.
|
|
|
|
However, recently FIM is been reworked to work with different graphical devices, like X and aa (ascii art).
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-06-20 09:55:17 +02:00
|
|
|
%setup -q
|
2024-01-05 22:18:35 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2024-01-05 22:18:35 +01:00
|
|
|
|
2024-01-05 22:18:35 +01:00
|
|
|
%make -j1
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/fim
|
|
|
|
%{_bindir}/fimgs
|
|
|
|
%dir %{_datadir}/doc/fim
|
|
|
|
%{_datadir}/doc/fim/*
|
|
|
|
%{_mandir}/man1/fim.1*
|
|
|
|
%{_mandir}/man1/fimgs.1*
|
|
|
|
%{_mandir}/man5/fimrc.5*
|
|
|
|
|
|
|
|
%changelog
|
2024-06-20 09:55:17 +02:00
|
|
|
* Wed Jun 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.1-1mamba
|
|
|
|
- update to 0.7.1
|
|
|
|
|
2024-01-05 22:18:35 +01:00
|
|
|
* Wed Nov 08 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
|
|
|
- update to 0.7
|
|
|
|
|
2024-01-05 22:18:35 +01:00
|
|
|
* Wed Feb 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4_rc1-1mamba
|
|
|
|
- update to 0.4_rc1
|
|
|
|
|
|
|
|
* Sun Feb 02 2014 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.3-1mamba
|
|
|
|
- package created using the webbuild interface
|