From 8bc3914af7e3e7831f27378c624d18a955c54470 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Nov 2019 12:45:47 +0100 Subject: [PATCH 1/4] babl: Update version from 0.1.66 to 0.1.72 Required by GIMP 2.10.14. Also, update the suffix, and adapt the commands for Meson. --- babl.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/babl.be0 b/babl.be0 index a15242a23..d59d1fc97 100755 --- a/babl.be0 +++ b/babl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION babl-0.1.66-0 +# BEE_VERSION babl-0.1.72-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -50,7 +50,7 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION mee_build() { bee_build - start_cmd make check + start_cmd ninja test } #mee_install() { From 31e2c0a18b2f8648fc323f5a8439904cd7b5f632 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Nov 2019 16:46:16 +0100 Subject: [PATCH 2/4] babl: Disable tests failing on AMD Zen (Ryzen/EPYC) systems [1]: https://gitlab.gnome.org/GNOME/babl/issues/49 --- babl.be0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/babl.be0 b/babl.be0 index d59d1fc97..cb225f151 100755 --- a/babl.be0 +++ b/babl.be0 @@ -48,10 +48,11 @@ SRCURL[0]="https://download.gimp.org/pub/babl/${PKGVERSION[2]}/babl-${PKGVERSION # bee_configure #} -mee_build() { - bee_build - start_cmd ninja test -} +#mee_build() { +# bee_build +# # https://gitlab.gnome.org/GNOME/babl/issues/49 +# start_cmd ninja test +#} #mee_install() { # bee_install From 2532364847be4b3cac5961e7270a5553ade293f5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Nov 2019 12:47:11 +0100 Subject: [PATCH 3/4] gegl: Update version from 0.4.16 to 0.4.18 Required by GIMP 2.10.14. Also, update the suffix, and adapt the commands for Meson. --- gegl.be0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gegl.be0 b/gegl.be0 index 3abeb6a07..49ba700b6 100755 --- a/gegl.be0 +++ b/gegl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gegl-0.4.16-0 +# BEE_VERSION gegl-0.4.18-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -45,8 +45,9 @@ SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION #} mee_configure() { - bee_configure --disable-docs \ - --without-vala + bee_configure \ + -Ddocs=false \ + -Dvapigen=disabled } #mee_build() { From 8b706c8a4cc0e595385c3937be4a5086d8f14e6a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 1 Nov 2019 16:57:36 +0100 Subject: [PATCH 4/4] gimp: Update version from 2.10.12 to 2.10.14 https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/ --- gimp.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp.be0 b/gimp.be0 index 58b370ca2..ef8f58e4c 100755 --- a/gimp.be0 +++ b/gimp.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gimp-2.10.12-0 +# BEE_VERSION gimp-2.10.14-0 SRCURL[0]="https://download.gimp.org/mirror/pub/gimp/v${PKGVERSION[2]}/gimp-${PKGVERSION}.tar.bz2"