Marcus Meissner
20153e7901
- Update to version 2.0.3.20190428: * Adding missing translation on progress bar text. * Adding French Translation and updating all po files with new strings. Tweaked README on how to use translation files on Ubuntu. * Add vagga test gimp-plugin-registry and installed resynthesizer. * Add vagga scripts for testing build * README: replace dead links with archive * Issued #47 typo in readme OBS-URL: https://build.opensuse.org/request/show/808613 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=6
53 lines
1.2 KiB
RPMSpec
53 lines
1.2 KiB
RPMSpec
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
Name: gimp-plugin-resynthesizer
|
|
Version: 2.0.3.20190428
|
|
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
|
|
Source: %{name}-%{version}.tar.gz
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: gcc
|
|
BuildRequires: gimp
|
|
BuildRequires: gimp-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
Requires: gimp-plugins-python
|
|
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
|
|
%autosetup
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang resynthesizer
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files -f resynthesizer.lang
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_libdir}/gimp/2.0/plug-ins/*
|
|
%{_datadir}/resynthesizer/
|
|
|
|
%changelog
|