wok-6.x rev 19889
Up: gimp (2.8.20)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Apr 04 19:53:27 2017 +0000 (2017-04-04) |
parents | 6a2a8914dd34 |
children | 181b1bc0998b |
files | gimp-brushes/receipt gimp-dev/receipt gimp-plug-ins/receipt gimp/receipt |
line diff
1.1 --- a/gimp-brushes/receipt Tue Apr 04 08:22:58 2017 +0200 1.2 +++ b/gimp-brushes/receipt Tue Apr 04 19:53:27 2017 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gimp-brushes" 1.7 -VERSION="2.8.14" 1.8 +VERSION="2.8.20" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="Gimp brushes set." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/gimp-dev/receipt Tue Apr 04 08:22:58 2017 +0200 2.2 +++ b/gimp-dev/receipt Tue Apr 04 19:53:27 2017 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gimp-dev" 2.7 -VERSION="2.8.14" 2.8 +VERSION="2.8.20" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/gimp-plug-ins/receipt Tue Apr 04 08:22:58 2017 +0200 3.2 +++ b/gimp-plug-ins/receipt Tue Apr 04 19:53:27 2017 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="gimp-plug-ins" 3.7 -VERSION="2.8.14" 3.8 +VERSION="2.8.20" 3.9 CATEGORY="graphics" 3.10 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/gimp/receipt Tue Apr 04 08:22:58 2017 +0200 4.2 +++ b/gimp/receipt Tue Apr 04 19:53:27 2017 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="gimp" 4.7 -VERSION="2.8.14" 4.8 +VERSION="2.8.20" 4.9 CATEGORY="graphics" 4.10 SHORT_DESC="Gnu Image Manipulation Program or GIMP!" 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -15,11 +15,18 @@ 4.13 xorg-libXt gdk-pixbuf gtk+ libexif" 4.14 BUILD_DEPENDS="gettext perl-xml-parser babl-dev gegl-dev libgio-dev \ 4.15 intltool expat-dev zlib-dev libart_lgpl-dev lcms-dev xorg-dev-proto \ 4.16 -gdk-pixbuf-dev gtk+-dev libexif-dev aalib-dev libmng-dev jasper-dev" 4.17 +gdk-pixbuf-dev gtk+-dev libexif-dev aalib-dev libmng-dev jasper-dev \ 4.18 +json-glib-dev" 4.19 4.20 # Rules to configure and make the package. 4.21 compile_rules() 4.22 { 4.23 + 4.24 + # Fix some build issues, as suggested by BLFS manual 4.25 + 4.26 + sed -i '/gegl/s/2/3/' configure && 4.27 + sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c 4.28 + 4.29 ./configure \ 4.30 --prefix=/usr \ 4.31 --sysconfdir=/etc \