update to 2.8.18 [release 2.8.18-1mamba;Wed Oct 12 2016]
This commit is contained in:
parent
166d312e56
commit
d4cd14b57d
34
gimp.spec
34
gimp.spec
@ -10,7 +10,8 @@
|
|||||||
%define libname libgimp
|
%define libname libgimp
|
||||||
|
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: 2.9.2
|
Epoch: 1
|
||||||
|
Version: 2.8.18
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
@ -45,32 +46,26 @@ BuildRequires: libatk-devel
|
|||||||
BuildRequires: libbabl-devel
|
BuildRequires: libbabl-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libexiv2-devel
|
BuildRequires: libdbus-devel
|
||||||
|
BuildRequires: libdbus-glib-devel
|
||||||
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libgegl-devel
|
BuildRequires: libgegl02-devel
|
||||||
BuildRequires: libgexiv2-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libilmbase-devel
|
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libjson-glib-devel
|
BuildRequires: liblcms-devel
|
||||||
BuildRequires: liblcms2-devel
|
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libmng-devel
|
BuildRequires: libmng-devel
|
||||||
BuildRequires: libopenexr-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpoppler-glib-devel
|
BuildRequires: libpoppler-glib-devel
|
||||||
BuildRequires: librsvg-devel
|
BuildRequires: librsvg-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libwebkit-gtk-devel
|
BuildRequires: libwebkit-gtk-devel
|
||||||
BuildRequires: libwmf-devel
|
BuildRequires: libwmf-devel
|
||||||
@ -88,7 +83,6 @@ BuildRequires: perl
|
|||||||
# build requirements for gimp-help
|
# build requirements for gimp-help
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: libgegl-devel >= 0.3.6
|
|
||||||
%if %{enable_python}
|
%if %{enable_python}
|
||||||
# build requirement needed to build python extension
|
# build requirement needed to build python extension
|
||||||
BuildRequires: pygtk-devel
|
BuildRequires: pygtk-devel
|
||||||
@ -99,7 +93,6 @@ BuildRequires: /usr/bin/xsltproc
|
|||||||
BuildRequires: libbabl-devel
|
BuildRequires: libbabl-devel
|
||||||
BuildRequires: libjasper-devel
|
BuildRequires: libjasper-devel
|
||||||
BuildRequires: intltool >= 0.40.1
|
BuildRequires: intltool >= 0.40.1
|
||||||
BuildRequires: libgexiv2-devel
|
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?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
|
||||||
@ -200,8 +193,7 @@ export CFLAGS="%{optflags} -ffast-math"
|
|||||||
%else
|
%else
|
||||||
--enable-python=no \
|
--enable-python=no \
|
||||||
%endif
|
%endif
|
||||||
--enable-gtk-doc-html \
|
--enable-gtk-doc \
|
||||||
# --disable-gtk-doc
|
|
||||||
# --enable-gimp-remote \
|
# --enable-gimp-remote \
|
||||||
|
|
||||||
%make FIXXREF_OPTIONS="--module \$(DOC_MODULE)"
|
%make FIXXREF_OPTIONS="--module \$(DOC_MODULE)"
|
||||||
@ -225,9 +217,6 @@ for f in gimp20-libgimp gimp20-script-fu gimp20-std-plug-ins gimp20-python gimp2
|
|||||||
cat $f.lang >> %{name}.lang
|
cat $f.lang >> %{name}.lang
|
||||||
done
|
done
|
||||||
|
|
||||||
ln -s gimp-%{majversion} %{buildroot}%{_bindir}/gimp
|
|
||||||
ln -s gimp-console-%{majversion} %{buildroot}%{_bindir}/gimp-console
|
|
||||||
|
|
||||||
#install -D -m 755 data/misc/gimp.desktop \
|
#install -D -m 755 data/misc/gimp.desktop \
|
||||||
# %{buildroot}%{_datadir}/applications/%{name}.desktop
|
# %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
@ -312,11 +301,8 @@ ln -s gimp-console-%{majversion} %{buildroot}%{_bindir}/gimp-console
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Mar 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.2-1mamba
|
* Wed Oct 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.18-1mamba
|
||||||
- update to 2.9.2
|
- update to 2.8.18
|
||||||
|
|
||||||
* Sat Mar 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.16-2mamba
|
|
||||||
- rebuilt with libgegl 0.3.6
|
|
||||||
|
|
||||||
* Sun Nov 29 2015 Automatic Build System <autodist@mambasoft.it> 2.8.16-1mamba
|
* Sun Nov 29 2015 Automatic Build System <autodist@mambasoft.it> 2.8.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
Loading…
Reference in New Issue
Block a user