1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/colord: Update to version 1.2.12, plus:

. add LICENSE (GPLv2);
. incorporate USES+=localbase;
. . build and install libcolordcompat [*].

[*] Argyllcms uses libcolordcompat to manage colors.
Here is the output of "dispwin -D1" command without and with libcolordcompat:
===
Got EDID for display
using ucmm for profile installation
---
Got EDID for display
using colord for profile installation
===
So, Argyll uses colord only when libcolordcompat is installed.

PR:		214728
Submitted by:	bsam (me)
Approved by:	kwm (maintainer timeout, 2 weeks+)
This commit is contained in:
Boris Samorodov 2016-12-09 20:02:35 +00:00
parent cbb0697fdb
commit de8b7c0f26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428238
4 changed files with 15 additions and 11 deletions

View File

@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= colord
PORTVERSION= 1.2.11
PORTREVISION= 1
PORTVERSION= 1.2.12
CATEGORIES= graphics
MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
LICENSE= GPLv2
BUILD_DEPENDS= spotread:graphics/argyllcms
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libdbus-1.so:devel/dbus \
@ -19,7 +20,7 @@ RUN_DEPENDS= spotread:graphics/argyllcms
USERS= colord
GROUPS= colord
USES= gettext gmake libtool pathfix pkgconfig sqlite tar:xz
USES= gettext gmake libtool localbase pathfix pkgconfig sqlite tar:xz
USE_GNOME= glib20 intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@ -31,9 +32,8 @@ CONFIGURE_ARGS= --disable-udev \
--disable-gusb \
--disable-sane \
--with-daemon-user=colord \
--disable-systemd-login
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
--disable-systemd-login \
--enable-libcolordcompat
CONFIGURE_ENV= USB_CFLAGS="-I/usr/include" \
USB_LIBS="-L/usr/lib -lusb"
INSTALL_TARGET= install-strip

View File

@ -1,2 +1,3 @@
SHA256 (colord-1.2.11.tar.xz) = dac29c83659703a8548db561bc670832f26b30f7a88ed90a6530eb052a10df8f
SIZE (colord-1.2.11.tar.xz) = 1205468
TIMESTAMP = 1479744381
SHA256 (colord-1.2.12.tar.xz) = d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a
SIZE (colord-1.2.12.tar.xz) = 1214992

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig 2015-04-26 18:53:13.990362000 +0200
+++ Makefile.in 2015-04-26 18:54:20.559863000 +0200
@@ -92,7 +92,6 @@
--- Makefile.in.orig 2016-11-21 22:27:07 UTC
+++ Makefile.in
@@ -92,7 +92,6 @@ host_triplet = @host@
@HAVE_UNIX_TRUE@am__append_1 = \
@HAVE_UNIX_TRUE@ man \
@HAVE_UNIX_TRUE@ policy \

View File

@ -11,6 +11,7 @@ include/colord-1/colord/cd-buffer.h
include/colord-1/colord/cd-client-sync.h
include/colord-1/colord/cd-client.h
include/colord-1/colord/cd-color.h
include/colord-1/colord/cd-compat-edid.h
include/colord-1/colord/cd-device-sync.h
include/colord-1/colord/cd-device.h
include/colord-1/colord/cd-dom.h
@ -42,6 +43,8 @@ lib/libcolord.a
lib/libcolord.so
lib/libcolord.so.2
lib/libcolord.so.2.0.4
lib/libcolordcompat.a
lib/libcolordcompat.so
lib/libcolordprivate.a
lib/libcolordprivate.so
lib/libcolordprivate.so.2