1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

The OpenICC configuration data base allows to store, share and

manipulate colour management informations.

Part of that is a file format based on JSON and a implementation
of an according library for easy access.

Features:
  *  access to OpenICC device JSON DB

WWW: https://github.com/OpenICC/config
This commit is contained in:
Boris Samorodov 2017-08-02 19:24:54 +00:00
parent b97e1f7121
commit c459ed0852
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447174
5 changed files with 50 additions and 0 deletions

View File

@ -633,6 +633,7 @@
SUBDIR += opencv-java
SUBDIR += opendx
SUBDIR += opengl-man
SUBDIR += openicc-config
SUBDIR += openimageio
SUBDIR += openjpeg
SUBDIR += openjpeg15

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= openicc-config
PORTVERSION= 0.1.0
CATEGORIES= graphics
MAINTAINER= bsam@FreeBSD.org
COMMENT= Color configuration data base management
LICENSE= MIT
LIB_DEPENDS= libyajl.so:devel/yajl
USE_GITHUB= yes
GH_ACCOUNT= OpenICC
GH_PROJECT= config
USES= cmake gettext iconv:build pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1482706306
SHA256 (OpenICC-config-0.1.0_GH0.tar.gz) = 461e567bbb9913b0731914be5efe2992158e169b69783956513f35a0f931ec51
SIZE (OpenICC-config-0.1.0_GH0.tar.gz) = 193974

View File

@ -0,0 +1,10 @@
The OpenICC configuration data base allows to store, share and
manipulate colour management informations.
Part of that is a file format based on JSON and a implementation
of an according library for easy access.
Features:
* access to OpenICC device JSON DB
WWW: https://github.com/OpenICC/config

View File

@ -0,0 +1,16 @@
bin/openicc-device
include/openicc/openicc_config.h
include/openicc/openicc_db.h
include/openicc/openicc_version.h
lib/cmake/openicc/OpenIccConfig.cmake
lib/libOpenICC.so
lib/libOpenICC.so.0
lib/libOpenICC.so.0.1.0
lib/libopenicc-static.a
libdata/pkgconfig/openicc.pc
share/locale/cs/LC_MESSAGES/OpenICC.mo
share/locale/de/LC_MESSAGES/OpenICC.mo
share/locale/eo/LC_MESSAGES/OpenICC.mo
share/locale/eu/LC_MESSAGES/OpenICC.mo
share/locale/fr/LC_MESSAGES/OpenICC.mo
share/locale/ru/LC_MESSAGES/OpenICC.mo