forked from pool/gimp-plugin-resynthesizer
Accepting request 1139898 from graphics
- Update to 2.0.3~git.20231001: * switch to a new fork that removes Python2 requirements OBS-URL: https://build.opensuse.org/request/show/1139898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-plugin-resynthesizer?expand=0&rev=4
This commit is contained in:
commit
4baa5afc80
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/bootchk/resynthesizer</param>
|
<param name="url">https://github.com/itr-tert/gimp-resynthesizer-scm</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">gimp-plugin-resynthesizer</param>
|
<param name="filename">gimp-plugin-resynthesizer</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08a5ce071aa7df584506bf2d1d9d898e84d469af219b5bb486176f17932ce362
|
|
||||||
size 6127832
|
|
3
gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz
Normal file
3
gimp-plugin-resynthesizer-2.0.3~git.20231001.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ece95469393f4ed429b4621978458c74eac85ada7ecf655809e086543800e407
|
||||||
|
size 6135552
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 19 10:29:36 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 2.0.3~git.20231001:
|
||||||
|
* switch to a new fork that removes Python2 requirements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gimp-plugin-resynthesizer
|
# spec file for package gimp-plugin-resynthesizer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gimp-plugin-resynthesizer
|
Name: gimp-plugin-resynthesizer
|
||||||
Version: 2.0.3~git.20220422
|
Version: 2.0.3~git.20231001
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Summary: Suite of gimp plugins for texture synthesis
|
Summary: Suite of gimp plugins for texture synthesis
|
||||||
URL: https://github.com/bootchk/resynthesizer
|
URL: https://github.com/itr-tert/gimp-resynthesizer-scm
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gimp
|
BuildRequires: gimp-devel < 3.0
|
||||||
BuildRequires: gimp-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
Requires: gimp-plugins-python
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is a set of plugins for use with the Gimp program.
|
This package is a set of plugins for use with the Gimp program.
|
||||||
@ -43,25 +40,26 @@ The package includes:
|
|||||||
- various plugins (in Python language) that call the resynthesizer engine
|
- various plugins (in Python language) that call the resynthesizer engine
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%find_lang resynthesizer
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files -f resynthesizer.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%doc README.md
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/gimp/2.0/plug-ins/*
|
%{_libdir}/gimp/2.0/plug-ins/*
|
||||||
%{_datadir}/resynthesizer/
|
%{_datadir}/resynthesizer/
|
||||||
|
%dir %{_datadir}/gimp/2.0/scripts
|
||||||
|
%dir %{_datadir}/gimp/2.0/scripts/resynthesizer-scm
|
||||||
|
%{_datadir}/gimp/2.0/scripts/resynthesizer-scm/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user