Up to [cvs.NetBSD.org] / pkgsrc / devel / allegro5
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:13 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:08 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 19 10:14:56 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
allegro5: update to 5.2.7 Changes from 5.2.6 to 5.2.7 (March 2021) **************************************** The main developers this time were: SiegeLord, Peter Hull, Elias Pschernig, Aldrik Ramaekers, Andreas Rönnquist. Build system: Allow generating projects with a suffix (lorry-lee). Fix build under Clang-CL in Visual Studio. Core: Avoid some undefined behavior errors. Return key modifiers in Ï¢LLEGRO_EVENT_KEY_UPãàand ãàÏ¢LLEGRO_EVENT_KEY_DOWNãà ãàAllow calling ÏÂl_map_*ãàcolor functions before Allegro is initialized. ãàAllow minimum bitmap size to be something other than 16 on non-Android platforms (controlled via ÏÂllegro5.cfgãà. ãàAdd ÏÂl_get_monitor_refresh_rateãà(only implemented on Windows for now). Graphics: ãàFix Ï¢LLEGRO_KEEP_INDEXãàflag for bitmaps. ãàAdd Ï¢LLEGRO_OPENGL_CORE_PROFILEãàdisplay flag. Emscripten: ãàThe experimental Emscripten support (via the SDL backend) is now documented in ϳEADME_sdl.txtãà OSX: ãàMove more Cocoa operations to the main thread. Explicitly link CoreVideo to fix the static build. Windows: Issue #1125: Speed up OpenGL extension detection (Tobias Scheuer). Use Unicode APIs when enumerating joysticks. Use ϸM_DEVICECHANGEãàrather than polling to detect joystick hotlugging, reducing input drops and lags (Todd Cope). ãàFix joystick polling period. Restore WinXP compatibility by using slightly older API when loading shared libraries (Julian Smythe). Fix build with HLSL disabled (Julian Smythe). Raise DirectInput Ï®AX_JOYSTICKSãàto 32 and ãàÏ¥EVICE_BUFFER_SIZEãàto 128. SDL: ãàIssue #1224: Fix bug in SDL voice driver. Audio addon: Allows playing sounds in reverse by specifying a negative speed. Acodec addon: Fix edge-case looping in Ogg Vorbis stream (Cody Licorish) Audio addon: Use more sensible values for PulseAudioÑÔ playback buffer, potentially resolving some crashes and high CPU usage. Native Dialog Addon: ãàMigrate from GTK2 to GTK3. Sadly, we lose menu icons as GTK3 dropped support for them. TTF addon: Allow initializing TTF addon before the Font addon. Shut-down the TTF addon automatically in ÏÂl_uninstall_systemãà PhysFS addon: ãàFix handling of native path separators. Stop using deprecated PhysFS API. Primitives addon: Fix segfault in ÏÂl_draw_ribbonãàwhen ãàÏÏum_segments > 128ãà(Rodolfo Borges). ãàIssue 1215: Correctly handle small scales when determining subdivision level for high level primitives (Robin Heydon). Documentation: Fix LaTeX errors in the generation of the reference manual PDF. Add links to examples into the reference manual. Allow pressing Ï´ãàto focus the search bar in the docs. ãàAssorted documentation improvements. Misc: Add a security policy and an associated private security mailing list - allegro-security@lists.liballeg.org. Add Emscripten-powered examples to https://liballeg.org/examples_demos.html. Examples: ÏÆx_audio_simpleãànow displays instructions and supports bidirectional looping. ãàAdd default files to some audio examples.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 18 01:23:01 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
devel: Import allegro5 Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform.