Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37706563
en ru br
ALT Linux repos
S:1.5-alt1
5.0: 1.0-alt4
4.1: 1.0-alt4
4.0: 1.0-alt4
3.0: 1.0-alt2

Other repositories

Group :: Graphics
RPM: fbgrab

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fbgrab
Version: 1.5
Release: alt1

Summary: fbgrab - takes screenshots using the framebuffer device
Summary(ru_RU.UTF-8): gbgrab - программа для создания скриншотов с помощью устройста фреймбуфера (/dev/fb*)

License: GPL-2
Group: Graphics
URL: https://github.com/GunnarMonell/fbgrab

Source: %name-%version.tar

Source1: Readme_ru


# Automatically added by buildreq on Thu Jan 19 2023

# optimized out: glibc-kernheaders-generic glibc-kernheaders-x86 libgpg-error sh4 zlib-devel
BuildRequires: libpng-devel


%description
fbgrab  reads  the  framebuffer device (/dev/fb*) or a dump thereof and
saves a PNG image file. You can use it for  making  screenshots  of  of
virtually  any  application, from traditional test applications to your
X-windows desktop, as well as framebuffer applications.

%description  -l ru_RU.UTF-8
fbgrub считывает содержимое устройства фреймбуфера (/dev/fb*) или его дампа
и преобразует его в файл изображения типа png.
Вы можете использовать его для создания скриншотов практически любого приложения от консольных команд до
создания скриншотов рабочего стола и X-окон приложений, а также приложений, использующих фреймбуфер.


%prep
%setup

%build
%make_build

%install
%makeinstall_std
install -d %buildroot%_docdir/%name
install -D -m644 %SOURCE1  %buildroot%_docdir/%name
install -D -m644 readme.md  %buildroot%_docdir/%name/README
install -D -m644 screenshots/*.png  %buildroot%_docdir/%name

%files
%_bindir/*
%_man1dir/f*
%dir %_docdir/%name
%_docdir/%name/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin