Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] argyllcms: update to 2.1.1.
@ 2019-10-11 13:01 voidlinux-github
  2019-10-11 13:26 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-11 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages argyllcms
https://github.com/void-linux/void-packages/pull/15332

argyllcms: update to 2.1.1.


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

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

From 9e7c1104c7716a11bce5a00d73cf2dc1ff9e0bf7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 15:59:54 +0300
Subject: [PATCH] argyllcms: update to 2.1.1.

---
 srcpkgs/argyllcms/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/argyllcms/template b/srcpkgs/argyllcms/template
index e21fe421805..1e3680f5a33 100644
--- a/srcpkgs/argyllcms/template
+++ b/srcpkgs/argyllcms/template
@@ -1,19 +1,19 @@
 # Template file for 'argyllcms'
 pkgname=argyllcms
-version=2.1.0
-revision=2
+version=2.1.1
+revision=1
 wrksrc="Argyll_V${version}"
 hostmakedepends="ftjam zip unzip"
 makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel libressl-devel
  libXScrnSaver-devel libXxf86vm-devel libXrandr-devel tiff-devel libpng-devel"
 short_desc="ICC compatible color management system"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="AGPL-3"
+license="AGPL-3.0-or-later, GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="https://www.argyllcms.com/"
 # Official site is not reachable from musl builder
 # distfiles="https://www.argyllcms.com/Argyll_V${version}_src.zip"
 distfiles="http://mirror.netcologne.de/gentoo/distfiles/Argyll_V${version}_src.zip"
-checksum=57a24794248937ad67facf56af8384dfbc556d5791345ab40b2d321c2707bbcf
+checksum=51269bcafc4d95679354b796685c3f0a41b44b78443cbe360cda4a2d72f32acb
 
 # Build system look only under / for headers and libraries. Breaks cross.
 nocross=yes
@@ -46,4 +46,5 @@ do_install() {
 	install -m644 doc/*.* ${DESTDIR}/usr/share/${pkgname}/doc
 	vmkdir usr/lib/udev/rules.d
 	install -m644 usb/55-Argyll.rules ${DESTDIR}/usr/lib/udev/rules.d/55-Argyll.rules
+	vlicense License.txt
 }

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

* Re: argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
@ 2019-10-11 13:26 ` voidlinux-github
  2019-10-11 13:26 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-11 13:26 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15332#issuecomment-541063937

Comment:
Build fails on i686.

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

* Re: argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
  2019-10-11 13:26 ` voidlinux-github
@ 2019-10-11 13:26 ` voidlinux-github
  2019-10-12  8:48 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-11 13:26 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15332#issuecomment-541063937

Comment:
Build fails on i686, no idea why...

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

* Re: argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
  2019-10-11 13:26 ` voidlinux-github
  2019-10-11 13:26 ` voidlinux-github
@ 2019-10-12  8:48 ` voidlinux-github
  2019-10-18 17:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12  8:48 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15332#issuecomment-541302955

Comment:
The build system determines if it is running on a 64 bit host by checking uname. This does not take into account that one might use a 32 bit userland on a 64 bit host to compile the software. You can see this in the output of the script:

```
We're on a 64 bit host 
```

This means, either work around/patch the build system or mark the package as broken on i686*.

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

* Re: [PR PATCH] [Updated] argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-18 17:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-18 17:42 ` voidlinux-github
  2019-10-18 17:42 ` voidlinux-github
  2019-10-19 17:45 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-18 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages argyllcms
https://github.com/void-linux/void-packages/pull/15332

argyllcms: update to 2.1.1.


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

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

From 9ee9e4f479f06998388942925c2c9dde7d51b79c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 15:59:54 +0300
Subject: [PATCH] argyllcms: update to 2.1.1.

---
 srcpkgs/argyllcms/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/argyllcms/template b/srcpkgs/argyllcms/template
index e21fe421805..0b04c46f304 100644
--- a/srcpkgs/argyllcms/template
+++ b/srcpkgs/argyllcms/template
@@ -1,23 +1,27 @@
 # Template file for 'argyllcms'
 pkgname=argyllcms
-version=2.1.0
-revision=2
+version=2.1.1
+revision=1
 wrksrc="Argyll_V${version}"
 hostmakedepends="ftjam zip unzip"
 makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel libressl-devel
  libXScrnSaver-devel libXxf86vm-devel libXrandr-devel tiff-devel libpng-devel"
 short_desc="ICC compatible color management system"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="AGPL-3"
+license="AGPL-3.0-or-later, GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="https://www.argyllcms.com/"
 # Official site is not reachable from musl builder
 # distfiles="https://www.argyllcms.com/Argyll_V${version}_src.zip"
 distfiles="http://mirror.netcologne.de/gentoo/distfiles/Argyll_V${version}_src.zip"
-checksum=57a24794248937ad67facf56af8384dfbc556d5791345ab40b2d321c2707bbcf
+checksum=51269bcafc4d95679354b796685c3f0a41b44b78443cbe360cda4a2d72f32acb
 
 # Build system look only under / for headers and libraries. Breaks cross.
 nocross=yes
 
+case "$XBPS_TARGET_MACHINE" in
+	i686*) broken="https://api.travis-ci.org/v3/job/596592439/log.txt"
+esac
+
 do_configure() {
 	sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
 }
@@ -46,4 +50,5 @@ do_install() {
 	install -m644 doc/*.* ${DESTDIR}/usr/share/${pkgname}/doc
 	vmkdir usr/lib/udev/rules.d
 	install -m644 usb/55-Argyll.rules ${DESTDIR}/usr/lib/udev/rules.d/55-Argyll.rules
+	vlicense License.txt
 }

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

* Re: [PR PATCH] [Updated] argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12  8:48 ` voidlinux-github
@ 2019-10-18 17:42 ` voidlinux-github
  2019-10-18 17:42 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-18 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages argyllcms
https://github.com/void-linux/void-packages/pull/15332

argyllcms: update to 2.1.1.


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

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

From 9ee9e4f479f06998388942925c2c9dde7d51b79c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 11 Oct 2019 15:59:54 +0300
Subject: [PATCH] argyllcms: update to 2.1.1.

---
 srcpkgs/argyllcms/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/argyllcms/template b/srcpkgs/argyllcms/template
index e21fe421805..0b04c46f304 100644
--- a/srcpkgs/argyllcms/template
+++ b/srcpkgs/argyllcms/template
@@ -1,23 +1,27 @@
 # Template file for 'argyllcms'
 pkgname=argyllcms
-version=2.1.0
-revision=2
+version=2.1.1
+revision=1
 wrksrc="Argyll_V${version}"
 hostmakedepends="ftjam zip unzip"
 makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel libressl-devel
  libXScrnSaver-devel libXxf86vm-devel libXrandr-devel tiff-devel libpng-devel"
 short_desc="ICC compatible color management system"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="AGPL-3"
+license="AGPL-3.0-or-later, GPL-2.0-or-later, GPL-3.0-or-later"
 homepage="https://www.argyllcms.com/"
 # Official site is not reachable from musl builder
 # distfiles="https://www.argyllcms.com/Argyll_V${version}_src.zip"
 distfiles="http://mirror.netcologne.de/gentoo/distfiles/Argyll_V${version}_src.zip"
-checksum=57a24794248937ad67facf56af8384dfbc556d5791345ab40b2d321c2707bbcf
+checksum=51269bcafc4d95679354b796685c3f0a41b44b78443cbe360cda4a2d72f32acb
 
 # Build system look only under / for headers and libraries. Breaks cross.
 nocross=yes
 
+case "$XBPS_TARGET_MACHINE" in
+	i686*) broken="https://api.travis-ci.org/v3/job/596592439/log.txt"
+esac
+
 do_configure() {
 	sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
 }
@@ -46,4 +50,5 @@ do_install() {
 	install -m644 doc/*.* ${DESTDIR}/usr/share/${pkgname}/doc
 	vmkdir usr/lib/udev/rules.d
 	install -m644 usb/55-Argyll.rules ${DESTDIR}/usr/lib/udev/rules.d/55-Argyll.rules
+	vlicense License.txt
 }

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

* Re: argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-18 17:42 ` voidlinux-github
@ 2019-10-18 17:42 ` voidlinux-github
  2019-10-19 17:45 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-18 17:42 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15332#issuecomment-543856515

Comment:
Marked as broken.

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

* Re: [PR PATCH] [Merged]: argyllcms: update to 2.1.1.
  2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-18 17:42 ` voidlinux-github
@ 2019-10-19 17:45 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-19 17:45 UTC (permalink / raw)
  To: ml

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

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

argyllcms: update to 2.1.1.
https://github.com/void-linux/void-packages/pull/15332

Description:


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

end of thread, other threads:[~2019-10-19 17:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 13:01 [PR PATCH] argyllcms: update to 2.1.1 voidlinux-github
2019-10-11 13:26 ` voidlinux-github
2019-10-11 13:26 ` voidlinux-github
2019-10-12  8:48 ` voidlinux-github
2019-10-18 17:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-18 17:42 ` voidlinux-github
2019-10-18 17:42 ` voidlinux-github
2019-10-19 17:45 ` [PR PATCH] [Merged]: " voidlinux-github

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).