2013-05-16 13:15:40 +02:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2013-05-16 13:35:07 +02:00
|
|
|
%define githash 23dced0908
|
2013-05-16 13:15:40 +02:00
|
|
|
|
|
|
|
Name: gimp-plugin-resynthesizer
|
2013-05-16 13:35:07 +02:00
|
|
|
Version: 2.0
|
|
|
|
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
|
|
|
|
# wget https://github.com/bootchk/resynthesizer/archive/master.tar.gz
|
|
|
|
Source: resynthesizer-%{githash}.tar.gz
|
|
|
|
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
|
2013-05-16 13:35:07 +02:00
|
|
|
%setup -n resynthesizer-master
|
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
|