The NetBSD Project

CVS log for pkgsrc/devel/allegro5/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 12 06:44:34 2025 UTC (6 weeks ago) by ryoon
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
*: Recursive revbump from audio/flac-1.5.0

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 11 16:34:24 2025 UTC (6 weeks ago) by triaxx
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
allegro5: Update to 5.2.10.1

pkgsrc changes:
---------------
  * Add direct dependency identified by pkgtools/verifypc.

upstream changes:
-----------------
Changes from 5.2.10 to 5.2.10.1 (December 2024)

MacOS

    Fix some corner cases in the new keyboard input system (SiegeLord)
    Fix version-based conditional compilation (Rhys-T)

Packaging

    Fix the package script to check for makeinfo, this prevents malformed source achives from being created (as happened in 5.2.10) (SiegeLord)

Changes from 5.2.9.1 to 5.2.10 (November 2024)

Core

    Add a compatibility config option, keyboard_version=xx.yy.zz as well as the same but with joystick_version if it is necessary to restore the old behavior. This enables us to fix bugs with the input system, while providing a mechanism to restore old buggy behavior temporarily (SiegeLord)

    Assorted timer improvements (Connor Clark)

    Optimize inverse transformations. (SiegeLord)

    Fix the handling of the new window title in ALLEGRO_STATE (#1562) (Alexandre Martins)

    Add ALLEGRO_TRACE_LEVEL environment variable. This makes it easier to enable logging on release builds. (SiegeLord)

    Add al_ref_info to convert ALLEGRO_USTR_INFO to ALLEGRO_USTR (SiegeLord)

    Add al_get_display_adapter (#1578) (SiegeLord)

    Add al_get_render_state (Mark Oates)

MacOS

    Don’t use usage numbers as joystick button ids on OSX. (#1527) (SiegeLord)

    Enable deadkey handling on MacOS (SiegeLord).

    Map numpad delete to ALLEGRO_KEY_PAD_DELETE and the weird ISO section key to ALLEGRO_KEY_BACKSLASH2 (#1523) (SiegeLord)

Windows

    Fix key events when using modifiers (#1430, #1504) (SiegeLord)

    Fix undesirable deadzone when using analog joysticks (geecab)

    Use the correct monitor when restoring fullscreen window when using OpenGL (SiegeLord)

    Fix ALLEGRO_FULLSCREEN_WINDOW not working in certain conditions (SiegeLord)

Linux

    Fix joystick initialization when overriding IO (#1572) (Alexandre Martins)

    Make sure the bitmap for the initial icon is created as a memory bitmap (#1571) (SiegeLord)

Android

    Add more joystick buttons (#1482) (Alexandre Martins)

    Fix corruption of bitmaps created with the ALLEGRO_NO_PRESERVE_TEXTURE flag when the application loses focus (#1492) (Alexandre Martins)

    Fix a concurrency issue related to al_acknowledge_drawing_halt (Alexandre Martins)

    Add al_android_open_fd (Alexandre Martins)

    Assorted improvements (Alexandre Martins)

iPhone:

    Fix build (Todd Cope)

Audio addon:

    Add MacOS support for listing output devices (Aldrik Ramaekers)

Acodec addon:

    Prefill ALLEGRO_AUDIO_STREAMs with data (SiegeLord)

    Add OpenMPT support. This is meant to replace DUMB, as DUMB is not maintained. You can use the compatibility config option acodec_prefer_dumb to temporarily make DUMB the preferred handler for module files, if Allegro is built with both DUMB and OpenMPT. Some modules may sound different under OpenMPT. (SiegeLord)

Native dialog addon:

    Add Android support (Alexandre Martins)

    Auto-scroll the native textlog on MacOS (SiegeLord)

    Fix monospace fonts on MacOS in the native textlog (SiegeLord)

    Improve the patterns arg in al_create_native_file_dialog (SiegeLord)
        Support for multiple pattern sets (Windows/Linux)
        Supports for custom pattern set descriptions (Windows/Linux)
        Support for MIME types on MacOS
        Remove the implicit catch-all pattern on Windows (the “All files .”), it was inconsistent with other platforms.
        Make MacOS do a better job at extracting the file extension
        Improve documentation overall

Video addon:

    Make al_is_video_playing return false before al_start_video (SiegeLord)

    Make ALLEGRO_VIDEO work with the automatic destruction system (SiegeLord)

Build system:

    Reproducible build support (Andreas Rönnquist)

    Fix multiarch install location (Andreas Rönnquist)

Examples:

    Remove VLAs to improve Visual Studio support (Jeff Linahan, SiegeLord)

    Fix opaque black background pixels in explosion sprites in the Shooter demo (tstoeter)

Changes from 5.2.9 to 5.2.9.1 (January 2024)

Linux:

    Fix a regression where toggling fullscreen window when menus are used stopped working (SiegeLord)

Changes from 5.2.8 to 5.2.9 (November 2023)

Android:

    Fix back button/gesture (alemart)

    Implement al_get_joystick_name (alemart)

    Great many assorted fixes (alemart)

Audio:

    Add al_get_mixer_has_attached and al_get_voice_has_attached (TRDario)

    Fix al_set_audio_stream_playmode return value and interaction with looping audio streams (Cody Licorish)

    Send PulseAudio silence if the attached mixer is stopped (SiegeLord)

Acodec:

    voc memory leak fixes (TRDario)

    Fix internal looping for mod files (SiegeLord)

Build system:

    Add a target for copying examples, letting you build the demo without the examples (SiegeLord).

    Improve CMake scripts (Gilad Reich)

    Support the newer WebP library which is split into two (SiegeLord).

Core:

    Add al_can_set_keyboard_leds and al_can_get_mouse_cursor_position (TRDario)

    Allow outputting logs to STDOUT via ALLEGRO_TRACE environment variable (SiegeLord)

    Add al_get_current_shader (TRDario)

    Add al_get_window_borders for Windows and Linux (Elias Pschernig + SiegeLord)

TTF:

    Fixes for al_get_glyph_width, al_get_glyph_al_get_glyph when interacting with zero-width/zero-height glyphs (Connor Clark)

MacOS:

    Don’t close submenus on click (Todd Cope)

    Fix disabling menu items (Todd Cope)

    Add support for filtering by file extensions in the native file dialog (Todd Cope)

    Textlog improvements (Connor Clark)

    Fix improper display boundary for cursors (Connor Clark)

    Make al_get_joystick_name return the name of the joystick (Todd Cope)

    Fix off-by-one error for hat switches (Connor Clark)

    Add a workaround for live resizing not working. Enable it via [osx]   allow_live_resize = false in allegro5.cfg and then listen and respect ALLEGRO_EVENT_DISPLAY_HALT/RESUME_DRAWING events (#1350) (SiegeLord + Elias Pschernig)

Linux:

    Fix fullscreen window creation (#1349) (SiegeLord)

    Fix some X11 + fullscreen window interaction (#1358) (SiegeLord)

    Allow setting higher quality icons (SiegeLord + Trent Gamblin)

    Improve DISPLAY_SWITCH_IN/OUT events (#1390, #1367) (SiegeLord)

    Work on improving Window positioning (Elias Pschernig)

    Fix creating an initially maximized window (SiegeLord)

    Enable toggling and setting maximized/frameless modes when menus are used (SiegeLord)

    Fix popup menu (#1280) (SiegeLord)

    Make AltGr (right Alt) toggle the ALLEGRO_KEYMOD_ALTGR modifier (SiegeLord)

Windows:

    Fix drawable area mouse hiding state being out of sync (#1388) (SiegeLord)

    Fix some oddities with Shift + Alt on Windows (#1348)

    Work on improving Window positioning (SiegeLord)

    Make native file dialog respect the initial directory when ALLEGRO_FILECHOOSER_FOLDER is set (José Carlos HR)

    Fix the client area changing size on Windows when restoring a window (#1433) (SiegeLord)

    Fix crashes with menus and Windows (#1381) (SiegeLord)

    Fix keyboard modifier keys + char events (#1504, #1430) (SiegeLord)

SDL:

    Fix touch ids (Sebastian Krzyszkowiak)

    Fix al_get_mouse_state crash (Elias Pschernig)

    Implement al_create_mouse_cursor (Connor Clark)

    Implement al_get_monitor_dpi (Elias Pschernig)

Documentation:

    Assorted clarifications and improvements (various)

Changes from 5.2.7 to 5.2.8 (June 2022)

The main developers this time were: SiegeLord, Elias Pschernig, Sebastian Krzyszkowiak, Julian Smythe.

Build system:

    Add a configuration summary. Currently this mostly reports the addon features.

    Fix build failure with sanitizers enabled.

    Remove -Wdeclaration-after-statement, MSVC had support for this for a while now.

    Bump minimum CMake version to 3.0.

Core:

    Add al_fopen_slice mode to prevent seek on close (Karl Robillard).

    Allow configuring bitmap wrapping via al_set_new_bitmap_wrap.

Graphics:

    Reject creating bitmaps with negative width or height (Peter Hull).

    Add a minimal shader implementation for GLSL. Minimal shader supports fewer features, but is faster (Issue #1120). Select it via the _MINIMAL suffix to the shader platforms.

Emscripten:

    Improve emscripten instructions for building demos (Connor Clark).

    Fix usage of SDL_Init for emscripten (Issue #1322) (Connor Clark).

OSX:

    Fix a few thread-related crashes.

    Don’t use -flat_namespace in LINK_FLAGS (danielnachun).

    Make al_get/set_window_position work on Retina displays

Windows:

    Fix flickering when creating multisampling displays under DirectX.

    Fix multisampling selection on Windows with OpenGL.

    Fixed a bug which freezes and crashes the window in Windows OpenGL (HerrNamenlos123).

    Allow specifying shader model 3_0 for HLSL shaders (Issue #1154).

SDL:

    Ignore touch events from indirect touch devices.

    Use SDL_PeepEvents for event handling, to improve performance.

    Improve joysticks support (Issue #1326) (Connor Clark).

    Fix mouse axis setter (Connor Clark).

Linux:

    Use clock_gettime with CLOCK_MONOTONIC instead of gettimeofday (check-switch-26).

Android:

    Update Gradle to 5.0.

Audio addon:

    Add ALLEGRO_PLAYMODE_LOOP_ONCE (Issue #1309).

    Add al_play_audio_stream, a ‘simple’ API endpoint for audio stream playback.

Acodec addon:

    Fix Vorbis/Opus support under MSVC + Clang.

    Add audio identification / al_identify_sample.

    Use regular seeking for Ogg streams. The old one did cross-fades, causing unexpected behavior in certain cases (Issue #1310).

    Enable looping for modules.

Audio addon:

    Allow identifying and listing audio devices via new API: al_get_num_audio_output_devices, al_get_audio_output_device, al_get_audio_device_name (Aldrik Ramaekers).

Color addon:

    Add linear and oklab color spaces to the color addon.

Font addon:

    Fix declaration of al_draw_multiline_textf() as a PRINTFUNC (check-switch-26).

Image addon:

    Prevent RLE data in corrupt .tga from overflowing the buffer (Peter Hull).

    PCX loader validation (Peter Hull).

    Windows BMP - Make more robust to crashing (Peter Hull).

    Fix DDS compressed image loading when image dimensions are not multiple of block size (check-switch-26).

Native Dialog addon:

    Fix native dialogs addon compatibility with older GTK+ versions (Andrew Kravchuk).

TTF addon:

    Fixed TTF rendering when using transforms (check-switch-26).

PhysFS addon:

    Fix incorrect error handling in PHYSFS_close (j-w-c-b).

Video addon:

    Allow identifying video files via a magic number, exposed via al_identify_video (Issue #1262).

    Fix al_is_video_addon_initalized (Jayson).

Documentation:

    Document some reasonable defaults for al_create_mixer/al_create_voice.

    Refactor the audio docs to highlight the simple API better.

Misc:

    Fix a few data race issues, in an effort to fix ex_threads crashes on Linux.

Examples:

    Allow exiting from ex_audio_timer (BillKek)

    Add the Allegro 4 “shooter” demo.

    Fix ex_threads crash under D3D.

    Add ex_audio_devices.

    Update ex_palette to build with Emscripten (Issue #1318).

    Improve ex_stream_seek.

    Improve ex_windows.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:19:30 2024 UTC (2 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
*: recursive bump for pango requiring fontconfig 2.15

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:15:41 2024 UTC (4 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: recursive bump for default-on option of at-spi2-core

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 20 14:03:31 2024 UTC (5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core

Remove at-spi2-atk and atk

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:31 2024 UTC (7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -7 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Apr 7 07:33:43 2024 UTC (11 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:04:57 2024 UTC (11 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 30 14:21:38 2024 UTC (13 months, 3 weeks ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:01:34 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: recursive bump for cairo dependency changes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:20:55 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:08:41 2023 UTC (17 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
*: bump for openssl 3

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:09:55 2023 UTC (17 months ago) by gdt
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
recursive revbump for tiff update

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 6 19:09:08 2023 UTC (22 months, 2 weeks ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
*: Recursive revbump from audio/libopus 1.4

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:15:43 2023 UTC (2 years, 1 month ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:36:54 2023 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: recursive bump for tiff shlib major bump

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 11 12:51:26 2022 UTC (2 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: bump PKGREVISION for flac shlib bump

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 11 05:08:07 2022 UTC (2 years, 7 months ago) by gutteridge
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Jul 14 23:46:18 2022 UTC (2 years, 8 months ago) by dholland
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Bump everything affected by the jpeg.buildlink3.mk fix.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 2 16:53:10 2022 UTC (2 years, 8 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
*: Recursive revbump from audio/pulseaudio

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 28 10:52:57 2022 UTC (2 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
{c,d,e}*/*: revbump(1) for libsndfile

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:03:52 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump for icu and libffi

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jul 30 12:26:43 2021 UTC (3 years, 7 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
*: Recursive revbump from audio/pulseaudio-15.0

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 19 10:14:56 2021 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -5 lines
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 ‘ALLEGRO_EVENT_KEY_UP’ and
     ‘ALLEGRO_EVENT_KEY_DOWN’.

   • Allow calling ‘al_map_*’ color functions before Allegro is
     initialized.

   • Allow minimum bitmap size to be something other than 16 on
     non-Android platforms (controlled via ‘allegro5.cfg’).

   • Add ‘al_get_monitor_refresh_rate’ (only implemented on Windows for
     now).

Graphics:

   • Fix ‘ALLEGRO_KEEP_INDEX’ flag for bitmaps.

   • Add ‘ALLEGRO_OPENGL_CORE_PROFILE’ display flag.

Emscripten:

   • The experimental Emscripten support (via the SDL backend) is now
     documented in ‘README_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 ‘WM_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 ‘MAX_JOYSTICKS’ to 32 and ‘DEVICE_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’s 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 ‘al_uninstall_system’.

PhysFS addon:

   • Fix handling of native path separators.

   • Stop using deprecated PhysFS API.

Primitives addon:

   • Fix segfault in ‘al_draw_ribbon’ when ‘num_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 ‘S’ to focus the search bar in the docs.

   • Assorted documentation improvements.

Misc:

   • Add a security policy and an associated private security mailing
     list - [email protected].

   • Add Emscripten-powered examples to
     https://liballeg.org/examples_demos.html.

Examples:

   • ‘ex_audio_simple’ now displays instructions and supports
     bidirectional looping.

   • Add default files to some audio examples.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 7 06:30:17 2021 UTC (4 years, 1 month ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*: Recursive revbump from audio/pulseaudio-14.2.nb1

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 1 09:52:20 2021 UTC (4 years, 2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
*: Recursive revbump from audio/pulseaudio-14.0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 18 17:57:42 2020 UTC (4 years, 7 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
*: revbump for libsndfile

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 17 20:18:22 2020 UTC (4 years, 7 months ago) by leot
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 29 00:59:19 2020 UTC (4 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Needs Xcursor and SM

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 18 01:46:12 2020 UTC (5 years ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Mar 18 01:23:01 2020 UTC (5 years ago) by nia
Branches: 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.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <[email protected]>