mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
argyllcms: update to 3.1.0, adopt.
This commit is contained in:
parent
098aa941cb
commit
b7cb9d436a
3 changed files with 24 additions and 16 deletions
19
srcpkgs/argyllcms/patches/fix-32bit.patch
Normal file
19
srcpkgs/argyllcms/patches/fix-32bit.patch
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
--- a/Jambase
|
||||||
|
+++ b/Jambase
|
||||||
|
@@ -1037,15 +1037,6 @@
|
||||||
|
HOSTTYPE = $(JAMUNAME[1]) ;
|
||||||
|
}
|
||||||
|
|
||||||
|
- if $(HOSTTYPE) = x86_64
|
||||||
|
- || $(HOSTTYPE) = x86_64-linux
|
||||||
|
- || $(HOSTTYPE) = amd64 {
|
||||||
|
- ECHO "We're on a 64 bit host" ;
|
||||||
|
- HOST64 = true ;
|
||||||
|
- TARGET64 = true ; # We're not allowing for cross-compiling here...
|
||||||
|
- CCFLAGS += -m64 ;
|
||||||
|
- C++FLAGS += -m64 ;
|
||||||
|
- }
|
||||||
|
|
||||||
|
|
||||||
|
# Hmm. Newer linux gcc ar defaults to no timestamps
|
||||||
|
# and introduces a new option to get old behaviour,
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
--- a/numlib/numsup.h 2015-10-26 05:17:33.000000000 +0100
|
|
||||||
+++ b/numlib/numsup.h 2016-10-04 10:10:28.732000000 +0200
|
|
||||||
@@ -324,7 +324,7 @@
|
|
||||||
#define error_program g_log->tag
|
|
||||||
extern void set_exe_path(char *arg0);
|
|
||||||
|
|
||||||
-extern void ATTRIBUTE_NORETURN error(char *fmt, ...);
|
|
||||||
+extern void error(char *fmt, ...) __attribute__((noreturn));
|
|
||||||
extern void warning(char *fmt, ...);
|
|
||||||
extern void verbose(int level, char *fmt, ...);
|
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'argyllcms'
|
# Template file for 'argyllcms'
|
||||||
pkgname=argyllcms
|
pkgname=argyllcms
|
||||||
version=2.3.1
|
version=3.1.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="ftjam zip unzip"
|
hostmakedepends="ftjam zip unzip"
|
||||||
makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel openssl-devel
|
makedepends="zlib-devel libjpeg-turbo-devel libXinerama-devel openssl-devel
|
||||||
libXScrnSaver-devel libXxf86vm-devel libXrandr-devel tiff-devel libpng-devel"
|
libXScrnSaver-devel libXxf86vm-devel libXrandr-devel tiff-devel libpng-devel"
|
||||||
short_desc="ICC compatible color management system"
|
short_desc="ICC compatible color management system"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
license="AGPL-3.0-or-later, GPL-2.0-or-later, GPL-3.0-or-later"
|
license="AGPL-3.0-or-later, GPL-2.0-or-later, GPL-3.0-or-later"
|
||||||
homepage="https://www.argyllcms.com/"
|
homepage="https://www.argyllcms.com/"
|
||||||
distfiles="https://www.argyllcms.com/Argyll_V${version}_src.zip"
|
distfiles="https://www.argyllcms.com/Argyll_V${version}_src.zip"
|
||||||
checksum=bd0bcf58cec284824b79ff55baa242903ed361e12b1b37e12228679f9754961c
|
checksum=4fdd5a1d7bc6dde79a54e350ec9374f6ef00b53903ee0d184cdfa4a11f0ecdcb
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
# Build system look only under / for headers and libraries. Breaks cross.
|
# Build system look only under / for headers and libraries. Breaks cross.
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue