FreeBSD Bugzilla – Attachment 96276 Details for
Bug 134867
[PATCH] graphics/ImageMagick: add liquid rescale (liblqr) support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ImageMagick-6.5.1.10_1.patch
ImageMagick-6.5.1.10_1.patch (text/plain), 1.21 KB, created by
Dmitry Marakasov
on 2009-05-23 05:10:01 UTC
(
hide
)
Description:
ImageMagick-6.5.1.10_1.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-05-23 05:10:01 UTC
Size:
1.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/ImageMagick/Makefile,v >retrieving revision 1.287 >diff -u -u -r1.287 Makefile >--- Makefile 5 May 2009 15:05:33 -0000 1.287 >+++ Makefile 23 May 2009 04:04:31 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= ImageMagick > DISTVERSION= 6.5.1-10 >+PORTREVISION= 1 > CATEGORIES= graphics perl5 > MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ > ${MASTER_SITE_SOURCEFORGE} \ >@@ -64,7 +65,8 @@ > IMAGEMAGICK_WMF "WMF format support" off \ > IMAGEMAGICK_SVG "SVG format support" off \ > IMAGEMAGICK_PDF "PDF format support" on \ >- IMAGEMAGICK_GSLIB "libgs (Postscript SHLIB) support" off >+ IMAGEMAGICK_GSLIB "libgs (Postscript SHLIB) support" off \ >+ IMAGEMAGICK_LQR "liquid rescale (liblqr-1) support" on > > .include <bsd.port.pre.mk> > >@@ -184,6 +186,13 @@ > CONFIGURE_ARGS+= --without-gslib > .endif > >+.if !defined(WITHOUT_IMAGEMAGICK_LQR) >+CONFIGURE_ARGS+= --with-lqr >+LIB_DEPENDS+= lqr-1.3:${PORTSDIR}/graphics/liblqr-1 >+.else >+CONFIGURE_ARGS+= --without-lqr >+.endif >+ > # Produce BZip compressed MIFF images > .if defined(WITHOUT_IMAGEMAGICK_BZLIB) > CONFIGURE_ARGS+= --without-bzlib
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134867
: 96276