summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2017-08-03 17:47:32 +0000
committerbsam <bsam@FreeBSD.org>2017-08-03 17:47:32 +0000
commit341788831c76a0e407b529f5aed7070884b5fe2b (patch)
treec0d274b667db5a3bb2b80e002721dc74971cf46d
parent19796bee7ec77ab4d4a6bafb8e05cad932a287e5 (diff)
downloadFreeBSD-ports-341788831c76a0e407b529f5aed7070884b5fe2b.zip
FreeBSD-ports-341788831c76a0e407b529f5aed7070884b5fe2b.tar.gz
graphics/iccexamin: Update to version 0.56. Moved to github.
-rw-r--r--graphics/iccexamin/Makefile22
-rw-r--r--graphics/iccexamin/distinfo5
-rw-r--r--graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H11
-rw-r--r--graphics/iccexamin/pkg-plist10
4 files changed, 32 insertions, 16 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile
index 7bf9d6e..56c7745 100644
--- a/graphics/iccexamin/Makefile
+++ b/graphics/iccexamin/Makefile
@@ -1,11 +1,8 @@
# $FreeBSD$
-PORTNAME= iccexamin
-PORTVERSION= 0.55
-PORTREVISION= 2
+PORTNAME= icc-examin
+PORTVERSION= 0.56
CATEGORIES= graphics
-MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION}
-DISTNAME= icc_examin-${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= ICC profile viewer and colour visualisation
@@ -13,17 +10,24 @@ COMMENT= ICC profile viewer and colour visualisation
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
libftgl.so:graphics/ftgl \
- liblcms.so:graphics/lcms \
+ liblcms2.so:graphics/lcms2 \
+ libOyranos.so:graphics/oyranos \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
- liboyranos.so:graphics/oyranos
+ libXcm.so:x11/libXcm
+
+USE_GITHUB= yes
+GH_ACCOUNT= oyranos-cms
MAKE_JOBS_UNSAFE= yes
-USES= desktop-file-utils gettext iconv jpeg pkgconfig tar:bzip2
+USES= desktop-file-utils gettext iconv jpeg pkgconfig
HAS_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_XORG= #
+USE_GL= gl glu
+USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm
CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp
post-patch:
diff --git a/graphics/iccexamin/distinfo b/graphics/iccexamin/distinfo
index 49c65f3..383d6ec 100644
--- a/graphics/iccexamin/distinfo
+++ b/graphics/iccexamin/distinfo
@@ -1,2 +1,3 @@
-SHA256 (icc_examin-0.55.tar.bz2) = e44fe003e5aa7bd70a5b137c094a3047b356755be376977a1aa402c65d0ba2fc
-SIZE (icc_examin-0.55.tar.bz2) = 594646
+TIMESTAMP = 1484860305
+SHA256 (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = f939184e2e0552956363cd370d1502db59215ca43008c20fbfe64c60fa247333
+SIZE (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = 723999
diff --git a/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H b/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H
new file mode 100644
index 0000000..e1eba65
--- /dev/null
+++ b/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H
@@ -0,0 +1,11 @@
+--- fl_i18n/fl_i18n.H.orig 2017-08-03 12:43:05.703182000 +0300
++++ fl_i18n/fl_i18n.H 2017-08-03 12:43:23.617338000 +0300
+@@ -31,7 +31,7 @@
+ #ifndef FL_I18N_H
+ #define FL_I18N_H
+
+-#include "config.h"
++#include "../config.h"
+ #define FL_I18N_VERSION 101
+
+ #if defined(_WIN32) && !defined(__MINGW32__)
diff --git a/graphics/iccexamin/pkg-plist b/graphics/iccexamin/pkg-plist
index 3c947de..37c9772 100644
--- a/graphics/iccexamin/pkg-plist
+++ b/graphics/iccexamin/pkg-plist
@@ -3,10 +3,10 @@ man/man1/iccexamin.1.gz
share/applications/iccexamin.desktop
share/fonts/FreeSans.ttf
share/icons/hicolor/128x128/apps/iccexamin.png
-share/locale/cs/LC_MESSAGES/icc_examin.mo
-share/locale/de/LC_MESSAGES/icc_examin.mo
-share/locale/eo/LC_MESSAGES/icc_examin.mo
-share/locale/eu/LC_MESSAGES/icc_examin.mo
-share/locale/fr/LC_MESSAGES/icc_examin.mo
+share/locale/cs/LC_MESSAGES/icc-examin.mo
+share/locale/de/LC_MESSAGES/icc-examin.mo
+share/locale/eo/LC_MESSAGES/icc-examin.mo
+share/locale/eu/LC_MESSAGES/icc-examin.mo
+share/locale/fr/LC_MESSAGES/icc-examin.mo
share/pixmaps/hicolor/scalable/iccexamin.svg
share/pixmaps/iccexamin.png
OpenPOWER on IntegriCloud