require python-gimp and iso-codes [release 2.10.14-2mamba;Wed Nov 06 2019]
This commit is contained in:
parent
e56a5dd580
commit
444fc9155c
20
gimp.spec
20
gimp.spec
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.10.12
|
Version: 2.10.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -94,12 +94,14 @@ BuildRequires: libbabl-devel
|
|||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: intltool >= 0.40.1
|
BuildRequires: intltool >= 0.40.1
|
||||||
BuildRequires: libmypaint-devel
|
BuildRequires: libmypaint-devel
|
||||||
BuildRequires: mypaint-brushes
|
BuildRequires: mypaint-brushes1
|
||||||
Requires: mypaint-brushes
|
Requires: mypaint-brushes1
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: python-gimp = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
#Requires: gimp-print >= 4.2.5
|
#Requires: gimp-print >= 4.2.5
|
||||||
Requires: libtiff >= 3.5.7
|
Requires: libtiff >= 3.5.7
|
||||||
Requires: dbus-tools
|
Requires: dbus-tools
|
||||||
|
Requires: iso-codes
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
#====================================================
|
#====================================================
|
||||||
# warning FIXME: "reverse" hardcoded to FALSE.
|
# 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
|
%build
|
||||||
export CFLAGS="%{optflags} -ffast-math"
|
export CFLAGS="%{optflags} -ffast-math"
|
||||||
|
%ifarch arm
|
||||||
|
export LDFLAGS="-lm"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--enable-gimp-console \
|
--enable-gimp-console \
|
||||||
--with-bug-report-url=https://openmamba.org/ \
|
--with-bug-report-url=https://openmamba.org/ \
|
||||||
@ -302,6 +308,12 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 06 2019 Automatic Build System <autodist@mambasoft.it> 2.10.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user