Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mtpaint: update to 3.49.34.
@ 2020-12-13 20:31 mobinmob
  2020-12-13 21:23 ` [PR REVIEW] " ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mobinmob @ 2020-12-13 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages mtpaint
https://github.com/void-linux/void-packages/pull/27127

mtpaint: update to 3.49.34.


A patch file from https://github.com/void-linux/void-packages/pull/27127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mtpaint-27127.patch --]
[-- Type: text/x-diff, Size: 1611 bytes --]

From 60333e72c6073c3c5e7f25637de40ef155a9c169 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 13 Dec 2020 22:28:13 +0200
Subject: [PATCH] mtpaint: update to 3.49.34.

---
 srcpkgs/mtpaint/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mtpaint/template b/srcpkgs/mtpaint/template
index 5058d3313b7..aef30b8e678 100644
--- a/srcpkgs/mtpaint/template
+++ b/srcpkgs/mtpaint/template
@@ -1,15 +1,15 @@
 # Template file for 'mtpaint'
 pkgname=mtpaint
-version=3.49.33
+version=3.49.34
 revision=1
-_commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
+_commit=b30486e0594d7ac3bf8d4242d74d910d3172a9b9
 wrksrc="mtPaint-${_commit}"
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man
-		imagick cflags GIF jpeg jp2 tiff lcms2 man
+		imagick cflags GIF jpeg jp2v2 tiff lcms2 man
 		gtk3 webp intl release"
 hostmakedepends="pkg-config gettext"
-makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg-devel
+makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg2-devel
  libwebp-devel gettext-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK painting program"
@@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
 homepage="http://mtpaint.sourceforge.net/"
 changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
 distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
-checksum=1f61c7dd29c7b7ec46dfb8f31616114feea827e3dd91ce33a21ac2e319a186bc
+checksum=853423eca1b0bffcacdbbecec676fd3ae29846c43f3fee5848eaa9cc2ec9a56e
 
 post_install() {
 	vdoc doc/vcode.t2t

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
@ 2020-12-13 21:23 ` ericonr
  2020-12-13 21:32 ` mobinmob
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-13 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27127#discussion_r542008441

Comment:
I think this should be indented with spaces, right? Could you fix it?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
  2020-12-13 21:23 ` [PR REVIEW] " ericonr
@ 2020-12-13 21:32 ` mobinmob
  2020-12-14 19:50 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-12-13 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27127#discussion_r542010145

Comment:
Οκ 👍

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
  2020-12-13 21:23 ` [PR REVIEW] " ericonr
  2020-12-13 21:32 ` mobinmob
@ 2020-12-14 19:50 ` mobinmob
  2020-12-14 19:51 ` [PR REVIEW] " mobinmob
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-12-14 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages mtpaint
https://github.com/void-linux/void-packages/pull/27127

mtpaint: update to 3.49.34.


A patch file from https://github.com/void-linux/void-packages/pull/27127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mtpaint-27127.patch --]
[-- Type: text/x-diff, Size: 1638 bytes --]

From 757f3b15bb6eb73f8424f151874c9df9df342ae7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 13 Dec 2020 22:28:13 +0200
Subject: [PATCH] mtpaint: update to 3.49.34.

---
 srcpkgs/mtpaint/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mtpaint/template b/srcpkgs/mtpaint/template
index 5058d3313b7..2ed7fdd5a96 100644
--- a/srcpkgs/mtpaint/template
+++ b/srcpkgs/mtpaint/template
@@ -1,15 +1,15 @@
 # Template file for 'mtpaint'
 pkgname=mtpaint
-version=3.49.33
+version=3.49.34
 revision=1
-_commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
+_commit=b30486e0594d7ac3bf8d4242d74d910d3172a9b9
 wrksrc="mtPaint-${_commit}"
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man
-		imagick cflags GIF jpeg jp2 tiff lcms2 man
-		gtk3 webp intl release"
+ imagick cflags GIF jpeg jp2v2 tiff lcms2 man gtk3 webp
+ intl release"
 hostmakedepends="pkg-config gettext"
-makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg-devel
+makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg2-devel
  libwebp-devel gettext-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK painting program"
@@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
 homepage="http://mtpaint.sourceforge.net/"
 changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
 distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
-checksum=1f61c7dd29c7b7ec46dfb8f31616114feea827e3dd91ce33a21ac2e319a186bc
+checksum=853423eca1b0bffcacdbbecec676fd3ae29846c43f3fee5848eaa9cc2ec9a56e
 
 post_install() {
 	vdoc doc/vcode.t2t

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
                   ` (2 preceding siblings ...)
  2020-12-14 19:50 ` [PR PATCH] [Updated] " mobinmob
@ 2020-12-14 19:51 ` mobinmob
  2020-12-14 19:59 ` ericonr
  2020-12-15 14:18 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: mobinmob @ 2020-12-14 19:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27127#discussion_r542706778

Comment:
Thank you, done :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
                   ` (3 preceding siblings ...)
  2020-12-14 19:51 ` [PR REVIEW] " mobinmob
@ 2020-12-14 19:59 ` ericonr
  2020-12-15 14:18 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-14 19:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27127#issuecomment-744675536

Comment:
Thanks! Will merge when builders are freer ;)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: mtpaint: update to 3.49.34.
  2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
                   ` (4 preceding siblings ...)
  2020-12-14 19:59 ` ericonr
@ 2020-12-15 14:18 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-15 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

mtpaint: update to 3.49.34.
https://github.com/void-linux/void-packages/pull/27127

Description:


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-15 14:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 20:31 [PR PATCH] mtpaint: update to 3.49.34 mobinmob
2020-12-13 21:23 ` [PR REVIEW] " ericonr
2020-12-13 21:32 ` mobinmob
2020-12-14 19:50 ` [PR PATCH] [Updated] " mobinmob
2020-12-14 19:51 ` [PR REVIEW] " mobinmob
2020-12-14 19:59 ` ericonr
2020-12-15 14:18 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).