graphics/iccexamin: Update to version 0.56. Moved to github.
This commit is contained in:
parent
e43cb04ac9
commit
c4b7d27960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447272
4 changed files with 32 additions and 16 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
11
graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H
Normal file
11
graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H
Normal file
|
@ -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__)
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue