- update to 6.3.6-10
- add libwmf support ok simon@ merdely@ sthen@
This commit is contained in:
parent
fa5c3936b0
commit
e21ca595f0
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.99 2007/10/22 14:23:08 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.100 2007/11/22 17:20:19 okan Exp $
|
||||
|
||||
COMMENT= image processing tools
|
||||
|
||||
VER= 6.3.5
|
||||
DASHVER= 9
|
||||
VER= 6.3.6
|
||||
DASHVER= 10
|
||||
DISTNAME= ImageMagick-${VER}-${DASHVER}
|
||||
PKGNAME= ImageMagick-${VER}.${DASHVER}
|
||||
SHARED_LIBS= Magick++ 12.0 \
|
||||
Magick 12.0 \
|
||||
Wand 12.0
|
||||
SHARED_LIBS= Magick++ 12.1 \
|
||||
Magick 12.1 \
|
||||
Wand 12.1
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -32,7 +32,8 @@ LIB_DEPENDS= bz2.>=10::archivers/bzip2 \
|
||||
tiff.>=36::graphics/tiff \
|
||||
xml2.>=9::textproc/libxml \
|
||||
lcms.>=1::graphics/lcms \
|
||||
jasper.>=1::graphics/jasper
|
||||
jasper.>=1::graphics/jasper \
|
||||
wmflite.>=7::graphics/libwmf
|
||||
|
||||
RUN_DEPENDS= :netpbm-*:graphics/netpbm
|
||||
BUILD_DEPENDS= :netpbm-*:graphics/netpbm
|
||||
@ -53,7 +54,7 @@ CONFIGURE_ARGS+= --with-quantum-depth=16 \
|
||||
--without-threads \
|
||||
--without-perl \
|
||||
--without-rsvg \
|
||||
--without-wmf \
|
||||
--with-wmf \
|
||||
--disable-ltdl-install
|
||||
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include/libxml2 -I${LOCALBASE}/include" \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (ImageMagick-6.3.5-9.tar.gz) = I9hjitYr9O0NLXchT6H0ng==
|
||||
RMD160 (ImageMagick-6.3.5-9.tar.gz) = X3SWeHZDk2aMIvEU07EeJkRM7sw=
|
||||
SHA1 (ImageMagick-6.3.5-9.tar.gz) = u/3/XexHtpdcgLCbfPFJurPrvjQ=
|
||||
SHA256 (ImageMagick-6.3.5-9.tar.gz) = 6fiLWyRpU4iThWMJFkiFIN/nrFengYPdkMs5U0rfcUs=
|
||||
SIZE (ImageMagick-6.3.5-9.tar.gz) = 9310482
|
||||
MD5 (ImageMagick-6.3.6-10.tar.gz) = mycQYgC9yHnQWDNVvIBS+g==
|
||||
RMD160 (ImageMagick-6.3.6-10.tar.gz) = yy5MWV5nQ+s3i6O6Tb319ttiHPE=
|
||||
SHA1 (ImageMagick-6.3.6-10.tar.gz) = a+X4sSW5Cq1YxNK9hvwEIgEIsS0=
|
||||
SHA256 (ImageMagick-6.3.6-10.tar.gz) = Dfj2txKR0Y3DXdCXXW3+kOsmuOq57UB3MfM48INOde8=
|
||||
SIZE (ImageMagick-6.3.6-10.tar.gz) = 9100940
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.37 2007/09/19 18:46:55 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.38 2007/11/22 17:20:20 okan Exp $
|
||||
!%%no_x11%%
|
||||
%%SHARED%%
|
||||
bin/Magick++-config
|
||||
@ -33,6 +33,7 @@ include/magick/PreRvIcccm.h
|
||||
include/magick/animate.h
|
||||
include/magick/annotate.h
|
||||
include/magick/api.h
|
||||
include/magick/artifact.h
|
||||
include/magick/blob.h
|
||||
include/magick/cache-view.h
|
||||
include/magick/cache.h
|
||||
|
Loading…
Reference in New Issue
Block a user