graphics/xmedcon: update to 0.16.1
While here: * Add USES=gnome localbase and USE_GNOME=gtk20 to simplify flags * Reorder some variables ChangeLog: http://xmedcon.sourceforge.net//Main/New * patch with several spelling corrections ; updating to recent libtools * improved homebrew file * allow reading InterFile dialects without "END OF INTERFILE" * basic Siemens Interfile support Reported by: portscout
This commit is contained in:
parent
8ffa852989
commit
67a9132ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488680
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmedcon
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 0.16.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
|
||||
|
||||
@ -12,22 +12,18 @@ COMMENT= Medical image conversion utility and library
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= libtool pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gnome libtool localbase pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \
|
||||
--enable-llcheck
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= `pkg-config --libs gtk+-x11-2.0`
|
||||
|
||||
OPTIONS_DEFINE= X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF \
|
||||
INTERFILE INW PNG
|
||||
OPTIONS_DEFAULT=X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1532310236
|
||||
SHA256 (xmedcon-0.15.0.tar.bz2) = 8b5efdbcb73f915386bac08e0e1facbe7c8ed4160ef4725a488aa9c74292784a
|
||||
SIZE (xmedcon-0.15.0.tar.bz2) = 826296
|
||||
TIMESTAMP = 1546101633
|
||||
SHA256 (xmedcon-0.16.1.tar.bz2) = 767d3f044023978e0b6da13ac3c450f9d01dce58314962bc07e0f70a0fcd3a11
|
||||
SIZE (xmedcon-0.16.1.tar.bz2) = 836770
|
||||
|
Loading…
Reference in New Issue
Block a user