Date: Mon, 9 Sep 2019 21:22:15 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511712 - head/games/solarus Message-ID: <201909092122.x89LMFEv026983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Mon Sep 9 21:22:15 2019 New Revision: 511712 URL: https://svnweb.freebsd.org/changeset/ports/511712 Log: - Update to 1.6.2 Modified: head/games/solarus/Makefile head/games/solarus/distinfo head/games/solarus/pkg-plist Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/Makefile Mon Sep 9 21:22:15 2019 (r511712) @@ -1,11 +1,9 @@ # $FreeBSD$ PORTNAME= solarus -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.6.2 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ -DISTNAME= solarus-${PORTVERSION}-src MAINTAINER= danilo@FreeBSD.org COMMENT= Zelda-like 2D game engine @@ -19,12 +17,15 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5 +USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5 sdl xorg +USE_GITLAB= yes +GL_ACCOUNT= solarus-games +GL_COMMIT= 004d6f792d9ad5dcfc0575e6a029b987bd9f8807 + MAKE_ARGS+= DESTDIR=${STAGEDIR} USE_QT= buildtools_build core gui linguisttools_build widgets USE_SDL= sdl2 ttf2 image2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GL= gl glu USE_LDCONFIG= yes Modified: head/games/solarus/distinfo ============================================================================== --- head/games/solarus/distinfo Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/distinfo Mon Sep 9 21:22:15 2019 (r511712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545604770 -SHA256 (solarus-1.6.0-src.tar.gz) = d800fdf388f860732f2d40c8dd635c34fd1c452857f75bf9b3a421e3ef5ee751 -SIZE (solarus-1.6.0-src.tar.gz) = 3982219 +TIMESTAMP = 1567194123 +SHA256 (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 36f29d154447c93a54e92a6979a0005017fd00c83dd1cd9d9d2c4f92d6c452c7 +SIZE (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 15073302 Modified: head/games/solarus/pkg-plist ============================================================================== --- head/games/solarus/pkg-plist Mon Sep 9 21:21:12 2019 (r511711) +++ head/games/solarus/pkg-plist Mon Sep 9 21:22:15 2019 (r511712) @@ -35,6 +35,8 @@ include/solarus/core/Logger.h include/solarus/core/MainLoop.h include/solarus/core/Map.h include/solarus/core/MapData.h +include/solarus/core/PerfCounter.h +include/solarus/core/PerfCounter.inl include/solarus/core/PixelBits.h include/solarus/core/Point.h include/solarus/core/Point.inl @@ -144,6 +146,7 @@ include/solarus/graphics/ShaderData.h include/solarus/graphics/ShaderPtr.h include/solarus/graphics/SoftwarePixelFilter.h include/solarus/graphics/SoftwareVideoMode.h +include/solarus/graphics/SolarusGl.h include/solarus/graphics/Sprite.h include/solarus/graphics/SpriteAnimation.h include/solarus/graphics/SpriteAnimationDirection.h @@ -164,7 +167,7 @@ include/solarus/graphics/Video.h include/solarus/graphics/glrenderer/GlRenderer.h include/solarus/graphics/glrenderer/GlShader.h include/solarus/graphics/glrenderer/GlTexture.h -include/solarus/graphics/glrenderer/gles2funcs.h +include/solarus/graphics/quest_icon.h include/solarus/graphics/sdlrenderer/SDLRenderer.h include/solarus/graphics/sdlrenderer/SDLShader.h include/solarus/graphics/sdlrenderer/SDLSurfaceImpl.h @@ -235,6 +238,8 @@ include/solarus/movements/RandomPathMovement.h include/solarus/movements/RelativeMovement.h include/solarus/movements/StraightMovement.h include/solarus/movements/TargetMovement.h +include/solarus/third_party/KHR/khrplatform.h +include/solarus/third_party/glad/glad.h include/solarus/third_party/glm/CMakeLists.txt include/solarus/third_party/glm/common.hpp include/solarus/third_party/glm/detail/_features.hpp @@ -502,9 +507,11 @@ include/solarus/third_party/snes_spc/blargg_source.h include/solarus/third_party/snes_spc/dsp.h include/solarus/third_party/snes_spc/spc.h lib/libsolarus-gui.so +lib/libsolarus-gui.so.1 +lib/libsolarus-gui.so.1.6.2 lib/libsolarus.so lib/libsolarus.so.1 -lib/libsolarus.so.1.6.0 +lib/libsolarus.so.1.6.2 share/appdata/solarus.appdata.xml share/applications/solarus.desktop share/icons/hicolor/128x128/apps/solarus.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909092122.x89LMFEv026983>