diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:25:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:25:06 +0000 |
commit | d60b005d2176098c7b94697de8043b03c25d9eb8 (patch) | |
tree | 1d576eb799436c03e6b0feaac7e1c8f1596b5c5e /graphics | |
parent | a0c42fc5b0f07a7e5557937c3dc7c2740435216d (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick13/Makefile | 2 | ||||
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-webp/Makefile | 2 | ||||
-rw-r--r-- | graphics/ida/Makefile | 2 | ||||
-rw-r--r-- | graphics/imageworsener/Makefile | 1 | ||||
-rw-r--r-- | graphics/leptonica/Makefile | 2 | ||||
-rw-r--r-- | graphics/openimageio/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-pillow/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl2_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/sdl_image/Makefile | 2 | ||||
-rw-r--r-- | graphics/webp/Makefile | 29 | ||||
-rw-r--r-- | graphics/webp/distinfo | 4 | ||||
-rw-r--r-- | graphics/webp/pkg-plist | 16 |
14 files changed, 38 insertions, 34 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile index b329e9eeebee..4aaeed75b1cd 100644 --- a/graphics/GraphicsMagick13/Makefile +++ b/graphics/GraphicsMagick13/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 7bcd303de699..7d0be1e646a8 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.8.0-7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -278,7 +278,7 @@ CONFIGURE_ARGS+= --without-freetype # Webp support .if ${PORT_OPTIONS:MWEBP} -LIB_DEPENDS+= webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS+= libwebp.so:${PORTSDIR}/graphics/webp CONFIGURE_ARGS+= --with-webp PLIST_SUB+= WEBP="" .else diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index eab98648d108..3f45a0ed3207 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/gstreamer1-plugins-webp/Makefile b/graphics/gstreamer1-plugins-webp/Makefile index 56a61a2bd385..3d0a5bd84103 100644 --- a/graphics/gstreamer1-plugins-webp/Makefile +++ b/graphics/gstreamer1-plugins-webp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer webp image decoder plugin diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 6301b3b88a96..212b169f6cb0 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -3,7 +3,7 @@ PORTNAME= ida PORTVERSION= 2.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile index 56c4d198a08b..97cb79bf8acb 100644 --- a/graphics/imageworsener/Makefile +++ b/graphics/imageworsener/Makefile @@ -3,6 +3,7 @@ PORTNAME= imageworsener PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 4fdffb2362b2..9b2ebf96acb0 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -3,7 +3,7 @@ PORTNAME= leptonica PORTVERSION= 1.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 2f074cc8a2ec..bb7935c8dfd4 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.3.9 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index db1f3d97a075..2c66a3622b0d 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -3,7 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/p/P/}-${PORTVERSION} diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index 581eee491baf..6e2e5d9fc2b5 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -2,7 +2,7 @@ PORTNAME= sdl2_image PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 762ab57a04c2..94edd3c1907c 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index e97576b8b8a4..95aeab547dec 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -11,26 +10,30 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google WebP image format conversion tool -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ - libgif.so:${PORTSDIR}/graphics/giflib \ libtiff.so:${PORTSDIR}/graphics/tiff -USE_LDCONFIG= yes -GNU_CONFIGURE= yes +OPTIONS_DEFINE= X11 +OPTIONS_SUB= yes + CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-libwebpmux \ +CONFIGURE_ARGS= --enable-libwebpdecoder \ --enable-libwebpdemux \ - --enable-libwebpdecoder + --enable-libwebpmux \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +USE_LDCONFIG= yes +USES= libtool -OPTIONS_DEFINE= X11 -OPTIONS_SUB= yes -X11_USE= GL=glut X11_CONFIGURE_OFF= --with-glincludedir=/dev/null +X11_USE= GL=glut post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so .include <bsd.port.mk> diff --git a/graphics/webp/distinfo b/graphics/webp/distinfo index 708169e512fc..039c5330a3af 100644 --- a/graphics/webp/distinfo +++ b/graphics/webp/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.3.1.tar.gz) = b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7 -SIZE (libwebp-0.3.1.tar.gz) = 844799 +SHA256 (libwebp-0.4.0.tar.gz) = 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 +SIZE (libwebp-0.4.0.tar.gz) = 887880 diff --git a/graphics/webp/pkg-plist b/graphics/webp/pkg-plist index 0fd07e8f8f61..c95b7c9c857a 100644 --- a/graphics/webp/pkg-plist +++ b/graphics/webp/pkg-plist @@ -10,21 +10,21 @@ include/webp/mux.h include/webp/mux_types.h include/webp/types.h lib/libwebp.a -lib/libwebp.la lib/libwebp.so -lib/libwebp.so.4 +lib/libwebp.so.5 +lib/libwebp.so.5.0.0 lib/libwebpdecoder.a -lib/libwebpdecoder.la lib/libwebpdecoder.so -lib/libwebpdecoder.so.0 +lib/libwebpdecoder.so.1 +lib/libwebpdecoder.so.1.0.0 lib/libwebpdemux.a -lib/libwebpdemux.la lib/libwebpdemux.so -lib/libwebpdemux.so.0 +lib/libwebpdemux.so.1 +lib/libwebpdemux.so.1.0.0 lib/libwebpmux.a -lib/libwebpmux.la lib/libwebpmux.so -lib/libwebpmux.so.0 +lib/libwebpmux.so.1 +lib/libwebpmux.so.1.0.0 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc |