diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-06 23:01:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-06 23:01:13 +0800 |
commit | 27431bcd4593c56b94ffaf757f77f4f19d1b38d5 (patch) | |
tree | a4c9f547d924ff85e2fa15fd90f5f549e9dd225b /graphics | |
parent | 38bfe8347b974d336ebfc1e6eeba52014b6717ce (diff) | |
download | freebsd-ports-gnome-27431bcd4593c56b94ffaf757f77f4f19d1b38d5.tar.gz freebsd-ports-gnome-27431bcd4593c56b94ffaf757f77f4f19d1b38d5.tar.zst freebsd-ports-gnome-27431bcd4593c56b94ffaf757f77f4f19d1b38d5.zip |
- Update sdl20 and satellite libraries to latest versions
sdl2: 2.0.3 -> 2.0.4
sdl2_image: 2.0.0 -> 2.0.1
sdl2_mixer: 2.0.0 -> 2.0.1
sdl2_net: 2.0.0 -> 2.0.1
sdl2_ttf: 2.0.12 -> 2.0.14
- Add LICENSE_FILE
- Strip libraries
- Switch to USES=localbase where applicable
PR: 207671
Submitted by: devnexen@gmail.com, amdmi3
Approved by: maintainer timeout (mva, 1 month)
Exp-run by: antoine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sdl2_image/Makefile | 9 | ||||
-rw-r--r-- | graphics/sdl2_image/distinfo | 4 | ||||
-rw-r--r-- | graphics/sdl2_image/pkg-plist | 2 | ||||
-rw-r--r-- | graphics/sdl2_ttf/Makefile | 15 | ||||
-rw-r--r-- | graphics/sdl2_ttf/distinfo | 4 | ||||
-rw-r--r-- | graphics/sdl2_ttf/pkg-plist | 2 |
6 files changed, 15 insertions, 21 deletions
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index 963ac3ae43be..cc21037e6008 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_image -PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} @@ -11,12 +10,12 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= pkgconfig:build pathfix gmake libtool +USES= pkgconfig:build pathfix gmake libtool localbase USE_SDL= sdl2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lm +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= JPEG PNG TIFF WEBP diff --git a/graphics/sdl2_image/distinfo b/graphics/sdl2_image/distinfo index 579f9dbb5f1f..049ed2232009 100644 --- a/graphics/sdl2_image/distinfo +++ b/graphics/sdl2_image/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_image-2.0.0.tar.gz) = b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 -SIZE (SDL2_image-2.0.0.tar.gz) = 8398016 +SHA256 (SDL2_image-2.0.1.tar.gz) = 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 +SIZE (SDL2_image-2.0.1.tar.gz) = 7797848 diff --git a/graphics/sdl2_image/pkg-plist b/graphics/sdl2_image/pkg-plist index f0306c625ef4..e3f947a9842f 100644 --- a/graphics/sdl2_image/pkg-plist +++ b/graphics/sdl2_image/pkg-plist @@ -1,6 +1,6 @@ include/SDL2/SDL_image.h lib/libSDL2_image-2.0.so.0 -lib/libSDL2_image-2.0.so.0.0.0 +lib/libSDL2_image-2.0.so.0.0.1 lib/libSDL2_image.a lib/libSDL2_image.so libdata/pkgconfig/SDL2_image.pc diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 5d5bb1c213d8..d86e50f10fd2 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_ttf -PORTVERSION= 2.0.12 -PORTREVISION= 5 +PORTVERSION= 2.0.14 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} @@ -11,23 +10,19 @@ MAINTAINER= mva@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= pkgconfig:build pathfix gmake libtool +USES= pkgconfig:build pathfix gmake libtool localbase USE_SDL= sdl2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= yes -.endif +OPENGL_USE= GL=yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin/sdl2-glfont diff --git a/graphics/sdl2_ttf/distinfo b/graphics/sdl2_ttf/distinfo index 755d9b3055e3..2b398ff91ee1 100644 --- a/graphics/sdl2_ttf/distinfo +++ b/graphics/sdl2_ttf/distinfo @@ -1,2 +1,2 @@ -SHA256 (SDL2_ttf-2.0.12.tar.gz) = 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e -SIZE (SDL2_ttf-2.0.12.tar.gz) = 5517665 +SHA256 (SDL2_ttf-2.0.14.tar.gz) = 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 +SIZE (SDL2_ttf-2.0.14.tar.gz) = 4147462 diff --git a/graphics/sdl2_ttf/pkg-plist b/graphics/sdl2_ttf/pkg-plist index c27f87b47438..31d95eda34c6 100644 --- a/graphics/sdl2_ttf/pkg-plist +++ b/graphics/sdl2_ttf/pkg-plist @@ -2,7 +2,7 @@ bin/sdl2-glfont bin/sdl2-showfont include/SDL2/SDL_ttf.h lib/libSDL2_ttf-2.0.so.0 -lib/libSDL2_ttf-2.0.so.0.10.2 +lib/libSDL2_ttf-2.0.so.0.14.0 lib/libSDL2_ttf.a lib/libSDL2_ttf.so libdata/pkgconfig/SDL2_ttf.pc |