2013-05-16 13:15:40 +02:00
|
|
|
#
|
2020-05-28 15:24:02 +02:00
|
|
|
# spec file for package gimp-plugin-resynthesizer
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020 SUSE LLC
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-05-16 13:15:40 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
Name: gimp-plugin-resynthesizer
|
2020-05-28 08:59:37 +02:00
|
|
|
Version: 2.0.3.20190428
|
2013-05-16 13:35:07 +02:00
|
|
|
Release: 0
|
|
|
|
License: GPL-3.0+
|
|
|
|
Summary: Suite of gimp plugins for texture synthesis
|
|
|
|
Url: https://github.com/bootchk/resynthesizer
|
|
|
|
Group: Productivity/Graphics/Bitmap Editors
|
2020-05-28 08:59:37 +02:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
2013-05-16 13:35:07 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gimp
|
|
|
|
BuildRequires: gimp-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
2013-05-16 13:38:01 +02:00
|
|
|
Requires: gimp-plugins-python
|
2013-05-16 13:15:40 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package is a set of plugins for use with the Gimp program.
|
|
|
|
The package includes:
|
|
|
|
|
|
|
|
- resynthesizer plugin engine (without a GUI)
|
|
|
|
- resynthesizer-gui plugin control panel for the engine
|
|
|
|
- various plugins (in Python language) that call the resynthesizer engine
|
|
|
|
|
|
|
|
%prep
|
2020-05-28 08:59:37 +02:00
|
|
|
%autosetup
|
2013-05-16 13:15:40 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
2013-05-16 13:35:07 +02:00
|
|
|
make %{?_smp_mflags}
|
2013-05-16 13:15:40 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%find_lang resynthesizer
|
|
|
|
|
|
|
|
%clean
|
2013-05-16 13:35:07 +02:00
|
|
|
rm -rf %{buildroot}
|
2013-05-16 13:15:40 +02:00
|
|
|
|
|
|
|
%files -f resynthesizer.lang
|
|
|
|
%defattr(-,root,root)
|
2013-05-16 13:35:07 +02:00
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2013-05-16 13:15:40 +02:00
|
|
|
%{_libdir}/gimp/2.0/plug-ins/*
|
2013-05-16 13:35:07 +02:00
|
|
|
%{_datadir}/resynthesizer/
|
2013-05-16 13:15:40 +02:00
|
|
|
|
|
|
|
%changelog
|