From 56dff8d19daeedfb6a9af69bc840f5fd1be27cba Mon Sep 17 00:00:00 2001 From: Pulux Date: Sun, 31 Jan 2021 09:42:24 +0100 Subject: [PATCH 1/3] libmypaint: update to 1.6.1. --- common/shlibs | 3 ++- srcpkgs/libmypaint/template | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 2f298ff9ad3..d599459910a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -581,7 +581,8 @@ libecpg_compat.so.3 postgresql-libs-8.4.2_1 libecpg.so.6 postgresql-libs-8.4.2_1 libpgtypes.so.3 postgresql-libs-8.4.2_1 libpq.so.5 postgresql-libs-8.4.2_1 -libmypaint-1.5.so.1 libmypaint-1.5.1_1 +libmypaint.so.0 libmypaint-1.6.1_1 +libmypaint-1.6.so.1 libmypaint-1.6.1_1 libmysqlclient_r.so.18 libmysqlclient-5.5.27_1 libmysqlclient.so.18 libmysqlclient-5.5.27_1 libgssapi_krb5.so.2 mit-krb5-libs-1.8_1 diff --git a/srcpkgs/libmypaint/template b/srcpkgs/libmypaint/template index e8e68dc8590..d324c0f531b 100644 --- a/srcpkgs/libmypaint/template +++ b/srcpkgs/libmypaint/template @@ -1,7 +1,7 @@ # Template file for 'libmypaint' pkgname=libmypaint -version=1.5.1 -revision=2 +version=1.6.1 +revision=1 build_style=gnu-configure configure_args="--disable-gegl" hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)" @@ -11,7 +11,7 @@ maintainer="Stefan Mühlinghaus " license="ISC" homepage="https://github.com/mypaint/libmypaint" distfiles="https://github.com/mypaint/libmypaint/releases/download/v${version}/libmypaint-${version}.tar.xz" -checksum=aef8150a0c84ce2ff6fb24de8d5ffc564845d006f8bad7ed84ee32ed1dd90c2b +checksum=741754f293f6b7668f941506da07cd7725629a793108bb31633fb6c3eae5315f build_options="gir" build_options_default="gir" From edd48bb4ace4d37831ab6d6d68e9c42085f921f6 Mon Sep 17 00:00:00 2001 From: Pulux Date: Sun, 31 Jan 2021 09:52:30 +0100 Subject: [PATCH 2/3] gimp: fix libmypaint --- srcpkgs/gimp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template index 61ae1ad1752..432c408fe78 100644 --- a/srcpkgs/gimp/template +++ b/srcpkgs/gimp/template @@ -1,7 +1,7 @@ # Template file for 'gimp' pkgname=gimp version=2.10.20 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-check-update" hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool From 2b910163bd81187a1b1e84573af74a0dfbbe4634 Mon Sep 17 00:00:00 2001 From: Pulux Date: Sun, 31 Jan 2021 09:52:53 +0100 Subject: [PATCH 3/3] opentoonz: fix libmypaint --- srcpkgs/opentoonz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opentoonz/template b/srcpkgs/opentoonz/template index cb6fed95dd7..1c1f3b38669 100644 --- a/srcpkgs/opentoonz/template +++ b/srcpkgs/opentoonz/template @@ -1,7 +1,7 @@ # Template file for 'opentoonz' pkgname=opentoonz version=1.4.0 -revision=1 +revision=2 build_wrksrc="toonz/sources" build_style=cmake hostmakedepends="qt5-qmake qt5-host-tools pkg-config automake libtool"