mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.6.8
Enforce dependency on tiff
This commit is contained in:
parent
d42a178c95
commit
7903c5eb12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359808
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sampleicc
|
||||
PORTVERSION= 1.6.6
|
||||
PORTVERSION= 1.6.8
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20tar/SampleIcc-${PORTVERSION}/
|
||||
DISTNAME= SampleICC-${PORTVERSION}
|
||||
@ -14,8 +14,12 @@ LICENSE_NAME= The ICC Software License, Version 0.2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix
|
||||
USES= libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --with-tifflib=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (SampleICC-1.6.6.tar.gz) = 675f3ee0e7c7f158b663c6a4db04110e7e94de454a46a5904a6d9f318c2de0f5
|
||||
SIZE (SampleICC-1.6.6.tar.gz) = 660936
|
||||
SHA256 (SampleICC-1.6.8.tar.gz) = 8b23bc6b9e4b8d304dc239bf874078edf7764e999aee4e11e7ed2d1c0271b965
|
||||
SIZE (SampleICC-1.6.8.tar.gz) = 708069
|
||||
|
@ -7,8 +7,10 @@ bin/extract_probe_data
|
||||
bin/flatten_AToB_tag
|
||||
bin/generate_device_codes
|
||||
bin/iccApplyNamedCmm
|
||||
bin/iccApplyProfiles
|
||||
bin/iccDumpProfile
|
||||
bin/iccGamutMapGirdle
|
||||
bin/iccGetBPCInfo
|
||||
bin/iccProfLibTest
|
||||
bin/iccRoundTrip
|
||||
bin/iccStripUnknownTags
|
||||
@ -46,12 +48,12 @@ include/SampleICC/Vetters.h
|
||||
include/SampleICC/icProfileHeader.h
|
||||
include/SampleICC/md5.h
|
||||
lib/libICC_utils.a
|
||||
lib/libICC_utils.la
|
||||
lib/libICC_utils.so
|
||||
lib/libICC_utils.so.2
|
||||
lib/libICC_utils.so.2.0.3
|
||||
lib/libSampleICC.a
|
||||
lib/libSampleICC.la
|
||||
lib/libSampleICC.so
|
||||
lib/libSampleICC.so.2
|
||||
lib/libSampleICC.so.2.0.3
|
||||
libdata/pkgconfig/sampleicc.pc
|
||||
@dirrm include/SampleICC
|
||||
|
Loading…
Reference in New Issue
Block a user