head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.42 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.40 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.38 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.36 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.34 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.32 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.30 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.28 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.26 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.24 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.22 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.20 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.18 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.16 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.14 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.12 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.10 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.8 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.6 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.4 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.2 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.2.0.2 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @// @; 1.3 date 2021.03.15.11.04.56; author nia; state Exp; branches; next 1.2; commitid yyYkXWK93pRByoLC; 1.2 date 2020.12.03.22.23.33; author nia; state Exp; branches; next 1.1; commitid S77wlrRWGYYPAlyC; 1.1 date 2019.07.09.16.33.30; author nia; state Exp; branches; next ; commitid yFuUzFdXr0Lb9ouB; desc @@ 1.3 log @lightspark: Update to 0.8.4.1 Version 0.8.4.1: * Hotfix for crash on Windows, no changes for Linux Version 0.8.4: * improved handling of mixed AVM1/AVM2 files * implement streaming of videos embedded in the swf file * implement class inheritance for AVM1 * added settings dialog, currently only used to enable/disable local storage * support for local storage added * use SDL threading methods, remove glibmm dependency @ text @$NetBSD: patch-src_platforms_engineutils.cpp,v 1.2 2020/12/03 22:23:33 nia Exp $ These are undefined, take advantage of SDL defines instead. --- src/platforms/engineutils.cpp.orig 2021-02-10 15:43:30.000000000 +0000 +++ src/platforms/engineutils.cpp @@@@ -37,7 +37,7 @@@@ #include //The interpretation of texture data change with the endianness -#if __BYTE_ORDER == __BIG_ENDIAN +#if SDL_BYTEORDER == SDL_BIG_ENDIAN #define GL_UNSIGNED_INT_8_8_8_8_HOST GL_UNSIGNED_INT_8_8_8_8_REV #else #define GL_UNSIGNED_INT_8_8_8_8_HOST GL_UNSIGNED_BYTE @ 1.2 log @lightspark: Update to 0.8.3 Changes: fix support for sound in PPAPI plugin better handling of obfuscated code new command line argument to ignore unhandled exceptions support for context menus added partial support for CubeTextures and compressed Textures in Stage3d ability to create screenshot added boost dependency removed fullscreen mode implemented better sound handling, especially for AVM1 better support of older (AVM1) swf files support for xml in AVM1 support for video streaming in AVM1 @ text @d1 1 a1 1 $NetBSD: patch-src_platforms_engineutils.cpp,v 1.1 2019/07/09 16:33:30 nia Exp $ d5 1 a5 1 --- src/platforms/engineutils.cpp.orig 2020-07-05 10:31:09.000000000 +0000 d7 2 a8 2 @@@@ -33,7 +33,7 @@@@ #include "scripting/flash/events/flashevents.h" @ 1.1 log @Add lightspark. Lightspark is an open source Flash player implementation for playing files in SWF format. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/platforms/engineutils.cpp.orig 2018-06-02 09:25:36.000000000 +0000 d7 2 a8 2 @@@@ -29,7 +29,7 @@@@ #include "platforms/engineutils.h" @