require python-gimp and iso-codes [release 2.10.14-2mamba;Wed Nov 06 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:01:08 +01:00
parent e56a5dd580
commit 444fc9155c

View File

@ -11,8 +11,8 @@
Name: gimp
Epoch: 1
Version: 2.10.12
Release: 1mamba
Version: 2.10.14
Release: 2mamba
Summary: The GNU Image Manipulation Program
Group: Graphical Desktop/Applications/Graphics
Vendor: openmamba
@ -94,12 +94,14 @@ BuildRequires: libbabl-devel
BuildRequires: libjasper-devel
BuildRequires: intltool >= 0.40.1
BuildRequires: libmypaint-devel
BuildRequires: mypaint-brushes
Requires: mypaint-brushes
BuildRequires: mypaint-brushes1
Requires: mypaint-brushes1
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
Requires: python-gimp = %{?epoch:%epoch:}%{version}-%{release}
#Requires: gimp-print >= 4.2.5
Requires: libtiff >= 3.5.7
Requires: dbus-tools
Requires: iso-codes
BuildRoot: %{_tmppath}/%{name}-%{version}-root
#====================================================
# warning FIXME: "reverse" hardcoded to FALSE.
@ -188,6 +190,10 @@ This is similar to script-fu, except that you can use the full set of Python ext
%build
export CFLAGS="%{optflags} -ffast-math"
%ifarch arm
export LDFLAGS="-lm"
%endif
%configure \
--enable-gimp-console \
--with-bug-report-url=https://openmamba.org/ \
@ -302,6 +308,12 @@ done
%endif
%changelog
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10.14-2mamba
- require python-gimp and iso-codes
* Wed Nov 06 2019 Automatic Build System <autodist@mambasoft.it> 2.10.14-1mamba
- automatic version update by autodist
* Sat Jul 06 2019 Automatic Build System <autodist@mambasoft.it> 2.10.12-1mamba
- automatic version update by autodist