The NetBSD Project

CVS log for pkgsrc/devel/SDL/distinfo

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.85.4.1 / (download) - annotate - [select for diffs], Fri Apr 1 19:05:14 2022 UTC (17 months, 3 weeks ago) by bsiegert
Branch: pkgsrc-2022Q1
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) next main 1.86 (colored)

Pullup ticket #6608 - requested by tnn
devel/SDL: NetBSD/i386 build fix

Revisions pulled up:
- devel/SDL/distinfo                                            1.86
- devel/SDL/patches/patch-build-scripts_strip__fPIC.sh          1.1

---
   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Mon Mar 28 14:34:13 UTC 2022

   Modified Files:
   	pkgsrc/devel/SDL: distinfo
   Added Files:
   	pkgsrc/devel/SDL/patches: patch-build-scripts_strip__fPIC.sh

   Log Message:
   SDL: fix build on NetBSD/i386

   XXX maybe pullup 2022Q1?

Revision 1.86 / (download) - annotate - [select for diffs], Mon Mar 28 14:34:13 2022 UTC (17 months, 3 weeks ago) by tnn
Branch: MAIN
CVS Tags: 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, HEAD
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored)

SDL: fix build on NetBSD/i386

XXX maybe pullup 2022Q1?

Revision 1.85 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:10 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Branch point for: pkgsrc-2022Q1
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (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.84 / (download) - annotate - [select for diffs], Thu Oct 7 13:39:05 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.83: +1 -2 lines
Diff to previous 1.83 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.82.4.1 / (download) - annotate - [select for diffs], Fri May 15 16:54:42 2020 UTC (3 years, 4 months ago) by bsiegert
Branch: pkgsrc-2020Q1
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) next main 1.83 (colored)

Pullup ticket #6197 - requested by nia
devel/SDL: security fix

Revisions pulled up:
- devel/SDL/Makefile                                            1.139
- devel/SDL/distinfo                                            1.83
- devel/SDL/patches/patch-src_video_SDL__bmp.c                  1.2

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Thu May 14 14:44:17 UTC 2020

   Modified Files:
   	pkgsrc/devel/SDL: Makefile distinfo
   	pkgsrc/devel/SDL/patches: patch-src_video_SDL__bmp.c

   Log Message:
   SDL: fix CVE-2019-13616

   bump PKGREVISION

Revision 1.83 / (download) - annotate - [select for diffs], Thu May 14 14:44:17 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

SDL: fix CVE-2019-13616

bump PKGREVISION

Revision 1.80.14.2 / (download) - annotate - [select for diffs], Sun Sep 15 09:26:26 2019 UTC (4 years ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.80.14.1: +1 -1 lines
Diff to previous 1.80.14.1 (colored) to branchpoint 1.80 (colored) next main 1.81 (colored)

Pullup ticket #6052 - requested by maya
devel/SDL: NetBSD build fix (follow up to #6008)

Revisions pulled up:
- devel/SDL/distinfo                                            1.82
- devel/SDL/patches/patch-src_video_SDL__pixels.c               1.2

---
   Module Name:    pkgsrc
   Committed By:   micha
   Date:           Wed Jul 24 14:08:23 UTC 2019

   Modified Files:
           pkgsrc/devel/SDL: distinfo
           pkgsrc/devel/SDL/patches: patch-src_video_SDL__pixels.c

   Log Message:
   Fixed patch-src_video_SDL__pixels.c for NetBSD 7

   Declaration of local variable 'byte' moved out of for loop because this syntax
   requires C99 (breaks e.g. NetBSD 7 because LANGUAGES= c99 is not defined by
   package).

Revision 1.82 / (download) - annotate - [select for diffs], Wed Jul 24 14:08:23 2019 UTC (4 years, 1 month ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Branch point for: pkgsrc-2020Q1
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

Fixed patch-src_video_SDL__pixels.c for NetBSD 7

Declaration of local variable 'byte' moved out of for loop because this syntax
requires C99 (breaks e.g. NetBSD 7 because LANGUAGES= c99 is not defined by
package).

Revision 1.80.14.1 / (download) - annotate - [select for diffs], Tue Jul 23 11:19:51 2019 UTC (4 years, 2 months ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.80: +6 -2 lines
Diff to previous 1.80 (colored)

Pullup ticket #6008 - requested by nia
devel/SDL: security fix

Revisions pulled up:
- devel/SDL/Makefile                                            1.133
- devel/SDL/distinfo                                            1.81
- devel/SDL/patches/patch-src_audio_SDL__wave.c                 1.1
- devel/SDL/patches/patch-src_video_SDL__bmp.c                  1.1
- devel/SDL/patches/patch-src_video_SDL__pixels.c               1.1
- devel/SDL/patches/patch-src_video_nanox_SDL__nxvideo.c        1.1
- devel/SDL/patches/patch-src_video_x11_SDL_x11video.c          1.2

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun Jul 21 11:14:38 UTC 2019

   Modified Files:
   	pkgsrc/devel/SDL: Makefile distinfo
   	pkgsrc/devel/SDL/patches: patch-src_video_x11_SDL_x11video.c
   Added Files:
   	pkgsrc/devel/SDL/patches: patch-src_audio_SDL__wave.c
   	    patch-src_video_SDL__bmp.c patch-src_video_SDL__pixels.c
   	    patch-src_video_nanox_SDL__nxvideo.c

   Log Message:
   SDL: Backport fixes from upstream's hg for the following CVEs:

   CVE-2019-7572 - buffer-overflow
   CVE-2019-7573 - heap-overflow
   CVE-2019-7574 - heap-overflow
   CVE-2019-7575 - heap-overflow
   CVE-2019-7576 - heap-overflow
   CVE-2019-7577 - buffer-overflow
   CVE-2019-7578 - heap-overflow
   CVE-2019-7635 - heap-overflow
   CVE-2019-7636 - heap-overflow
   CVE-2019-7637 - heap-overflow
   CVE-2019-7638 - heap-overflow

   Bump PKGREVISION.

Revision 1.81 / (download) - annotate - [select for diffs], Sun Jul 21 11:14:38 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.80: +6 -2 lines
Diff to previous 1.80 (colored)

SDL: Backport fixes from upstream's hg for the following CVEs:

CVE-2019-7572 - buffer-overflow
CVE-2019-7573 - heap-overflow
CVE-2019-7574 - heap-overflow
CVE-2019-7575 - heap-overflow
CVE-2019-7576 - heap-overflow
CVE-2019-7577 - buffer-overflow
CVE-2019-7578 - heap-overflow
CVE-2019-7635 - heap-overflow
CVE-2019-7636 - heap-overflow
CVE-2019-7637 - heap-overflow
CVE-2019-7638 - heap-overflow

Bump PKGREVISION.

Revision 1.80 / (download) - annotate - [select for diffs], Mon Dec 25 00:18:39 2017 UTC (5 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Branch point for: pkgsrc-2019Q2
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

Include dev/hid/hid.h for recent NetBSD-current to fix build

Revision 1.79 / (download) - annotate - [select for diffs], Fri Oct 27 01:28:53 2017 UTC (5 years, 10 months ago) by nat
Branch: MAIN
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

Enable oss dma backend for NetBSD-8.

Bump PKG_REVISION.

OK wiz@.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Nov 3 03:27:12 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.77 / (download) - annotate - [select for diffs], Sun May 31 09:17:53 2015 UTC (8 years, 3 months ago) by nat
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)

Remove delay whilst writing audio.  Improves latency.
Make it so wscons video will initialize without keyboard and mouse.

This commit was approved by wiz@

Revision 1.76 / (download) - annotate - [select for diffs], Tue Mar 3 19:14:04 2015 UTC (8 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Read from uhid device and insert events until there are no more events
to consume. Matches SDL2 BSD joystick driver behavior, and makes things
like "iBUFFALO Classic USB Gamepad" work with Retroarch.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Feb 25 12:48:34 2015 UTC (8 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

flush any pending events from the joystick device when opening on netbsd, bump PKGREVISION

Revision 1.74 / (download) - annotate - [select for diffs], Fri Feb 6 01:27:25 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

Instead of naming USB joysticks by device name ("/dev/uhid3"), try to give
it a more helpful name ("Logitech Cordless RumblePad 2 @ /dev/uhid3")

Revision 1.73 / (download) - annotate - [select for diffs], Thu Feb 5 08:57:53 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

regen (hi jared)

Revision 1.72 / (download) - annotate - [select for diffs], Fri Jan 30 12:02:49 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

Include limits.h for UINT_MAX (build fix on NetBSD).

Revision 1.71 / (download) - annotate - [select for diffs], Thu Jan 29 12:31:07 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

add wsmouse mousewheel support

Revision 1.70 / (download) - annotate - [select for diffs], Thu Jan 29 12:22:04 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

initialize keysym->unicode in wskbd input path

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jan 29 11:28:50 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

fix wscons keyboard

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jan 29 01:56:02 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.67: +5 -3 lines
Diff to previous 1.67 (colored)

add wsmouse support to wscons driver

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jan 28 17:14:47 2015 UTC (8 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Add USB keyboard support to the wscons driver.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Aug 17 09:24:47 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Fix SDL_LoadObject to try the soname itself first, without any prefixes,
and only fallback to other places when that fails.
Bump PKGREVISION.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Apr 14 19:27:46 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored)

Fix building on newer OS X. Courtesy of Jan Danielsson.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Mar 24 20:29:01 2014 UTC (9 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored)

Fix capitalization and make it build on FreeBSD 9-10.

Revision 1.63 / (download) - annotate - [select for diffs], Fri Sep 14 13:20:20 2012 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)

Add comments to patches.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Feb 20 14:57:06 2012 UTC (11 years, 7 months ago) by jdc
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Add checksum for new patch (patch-src_video_x11_SDL_x11video.c).

Revision 1.61 / (download) - annotate - [select for diffs], Sat Jan 28 10:33:31 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.60: +5 -6 lines
Diff to previous 1.60 (colored)

Update to 1.2.15:

General Notes

   * Fixed assembly register clobbering in CPU info routines
   * Fixed memory stomp when using stretch blit on large images
   * Fixed pixel corruption with overlapping blits
   * SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices
   * Disabled MMX blitters since they don't compile on modern compilers

Unix Notes

   * Fixed crash in joystick code on newer Linux kernels
   * Fixed channel swizzling for ALSA target with 6-channel output
   * Use the OpenGL GLX_EXT_swap_control extension if available
   * XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1
     environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df

Windows Notes

   * Fixed SDL_GL_ACCELERATED_VISUAL handling
   * Fixed application state handling with ALT-Tab
   * Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code
   * Fixed UTF-8 decoding of Russian characters

Mac OS X Notes

   * Fixed building and running on Mac OS X 10.7 (Lion)

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jan 24 15:17:05 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored)

Another fix for keyboard handling, from Opolo Remo,
and a fix for the color patterns, also from him.
Bump PKGREVISION.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Dec 29 10:00:49 2011 UTC (11 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored)

use AUDIO_GETBUFINFO when available; bump pkg revision

Revision 1.58 / (download) - annotate - [select for diffs], Mon Dec 26 12:28:46 2011 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Fix typo in ifdef.
Bump PKGREVISION.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Dec 11 10:48:58 2011 UTC (11 years, 9 months ago) by taca
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE.
Extra "case" was existed before default label of case statement.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Dec 1 10:48:07 2011 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.55: +3 -1 lines
Diff to previous 1.55 (colored)

Compile in wscons support on NetBSD.
From Opolo Remo in private mail.
Bump PKGREVISION.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Aug 2 17:02:38 2011 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored)

Adjust assembler constraint to work with Clang. From FreeBSD.

Revision 1.54 / (download) - annotate - [select for diffs], Fri Oct 23 06:05:07 2009 UTC (13 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.53: +4 -6 lines
Diff to previous 1.53 (colored)

Changes 1.2.14:
* Added cast macros for correct usage with C++:
	SDL_reinterpret_cast(type, expression)
	SDL_static_cast(type, expression)
* Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
  SDL_VIDEO_FULLSCREEN_HEAD on X11.
* Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
  up/down events for Caps-Lock and Num-Lock keys.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Sep 2 21:19:53 2009 UTC (14 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

Look for libGL.so, not any particular libGL.so.<X>, on NetBSD.
Bump PKGREVISION.

From mrg@

Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 26 17:46:07 2008 UTC (14 years, 8 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

Various (including critical) bugfixes in the pulseaudio backend:

Fix assertion triggered in pulsaudio by returning "unknown" instead
of NULL pointer when guessing application name.

Own improvements:
- Use getprogname on NetBSD as it wont return NULL
- Also identify stream as "SDL Application"

3rd party bugfixes:
- Pull buffer size and other fixes from pulsaudio developers.
  http://0pointer.de/blog/projects/pa-plugin-for-sdl.html

Bump revision.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Oct 13 17:15:44 2008 UTC (14 years, 11 months ago) by reinoud
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored)

Apply patch to first unlock the CD before trying to eject it. Since SDL
doesn't seem to have lock/unlock primitives, this looks like the right thing
to do.

Fixes audio/tcd's eject function too.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jan 13 15:57:59 2008 UTC (15 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.49: +4 -6 lines
Diff to previous 1.49 (colored)

Update to 1.2.13:

   SDL 1.2.13 is a minor bug fix release.

  General Notes

     * Fixed link error when building with Intel Compiler 10.
     * Removed stray C++ comment from public headers.

  Unix Notes

     * Fixed crash in SDL_SoftStretch() on secure operating systems.
     * Fixed undefined symbol on X11 implementations without UTF-8 support.
     * Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver.
     * Scan for all joysticks on Linux instead of stopping at one that was removed.
     * Fixed use of sdl-config arguments in sdl.m4

  Mac OS X Notes

     * SDL now builds on Mac OS X 10.5 (Leopard).
     * Fixed high frequency crash involving text input.
     * Fixed beeping when the escape key is pressed and UNICODE translation is enabled.
     * Improved trackpad scrolling support.
     * Fixed joystick hat reporting for certain joysticks.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Dec 17 20:40:00 2007 UTC (15 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.48: +3 -1 lines
Diff to previous 1.48 (colored)

Fix build under Mac OS X Leopard.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 25 23:31:08 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.47: +4 -8 lines
Diff to previous 1.47 (colored)

Update to 1.2.12:

1.2.12:
	Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling
	of the screensaver on Mac OS X and X11.

Also, many pkgsrc patches were integrated.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Oct 8 18:40:23 2006 UTC (16 years, 11 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Fix patch-aa to correctly use strcat, and to be C89 compliant.
Patch supplied by Christian Biere in PR#34738.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Aug 3 20:21:20 2006 UTC (17 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored)

Added two patches for Solaris 8. The X11 implementation does not define
the xEvent structure unless NEED_EVENTS is defined.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jul 3 21:49:13 2006 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored)

Update to 1.2.11:

SDL 1.2.11 is a minor bug fix release.

Unix Notes

Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden.  This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.

Fixed building SDL with Xinerama disabled.

Fixed DRI OpenGL library loading, using RTLD_GLOBAL in dlopen().

Added pkgconfig configuration support.


Mac OS X Notes

The Quartz video driver supports 32x32 cursors on Mac OS X 10.3 and above.

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jul 1 19:08:36 2006 UTC (17 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Revert previous because it changed the libraries libSDL was linked to.
Instead, try to dlopen the libraries straight from the directories they
are in.

Bump PKGREVISION to 2.

Requested and reviewed by wiz@.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Jun 12 16:20:44 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.42: +6 -20 lines
Diff to previous 1.42 (colored)

Update to 1.2.10.

Package changes:
Merge SDL-arts, SDL-esound, and SDL-nas packages back as options,
all defaulting to on (add "-arts -esound -nas" to PKG_OPTIONS.SDL
to get the previous behaviour of this package). Reason: trying to
get and stay in sync with upstream, who decided not to take back
the relevant changes. Ok jmmv@

Also follow upstream w.r.t. library version numbers; bump
BUILDLINK_API_DEPENDS for that (no real reason to diverge here).

Most patches have been integrated upstream.

Changes in 1.2.10:

1.2.10:
	If SDL_OpenAudio() is passed zero for the desired format
	fields, the following environment variables will be used
	to fill them in:
		SDL_AUDIO_FREQUENCY
		SDL_AUDIO_FORMAT
		SDL_AUDIO_CHANNELS
		SDL_AUDIO_SAMPLES
	If an environment variable is not specified, it will be set
	to a reasonable default value.

	Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment
	variable, currently supported on X11 Xinerama configurations.

	Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications.

	Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.

	Added current_w and current_h to the SDL_VideoInfo structure,
	which is set to the desktop resolution during video intialization,
	and then set to the current resolution when a video mode is set.

	SDL_SetVideoMode() now accepts 0 for width or height and will use
	the current video mode (or the desktop mode if no mode has been set.)

	Added SDL_GetKeyRepeat()

	Added SDL_config.h, with defaults for various build environments.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Feb 7 18:15:50 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.41: +5 -5 lines
Diff to previous 1.41 (colored)

Remove some chunks that should not be necessary any longer.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 7 10:15:39 2005 UTC (18 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.40: +9 -13 lines
Diff to previous 1.40 (colored)

Changes 1.2.9:
* Added support for direct color 8-bpp surfaces
* Altivec optimized blitters
* SDL.dll works on Windows 95 again
* Dropping a document onto an SDL app passes it as a command line parameter in MacOS X
* Fixed crash trying to allocate hardware surfaces on MacOS X
* Fixed short read problem with SDL_RWFromMem()
* Fixed gcc parse errors in SDL_audio.h on Windows
* Added support for Tru64 UNIX 4.X
* Improved RISC OS support
* Numerous improvements to the Atari port
* SDL_OPENGLBLIT is officially obsolete

Revision 1.40 / (download) - annotate - [select for diffs], Tue May 31 17:37:50 2005 UTC (18 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

Better DragonFlyBSD support from Joerg Sonnenberger.
. find USB headers
. fix joystick support

Revision 1.39 / (download) - annotate - [select for diffs], Fri May 20 20:08:40 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.38: +8 -4 lines
Diff to previous 1.38 (colored)

Support for DragonFlyBSD, based on patches from Joerg Sonnenberger.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Feb 23 22:24:08 2005 UTC (18 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

Add RMD160 digests.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Jan 12 22:58:19 2005 UTC (18 years, 8 months ago) by kristerw
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36 (colored)

GCC 2 does not understand the MMX asm core.  Fall back to the C source
for GCC 2.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 6 16:32:01 2005 UTC (18 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

The "+" constraint modifier was yoo much. While it seems correct to me, it
caused gcc complaints in some cases. Pointed out by Nicolas Joly.
PR pkg/28882 should be fixed now.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jan 6 12:25:23 2005 UTC (18 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

tighten an inline asm constraint for amd64

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jan 5 12:05:19 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.33: +12 -16 lines
Diff to previous 1.33 (colored)

Changes 1.2.8:
* Fixed compiling under newer versions of gcc
* Fixed floating point exception with Linux 2.6 joysticks
* Added 4/6 channel surround sound support on ALSA (not 3D audio)
* Fixed mouse coordinate inversion on MacOS X
* Added a CoreAudio sound driver for MacOS X
* Added MacOS X Xcode build environment support
* Updated QNX support for QNX6
* Improved Atari port, including OSMesa support
* Numerous other bug fixes and platform support improvements

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jul 26 20:42:28 2004 UTC (19 years, 2 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Reduce audio delay in the *BSD audio driver (by configuring audio
device with shorter block size and lower water marks).
PKGREVISION++

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 19 10:48:46 2004 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Patch to make audio work on IRIX 5, from Georg Schwarz.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 13 20:51:58 2004 UTC (19 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored)

Make this package build on NetBSD ports that do not have
<machine/joystick.h>.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 9 18:19:09 2004 UTC (19 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 (colored)

apply some patches from SDL CVS which fix inline assembler to compile
with gcc-3.4.x
left out a part which requires support for the "named parameter"
syntax which is not present on NetBSD-1.6.x/gcc-2.95.x
This is obviously not needed because the real variable names and
the abstract parameter names are identical.
(see PR pkg/25855 by John R. Shannon for details)
The next SDL release will probably require to install gcc-3.3.x
on NetBSD-1.6.x.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 22 09:10:12 2004 UTC (19 years, 3 months ago) by dillo
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

fix HATs on USB joysticks that don't report up as 0.
bump PKGREVISION

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 5 14:04:21 2004 UTC (19 years, 3 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

USB joystick: number axes in usual order (X, Y, ...), not in order
returned by device.  Makes joysticks that return Z before X usable.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 17 00:15:21 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
Changes since 1.26: +10 -14 lines
Diff to previous 1.26 (colored)

Update to SDL-1.2.7.

Changes:
* SDL no longer sets a fatal signal handler for SIGPIPE
* Fixed modifier key state on MacOS X
* Added support for remote XVideo
* Fixed static linking on MacOS X
* Fixed compiling with broken Linux 2.6 headers
* Fixed mouse cursor visibility and focus events on MacOS X
* Added support for /dev/joy* on Free/Net/OpenBSD
* Fixed problems with CD-ROM audio playback on MacOS X 10.1
* Added dynamic GL library loading to MacOS Carbon support
* Added function to create RWops from const memory: SDL_RWFromConstMem()
* Fixed build problems with newer versions of automake
* Fixed MacOS X libtool framework support
* Added CPU feature detection functions to SDL_cpuinfo.h
* Fixed illegal instruction crash using 3DNow on Intel processors
* Fixed asm issues with mmx.h and gcc 3.3
* Fixed crash calling app defined window proc
* Fixed long long constant warnings in GCC 3.3.1
* Fixed joystick open problems on BSD
* Fixed X11 mode line crash with only one video mode

Fixes PR pkg/22462.

Okayed by wiz@.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 10 13:57:12 2004 UTC (19 years, 8 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

replace the SDL mmx gcc3 compile-fix with the one that went into
SDL CVS
provided by Stephane Marchesin

Revision 1.25 / (download) - annotate - [select for diffs], Mon Oct 27 23:19:46 2003 UTC (19 years, 10 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Make SDL compile with gcc 3.3 too, by applying patches provided by
Marc Recht in response to PR pkg/23268.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Sep 16 17:03:46 2003 UTC (20 years ago) by drochner
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

look for a CDROM also at /dev/cd?d; should fix PR pkg/22803 by
Peter Seebach

Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 4 09:57:41 2003 UTC (20 years ago) by wiz
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

regen (for patch-aj change)

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 4 07:31:50 2003 UTC (20 years ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Replace configure patch with one generated by the same version of
autoconf as the original, reducing the size of the patch by 500k.
Ok'd by drochner.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 3 19:30:51 2003 UTC (20 years ago) by drochner
Branch: MAIN
Changes since 1.20: +8 -9 lines
Diff to previous 1.20 (colored)

update to 1.2.6
There are many bug fixes and improvements in this release,
including MMX and 3DNow! optimized alpha blending,
MMX optimized audio mixing, support for OpenGL FSAA,
and official QNX support!

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 26 23:05:34 2003 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

Let the NAS audio driver be a plugin too, to get rid of the SDL_USE_NAS build
definition.  Bump revision again, to 6, for better dependancy handling.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 26 21:38:22 2003 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

Implement loadable plugin support for arts and esound output.  This is to
avoid using build variable definitions, and to allow optional use of these
daemons on machines where binary packages are used.  esound is no longer
needed in this package by default.  OSS is kept in the package as it was
before, beeing the default output driver.  Bump PKGREVISION to 5.

The patch has been reviewed by wiz@, the maintainer.  It has also been sent
back to SDL authors in the hope that they will implement this functionality.

Closes PR pkg/21774 by Marc Recht, which requested the addition of arts as
an optional dependancy (not done).

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 4 17:53:11 2003 UTC (20 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Correctly escape newlines in strings, to pacify gcc-3.3.
No change to generated package, so no version bump.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 6 19:02:56 2002 UTC (20 years, 10 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Place a defined(__NetBSD__) near a defined(__OpenBSD__) so that the
avifile-devel pkg (among other things) can build again.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 31 22:19:49 2002 UTC (20 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.15: +4 -6 lines
Diff to previous 1.15 (colored)

Fix the sdl-config script to return the correct libraries for linking
against libaa by querying the aalib-config script.  Bump the PKGREVISION
since this change is user-visible.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 13 19:28:56 2002 UTC (20 years, 11 months ago) by kristerw
Branch: MAIN
Changes since 1.14: +7 -13 lines
Diff to previous 1.14 (colored)

Update SDL to version 1.2.5.

This update consists of numerous bugfixes. See
   http://www.libsdl.org/release/changes-1.2.html
for a full list.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 25 19:22:17 2002 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:10:13 2002 UTC (21 years, 1 month ago) by jlam
Branch: buildlink2
Changes since 1.10: +5 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 15 23:04:20 2002 UTC (21 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

SDL configure checks if libusb or libusbhid is present on the system, but
it tried to use both if both was found (which caused conflicts.)

Solves PR 17602.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 14 07:28:39 2002 UTC (21 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Add USB joystick support (and bump version to 1.2.3nb1). The implementation
is taken from the SDL development repository, with some bugfixes from me.

Solves PR 17374.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 13 16:17:33 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10 (colored)

Remove build dependency on automake by providing patches.
Requested and tested by Nick Hudson.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 14 00:39:45 2002 UTC (21 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.9: +4 -5 lines
Diff to previous 1.9 (colored)

Update to 1.2.3; based on pkg/15580 by Ben Wong.
Relevant changes for NetBSD:
* 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
* 1.2.3: Added platform independent OpenGL Header - SDL_opengl.h
* 1.2.3: Fixed crash when using double-buffering with DGA
* 1.2.3: Fixed XVideo on GeForce by using last available adaptor
* 1.2.3: Added 640x480 as a scaled resolution for NTSC/PAL output

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 24 14:28:55 2001 UTC (22 years ago) by rh
Branch: MAIN
Changes since 1.8: +9 -7 lines
Diff to previous 1.8 (colored)

Update SDL to 1.2.2.  Changes include:
    * Native NetBSD audio support
    * Now gets correct keyboard state when starting up on X11
    * Improved the DGA 2.0 and framebuffer console drivers
    * Improved OSS audio driver support, thanks to 4Front Tech.
    * Improved X11 fullscreen support, works better with KDE

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 14 15:45:34 2001 UTC (22 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Reliably detect NAS headers when NAS is enabled, and remove references to
/usr/pkg/{include,lib} from the configure script.  SDL now really meets
the criteria for USE_BUILDLINK_ONLY.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 3 06:17:32 2001 UTC (22 years, 2 months ago) by rh
Branch: MAIN
Changes since 1.6: +8 -10 lines
Diff to previous 1.6 (colored)

Update SDL to 1.2.1.  Changes include:
    * Added Linux PlayStation 2 Graphics Synthesizer support
    * Added an audio driver that writes to disk
    * Mouse wheel sends mouse button (4/5) events on Windows
    * Added MacOS X Project Builder projects
    * Added initial support for Quartz video
    * Disabled Linux /dev/event joystick interface by default
    * Added native OpenBSD audio driver
    * Added detection of Open Sound System on Solaris x86
    * Added initial support for Nano-X
    * Fixed endian detection on IA64 architectures
    * Added --disable-dga configure option to disable DGA
    * Fixed stuck keys when changing the video mode
    * Fixed double-mouse event bug on Windows using OpenGL
    * Fixed 320x200 video mode on framebuffer console
    * Improved robustness for the ELO touchpad
    * Added support for building under Cygwin on Windows
    * Added a dummy video driver for benchmarking
    * Fixed fullscreen cursor offset bug on BeOS

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 26 03:49:24 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

Remove patch to hermes/Makefile.in as we already patch Makefile.am
Also patch src/Makefile.am instead of the Makefile.in file as automake
will destroy the changes otherwise.

Revision 1.5 / (download) - annotate - [select for diffs], Sat May 5 13:47:12 2001 UTC (22 years, 4 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Make SDL compile under a.out systems: only use "-f elf" on ELF systems.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 28 14:27:34 2001 UTC (22 years, 4 months ago) by rh
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add '--tag' for hermes nasm statements to Makefile.am as well.  This should
fix bulk building and PR 12746.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 21 00:44:10 2001 UTC (22 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.2: +0 -0 lines
Diff to previous 1.2 (colored)

Move to sha1 digests, and/or add distfile sizes.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 17 16:27:20 2001 UTC (22 years, 5 months ago) by rh
Branch: MAIN
Changes since 1.1: +10 -12 lines
Diff to previous 1.1 (colored)

Update SDL to 1.2.0.  This closes PR 12684 by Tomasz Luchowski
<zuntum@netbsd.org>

Changes include:

1.2.0: Added initial support for HP-UX (thanks Stephanie)
1.2.0: Added initial support for BSDI (thanks Kurt)
1.2.0: Fixed blitting 32-bit ARGB images to SDL_OPENGLBLIT screens
1.2.0: Fixed automake build dependencies (thanks Markus!)
1.2.0: Added 24 bpp support to software YUV display functions
1.2.0: Don't bomb trying to get DGA mouse on XFree86 4.0
1.2.0: Added initial support for OSF/Tru64 (thanks Anders)
1.1.8: Fixed joystick hat motion on MacOS
1.1.8: Don't detect mouse and keyboard as joystick on MacOS
1.1.8: Check for OpenGL 1.2 before using 16-bit SDL_OPENGLBLIT
1.1.8: Added support for /dev/sound/* in Linux 2.4
1.1.8: Fixed crash when blitting to RLE encoded surfaces
1.1.8: Fixed 8-bit audio on MacOS X
1.1.8: Fixed keyboard handling on MacOS X and MacOS classic
1.1.8: Fixed mouse cursor visibility when switching apps on MacOS
1.1.8: Implemented semaphore support on MacOS X
1.1.8: Worked around broken sem_getvalue() on MacOS X
1.1.8: Fixed 16-bit big-endian audio on MacOS X and MacOS classic
1.1.8: Fixed mutex locking on Linux glibc 2.0
1.1.8: SDL_Quit() removes the parachute signal handlers
1.1.8: Added NAS audio server support (thanks Erik!)
1.1.8: Added SDL_NOFRAME for frameless windows (thanks Andreas)
1.1.8: Added support for resizable windows on MacOS
1.1.8: Added a function to query the surface clip rectangle
1.1.8: Added a function to query the current event filter
1.1.8: The X11 XVideo adapter is now locked (thanks Jeffrey)
1.1.8: Improved the speed of fullscreen OpenGL on Windows
1.1.8: Added ELO touchscreen support for fbcon (thanks Alex)
1.1.8: Added accelerated MacOS X OpenGL support
1.1.8: Surface lock and unlock operations can now be nested
1.1.8: Optimized fillrect for PPC video memory (thanks Mattias)
1.1.8: Work around "blackout" problem with XVideo acceleration
1.1.8: Obtain correct key state on X11 focus (thanks Mattias)
1.1.8: Fixed keyboard handling on the framebuffer console
1.1.8: Added basic support for VGA16 framebuffer console
1.1.8: Open a new virtual terminal if possible on fbcon
1.1.8: Fixed default audio driver on FreeBSD (thanks Maxim)
1.1.8: Fixed joystick crash on Windows (thanks Pete)
1.1.7: Expanded documentation from the SDL Documentation Project
1.1.7: Report X11 client message events if SYSWMEVENTS enabled
1.1.7: Added support for a single hat on Windows joysticks
1.1.7: The gamma ramp routines now take arrays of Uint16 values
1.1.7: Added initial support for QNX RTP (thanks Patrick)
1.1.7: Added ALSA sound driver (thanks Patrick Trainor)
1.1.7: Added aRts UNIX sound driver (thanks Neil Stevens)
1.1.7: Get keyboard modifier state on input focus on Win32
1.1.7: SDL_ConvertSurface() now accepts SDL_RLEACCEL as a flag
1.1.7: Added initial UnixWare 7 support (thanks rr)
1.1.7: Added working YUY -> RGB conversion code (thanks Eugene)
1.1.7: Fixed video initialization crash on IRIX
1.1.7: Fixed MacOS fullscreen palette code (thanks Darrell)
1.1.7: Fixed background brush flicker on Win32 (thanks Gautier)
1.1.7: Fixed incorrect pitch when switching to window on Win32
1.1.7: Fixed memory leak when switching video modes on Win32
1.1.7: Init of fbcon shouldn't automatically set graphics mode

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:05:39 2001 UTC (22 years, 5 months ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

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>