Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37542806
en ru br
Репозитории ALT

Группа :: Графика
Пакет: GTS

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Name: GTS
Version: 2.5.1
Release: alt2
Summary: A scanning tool developed by Studio Ghibli
Group: Graphics
License: BSD-3-Clause
URL: https://opentoonz.github.io/e/

# https://github.com/opentoonz/GTS.git

Source: %name-%version.tar

Patch1: %name-%version-alt-return-type.patch
Patch2: %name-%version-alt-gcc11-compat.patch

BuildRequires: gcc-c++
BuildRequires: libtiff-devel
BuildRequires: libfltk-devel
BuildRequires: libGLEW-devel
BuildRequires: libsane-devel
# dependencies below this comment belong to libfltk-devel
BuildRequires: libXrender-devel
BuildRequires: libXcursor-devel
BuildRequires: libXfixes-devel
BuildRequires: libXext-devel
BuildRequires: libXft-devel
BuildRequires: fontconfig-devel
BuildRequires: libXinerama-devel

%description
GTS is a scanning tool developed by Studio Ghibli.
It's specialized in hand-drawn animation frames.
GTS uses TWAIN on Windows and SANE on other operating systems,
so you need scanner drivers that support these APIs in order to run it.
The interface is in English and scanned images are saved as TIFF/Targa.

%prep
%setup
%patch1 -p1
%patch2 -p1

# remove unbundled libraries

rm -rf thirdparty

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std

%files
%doc LICENSE.txt
%doc README.md ChangeLog.txt
%_bindir/*
%_datadir/%name

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin