Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
This commit is contained in:
parent
3191418738
commit
289883b11b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484640
1
MOVED
1
MOVED
@ -10624,3 +10624,4 @@ science/mei|science/code_saturne|2018-11-04|Code_Saturne merged bft, ecs, fvm, m
|
||||
x11-wm/cde|x11/cde|2018-11-03|Recategorise
|
||||
misc/rumprun||2018-11-06|Has expired: "fails with current compilers"
|
||||
security/ossec-hids-client|security/ossec-hids-agent|2018-10-29|Agent is the name used in documentation
|
||||
graphics/ImageMagick|graphics/ImageMagick6|2018-11-10|Port renamed
|
||||
|
@ -76,7 +76,7 @@ EMBYUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_
|
||||
FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
|
||||
FFMPEG_RUN_DEPENDS= ffmpeg>=2:multimedia/ffmpeg
|
||||
GMUSIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmusicapi>=0:audio/py-gmusicapi@${PY_FLAVOR}
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
IPFS_RUN_DEPENDS= ipfs-go:sysutils/ipfs-go
|
||||
KODIUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
|
||||
LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:audio/py-pylast@${PY_FLAVOR}
|
||||
|
@ -7,7 +7,7 @@ CATEGORIES= audio kde kde-applications
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Sound editor for KDE
|
||||
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
|
||||
libFLAC.so:audio/flac \
|
||||
libfftw3.so:math/fftw3 \
|
||||
|
@ -32,7 +32,7 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
||||
GD_CONFIGURE_ENABLE= gd
|
||||
GD_LIB_DEPENDS= libgd.so:graphics/gd
|
||||
IMAGEMAGICK_CONFIGURE_ENABLE= magick
|
||||
IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= apitran
|
||||
PORTVERSION= g20180926
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms astro hamradio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVO
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
sox:audio/sox \
|
||||
display:graphics/ImageMagick
|
||||
display:graphics/ImageMagick6
|
||||
|
||||
USES= python:run shebangfix
|
||||
USE_GITHUB= yes
|
||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \
|
||||
BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \
|
||||
p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl \
|
||||
scmxx:comms/scmxx \
|
||||
convert:graphics/ImageMagick
|
||||
convert:graphics/ImageMagick6
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Simple database explorer
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lang qt:5
|
||||
USE_GITHUB= yes
|
||||
|
@ -68,7 +68,7 @@ check:
|
||||
|
||||
.if ${PORT_OPTIONS:MIMAGEMAGICK}
|
||||
CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE}
|
||||
LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick6
|
||||
PLIST_SUB+= WITH_IMAGEMAGICK=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-imagemagick
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ljit
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://kir.vtx.ru/ljit/dl/ \
|
||||
http://freebsd.nsu.ru/distfiles/
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= shutter
|
||||
PORTVERSION= 0.93.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Screenshot tool
|
||||
LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= ImageMagick>=6.9.3.1,1:graphics/ImageMagick \
|
||||
RUN_DEPENDS= ImageMagick6>=6.9.3.1,1:graphics/ImageMagick6 \
|
||||
librsvg2>=2.40.6:graphics/librsvg2 \
|
||||
p5-File-BaseDir>=0.03:devel/p5-File-BaseDir \
|
||||
p5-File-Copy-Recursive>=0.38_1:devel/p5-File-Copy-Recursive \
|
||||
|
@ -70,7 +70,7 @@ MAIL_QUEUEING_RUN_DEPENDS= p5-TheSchwartz>=1.10:devel/p5-TheSchwartz \
|
||||
p5-File-Slurp>=9999.13:devel/p5-File-Slurp
|
||||
MOVE_BUGZ_RUN_DEPENDS= p5-MIME-Tools>=5.406:mail/p5-MIME-Tools \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig
|
||||
BMP2PNG_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
BMP2PNG_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
# Note: XML-RPC and JSON-RPC are deprecated in favor of REST
|
||||
# and will likely be removed in the Bugzilla 7.0 release.
|
||||
# XXX SOAP::Lite can be removed if upstream officially depends on
|
||||
|
@ -71,7 +71,7 @@ MAIL_QUEUEING_RUN_DEPENDS= p5-TheSchwartz>=1.10:devel/p5-TheSchwartz \
|
||||
p5-Daemon-Generic>=0:net/p5-Daemon-Generic
|
||||
MOVE_BUGZ_RUN_DEPENDS= p5-MIME-Tools>=5.406:mail/p5-MIME-Tools \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig
|
||||
BMP2PNG_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
BMP2PNG_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
# Note: XML-RPC and JSON-RPC are deprecated in favor of REST
|
||||
# and will likely be removed in the Bugzilla 7.0 release.
|
||||
# XXX SOAP::Lite can be removed if upstream officially depends on
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Project-Gantt
|
||||
PORTVERSION= 1.03
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -13,7 +13,7 @@ COMMENT= Create Gantt charts to manage project scheduling
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-Date>=0:devel/p5-Class-Date \
|
||||
convert:graphics/ImageMagick
|
||||
convert:graphics/ImageMagick6
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= paperclip
|
||||
DISTVERSION= 6.1.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
@ -32,7 +33,7 @@ IMAGEMAGICK_DESC= ImageMagick image processing support
|
||||
IMNOX11_DESC= Depend on ImageMagick without X11 support
|
||||
IMX11_DESC= Depend on ImageMagick with X11 support
|
||||
|
||||
IMNOX11_RUN_DEPENDS= ImageMagick-nox11>0:graphics/ImageMagick-nox11
|
||||
IMX11_RUN_DEPENDS= ImageMagick>0:graphics/ImageMagick
|
||||
IMNOX11_RUN_DEPENDS= ImageMagick6-nox11>0:graphics/ImageMagick6-nox11
|
||||
IMX11_RUN_DEPENDS= ImageMagick6>0:graphics/ImageMagick6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= synfig
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= devel graphics multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source
|
||||
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv2+
|
||||
BUILD_DEPENDS= etl>=1.2.1:devel/etl
|
||||
LIB_DEPENDS= libHalf.so:graphics/ilmbase \
|
||||
libIlmImf.so:graphics/openexr \
|
||||
libMagickWand-6.so:graphics/ImageMagick \
|
||||
libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libavcodec.so:multimedia/ffmpeg \
|
||||
libboost_program_options.so:devel/boost-libs \
|
||||
libdv.so:multimedia/libdv \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= emacs
|
||||
DISTVERSION= ${EMACS_VER}.${EMACS_REV}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors ipv6
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -155,7 +156,7 @@ LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
||||
M17N_LIB_DEPENDS= libm17n.so:devel/m17n-lib
|
||||
M17N_CONFIGURE_WITH= m17n-flt
|
||||
M17N_IMPLIES= XFT
|
||||
MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick
|
||||
MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6
|
||||
MAGICK_CONFIGURE_WITH= imagemagick
|
||||
MAILUTILS_CONFIGURE_WITH= mailutils
|
||||
MAILUTILS_CONFIGURE_ENV_OFF= ac_cv_prog_liblockfile=no ac_cv_lib_lockfile_maillock=no
|
||||
|
@ -161,7 +161,7 @@ LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
||||
M17N_LIB_DEPENDS= libm17n.so:devel/m17n-lib
|
||||
M17N_CONFIGURE_WITH= m17n-flt
|
||||
M17N_IMPLIES= XFT
|
||||
MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick
|
||||
MAGICK_LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6
|
||||
MAGICK_CONFIGURE_WITH= imagemagick
|
||||
MAILUTILS_CONFIGURE_WITH= mailutils
|
||||
MAILUTILS_CONFIGURE_ENV_OFF= ac_cv_prog_liblockfile=no ac_cv_lib_lockfile_maillock=no
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kile
|
||||
PORTVERSION= 2.1.3
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION}
|
||||
PKGNAMESUFFIX= -kde4
|
||||
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
DEPRECATED= KDE4 is EOL upstream
|
||||
EXPIRATION_DATE= 2018-12-31
|
||||
|
||||
RUN_DEPENDS= identify:graphics/ImageMagick
|
||||
RUN_DEPENDS= identify:graphics/ImageMagick6
|
||||
|
||||
USES= cmake gettext-tools kde:4 qt:4 shared-mime-info tar:bzip2
|
||||
USE_QT= qmake_build moc_build rcc_build uic_build
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= mgba
|
||||
DISTVERSION= 0.6.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= emulators
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
@ -59,8 +59,8 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libswscale.so:multimedia/ffmpeg
|
||||
|
||||
MAGICK_CMAKE_BOOL= USE_MAGICK
|
||||
MAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \
|
||||
libMagickCore-6.so:graphics/ImageMagick
|
||||
MAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libMagickCore-6.so:graphics/ImageMagick6
|
||||
|
||||
QT5_CMAKE_BOOL= BUILD_QT
|
||||
QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \
|
||||
libpng.so:graphics/png \
|
||||
libenet.so:net/enet \
|
||||
libcurl.so:ftp/curl
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
USES= gmake localbase pkgconfig
|
||||
USE_SDL= image mixer sdl ttf
|
||||
|
@ -28,7 +28,7 @@ OPTIONS_DEFAULT= LAUNCHER
|
||||
|
||||
LAUNCHER_DESC= Install launcher to manage game settings
|
||||
LAUNCHER_USES= mono
|
||||
LAUNCHER_BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
LAUNCHER_BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
LAUNCHER_PLIST_FILES= bin/ClawLauncher.exe bin/clawlauncher
|
||||
LAUNCHER_DESKTOP_ENTRIES= \
|
||||
"${GH_PROJECT}" \
|
||||
|
@ -15,7 +15,7 @@ COMMENT= Compatible client of Ace of Spades
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick # for building icons
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6 # for building icons
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
NOT_FOR_ARCHS= aarch64 powerpc64
|
||||
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1514224543
|
||||
SHA256 (ImageMagick-6.9.9-28.tar.xz) = c1df8dcdd9e8fd910b1d3fa85337beebe8eff1664ed0bf05a353a33afed2bfe1
|
||||
SIZE (ImageMagick-6.9.9-28.tar.xz) = 8826584
|
@ -7,6 +7,6 @@ PORTSCOUT= ignore:1
|
||||
# workaround until bsd.port.mk code can grok the disabling of the X11 option
|
||||
WITHOUT_X11=yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ImageMagick
|
||||
MASTERDIR= ${.CURDIR}/../ImageMagick6
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
DISTVERSION= 6.9.9-28
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 6.9.10-14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
@ -27,6 +26,7 @@ MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \
|
||||
ftp://ftp.is.co.za/pub/imagemagick/ \
|
||||
ftp://ftp.fifi.org/pub/ImageMagick/
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= Image processing tools (legacy version)
|
||||
@ -48,7 +48,10 @@ CPE_VENDOR= imagemagick
|
||||
SHEBANG_FILES= www/source/examples.pl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MAKE=${MAKE_CMD}
|
||||
CONFIGURE_ARGS= --without-dps
|
||||
CONFIGURE_ARGS= --without-dps \
|
||||
--without-flif \
|
||||
--without-raqm \
|
||||
--without-zstd
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= libxml2
|
||||
|
||||
@ -59,42 +62,120 @@ SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \
|
||||
GRAPHVIZ GSLIB JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \
|
||||
GRAPHVIZ GSLIB HEIF JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES \
|
||||
OPENEXR OPENMP PANGO PDF PERL PNG SVG TESTS TIFF WEBP WMF \
|
||||
THREADS X11 16BIT_PIXEL HDRI RAW
|
||||
OPTIONS_DEFAULT= 16BIT_PIXEL BZIP2 FFTW FONTCONFIG FREETYPE \
|
||||
JPEG2000 JBIG JPEG LCMS2 LZMA LQR MODULES PDF PERL PNG SVG \
|
||||
TIFF WEBP WMF THREADS X11 RAW
|
||||
|
||||
16BIT_PIXEL_DESC= 16bit pixel support
|
||||
JPEG2000_DESC= OpenJPEG 2000 support via openjpeg
|
||||
DJVU_DESC= DJVU format support (needs THREADS)
|
||||
GSLIB_DESC= libgs (Postscript SHLIB) support
|
||||
HDRI_DESC= High dynamic range images support
|
||||
MODULES_DESC= Modules support
|
||||
SVG_DESC= SVG vector image format support (via librsvg)
|
||||
TESTS_DESC= Run bundled self-tests after build
|
||||
#SIMD_CONFIGURE_WITH= gcc-arch
|
||||
CONFIGURE_ARGS+= --without-gcc-arch
|
||||
|
||||
16BIT_PIXEL_DESC= 16bit pixel support
|
||||
16BIT_PIXEL_CONFIGURE_OFF=--with-quantum-depth=8
|
||||
16BIT_PIXEL_VARS= _QBIT=Q16
|
||||
16BIT_PIXEL_VARS_OFF= _QBIT=Q8
|
||||
PLIST_SUB+= QBIT=${_QBIT}
|
||||
|
||||
# Produce BZip compressed MIFF images
|
||||
BZIP2_DESC= bzip2 compressed MIFF images
|
||||
BZIP2_CONFIGURE_WITH= bzlib
|
||||
|
||||
FFTW_CONFIGURE_WITH= fftw
|
||||
FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||
|
||||
FONTCONFIG_CONFIGURE_WITH= fontconfig
|
||||
FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
|
||||
|
||||
FREETYPE_CONFIGURE_WITH= freetype
|
||||
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
|
||||
# FPX (FlashPIX) images
|
||||
FPX_CONFIGURE_WITH= fpx
|
||||
FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx
|
||||
|
||||
GRAPHVIZ_CONFIGURE_WITH= gvc
|
||||
GRAPHVIZ_LIB_DEPENDS= libgvc.so:graphics/graphviz
|
||||
GRAPHVIZ_CFLAGS= -I${LOCALBASE}/include/graphviz
|
||||
GRAPHVIZ_LDFLAGS= -L${LOCALBASE}/lib/graphviz
|
||||
|
||||
HEIF_DESC= ISO/IEC 23008-12:2017 HEIF file format support
|
||||
HEIF_CONFIGURE_WITH= heic
|
||||
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
|
||||
|
||||
HDRI_DESC= High dynamic range images support
|
||||
HDRI_CONFIGURE_ENABLE= hdri
|
||||
HDRI_VARS= _HDRI=HDRI
|
||||
HDRI_VARS_OFF= _HDRI=""
|
||||
PLIST_SUB+= HDRI=${_HDRI}
|
||||
|
||||
# JBIG images (lossless compression for bi-level images)
|
||||
JBIG_CONFIGURE_WITH= jbig
|
||||
JBIG_LIB_DEPENDS= libjbig.so:graphics/jbigkit
|
||||
|
||||
JPEG_CONFIGURE_WITH= jpeg
|
||||
JPEG_USES= jpeg
|
||||
|
||||
# JPEG2000 images (wavelet-based lossy compression)
|
||||
JPEG2000_DESC= OpenJPEG 2000 support via openjpeg
|
||||
JPEG2000_CONFIGURE_WITH=openjp2
|
||||
JPEG2000_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
|
||||
|
||||
LCMS2_CONFIGURE_WITH= lcms
|
||||
LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2
|
||||
|
||||
LQR_CONFIGURE_WITH= lqr
|
||||
LQR_LIB_DEPENDS= liblqr-1.so:graphics/liblqr-1
|
||||
LQR_USE= gnome=glib20
|
||||
|
||||
LZMA_CONFIGURE_WITH= lzma
|
||||
|
||||
# Loadable coders, smaller executable, but PerlMagick not really works
|
||||
# ('make test' there works)
|
||||
MODULES_DESC= Modules support
|
||||
MODULES_CONFIGURE_WITH= modules
|
||||
|
||||
PANGO_CONFIGURE_WITH= pango
|
||||
PANGO_USE= gnome=pango
|
||||
PANGO_IMPLIES= X11
|
||||
|
||||
PNG_CONFIGURE_WITH= png
|
||||
PNG_LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
# libraw is by default liked to lcms2, whichs also ends up in IM regardless
|
||||
# of the IM LCMS option.
|
||||
RAW_DESC= RAW format support (implies the lcms2 option)
|
||||
RAW_CONFIGURE_WITH= raw
|
||||
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw \
|
||||
liblcms2.so:graphics/lcms2
|
||||
RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw
|
||||
RAW_IMPLIES= LCMS2
|
||||
|
||||
SVG_DESC= SVG vector image format support (via librsvg, implies the x11 option)
|
||||
SVG_CONFIGURE_WITH= rsvg
|
||||
SVG_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
|
||||
SVG_USE= gnome=cairo,gdkpixbuf2
|
||||
SVG_IMPLIES= X11
|
||||
|
||||
TIFF_CONFIGURE_WITH= tiff
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
|
||||
WEBP_CONFIGURE_WITH= webp
|
||||
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
|
||||
X11_CONFIGURE_WITH= x
|
||||
X11_USE= xorg=ice,sm,x11,xext,xt
|
||||
X11_VARS= CONFLICTS_INSTALL+="ImageMagick-nox11-6* ImageMagick6-nox11-6*" \
|
||||
CONFLICTS+=display-[0-9]*
|
||||
X11_VARS_OFF= CONFLICTS_INSTALL+="ImageMagick-6* ImageMagick6-6*" \
|
||||
PKGNAMESUFFIX=6-nox11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MHDRI}
|
||||
CONFIGURE_ARGS+= --enable-hdri
|
||||
_HDRI=HDRI
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-hdri
|
||||
_HDRI=""
|
||||
.endif
|
||||
PLIST_SUB+= HDRI=${_HDRI}
|
||||
|
||||
.if ${PORT_OPTIONS:MTHREADS}
|
||||
_IMAGEMAGICK_THREADS=yes
|
||||
_IMAGEMAGICK_THREADS_MSG=with threads
|
||||
@ -152,29 +233,10 @@ USES+= compiler:openmp
|
||||
CONFIGURE_ARGS+= --disable-openmp
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:M16BIT_PIXEL}
|
||||
_QBIT=Q16
|
||||
.else
|
||||
# Faster, but poor quality
|
||||
CONFIGURE_ARGS+= --with-quantum-depth=8
|
||||
_QBIT=Q8
|
||||
.endif
|
||||
PLIST_SUB+= QBIT=${_QBIT}
|
||||
|
||||
.if defined(WITH_WINDOWS_FONT_DIR)
|
||||
CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
|
||||
.endif
|
||||
|
||||
# Loadable coders, smaller executable, but PerlMagick not really works
|
||||
# ('make test' there works)
|
||||
.if ${PORT_OPTIONS:MMODULES}
|
||||
CONFIGURE_ARGS+= --with-modules
|
||||
PLIST_SUB+= MODULES=''
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-modules
|
||||
PLIST_SUB+= MODULES='@comment '
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENEXR}
|
||||
. if ${_IMAGEMAGICK_THREADS} == "no"
|
||||
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
|
||||
@ -199,30 +261,6 @@ CONFIGURE_ARGS+= --without-djvu
|
||||
PLIST_SUB+= DJVU="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MJPEG}
|
||||
USES+= jpeg
|
||||
PLIST_SUB+= JPEG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-jpeg
|
||||
PLIST_SUB+= JPEG="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPNG}
|
||||
LIB_DEPENDS+= libpng.so:graphics/png
|
||||
PLIST_SUB+= PNG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-png
|
||||
PLIST_SUB+= PNG="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTIFF}
|
||||
LIB_DEPENDS+= libtiff.so:graphics/tiff
|
||||
PLIST_SUB+= TIFF=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-tiff
|
||||
PLIST_SUB+= TIFF="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGSLIB}
|
||||
CONFIGURE_ARGS+= --with-gslib
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
@ -234,102 +272,6 @@ USES+= ghostscript
|
||||
CONFIGURE_ARGS+= --without-gslib
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLQR}
|
||||
CONFIGURE_ARGS+= --with-lqr
|
||||
LIB_DEPENDS+= liblqr-1.so:graphics/liblqr-1
|
||||
USE_GNOME+= glib20
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-lqr
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFFTW}
|
||||
CONFIGURE_ARGS+= --with-fftw
|
||||
LIB_DEPENDS+= libfftw3.so:math/fftw3
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-fftw
|
||||
.endif
|
||||
|
||||
# Produce BZip compressed MIFF images
|
||||
.if empty(PORT_OPTIONS:MBZIP2)
|
||||
CONFIGURE_ARGS+= --without-bzlib
|
||||
.endif
|
||||
|
||||
# FPX (FlashPIX) images
|
||||
.if ${PORT_OPTIONS:MFPX}
|
||||
LIB_DEPENDS+= libfpx.so:graphics/libfpx
|
||||
CONFIGURE_ARGS+= --with-fpx
|
||||
PLIST_SUB+= FPX=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-fpx
|
||||
PLIST_SUB+= FPX="@comment "
|
||||
.endif
|
||||
|
||||
# JBIG images (lossless compression for bi-level images)
|
||||
.if ${PORT_OPTIONS:MJBIG}
|
||||
LIB_DEPENDS+= libjbig.so:graphics/jbigkit
|
||||
PLIST_SUB+= JBIG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-jbig
|
||||
PLIST_SUB+= JBIG="@comment "
|
||||
.endif
|
||||
|
||||
# JPEG2000 images (wavelet-based lossy compression)
|
||||
.if ${PORT_OPTIONS:MJPEG2000}
|
||||
LIB_DEPENDS+= libopenjp2.so:graphics/openjpeg
|
||||
PLIST_SUB+= JPEG2000=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-openjp2
|
||||
PLIST_SUB+= JPEG2000="@comment "
|
||||
.endif
|
||||
|
||||
# GraphViz dot graphs
|
||||
.if ${PORT_OPTIONS:MGRAPHVIZ}
|
||||
LIB_DEPENDS+= libgvc.so:graphics/graphviz
|
||||
CFLAGS+= -I${LOCALBASE}/include/graphviz
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/graphviz
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-gvc
|
||||
.endif
|
||||
|
||||
# LZMA support
|
||||
# needs manula override for base system...
|
||||
.if ! ${PORT_OPTIONS:MLZMA}
|
||||
CONFIGURE_ARGS+= --without-lzma
|
||||
.endif
|
||||
|
||||
# LCMS (Little CMS) color management version 2 and 1 (mutually exclusive)
|
||||
.if ${PORT_OPTIONS:MLCMS2}
|
||||
LIB_DEPENDS+= liblcms2.so:graphics/lcms2
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-lcms
|
||||
.endif
|
||||
|
||||
# Freetype (TrueType Font) support
|
||||
.if ${PORT_OPTIONS:MFREETYPE}
|
||||
LIB_DEPENDS+= libfreetype.so:print/freetype2
|
||||
CONFIGURE_ARGS+= --with-freetype
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-freetype
|
||||
.endif
|
||||
|
||||
# Webp support
|
||||
.if ${PORT_OPTIONS:MWEBP}
|
||||
LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||
CONFIGURE_ARGS+= --with-webp
|
||||
PLIST_SUB+= WEBP=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-webp
|
||||
PLIST_SUB+= WEBP="@comment "
|
||||
.endif
|
||||
|
||||
# Fontconfig support
|
||||
.if ${PORT_OPTIONS:MFONTCONFIG}
|
||||
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig
|
||||
CONFIGURE_ARGS+= --with-fontconfig
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-fontconfig
|
||||
.endif
|
||||
|
||||
# WMF (Windows Meta File) images
|
||||
.if ${PORT_OPTIONS:MWMF}
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
@ -344,24 +286,6 @@ CONFIGURE_ARGS+= --without-wmf
|
||||
PLIST_SUB+= WMF="@comment "
|
||||
.endif
|
||||
|
||||
# SVG (Scalable Vector Graphics) requires both libxml2 and X11
|
||||
.if ${PORT_OPTIONS:MSVG} && ${PORT_OPTIONS:MX11}
|
||||
LIB_DEPENDS+= librsvg-2.so:graphics/librsvg2
|
||||
USE_GNOME+= cairo gdkpixbuf2
|
||||
CONFIGURE_ARGS+= --with-rsvg
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-rsvg
|
||||
.endif
|
||||
|
||||
# Pango support
|
||||
.if ${PORT_OPTIONS:MPANGO} && ${PORT_OPTIONS:MX11}
|
||||
USE_GNOME+= pango
|
||||
PLIST_SUB+= PANGO=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-pango
|
||||
PLIST_SUB+= PANGO="@comment "
|
||||
.endif
|
||||
|
||||
# PDF (Adobe Portable Document Format) support
|
||||
.if ${PORT_OPTIONS:MPDF}
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
@ -371,19 +295,6 @@ USES+= ghostscript
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ! ${PORT_OPTIONS:MX11}
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
CONFLICTS_INSTALL+= ImageMagick-6*
|
||||
PLIST_SUB+= X11='@comment '
|
||||
PKGNAMESUFFIX= -nox11
|
||||
.else
|
||||
CONFLICTS_INSTALL+= ImageMagick-nox11-6*
|
||||
CONFLICTS+= display-[0-9]*
|
||||
CONFIGURE_ARGS+= --with-x
|
||||
USE_XORG= sm ice x11 xext xt
|
||||
PLIST_SUB+= X11=''
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
INSTALL_TARGET= install-strip install-docDATA install-data-html
|
||||
.else
|
3
graphics/ImageMagick6/distinfo
Normal file
3
graphics/ImageMagick6/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1541454920
|
||||
SHA256 (ImageMagick-6.9.10-14.tar.xz) = d123d4ad4e5bf72c51a6f528a2dbbbd4bf4249f25b36045017c9c634db968e6d
|
||||
SIZE (ImageMagick-6.9.10-14.tar.xz) = 8931552
|
@ -1,3 +1,5 @@
|
||||
Upstream doesn't disable these by default.
|
||||
|
||||
--- config/policy.xml.orig 2017-09-23 12:22:04 UTC
|
||||
+++ config/policy.xml
|
||||
@@ -64,6 +64,11 @@
|
@ -11,4 +11,10 @@ extremely useful for image manipulation.
|
||||
The optional "display" utility conflicts with the utility of the
|
||||
same name from the misc/display port/package.
|
||||
|
||||
While ImageMagick 6 is labeled by upstream as "legacy", this means that
|
||||
it will only receive bug fixes. New features will only be added in
|
||||
ImageMagick 7.
|
||||
|
||||
There is currently no plan of stopping support for ImageMagick 6 upstream.
|
||||
|
||||
WWW: http://www.ImageMagick.org/
|
@ -126,6 +126,7 @@ include/ImageMagick-6/magick/semaphore.h
|
||||
include/ImageMagick-6/magick/shear.h
|
||||
include/ImageMagick-6/magick/signature.h
|
||||
include/ImageMagick-6/magick/splay-tree.h
|
||||
include/ImageMagick-6/magick/static.h
|
||||
include/ImageMagick-6/magick/statistic.h
|
||||
include/ImageMagick-6/magick/stream.h
|
||||
include/ImageMagick-6/magick/string_.h
|
||||
@ -208,8 +209,6 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI%%/configure.xml
|
||||
%%TIFF%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/ept.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fax.la
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fax.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fd.la
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fd.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fits.la
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fits.so
|
||||
%%FPX%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/fpx.la
|
||||
@ -224,6 +223,8 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI%%/configure.xml
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/hald.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/hdr.la
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/hdr.so
|
||||
%%HEIF%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/heic.la
|
||||
%%HEIF%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/heic.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/histogram.la
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/histogram.so
|
||||
%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/hrz.la
|
||||
@ -422,13 +423,13 @@ lib/libMagick++-6.so.8.0.0
|
||||
lib/libMagickCore-6.a
|
||||
lib/libMagickCore-6.la
|
||||
lib/libMagickCore-6.so
|
||||
lib/libMagickCore-6.so.5
|
||||
lib/libMagickCore-6.so.5.0.0
|
||||
lib/libMagickCore-6.so.6
|
||||
lib/libMagickCore-6.so.6.0.0
|
||||
lib/libMagickWand-6.a
|
||||
lib/libMagickWand-6.la
|
||||
lib/libMagickWand-6.so
|
||||
lib/libMagickWand-6.so.5
|
||||
lib/libMagickWand-6.so.5.0.0
|
||||
lib/libMagickWand-6.so.6
|
||||
lib/libMagickWand-6.so.6.0.0
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so
|
||||
@ -1339,65 +1340,115 @@ man/man1/stream.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wand_8h.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/MagickWand/wandtest_8c.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/animate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/animate.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/annotate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/annotate.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/attribute.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/attribute.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/blob.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/blob.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cache-view.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cache.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/channel.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/channel.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cipher.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/cipher.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/color.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/color.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colormap.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colormap.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colorspace.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/colorspace.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/compare.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/compare.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/composite.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/constitute.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/constitute.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/decorate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/decorate.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/deprecate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/deprecate.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/display.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/display.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/distort.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/distort.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/draw.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/draw.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/drawing-wand.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/drawing-wand.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/effect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/effect.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/enhance.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/enhance.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/exception.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/exception.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/feature.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/feature.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fourier.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fourier.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fx.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/fx.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/histogram.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/histogram.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/image-view.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/image.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/image.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/layer.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/layer.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/list.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/list.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick++-classes.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-deprecate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-deprecate.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-image.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-image.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-property.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-property.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-wand.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick-wand.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/magick.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/memory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/memory.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mime.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mime.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mogrify.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/mogrify.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/monitor.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/monitor.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/montage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/montage.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/morphology.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/morphology.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/paint.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/paint.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-iterator.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-iterator.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-wand.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/pixel-wand.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/profile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/property.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/quantize.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/quantize.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/registry.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/registry.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/resize.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/resize.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/resource.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/segment.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/segment.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/shear.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/shear.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/signature.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/signature.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/statistic.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/statistic.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/stream.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/transform.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/transform.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/version.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/version.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/wand-view.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/architecture.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/assets/magick.css
|
@ -36,7 +36,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libltdl.so:devel/libltdl
|
||||
|
||||
CONFLICTS_INSTALL= ImageMagick ImageMagick-nox11 # bin/Magick++-config
|
||||
# bin/Magick++-config
|
||||
CONFLICTS_INSTALL= ImageMagick ImageMagick-nox11 ImageMagick6 ImageMagick6-nox11
|
||||
|
||||
# This port uses .la files, keep libtool:keepla! (magick/module.c)
|
||||
USES= cpe gettext-runtime gmake gnome libtool:keepla \
|
||||
|
@ -9,8 +9,8 @@
|
||||
SUBDIR += GraphicsMagick
|
||||
SUBDIR += Hermes
|
||||
SUBDIR += IPA
|
||||
SUBDIR += ImageMagick
|
||||
SUBDIR += ImageMagick-nox11
|
||||
SUBDIR += ImageMagick6
|
||||
SUBDIR += ImageMagick6-nox11
|
||||
SUBDIR += ImageMagick7
|
||||
SUBDIR += ImageMagick7-nox11
|
||||
SUBDIR += O2-tools
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= autotrace
|
||||
PORTVERSION= 0.31.1
|
||||
PORTREVISION= 31
|
||||
PORTREVISION= 32
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION}
|
||||
|
||||
@ -28,7 +28,7 @@ OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT
|
||||
MING_DESC= Enable swf interface
|
||||
PSTOEDIT_DESC= Convert postscript to other formats
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CONFIGURE_OFF= --without-magick
|
||||
|
||||
MING_LIB_DEPENDS= libming.so:graphics/ming
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= aview
|
||||
DISTVERSION= 1.3.0rc1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/aa-project/${PORTNAME}/${DISTVERSION}
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Graphics viewer for viewing netpbm format on console or X using aalib
|
||||
|
||||
RUN_DEPENDS= anytopnm:graphics/netpbm \
|
||||
convert:graphics/ImageMagick
|
||||
convert:graphics/ImageMagick6
|
||||
LIB_DEPENDS= libaa.so:graphics/aalib
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= converseen
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= fernape@FreeBSD.org
|
||||
@ -11,7 +12,7 @@ COMMENT= Easy to use graphics conversion utility
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lang qt:5 tar:bzip2
|
||||
USE_QT= core gui network widgets \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cuneiform
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://launchpadlibrarian.net/69906918/
|
||||
DISTNAME= ${PORTNAME}-linux-${PORTVERSION}
|
||||
@ -24,7 +24,7 @@ USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= IMAGEMAGICK
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_ImageMagick
|
||||
|
||||
post-patch:
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= curator
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics www python
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -15,7 +15,7 @@ USE_PYTHON= distutils autoplist concurrent optsuffix
|
||||
|
||||
PLIST_FILES= man/man1/curator.1.gz
|
||||
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cuttlefish
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://www.caida.org/tools/visualization/cuttlefish/code/
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Plots diurnal and geographical patterns of supplied data
|
||||
|
||||
RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD \
|
||||
convert:graphics/ImageMagick \
|
||||
convert:graphics/ImageMagick6 \
|
||||
gifsicle:graphics/gifsicle
|
||||
|
||||
USES= perl5 shebangfix
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= danpei
|
||||
PORTVERSION= 2.9.7
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png
|
||||
OPTIONS_DEFINE= IMAGEMAGICK
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK
|
||||
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
USES= gettext
|
||||
USE_GNOME= gtk12 gdkpixbuf
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dcraw-m
|
||||
PORTVERSION= 9.22
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= waitman@waitman.net
|
||||
@ -13,7 +13,7 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libjasper.so:graphics/jasper \
|
||||
liblcms2.so:graphics/lcms2 \
|
||||
libMagickWand-6.so:graphics/ImageMagick
|
||||
libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= waitman
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dmtx-utils
|
||||
PORTVERSION= 0.7.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION}
|
||||
|
||||
@ -13,8 +13,8 @@ COMMENT= Software for reading and writing Data Matrix barcodes
|
||||
LICENSE= LGPL21+
|
||||
|
||||
LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
|
||||
libMagickWand-6.so:graphics/ImageMagick \
|
||||
libMagickCore-6.so:graphics/ImageMagick
|
||||
libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libMagickCore-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= localbase tar:bzip2 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -32,7 +32,7 @@ OPTIONS_DEFAULT= ISPC
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
IMAGEMAGICK_DESC= BMP, GIF, PNG, TGA, TIFF image formats support
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CMAKE_ON= -DEMBREE_TUTORIALS_IMAGE_MAGICK:BOOL=ON
|
||||
|
||||
ISPC_DESC= ISPC applications support
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
|
||||
CATEGORIES= graphics lang
|
||||
PKGNAMESUFFIX= -imagemagick
|
||||
|
||||
@ -16,6 +18,6 @@ OPTIONS_DEFINE= IMAGEMAGICK
|
||||
IMAGEMAGICK_DESC= Install ImageMagick image proccesing tool
|
||||
OPTIONS_DEFAULT= IMAGEMAGICK
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= gmic
|
||||
PORTVERSION= 1.6.9
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://gmic.eu/files/source/
|
||||
PKGNAMEPREFIX= gimp-
|
||||
@ -15,7 +15,7 @@ COMMENT= GREYC's Magic Image Converter
|
||||
LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick \
|
||||
libIlmImf.so:graphics/openexr \
|
||||
libopencv_video.so:graphics/opencv \
|
||||
libMagick++-6.so:graphics/ImageMagick \
|
||||
libMagick++-6.so:graphics/ImageMagick6 \
|
||||
libavcodec.so:multimedia/ffmpeg \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libgimp-2.0.so:graphics/gimp-app \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gscan2pdf
|
||||
PORTVERSION= 2.1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -16,7 +17,7 @@ BUILD_DEPENDS= p5-Config-General>=2.40:devel/p5-Config-General \
|
||||
p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \
|
||||
p5-Log-Log4perl>0:devel/p5-Log-Log4perl \
|
||||
p5-Readonly>0:devel/p5-Readonly \
|
||||
ImageMagick>0:graphics/ImageMagick \
|
||||
ImageMagick6>0:graphics/ImageMagick6 \
|
||||
p5-Image-Sane>=0.14:graphics/p5-Image-Sane \
|
||||
p5-Set-IntSpan>=1.10:math/p5-Set-IntSpan \
|
||||
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
|
||||
@ -32,7 +33,7 @@ RUN_DEPENDS:= p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \
|
||||
scanimage:graphics/sane-backends \
|
||||
scanadf:graphics/sane-frontends \
|
||||
unpaper:graphics/unpaper \
|
||||
ImageMagick>0:graphics/ImageMagick \
|
||||
ImageMagick6>0:graphics/ImageMagick6 \
|
||||
p5-HTML-Parser>0:www/p5-HTML-Parser \
|
||||
p5-Filesys-Df>0.92:sysutils/p5-Filesys-Df \
|
||||
p5-Data-UUID>=1.220:devel/p5-Data-UUID \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= hdr_tools
|
||||
PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
|
||||
http://freebsd.nsu.ru/distfiles/
|
||||
@ -17,7 +17,7 @@ LICENSE= GPLv3
|
||||
LIB_DEPENDS= libpopt.so:devel/popt \
|
||||
libtiff.so:graphics/tiff \
|
||||
libIlmImf.so:graphics/openexr \
|
||||
libMagick++-6.so:graphics/ImageMagick
|
||||
libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= compiler:features gmake pkgconfig tar:tgz
|
||||
NO_WRKSUBDIR= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= imageindex
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.edwinh.org/imageindex/release/ \
|
||||
http://www.reynoldsnet.org/imageindex/release/
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= http://www.edwinh.org/imageindex/release/ \
|
||||
MAINTAINER= johnjen@reynoldsnet.org
|
||||
COMMENT= Digital photo gallery tool
|
||||
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick \
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6 \
|
||||
mplayer:multimedia/mplayer \
|
||||
p5-Image-Info>=0:graphics/p5-Image-Info
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= inkscape
|
||||
PORTVERSION= 0.92.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= https://inkscape.org/en/gallery/item/12187/
|
||||
|
||||
@ -28,7 +28,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libpotrace.so:graphics/libpotrace \
|
||||
libpng.so:graphics/png \
|
||||
libMagick++-6.so:graphics/ImageMagick
|
||||
libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= compiler:c++11-lib cmake cpe desktop-file-utils gnome \
|
||||
iconv:wchar_t jpeg pathfix pkgconfig python:2.7,build \
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Interactive field-aligned mesh generator
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
LIB_DEPENDS= libglfw.so:graphics/glfw \
|
||||
libtbb.so:devel/tbb
|
||||
RUN_DEPENDS= zenity:x11/zenity
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
PORTNAME= kipi-plugin-${KIPI_PLUGIN}
|
||||
PORTVERSION= ${DIGIKAM_VER}
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics kde
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= ${${KIPI_PLUGIN}_DESC}
|
||||
|
||||
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick \
|
||||
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6 \
|
||||
libQtGLib-2.0.so:multimedia/gstreamer1-qt@qt4
|
||||
|
||||
KIPI_PLUGIN= videoslideshow
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= l2p
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics print perl5
|
||||
MASTER_SITES= http://static.redsymbol.net/software/l2p/dist/ \
|
||||
http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
||||
@ -10,7 +10,7 @@ MASTER_SITES= http://static.redsymbol.net/software/l2p/dist/ \
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Create PNG images from LaTeX math expressions
|
||||
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libboard
|
||||
DISTVERSION= 0.9.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -11,7 +11,7 @@ COMMENT= Vector graphics C++ library
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= cmake compiler:c++11-lang localbase
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libdmtx
|
||||
PORTVERSION= 0.7.4
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Library for reading and writing Data Matrix barcodes
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= tar:bzip2 libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= npretty
|
||||
DISTVERSIONPREFIX= n
|
||||
DISTVERSION= 0.9.3-1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= peter@pean.org
|
||||
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool \
|
||||
p5-forks>=0:devel/p5-forks
|
||||
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gammy
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ocre
|
||||
PORTVERSION= 0.043
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://lem.eui.upm.es/pub/ocre/
|
||||
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/}
|
||||
@ -13,7 +14,7 @@ COMMENT= Simple optical character recognition solution
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libaspell.so:textproc/aspell
|
||||
RUN_DEPENDS= display:graphics/ImageMagick \
|
||||
RUN_DEPENDS= display:graphics/ImageMagick6 \
|
||||
gnuplot:math/gnuplot \
|
||||
ispell:textproc/aspell-ispell
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= opendx
|
||||
PORTVERSION= 4.4.4
|
||||
PORTREVISION= 26
|
||||
PORTREVISION= 27
|
||||
CATEGORIES= graphics math java
|
||||
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
|
||||
DISTNAME= dx-${PORTVERSION}
|
||||
@ -16,7 +16,7 @@ LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libtiff.so:graphics/tiff \
|
||||
libcdf.so:science/cdf \
|
||||
libXp.so:x11/libXp
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= openfx-arena
|
||||
PORTVERSION= 2.3.14
|
||||
DISTVERSIONPREFIX= Natron-
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
@ -19,7 +19,7 @@ LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \
|
||||
librevenge-0.0.so:textproc/librevenge \
|
||||
libpoppler-glib.so:graphics/poppler-glib \
|
||||
liblcms2.so:graphics/lcms2 \
|
||||
libMagick++-6.so:graphics/ImageMagick \
|
||||
libMagick++-6.so:graphics/ImageMagick6 \
|
||||
libzip.so:archivers/libzip \
|
||||
libexpat.so:textproc/expat2 \
|
||||
libfreetype.so:print/freetype2 \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= optar
|
||||
PORTVERSION= 2015.02.09
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://ronja.twibright.com/
|
||||
DISTNAME= ${PORTNAME}
|
||||
@ -15,7 +16,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
WRKSRC= ${WRKDIR}/optar_dist
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= CAD-Drawing
|
||||
PORTVERSION= 0.26
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -20,7 +20,7 @@ RUN_DEPENDS= p5-CAD-Calc>=0:math/p5-CAD-Calc \
|
||||
p5-Math-MatrixReal>=0:math/p5-Math-MatrixReal \
|
||||
p5-Math-Vec>=0:math/p5-Math-Vec \
|
||||
p5-Stream>=0:devel/p5-Stream \
|
||||
convert:graphics/ImageMagick
|
||||
convert:graphics/ImageMagick6
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Image-Heatmap
|
||||
PORTVERSION= 0.565
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,7 +14,7 @@ COMMENT= Convert geographic coordinates into a graphical heatmap
|
||||
LICENSE= ART20 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USES= perl5
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Image-Magick-Iterator
|
||||
PORTVERSION= 0.01
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,7 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Sequentially read Image::Magick object from a filehandle
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ImageMagick>=0:graphics/ImageMagick \
|
||||
RUN_DEPENDS= ImageMagick6>=0:graphics/ImageMagick6 \
|
||||
p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= imagick
|
||||
PORTVERSION= 3.4.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
@ -13,8 +13,8 @@ LICENSE= PHP301
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
|
||||
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick-nox11
|
||||
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick6-nox11
|
||||
|
||||
USES= php:pecl pkgconfig localbase
|
||||
|
||||
|
@ -56,7 +56,7 @@ OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \
|
||||
libIex.so:graphics/ilmbase
|
||||
|
||||
IMAGEMAGICK_CMAKE_BOOL= WITH_ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
NETPBM_CMAKE_BOOL= WITH_NetPBM
|
||||
NETPBM_LIB_DEPENDS= libnetpbm.so:graphics/netpbm
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= magickwand
|
||||
PORTVERSION= 1.0.9
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.magickwand.org/download/php/
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
@ -12,7 +12,7 @@ DISTNAME= MagickWandForPHP-${PORTVERSION}-2
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PHP extension to manipulate images
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= php:ext pkgconfig
|
||||
IGNORE_WITH_PHP= 70 71 72 73
|
||||
|
@ -54,7 +54,7 @@ SPECTRE_CONFIGURE_WITH= spectre
|
||||
SPECTRE_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
|
||||
WAND_CONFIGURE_WITH= wand
|
||||
WAND_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
WAND_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
WEBP_CONFIGURE_WITH= webp
|
||||
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pstoedit
|
||||
PORTVERSION= 3.70
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -33,7 +33,7 @@ EMF_DESC= WMF/EMF support via libEMF
|
||||
EMF_LIB_DEPENDS= libEMF.so:graphics/libemf
|
||||
EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF
|
||||
EMF_CONFIGURE_OFF= --without-emf
|
||||
MAGICK_LIB_DEPENDS= libMagick++-*.so:graphics/ImageMagick
|
||||
MAGICK_LIB_DEPENDS= libMagick++-*.so:graphics/ImageMagick6
|
||||
MAGICK_CONFIGURE_ON= --with-magick
|
||||
MAGICK_CONFIGURE_OFF= --without-magick
|
||||
MING_DESC= Flash support via Ming
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= sk1
|
||||
DISTVERSION= g20171127
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -13,7 +13,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||
libMagickCore-6.so:graphics/ImageMagick
|
||||
libMagickCore-6.so:graphics/ImageMagick6
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
|
@ -33,7 +33,7 @@ DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLA
|
||||
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
|
||||
|
||||
GRAPHICSMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/gm:graphics/GraphicsMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/convert:graphics/ImageMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/convert:graphics/ImageMagick6
|
||||
PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
|
||||
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR}
|
||||
WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Wand>0:graphics/py-wand@${PY_FLAVOR}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= Wand
|
||||
PORTVERSION= 0.4.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,7 +12,7 @@ COMMENT= MagickWand Python binding
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= raster3d
|
||||
DISTVERSION= 3.0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics biology
|
||||
MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/
|
||||
DISTNAME= Raster3D_${DISTVERSION:R}-${DISTVERSION:E}
|
||||
@ -32,7 +32,7 @@ OPTIONS_DEFINE= IMAGEMAGICK DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
pre-build: # generation of Makefile.incl has to be separate from 'make all', otherwise the generated Makefile.incl isn't read by 'make all'
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} linux
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= reallyslick
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 20
|
||||
PORTREVISION= 21
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION}
|
||||
DISTNAME= rss-glx_${PORTVERSION}
|
||||
@ -11,7 +11,7 @@ DISTNAME= rss-glx_${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenGL screensaver collection
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libGLC.so:graphics/quesoglc
|
||||
|
||||
USES= compiler gmake pathfix pkgconfig tar:bzip2 libtool
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= recoverjpeg
|
||||
PORTVERSION= 2.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://rfc1149.net/download/${PORTNAME}/ \
|
||||
LOCAL/ehaupt
|
||||
@ -13,7 +14,7 @@ COMMENT= Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= exif:graphics/exif \
|
||||
identify:graphics/ImageMagick
|
||||
identify:graphics/ImageMagick6
|
||||
|
||||
USES= python shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -23,7 +23,7 @@ PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO
|
||||
OPTIONS_DEFINE= IMAGEMAGICK DOCS
|
||||
IMAGEMAGICK_DESC= Image::Magick Perl module support
|
||||
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
IMAGEMAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mini_magick
|
||||
PORTVERSION= 4.9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -16,7 +17,7 @@ OPTIONS_DEFINE= X11
|
||||
OPTIONS_SINGLE= IMAGEMAGICK
|
||||
OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK6 X11
|
||||
IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick)
|
||||
IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick6)
|
||||
IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7)
|
||||
|
||||
USES= gem
|
||||
@ -28,13 +29,13 @@ NO_ARCH= yes
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
.if ${PORT_OPTIONS:MIMAGEMAGICK6}
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick6
|
||||
.else
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick7
|
||||
.endif
|
||||
.else
|
||||
.if ${PORT_OPTIONS:MIMAGEMAGICK6}
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick-nox11
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick6-nox11
|
||||
.else
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick7-nox11
|
||||
.endif
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= rmagick
|
||||
PORTVERSION= 2.16.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -17,7 +17,7 @@ OPTIONS_DEFAULT=X11
|
||||
USE_RUBY= yes
|
||||
USES= gem pkgconfig
|
||||
|
||||
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick-nox11
|
||||
X11_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/ImageMagick6-nox11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= s2tc
|
||||
PORTVERSION= 1.0+20151228
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
@ -12,7 +13,7 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= mesa-libs>=0:graphics/mesa-libs
|
||||
TEST_DEPENDS= convert:graphics/ImageMagick \
|
||||
TEST_DEPENDS= convert:graphics/ImageMagick6 \
|
||||
nvcompress:graphics/nvidia-texture-tools \
|
||||
wget:ftp/wget
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= synfigstudio
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics multimedia
|
||||
MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source
|
||||
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv2+
|
||||
BUILD_DEPENDS= etl>=0.04.19_1:devel/etl
|
||||
LIB_DEPENDS= libHalf.so:graphics/ilmbase \
|
||||
libIlmImf.so:graphics/openexr \
|
||||
libMagick++-6.so:graphics/ImageMagick \
|
||||
libMagick++-6.so:graphics/ImageMagick6 \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= timg
|
||||
PORTVERSION= 0.9.5
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= uzsolt@uzsolt.hu
|
||||
@ -11,7 +11,7 @@ COMMENT= Terminal Image Viewer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hzeller
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= ttygif
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
@ -10,7 +11,7 @@ COMMENT= Converts a ttyrec file into animated gif
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= icholy
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= variety
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \
|
||||
http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
||||
@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=2.6.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} \
|
||||
ImageMagick>=6.9.0.4,1:graphics/ImageMagick \
|
||||
ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \
|
||||
bash>=4.3.33:shells/bash \
|
||||
ca_root_nss>=3.17.4:security/ca_root_nss \
|
||||
coreutils>=8.23:sysutils/coreutils \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xd3d
|
||||
PORTVERSION= 8.3.1
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= graphics math
|
||||
MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/
|
||||
|
||||
@ -29,7 +29,7 @@ LICENSE= GPLv2
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.if !defined(WITHOUT_IMAGEMAGICK)
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick
|
||||
RUN_DEPENDS+= convert:graphics/ImageMagick6
|
||||
.endif
|
||||
.if !defined(WITHOUT_GIFSICLE)
|
||||
RUN_DEPENDS+= gifsicle:graphics/gifsicle
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= zbar
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -28,7 +28,7 @@ X11_USE= XORG=ice,sm,x11,xau,xcb,xdmcp,xext,xv
|
||||
X11_CONFIGURE_ON= --with-x=yes
|
||||
X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick=yes
|
||||
IMAGEMAGICK_CONFIGURE_OFF= --with-imagemagick=no
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mypaedia-fpw-package
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/mypaedia/
|
||||
|
||||
@ -13,7 +13,7 @@ COMMENT= Supplement file to use "mypaedia" on lookup
|
||||
RUN_DEPENDS= sox:audio/sox \
|
||||
timidity:audio/timidity++ \
|
||||
xanim:multimedia/xanim \
|
||||
display:graphics/ImageMagick
|
||||
display:graphics/ImageMagick6
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB= PKGNAME=${PKGNAME}
|
||||
|
@ -3,14 +3,14 @@
|
||||
|
||||
PORTNAME= srd-fpw-package
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/srd/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Supplement file for lookup to use "Random House"
|
||||
|
||||
RUN_DEPENDS= display:graphics/ImageMagick
|
||||
RUN_DEPENDS= display:graphics/ImageMagick6
|
||||
# Your PC does not have an audio card always.
|
||||
# realplay:multimedia/linux-realplayer
|
||||
|
||||
|
@ -28,11 +28,11 @@ USES= gmake iconv libtool pathfix pkgconfig
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
PST2DII_BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
PST2DII_CONFIGURE_OFF= --enable-dii=no
|
||||
PST2DII_CONFIGURE_ON= --enable-dii=yes
|
||||
PST2DII_LIB_DEPENDS= libgd.so:graphics/gd
|
||||
PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
PST2DII_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
|
||||
post-patch:
|
||||
@${GREP} -lr malloc.h ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g'
|
||||
|
@ -42,7 +42,7 @@ LEARNSPAM_DESC= Learn HAM/SPAM
|
||||
LEARNSPAM_IMPLIES= SPAMCHECK
|
||||
LSOF_DESC= lsof
|
||||
LSOF_RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:sysutils/lsof
|
||||
MAGICK_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
MAGICK_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
PAM_DESC= PAM
|
||||
PAM_RUN_DEPENDS= p5-Authen-PAM>=0:security/p5-Authen-PAM
|
||||
POP3_OVER_SSL_DESC= POP3 Over SSL
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= asymptote
|
||||
PORTVERSION= 2.44
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
@ -17,7 +17,7 @@ LICENSE_COMB= dual
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
|
||||
RUN_DEPENDS= animate:graphics/ImageMagick \
|
||||
RUN_DEPENDS= animate:graphics/ImageMagick6 \
|
||||
gv:print/gv \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= glgraph
|
||||
PORTVERSION= 0.2.6
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://glgraph.kaosu.ch/downl/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= p5-OpenGL>=0:graphics/p5-OpenGL \
|
||||
import:graphics/ImageMagick
|
||||
import:graphics/ImageMagick6
|
||||
|
||||
USES= perl5 shebangfix tar:bzip2
|
||||
USE_PERL5= run
|
||||
|
@ -38,7 +38,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES}
|
||||
BUILD_DEPENDS+= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS+= convert:graphics/ImageMagick6
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -19,7 +19,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
convert:graphics/ImageMagick \
|
||||
convert:graphics/ImageMagick6 \
|
||||
ffmpeg:multimedia/ffmpeg \
|
||||
automake:devel/automake \
|
||||
autoconf:devel/autoconf
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gkrellshoot
|
||||
PORTVERSION= 0.4.4
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF/${PORTNAME}/GkrellM2.0%20Port/${PORTVERSION}
|
||||
PKGNAMESUFFIX= 2
|
||||
@ -13,7 +13,7 @@ COMMENT= Screen locking and screen capture plugin for GKrellM 2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
|
||||
RUN_DEPENDS= gkrellm:sysutils/gkrellm2 \
|
||||
import:graphics/ImageMagick
|
||||
import:graphics/ImageMagick6
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= img2xterm
|
||||
PORTVERSION= 1.0.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ COMMENT= Display images on 256 color xterms
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kfei
|
||||
|
@ -12,7 +12,7 @@ COMMENT= OBD-II compliant car diagnostic tool
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick
|
||||
BUILD_DEPENDS= convert:graphics/ImageMagick6
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR}
|
||||
|
||||
USES= dos2unix gnome python:2.7 shebangfix
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= dvd-slideshow
|
||||
PORTVERSION= 0.8.4
|
||||
DISTVERSIONSUFFIX= -2
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX} \
|
||||
SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes
|
||||
@ -15,7 +15,7 @@ MAINTAINER= oz@nixil.net
|
||||
COMMENT= Script to create slideshow-style DVD with some simple menus
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
identify:graphics/ImageMagick \
|
||||
identify:graphics/ImageMagick6 \
|
||||
mpeg2enc:multimedia/mjpegtools \
|
||||
ffmpeg:multimedia/ffmpeg \
|
||||
sox:audio/sox \
|
||||
|
@ -37,7 +37,7 @@ VIDEO-FORMAT_DESC= Use default video format
|
||||
NTSC_DESC= Default video format NTSC
|
||||
PAL_DESC= Default video format PAL
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6
|
||||
|
||||
NTSC_CONFIGURE_ON= --enable-default-video-format=NTSC
|
||||
PAL_CONFIGURE_ON= --enable-default-video-format=PAL
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dvdrip
|
||||
PORTVERSION= 0.98.11
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= CPAN http://www.exit1.org/dvdrip/dist/
|
||||
MASTER_SITE_SUBDIR= CPAN:JRED
|
||||
@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
||||
p5-Event-RPC>=0:devel/p5-Event-RPC \
|
||||
p5-Locale-libintl>=0:devel/p5-Locale-libintl \
|
||||
cdrdao:sysutils/cdrdao \
|
||||
convert:graphics/ImageMagick \
|
||||
convert:graphics/ImageMagick6 \
|
||||
mplayer:multimedia/mplayer \
|
||||
pstree:sysutils/pstree \
|
||||
transcode:multimedia/transcode \
|
||||
|
@ -91,7 +91,7 @@ ESOUND_CONFIGURE_WITH= esound
|
||||
GNOMEVFS2_USE= GNOME=glib20,gconf2,gnomevfs2
|
||||
GNOMEVFS2_CONFIGURE_ENABLE= gnomevfs
|
||||
IMAGEMAGICK_CONFIGURE_WITH= imagemagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_IMPLIES= DMX_IMAGE
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lives
|
||||
PORTVERSION= 2.8.7
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://lives-video.com/releases/
|
||||
DISTNAME= LiVES-${PORTVERSION}
|
||||
@ -37,7 +37,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/analyseplugin:audio/ladspa \
|
||||
mpg123:audio/mpg123 \
|
||||
sox:audio/sox \
|
||||
ogg123:audio/vorbis-tools \
|
||||
convert:graphics/ImageMagick \
|
||||
convert:graphics/ImageMagick6 \
|
||||
sswf:graphics/sswf \
|
||||
mencoder:multimedia/mencoder \
|
||||
mplayer:multimedia/mplayer \
|
||||
|
@ -27,7 +27,7 @@ OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK7
|
||||
IMAGEMAGICK6_DESC= Use ImageMagick 6.x as backend
|
||||
IMAGEMAGICK7_DESC= Use ImageMagick 7.x as backend
|
||||
IMAGEMAGICK6_RUN_DEPENDS= convert:graphics/ImageMagick
|
||||
IMAGEMAGICK6_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
IMAGEMAGICK7_RUN_DEPENDS= convert:graphics/ImageMagick7
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= tovid
|
||||
PORTVERSION= 0.35.2
|
||||
DISTVERSIONPREFIX= tovid-
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= multimedia python
|
||||
|
||||
MAINTAINER= grepper@gmail.com
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= libTix8.4.3.so:x11-toolkits/tix
|
||||
RUN_DEPENDS= mplayer:multimedia/mplayer \
|
||||
mplex:multimedia/mjpegtools \
|
||||
ffmpeg:multimedia/ffmpeg \
|
||||
composite:graphics/ImageMagick \
|
||||
composite:graphics/ImageMagick6 \
|
||||
dvdauthor:multimedia/dvdauthor \
|
||||
growisofs:sysutils/dvd+rw-tools \
|
||||
sox:audio/sox \
|
||||
|
@ -96,7 +96,7 @@ SDL_USE= SDL=sdl
|
||||
SDL_CONFIGURE_ENABLE= sdl
|
||||
SDL_CONFIGURE_ENV_ON= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
||||
IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick
|
||||
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick-prefix=${LOCALBASE}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user