./devel/SDL, Simple DirectMedia Layer, a cross-platform multimedia library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.15nb41, Package name: SDL-1.2.15nb41, Maintainer: pkgsrc-users

Simple DirectMedia Layer is a cross-platform multimedia library
designed to provide fast access to the graphics framebuffer and audio
device. It is used by MPEG playback software, emulators, and many
popular games.


Required to run:
[graphics/MesaLib] [graphics/glu] [x11/liboldXrandr]

Required to build:
[pkgtools/x11-links] [devel/yasm] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 3828.732 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump
   2022-07-02 18:53:42 by Ryo ONODERA | Files touched by this commit (395)
Log message:
*: Recursive revbump from audio/pulseaudio
   2022-05-11 12:14:29 by Nia Alarie | Files touched by this commit (1)
Log message:
SDL: fix NetBSD audio in pygame, e.g. 'games/monsterz'. reported by wiz.
   2022-04-02 09:17:55 by Nia Alarie | Files touched by this commit (2)
Log message:
Add CONFLICTS for sdl12-compat.
   2022-04-01 12:45:27 by Nia Alarie | Files touched by this commit (1)
Log message:
SDL: add a user-configurable mk.conf option to decide whether to use
SDL or sdl12-compat. This is disabled by default until sdl12-compat is
in a better state (e.g. dosbox does not work for me).

use the original SDL 1.2:
SDL12_TYPE=	retro

use sdl12-compat:
SDL12_TYPE=	compat
   2022-03-28 16:34:13 by Tobias Nygren | Files touched by this commit (2)
Log message:
SDL: fix build on NetBSD/i386

XXX maybe pullup 2022Q1?