Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829917
en ru br
ALT Linux repos
S:2.5.1-alt2

Group :: Graphics
RPM: GTS

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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