Index: head/games/solarus/Makefile =================================================================== --- head/games/solarus/Makefile (revision 532432) +++ head/games/solarus/Makefile (revision 532433) @@ -1,48 +1,45 @@ # $FreeBSD$ PORTNAME= solarus -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org COMMENT= Zelda-like 2D game engine LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libphysfs.so:devel/physfs \ libmodplug.so:audio/libmodplug \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg +RUN_DEPENDS= glm>0:math/glm +BUILD_DEPENDS= glm>0:math/glm USES= cmake:noninja compiler:c++11-lib gl openal qmake qt:5 sdl xorg USE_GITLAB= yes GL_ACCOUNT= solarus-games -GL_COMMIT= 004d6f792d9ad5dcfc0575e6a029b987bd9f8807 +GL_COMMIT= f43727b232b3ed13d98440a845e2a29e470e4f0d MAKE_ARGS+= DESTDIR=${STAGEDIR} USE_QT= buildtools_build core gui linguisttools_build widgets USE_SDL= sdl2 ttf2 image2 USE_GL= gl glu USE_LDCONFIG= yes OPTIONS_DEFINE= LUAJIT OPTIONS_DEFAULT_amd64= LUAJIT OPTIONS_DEFAULT_i386= LUAJIT OPTIONS_DEFAULT_powerpc= LUAJIT LUAJIT_CMAKE_BOOL= SOLARUS_USE_LUAJIT LUAJIT_DESC= Use LuaJIT instead of standard Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_USES_OFF= lua:51 CMAKE_ARGS+= -DSOLARUS_MANUAL_INSTALL_DESTINATION:STRING="man" - -post-install: - ${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man6/solarus-run.6 \ - ${STAGEDIR}${PREFIX}/man/man6/solarus.6 .include Index: head/games/solarus/distinfo =================================================================== --- head/games/solarus/distinfo (revision 532432) +++ head/games/solarus/distinfo (revision 532433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567194123 -SHA256 (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 36f29d154447c93a54e92a6979a0005017fd00c83dd1cd9d9d2c4f92d6c452c7 -SIZE (solarus-games-solarus-004d6f792d9ad5dcfc0575e6a029b987bd9f8807_GL0.tar.gz) = 15073302 +TIMESTAMP = 1587498822 +SHA256 (solarus-games-solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d_GL0.tar.gz) = 750d0bd650485d5462c1b181e852a52e6a188d5c11962b92d53c2084001557d8 +SIZE (solarus-games-solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d_GL0.tar.gz) = 14994373 Index: head/games/solarus/pkg-plist =================================================================== --- head/games/solarus/pkg-plist (revision 532432) +++ head/games/solarus/pkg-plist (revision 532433) @@ -1,526 +1,274 @@ bin/solarus-launcher bin/solarus-run include/solarus/audio/ItDecoder.h include/solarus/audio/Music.h include/solarus/audio/OggDecoder.h include/solarus/audio/Sound.h include/solarus/audio/SpcDecoder.h include/solarus/containers/Grid.h include/solarus/containers/Quadtree.h include/solarus/containers/Quadtree.inl include/solarus/core/Ability.h include/solarus/core/AbilityInfo.h include/solarus/core/AndroidConfig.h include/solarus/core/AppleInterface.h include/solarus/core/Arguments.h include/solarus/core/CommandsEffects.h include/solarus/core/Common.h include/solarus/core/CurrentQuest.h include/solarus/core/Debug.h include/solarus/core/Dialog.h include/solarus/core/DialogBoxSystem.h include/solarus/core/DialogResources.h include/solarus/core/EnumInfo.h include/solarus/core/EnumInfo.inl include/solarus/core/Equipment.h include/solarus/core/EquipmentItem.h include/solarus/core/EquipmentItemUsage.h include/solarus/core/FontResource.h include/solarus/core/Game.h include/solarus/core/GameCommand.h include/solarus/core/GameCommands.h include/solarus/core/Geometry.h include/solarus/core/InputEvent.h 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 include/solarus/core/QuestDatabase.h include/solarus/core/QuestFiles.h include/solarus/core/QuestProperties.h include/solarus/core/Random.h include/solarus/core/Rectangle.h include/solarus/core/Rectangle.inl include/solarus/core/ResourceProvider.h include/solarus/core/ResourceType.h include/solarus/core/Savegame.h include/solarus/core/SavegameConverterV1.h include/solarus/core/Scale.h include/solarus/core/Scale.inl include/solarus/core/Settings.h include/solarus/core/Size.h include/solarus/core/Size.inl include/solarus/core/SolarusFatal.h include/solarus/core/String.h include/solarus/core/StringResources.h include/solarus/core/System.h include/solarus/core/Timer.h include/solarus/core/TimerPtr.h include/solarus/core/Transform.h include/solarus/core/Transform.inl include/solarus/core/Treasure.h include/solarus/core/config.h include/solarus/core/config.h.in include/solarus/entities/AnimatedTilePattern.h include/solarus/entities/Arrow.h include/solarus/entities/Block.h include/solarus/entities/Bomb.h include/solarus/entities/Boomerang.h include/solarus/entities/BorderKind.h include/solarus/entities/BorderSet.h include/solarus/entities/Camera.h include/solarus/entities/CameraPtr.h include/solarus/entities/CarriedObject.h include/solarus/entities/Chest.h include/solarus/entities/CollisionMode.h include/solarus/entities/Crystal.h include/solarus/entities/CrystalBlock.h include/solarus/entities/CustomEntity.h include/solarus/entities/Destination.h include/solarus/entities/Destructible.h include/solarus/entities/Door.h include/solarus/entities/DynamicTile.h include/solarus/entities/Enemy.h include/solarus/entities/EnemyAttack.h include/solarus/entities/EnemyReaction.h include/solarus/entities/Entities.h include/solarus/entities/Entity.h include/solarus/entities/EntityData.h include/solarus/entities/EntityPtr.h include/solarus/entities/EntityState.h include/solarus/entities/EntityType.h include/solarus/entities/EntityTypeInfo.h include/solarus/entities/Explosion.h include/solarus/entities/Fire.h include/solarus/entities/Ground.h include/solarus/entities/GroundInfo.h include/solarus/entities/Hero.h include/solarus/entities/HeroPtr.h include/solarus/entities/Hookshot.h include/solarus/entities/Jumper.h include/solarus/entities/NonAnimatedRegions.h include/solarus/entities/Npc.h include/solarus/entities/ParallaxScrollingTilePattern.h include/solarus/entities/Pickable.h include/solarus/entities/SelfScrollingTilePattern.h include/solarus/entities/Sensor.h include/solarus/entities/Separator.h include/solarus/entities/SeparatorPtr.h include/solarus/entities/ShopTreasure.h include/solarus/entities/SimpleTilePattern.h include/solarus/entities/Stairs.h include/solarus/entities/StartingLocationMode.h include/solarus/entities/Stream.h include/solarus/entities/StreamAction.h include/solarus/entities/Switch.h include/solarus/entities/Teletransporter.h include/solarus/entities/Tile.h include/solarus/entities/TileInfo.h include/solarus/entities/TilePattern.h include/solarus/entities/TilePtr.h include/solarus/entities/Tileset.h include/solarus/entities/TilesetData.h include/solarus/entities/TraversableInfo.h include/solarus/entities/Wall.h include/solarus/graphics/BlendMode.h include/solarus/graphics/BlendModeInfo.h include/solarus/graphics/Color.h include/solarus/graphics/Color.inl include/solarus/graphics/DefaultShaders.h include/solarus/graphics/DrawProxies.h include/solarus/graphics/Drawable.h include/solarus/graphics/DrawablePtr.h include/solarus/graphics/Hq2xFilter.h include/solarus/graphics/Hq3xFilter.h include/solarus/graphics/Hq4xFilter.h include/solarus/graphics/Renderer.h include/solarus/graphics/SDLPtrs.h include/solarus/graphics/Scale2xFilter.h include/solarus/graphics/Shader.h 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 include/solarus/graphics/SpriteAnimationSet.h include/solarus/graphics/SpriteData.h include/solarus/graphics/SpritePtr.h include/solarus/graphics/Surface.h include/solarus/graphics/SurfaceImpl.h include/solarus/graphics/SurfacePtr.h include/solarus/graphics/TextSurface.h include/solarus/graphics/Transition.h include/solarus/graphics/TransitionFade.h include/solarus/graphics/TransitionImmediate.h include/solarus/graphics/TransitionScrolling.h include/solarus/graphics/VertexArray.h include/solarus/graphics/VertexArrayPtr.h 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/quest_icon.h include/solarus/graphics/sdlrenderer/SDLRenderer.h include/solarus/graphics/sdlrenderer/SDLShader.h include/solarus/graphics/sdlrenderer/SDLSurfaceImpl.h include/solarus/gui/about_dialog.h include/solarus/gui/console.h include/solarus/gui/console_line_edit.h include/solarus/gui/gui_common.h include/solarus/gui/gui_tools.h include/solarus/gui/main_window.h include/solarus/gui/quest_runner.h include/solarus/gui/quests_item_delegate.h include/solarus/gui/quests_model.h include/solarus/gui/quests_view.h include/solarus/gui/settings.h include/solarus/gui/ui_about_dialog.h include/solarus/gui/ui_console.h include/solarus/gui/ui_main_window.h include/solarus/hero/BackToSolidGroundState.h include/solarus/hero/BoomerangState.h include/solarus/hero/BowState.h include/solarus/hero/CarryingState.h include/solarus/hero/CustomState.h include/solarus/hero/FallingState.h include/solarus/hero/ForcedWalkingState.h include/solarus/hero/FreeState.h include/solarus/hero/FrozenState.h include/solarus/hero/GrabbingState.h include/solarus/hero/HeroSprites.h include/solarus/hero/HeroState.h include/solarus/hero/HookshotState.h include/solarus/hero/HurtState.h include/solarus/hero/JumpingState.h include/solarus/hero/LiftingState.h include/solarus/hero/PlayerMovementState.h include/solarus/hero/PlungingState.h include/solarus/hero/PullingState.h include/solarus/hero/PushingState.h include/solarus/hero/RunningState.h include/solarus/hero/SpinAttackState.h include/solarus/hero/StairsState.h include/solarus/hero/SwimmingState.h include/solarus/hero/SwordLoadingState.h include/solarus/hero/SwordSwingingState.h include/solarus/hero/SwordTappingState.h include/solarus/hero/TreasureState.h include/solarus/hero/UsingItemState.h include/solarus/hero/VictoryState.h include/solarus/lua/ExportableToLua.h include/solarus/lua/ExportableToLuaPtr.h include/solarus/lua/LuaContext.h include/solarus/lua/LuaData.h include/solarus/lua/LuaException.h include/solarus/lua/LuaTools.h include/solarus/lua/LuaTools.inl include/solarus/lua/ScopedLuaRef.h include/solarus/movements/CircleMovement.h include/solarus/movements/FallingHeight.h include/solarus/movements/FallingOnFloorMovement.h include/solarus/movements/JumpMovement.h include/solarus/movements/Movement.h include/solarus/movements/PathFinding.h include/solarus/movements/PathFindingMovement.h include/solarus/movements/PathMovement.h include/solarus/movements/PixelMovement.h include/solarus/movements/PlayerMovement.h include/solarus/movements/RandomMovement.h 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 -include/solarus/third_party/glm/detail/_fixes.hpp -include/solarus/third_party/glm/detail/_noise.hpp -include/solarus/third_party/glm/detail/_swizzle.hpp -include/solarus/third_party/glm/detail/_swizzle_func.hpp -include/solarus/third_party/glm/detail/_vectorize.hpp -include/solarus/third_party/glm/detail/dummy.cpp -include/solarus/third_party/glm/detail/func_common.hpp -include/solarus/third_party/glm/detail/func_common.inl -include/solarus/third_party/glm/detail/func_exponential.hpp -include/solarus/third_party/glm/detail/func_exponential.inl -include/solarus/third_party/glm/detail/func_geometric.hpp -include/solarus/third_party/glm/detail/func_geometric.inl -include/solarus/third_party/glm/detail/func_integer.hpp -include/solarus/third_party/glm/detail/func_integer.inl -include/solarus/third_party/glm/detail/func_matrix.hpp -include/solarus/third_party/glm/detail/func_matrix.inl -include/solarus/third_party/glm/detail/func_packing.hpp -include/solarus/third_party/glm/detail/func_packing.inl -include/solarus/third_party/glm/detail/func_trigonometric.hpp -include/solarus/third_party/glm/detail/func_trigonometric.inl -include/solarus/third_party/glm/detail/func_vector_relational.hpp -include/solarus/third_party/glm/detail/func_vector_relational.inl -include/solarus/third_party/glm/detail/glm.cpp -include/solarus/third_party/glm/detail/intrinsic_common.hpp -include/solarus/third_party/glm/detail/intrinsic_common.inl -include/solarus/third_party/glm/detail/intrinsic_exponential.hpp -include/solarus/third_party/glm/detail/intrinsic_exponential.inl -include/solarus/third_party/glm/detail/intrinsic_geometric.hpp -include/solarus/third_party/glm/detail/intrinsic_geometric.inl -include/solarus/third_party/glm/detail/intrinsic_integer.hpp -include/solarus/third_party/glm/detail/intrinsic_integer.inl -include/solarus/third_party/glm/detail/intrinsic_matrix.hpp -include/solarus/third_party/glm/detail/intrinsic_matrix.inl -include/solarus/third_party/glm/detail/intrinsic_trigonometric.hpp -include/solarus/third_party/glm/detail/intrinsic_trigonometric.inl -include/solarus/third_party/glm/detail/intrinsic_vector_relational.hpp -include/solarus/third_party/glm/detail/intrinsic_vector_relational.inl -include/solarus/third_party/glm/detail/precision.hpp -include/solarus/third_party/glm/detail/setup.hpp -include/solarus/third_party/glm/detail/type_float.hpp -include/solarus/third_party/glm/detail/type_gentype.hpp -include/solarus/third_party/glm/detail/type_gentype.inl -include/solarus/third_party/glm/detail/type_half.hpp -include/solarus/third_party/glm/detail/type_half.inl -include/solarus/third_party/glm/detail/type_int.hpp -include/solarus/third_party/glm/detail/type_mat.hpp -include/solarus/third_party/glm/detail/type_mat.inl -include/solarus/third_party/glm/detail/type_mat2x2.hpp -include/solarus/third_party/glm/detail/type_mat2x2.inl -include/solarus/third_party/glm/detail/type_mat2x3.hpp -include/solarus/third_party/glm/detail/type_mat2x3.inl -include/solarus/third_party/glm/detail/type_mat2x4.hpp -include/solarus/third_party/glm/detail/type_mat2x4.inl -include/solarus/third_party/glm/detail/type_mat3x2.hpp -include/solarus/third_party/glm/detail/type_mat3x2.inl -include/solarus/third_party/glm/detail/type_mat3x3.hpp -include/solarus/third_party/glm/detail/type_mat3x3.inl -include/solarus/third_party/glm/detail/type_mat3x4.hpp -include/solarus/third_party/glm/detail/type_mat3x4.inl -include/solarus/third_party/glm/detail/type_mat4x2.hpp -include/solarus/third_party/glm/detail/type_mat4x2.inl -include/solarus/third_party/glm/detail/type_mat4x3.hpp -include/solarus/third_party/glm/detail/type_mat4x3.inl -include/solarus/third_party/glm/detail/type_mat4x4.hpp -include/solarus/third_party/glm/detail/type_mat4x4.inl -include/solarus/third_party/glm/detail/type_vec.hpp -include/solarus/third_party/glm/detail/type_vec.inl -include/solarus/third_party/glm/detail/type_vec1.hpp -include/solarus/third_party/glm/detail/type_vec1.inl -include/solarus/third_party/glm/detail/type_vec2.hpp -include/solarus/third_party/glm/detail/type_vec2.inl -include/solarus/third_party/glm/detail/type_vec3.hpp -include/solarus/third_party/glm/detail/type_vec3.inl -include/solarus/third_party/glm/detail/type_vec4.hpp -include/solarus/third_party/glm/detail/type_vec4.inl -include/solarus/third_party/glm/detail/type_vec4_avx.inl -include/solarus/third_party/glm/detail/type_vec4_avx2.inl -include/solarus/third_party/glm/detail/type_vec4_sse2.inl -include/solarus/third_party/glm/exponential.hpp -include/solarus/third_party/glm/ext.hpp -include/solarus/third_party/glm/fwd.hpp -include/solarus/third_party/glm/geometric.hpp -include/solarus/third_party/glm/glm.hpp -include/solarus/third_party/glm/gtc/bitfield.hpp -include/solarus/third_party/glm/gtc/bitfield.inl -include/solarus/third_party/glm/gtc/color_space.hpp -include/solarus/third_party/glm/gtc/color_space.inl -include/solarus/third_party/glm/gtc/constants.hpp -include/solarus/third_party/glm/gtc/constants.inl -include/solarus/third_party/glm/gtc/epsilon.hpp -include/solarus/third_party/glm/gtc/epsilon.inl -include/solarus/third_party/glm/gtc/integer.hpp -include/solarus/third_party/glm/gtc/integer.inl -include/solarus/third_party/glm/gtc/matrix_access.hpp -include/solarus/third_party/glm/gtc/matrix_access.inl -include/solarus/third_party/glm/gtc/matrix_integer.hpp -include/solarus/third_party/glm/gtc/matrix_inverse.hpp -include/solarus/third_party/glm/gtc/matrix_inverse.inl -include/solarus/third_party/glm/gtc/matrix_transform.hpp -include/solarus/third_party/glm/gtc/matrix_transform.inl -include/solarus/third_party/glm/gtc/noise.hpp -include/solarus/third_party/glm/gtc/noise.inl -include/solarus/third_party/glm/gtc/packing.hpp -include/solarus/third_party/glm/gtc/packing.inl -include/solarus/third_party/glm/gtc/quaternion.hpp -include/solarus/third_party/glm/gtc/quaternion.inl -include/solarus/third_party/glm/gtc/random.hpp -include/solarus/third_party/glm/gtc/random.inl -include/solarus/third_party/glm/gtc/reciprocal.hpp -include/solarus/third_party/glm/gtc/reciprocal.inl -include/solarus/third_party/glm/gtc/round.hpp -include/solarus/third_party/glm/gtc/round.inl -include/solarus/third_party/glm/gtc/type_precision.hpp -include/solarus/third_party/glm/gtc/type_precision.inl -include/solarus/third_party/glm/gtc/type_ptr.hpp -include/solarus/third_party/glm/gtc/type_ptr.inl -include/solarus/third_party/glm/gtc/ulp.hpp -include/solarus/third_party/glm/gtc/ulp.inl -include/solarus/third_party/glm/gtc/vec1.hpp -include/solarus/third_party/glm/gtc/vec1.inl -include/solarus/third_party/glm/gtx/associated_min_max.hpp -include/solarus/third_party/glm/gtx/associated_min_max.inl -include/solarus/third_party/glm/gtx/bit.hpp -include/solarus/third_party/glm/gtx/bit.inl -include/solarus/third_party/glm/gtx/closest_point.hpp -include/solarus/third_party/glm/gtx/closest_point.inl -include/solarus/third_party/glm/gtx/color_space.hpp -include/solarus/third_party/glm/gtx/color_space.inl -include/solarus/third_party/glm/gtx/color_space_YCoCg.hpp -include/solarus/third_party/glm/gtx/color_space_YCoCg.inl -include/solarus/third_party/glm/gtx/common.hpp -include/solarus/third_party/glm/gtx/common.inl -include/solarus/third_party/glm/gtx/compatibility.hpp -include/solarus/third_party/glm/gtx/compatibility.inl -include/solarus/third_party/glm/gtx/component_wise.hpp -include/solarus/third_party/glm/gtx/component_wise.inl -include/solarus/third_party/glm/gtx/dual_quaternion.hpp -include/solarus/third_party/glm/gtx/dual_quaternion.inl -include/solarus/third_party/glm/gtx/euler_angles.hpp -include/solarus/third_party/glm/gtx/euler_angles.inl -include/solarus/third_party/glm/gtx/extend.hpp -include/solarus/third_party/glm/gtx/extend.inl -include/solarus/third_party/glm/gtx/extented_min_max.hpp -include/solarus/third_party/glm/gtx/extented_min_max.inl -include/solarus/third_party/glm/gtx/fast_exponential.hpp -include/solarus/third_party/glm/gtx/fast_exponential.inl -include/solarus/third_party/glm/gtx/fast_square_root.hpp -include/solarus/third_party/glm/gtx/fast_square_root.inl -include/solarus/third_party/glm/gtx/fast_trigonometry.hpp -include/solarus/third_party/glm/gtx/fast_trigonometry.inl -include/solarus/third_party/glm/gtx/gradient_paint.hpp -include/solarus/third_party/glm/gtx/gradient_paint.inl -include/solarus/third_party/glm/gtx/handed_coordinate_space.hpp -include/solarus/third_party/glm/gtx/handed_coordinate_space.inl -include/solarus/third_party/glm/gtx/hash.hpp -include/solarus/third_party/glm/gtx/hash.inl -include/solarus/third_party/glm/gtx/integer.hpp -include/solarus/third_party/glm/gtx/integer.inl -include/solarus/third_party/glm/gtx/intersect.hpp -include/solarus/third_party/glm/gtx/intersect.inl -include/solarus/third_party/glm/gtx/io.hpp -include/solarus/third_party/glm/gtx/io.inl -include/solarus/third_party/glm/gtx/log_base.hpp -include/solarus/third_party/glm/gtx/log_base.inl -include/solarus/third_party/glm/gtx/matrix_cross_product.hpp -include/solarus/third_party/glm/gtx/matrix_cross_product.inl -include/solarus/third_party/glm/gtx/matrix_decompose.hpp -include/solarus/third_party/glm/gtx/matrix_decompose.inl -include/solarus/third_party/glm/gtx/matrix_interpolation.hpp -include/solarus/third_party/glm/gtx/matrix_interpolation.inl -include/solarus/third_party/glm/gtx/matrix_major_storage.hpp -include/solarus/third_party/glm/gtx/matrix_major_storage.inl -include/solarus/third_party/glm/gtx/matrix_operation.hpp -include/solarus/third_party/glm/gtx/matrix_operation.inl -include/solarus/third_party/glm/gtx/matrix_query.hpp -include/solarus/third_party/glm/gtx/matrix_query.inl -include/solarus/third_party/glm/gtx/matrix_transform_2d.hpp -include/solarus/third_party/glm/gtx/matrix_transform_2d.inl -include/solarus/third_party/glm/gtx/mixed_product.hpp -include/solarus/third_party/glm/gtx/mixed_product.inl -include/solarus/third_party/glm/gtx/norm.hpp -include/solarus/third_party/glm/gtx/norm.inl -include/solarus/third_party/glm/gtx/normal.hpp -include/solarus/third_party/glm/gtx/normal.inl -include/solarus/third_party/glm/gtx/normalize_dot.hpp -include/solarus/third_party/glm/gtx/normalize_dot.inl -include/solarus/third_party/glm/gtx/number_precision.hpp -include/solarus/third_party/glm/gtx/number_precision.inl -include/solarus/third_party/glm/gtx/optimum_pow.hpp -include/solarus/third_party/glm/gtx/optimum_pow.inl -include/solarus/third_party/glm/gtx/orthonormalize.hpp -include/solarus/third_party/glm/gtx/orthonormalize.inl -include/solarus/third_party/glm/gtx/perpendicular.hpp -include/solarus/third_party/glm/gtx/perpendicular.inl -include/solarus/third_party/glm/gtx/polar_coordinates.hpp -include/solarus/third_party/glm/gtx/polar_coordinates.inl -include/solarus/third_party/glm/gtx/projection.hpp -include/solarus/third_party/glm/gtx/projection.inl -include/solarus/third_party/glm/gtx/quaternion.hpp -include/solarus/third_party/glm/gtx/quaternion.inl -include/solarus/third_party/glm/gtx/range.hpp -include/solarus/third_party/glm/gtx/raw_data.hpp -include/solarus/third_party/glm/gtx/raw_data.inl -include/solarus/third_party/glm/gtx/rotate_normalized_axis.hpp -include/solarus/third_party/glm/gtx/rotate_normalized_axis.inl -include/solarus/third_party/glm/gtx/rotate_vector.hpp -include/solarus/third_party/glm/gtx/rotate_vector.inl -include/solarus/third_party/glm/gtx/scalar_multiplication.hpp -include/solarus/third_party/glm/gtx/scalar_relational.hpp -include/solarus/third_party/glm/gtx/scalar_relational.inl -include/solarus/third_party/glm/gtx/simd_mat4.hpp -include/solarus/third_party/glm/gtx/simd_mat4.inl -include/solarus/third_party/glm/gtx/simd_quat.hpp -include/solarus/third_party/glm/gtx/simd_quat.inl -include/solarus/third_party/glm/gtx/simd_vec4.hpp -include/solarus/third_party/glm/gtx/simd_vec4.inl -include/solarus/third_party/glm/gtx/spline.hpp -include/solarus/third_party/glm/gtx/spline.inl -include/solarus/third_party/glm/gtx/std_based_type.hpp -include/solarus/third_party/glm/gtx/std_based_type.inl -include/solarus/third_party/glm/gtx/string_cast.hpp -include/solarus/third_party/glm/gtx/string_cast.inl -include/solarus/third_party/glm/gtx/transform.hpp -include/solarus/third_party/glm/gtx/transform.inl -include/solarus/third_party/glm/gtx/transform2.hpp -include/solarus/third_party/glm/gtx/transform2.inl -include/solarus/third_party/glm/gtx/type_aligned.hpp -include/solarus/third_party/glm/gtx/type_aligned.inl -include/solarus/third_party/glm/gtx/vector_angle.hpp -include/solarus/third_party/glm/gtx/vector_angle.inl -include/solarus/third_party/glm/gtx/vector_query.hpp -include/solarus/third_party/glm/gtx/vector_query.inl -include/solarus/third_party/glm/gtx/wrap.hpp -include/solarus/third_party/glm/gtx/wrap.inl -include/solarus/third_party/glm/integer.hpp -include/solarus/third_party/glm/mat2x2.hpp -include/solarus/third_party/glm/mat2x3.hpp -include/solarus/third_party/glm/mat2x4.hpp -include/solarus/third_party/glm/mat3x2.hpp -include/solarus/third_party/glm/mat3x3.hpp -include/solarus/third_party/glm/mat3x4.hpp -include/solarus/third_party/glm/mat4x2.hpp -include/solarus/third_party/glm/mat4x3.hpp -include/solarus/third_party/glm/mat4x4.hpp -include/solarus/third_party/glm/matrix.hpp -include/solarus/third_party/glm/packing.hpp -include/solarus/third_party/glm/trigonometric.hpp -include/solarus/third_party/glm/vec2.hpp -include/solarus/third_party/glm/vec3.hpp -include/solarus/third_party/glm/vec4.hpp -include/solarus/third_party/glm/vector_relational.hpp include/solarus/third_party/hqx/common.h include/solarus/third_party/hqx/hqx.h include/solarus/third_party/snes_spc/SNES_SPC.h include/solarus/third_party/snes_spc/SPC_CPU.h include/solarus/third_party/snes_spc/SPC_DSP.h include/solarus/third_party/snes_spc/SPC_Filter.h include/solarus/third_party/snes_spc/blargg_common.h include/solarus/third_party/snes_spc/blargg_config.h include/solarus/third_party/snes_spc/blargg_endian.h 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-gui.so.1.6.4 lib/libsolarus.so lib/libsolarus.so.1 -lib/libsolarus.so.1.6.2 -share/appdata/solarus.appdata.xml -share/applications/solarus.desktop -share/icons/hicolor/128x128/apps/solarus.png -share/icons/hicolor/16x16/apps/solarus.png -share/icons/hicolor/24x24/apps/solarus.png -share/icons/hicolor/256x256/apps/solarus.png -share/icons/hicolor/32x32/apps/solarus.png -share/icons/hicolor/48x48/apps/solarus.png -share/icons/hicolor/512x512/apps/solarus.png -share/icons/hicolor/64x64/apps/solarus.png +lib/libsolarus.so.1.6.4 +man/man6/solarus-launcher.6.gz man/man6/solarus-run.6.gz -man/man6/solarus.6.gz +share/appdata/solarus-launcher.appdata.xml +share/applications/solarus-launcher.desktop +share/icons/hicolor/16x16/apps/solarus-launcher.png +share/icons/hicolor/20x20/apps/solarus-launcher.png +share/icons/hicolor/24x24/apps/solarus-launcher.png +share/icons/hicolor/32x32/apps/solarus-launcher.png +share/icons/hicolor/48x48/apps/solarus-launcher.png +share/icons/hicolor/scalable/apps/solarus-launcher.svg +share/icons/hicolor/symbolic/apps/solarus-launcher-symbolic.svg +share/pixmaps/solarus-launcher.png +%%DATADIR%%-gui/translations/solarus_es.qm +%%DATADIR%%-gui/translations/solarus_fr.qm