The NetBSD Project

CVS log for pkgsrc/devel/allegro5/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / allegro5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sat May 6 19:09:08 2023 UTC (3 weeks, 4 days ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:43 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:54 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:26 2022 UTC (8 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:07 2022 UTC (9 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 14 23:46:18 2022 UTC (10 months, 2 weeks ago) by dholland
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Bump everything affected by the jpeg.buildlink3.mk fix.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:10 2022 UTC (10 months, 4 weeks ago) by ryoon
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: Recursive revbump from audio/pulseaudio

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 28 10:52:57 2022 UTC (14 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

{c,d,e}*/*: revbump(1) for libsndfile

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:52 2021 UTC (17 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

revbump for icu and libffi

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 30 12:26:43 2021 UTC (22 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

*: Recursive revbump from audio/pulseaudio-15.0

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 19 10:14:56 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.7: +10 -5 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Sun Feb 7 06:30:17 2021 UTC (2 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

*: Recursive revbump from audio/pulseaudio-14.2.nb1

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 1 09:52:20 2021 UTC (2 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

*: Recursive revbump from audio/pulseaudio-14.0

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:42 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

*: revbump for libsndfile

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:22 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 29 00:59:19 2020 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Needs Xcursor and SM

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 18 01:46:12 2020 UTC (3 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.1: +6 -2 lines
Diff to previous 1.1 (colored)

allegro5: Remove unnecessary enet dependency

Only used by examples, which don't get installed anyway.

Enable OpenAL. Note that OpenAL cannot be disabled on Darwin.

Bump PKGREVISION

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 18 01:23:01 2020 UTC (3 years, 2 months ago) by nia
Branch: MAIN

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>