pkgsrc/emulators
wiz 4b35685ca3 Update to 0.4.1:
-- 0.4.1 -- 2009-01-10
libgambatte:
    - Fix HqXx filter pitch.
    - Fix mbc2 not getting a rambank.
    - Make sure to reset passed pointers when deleted. Fixes potential crash
      when loading ROM during OAM busy.
common:
    - Substantially improved rate estimation averaging.
    - RateEst: Add a convenient way of filtering measures that extend beyond
      a buffer time, and are as such probably invalid.
    - RateEst: Allow using a custom timestamp in feed().
    - RateEst: Keep a queue of the last ~100 msec worth of samples and
      duration, and filter out collective samples that give a pre-estimate
      that seems way off.
    - Replace "Game Boy / Game Boy Color emulator" with "Game Boy Color
      emulator" for now to avoid misleading anyone on the current status.
gambatte_qt:
    - Disable BlitterWidget updates (paintEvents) while not paused.
    - QGLBlitter: Do a cheap front blit rather than a vsynced flip if audio
      buffers are low.
    - Allow BlitterWidgets to opt in to get paintEvents while unpaused. Do so
      for QGLBlitter since it may need to clear buffers afterwards.
    - QGLBlitter: Try to blit right after sync in the case of single buffering.
    - Up default audio buffer latency to 100 ms (some common system audio
      servers require a lot of buffering to work well).
    - Adaptively skip BlitterWidget syncs if audio buffer is low, in a manner
      that should minimize wasted skips in sync to vblank situation, and tries
      to be non-disturbing. This replaces frame time halving, and blitter
      specific rescueing.
    - Clear display buffers in DirectDrawBlitter and Direct3DBlitter in
      exclusive mode, since blits don't necessarily cover the entire buffers.
    - DirectDrawBlitter: Make sure that a minimum amount of time has passed
      between calls to WaitForVerticalBlank, since it can return in the same
      vblank period twice on a fast system.
    - DirectDrawBlitter: Support vsync for refresh rate ~= 2x frame rate.
    - DirectDrawBlitter: Refactor somewhat and get rid of a couple minor
      potential bugs.
    - DirectDrawBlitter: Some tweaks to get updates closer to sync time in
      certain situations.
    - DirectDrawBlitter: Some tweaks to better support DONOTWAIT.
    - DirectDrawBlitter: Make only updating during vblank while page flipping
      optional.
    - Direct3DBlitter: Some tweaks to get updates closer to sync time in
      certain situations.
    - Filter out very short frame times in frame time estimation.
    - Don't adjust frame time during turbo, but rather skip BlitterWidget
      syncs to speed up, which avoids vsync limits without disabling vsync.
    - DirectDrawBlitter: Add triple buffering option.
    - Direct3DBlitter: Use D3DSWAPEFFECT_DISCARD in non-exclusive mode.
    - Direct3DBlitter: Allow triple buffering and vblank-only updates in
      non-excusive mode.
    - Rename "Page flipping" in Direct3D and DirectDraw blitters to
      "Exclusive full screen".
    - Pause audio on win32 titlebar clicks/drags to avoid looping audio due to
      underruns from blocked timerEvents.
    - Use wildcards for platform detection to avoid being unnecessarily
      compiler/architecture specific. Fixes bug 2377772.
    - Rewrite most of DirectSoundEngine, supporting primary buffer option,
      making it more robust, correct and hopefully cleaner. Only use part of
      the primary buffer if the desired buffer size is lower than the
      primary buffer size.
    - Direct3DBlitter and DirectDrawBlitter: Force blocking updates when sync
      to vblank is enabled. Some updates only block if there's a prior
      unfinished update in progress. This screws up frame time estimation in
      turn screwing up vsync. To fix this we do a double update (and extra blit)
      if close to a frame time period has passed since the last update when
      sync to vblank is enabled. I really should have noticed this earlier as
      it pretty much breaks vsync adaption completely.
    - Direct3DBlitter: Use the D3DCREATE_FPU_PRESERVE flag when creating
      device. Omitting this flag can screw up floating point calculations in
      other parts of the code. For instance WASAPI cursor timestamps get
      utterly screwed up here.
    - Direct3DBlitter: It appears that managed textures are updated before
      they are unlocked, which screws up redraws, making things appear choppy
      in some situations. Use a default memory texture and a system memory
      texture and the UpdateTexure method instead.
    - DirectSoundEngine: Make use of the sample period limit feature of
      RateEst, rather than duplicating the feature.
    - Add polling WASAPI engine with exclusive mode support. Latency and rate
      estimation is generally better than DirectSound, and in exclusive mode
      there is less blocking as well as exclusive mode being better than
      shared mode in the other areas too.
    - WasapiEngine: Add device selection.
    - WasapiEngine: Add static isUsable() method. Only listed if isUsable().
      Default engine if isUsable().
    - WasapiEngine: Use default device if there's only one device available,
      since we don't show the combobox anyway.
    - DirectSoundEngine: Provide the integrated read and status get write
      method optimization.
    - XvBlitter: Set NosystemBackground attribute rather than OpaquePaintEvent.
      Reimplement paintEngine to return NULL as suggested by Qt docs.
    - X11Blitter: Reimplement paintEngine to return NULL.
    - AlsaEngine: Make use of sample period limit feature of RateEst. Don't
      increase estimated sample rate on underrun.
    - OssEngine: Make use of sample period limit feature of RateEst. Don't
      increase estimated sample rate on underrun.
    - Esc exits fullscreen on macx.
    - Drop OpenAL from default macx binary.
    - Add some useful but commented build flags for macx to .pro files.
2009-01-13 11:42:36 +00:00
..
aliados Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
applyppf Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
aranym Install emutos image with the package 2008-08-07 16:19:34 +00:00
arcem Fixed pointer signedness and static/extern mismatch. 2007-10-10 22:36:05 +00:00
arnold Fixes permission of rom data files, noticed in PR 38906. 2008-06-15 11:09:58 +00:00
atari800 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
BasiliskII Add DESTDIR support. 2008-06-12 02:14:13 +00:00
blinkensim Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bochs Update to 2.3.7, based on diffs by Juan Romero Pardines. 2008-12-06 12:00:56 +00:00
ckmame update to 0.10: 2008-07-25 11:50:33 +00:00
compat12 fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
compat13 fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
compat14 fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
compat15 Prevent the compat15 and compat16 packages from building on amd64 2007-11-27 19:20:42 +00:00
compat15-extras Make this package buildable on amd64. Bump revision. 2008-06-07 21:20:46 +00:00
compat16 Prevent the compat15 and compat16 packages from building on amd64 2007-11-27 19:20:42 +00:00
compat16-extras fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
compat20 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
compat20-extras fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
compat30 Add support for NetBSD 4.0 compatibility through installing compat40 2007-12-31 20:06:37 +00:00
compat30-extras Fix the description to refer to NetBSD-3.0 instead of NetBSD-2.0. 2007-12-31 19:35:51 +00:00
compat40 MASTER_SITE_LOCAL doesn't honor DIST_SUBDIR. Modify the MASTER_SITES 2008-01-15 15:43:48 +00:00
compat40-extras MASTER_SITE_LOCAL doesn't honor DIST_SUBDIR. Modify the MASTER_SITES 2008-01-15 15:43:48 +00:00
compat_netbsd Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
Cygne-SDL Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
cygwin_esound Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
cygwin_lib Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
darcnes Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
darwin_lib Support automatically using pkgsrc/emulators/darwin_lib to satisfy 2007-08-01 16:28:08 +00:00
DatLib Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
DatUtil Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
dega Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
dgen Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dosbox Recursive dependency bump for libspeex (it is backward-compatible, 2008-11-08 21:13:27 +00:00
doscmd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dynamips Fix pkg/38836: emulators/dynamips doesn't compile in DragonFly. 2008-06-03 13:53:49 +00:00
e-uae Add .desktop file so users can start it from a freedesktop compatible menu. 2008-12-20 15:16:52 +00:00
fceu NO_MTREE support. 2007-03-28 13:19:13 +00:00
fmsx Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
freebsd_lib Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
fuse Changes 0.10.0.1: 2008-12-18 19:18:59 +00:00
fuse-utils Changes 0.10.0: 2008-12-04 07:40:34 +00:00
gambatte Update to 0.4.1: 2009-01-13 11:42:36 +00:00
gcube Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
generator Fixed non-static definition after static declaration. 2007-10-10 22:09:48 +00:00
generator-cbiere Update HOMEPAGE and MASTER_SITES, per Christian Biere. 2008-11-01 17:42:48 +00:00
gens Allow to specify ROM to run on command line; bump PKGREVISION. 2006-07-29 20:40:09 +00:00
gnuboy Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
gnuboy-sdl Fix DESTDIR. 2008-04-07 17:14:20 +00:00
gpsim Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gpsim-devel Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gpsim-oscilloscope Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gpsim-ptyusart Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
gxemul Update gxemul to 0.4.6.6. Submitted by ISIHARA Takanori in PR pkg/39906. 2008-11-14 06:42:34 +00:00
handy_sdl Initial import of handy_sdl-0.5: 2008-12-20 17:34:02 +00:00
hatari Upgrade hatari to 1.0.2. 2008-08-01 10:04:09 +00:00
hercules Fix path to and dependency on bash. Bump revision. 2007-09-02 11:54:08 +00:00
hercules-images Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
ia64sim Update ia64sim to 0.5. 2008-08-04 08:04:30 +00:00
kenigma Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
libspectrum Changes 0.5.0: 2008-12-04 07:40:00 +00:00
linuxppc_lib Update MAINTAINER email address. 2006-11-19 08:03:05 +00:00
lrmi Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
m1 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
makeppf Fix DESTDIR. 2008-04-07 17:31:25 +00:00
MAMEDiff Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
mednafen Update to 0.8.A: 2009-01-04 21:59:44 +00:00
minivmac Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
mmix Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
NeoPop-SDL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
nestopia Initial import of nestopia-1.40h: 2009-01-03 18:44:27 +00:00
netbsd32_compat15 * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat15-extras * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat16 * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat16-extras * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat20 * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat20-extras * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat30 * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat30-extras * Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the 2007-08-21 22:49:02 +00:00
netbsd32_compat40 Add support for NetBSD 4.0 compatibility through installing compat40 2007-12-31 20:06:37 +00:00
netbsd32_compat40-extras Add support for NetBSD 4.0 compatibility through installing compat40 2007-12-31 20:06:37 +00:00
openmsx Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
or1ksim Add DESTDIR support. 2008-06-20 01:09:05 +00:00
osf1_lib set RPM2PKG_STRIP=0 to make this install again after moving to the emulator framework 2007-09-23 21:48:05 +00:00
p11 Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
palmosemulator Fix the build of the Palm OS Emulator with GCC 4.1.2. 2007-10-24 14:28:14 +00:00
pcemu Add DESTDIR support. 2008-06-12 02:14:13 +00:00
peace Make this compilable on the recent NetBSD-4. 2008-12-07 16:23:45 +00:00
pearpc Fix build on NetBSD/amd64 and add DESTDIR support. 2007-11-13 18:01:58 +00:00
qemu Get this building on amd64, patch suggested by Dieter Roelants 2008-12-30 00:54:19 +00:00
raine Don't explicitly include x11.b3.mk. 2007-02-19 19:14:59 +00:00
ROMBuild Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
ROMInfo Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
simh in do-install: 2008-11-21 17:36:43 +00:00
simulavr Sync PLIST and build instructions: force it to believe that 2007-03-07 17:31:22 +00:00
ski Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
sms_sdl Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
snes9x Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
snes9x-gtk Initial import of snes9x-gtk-1.51 patch 61 (as 1.51.61): 2009-01-03 18:46:27 +00:00
spim Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
stella Add DESTDIR support. 2008-06-20 01:09:05 +00:00
suse100_32_alsa Initial import of emulation packages for libraries needed by net/skype. 2007-09-07 22:54:44 +00:00
suse100_32_aspell Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_base Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_compat Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_expat Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_fontconfig Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_freetype2 Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_gdk-pixbuf Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_glx Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_gtk Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_gtk2 Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_krb5 krb5 package for 32-bit versions of SuSE Linux 10.0 for use by NetBSD/x86_64 2008-02-22 13:32:06 +00:00
suse100_32_libcups Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_libjpeg Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_libpng Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_libsigc++2 Initial import of emulation packages for libraries needed by net/skype. 2007-09-07 22:54:44 +00:00
suse100_32_libtiff Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_libxml2 Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_locale Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_openmotif Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_openssl Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_resmgr Initial import of emulation packages for libraries needed by net/skype. 2007-09-07 22:54:44 +00:00
suse100_32_slang Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_vmware Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_32_x11 Write out the path to the Makefile to include so that lintpkgsrc won't 2007-08-01 18:52:25 +00:00
suse100_alsa Initial import of emulation packages for libraries needed by net/skype. 2007-09-07 22:54:44 +00:00
suse100_aspell * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_base Horizontal lines consist of 75 characters, not more, not less. 2007-11-30 14:18:09 +00:00
suse100_compat * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_expat * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_fontconfig Use X11BASE instead of X11PREFIX to generate font search paths. 2008-11-23 17:24:55 +00:00
suse100_freetype2 Update freetype2 from 2.1.10-4.4 to 2.1.10-4.9 2008-09-03 09:13:05 +00:00
suse100_gdk-pixbuf * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_glx Bump suse100_glx to 4. 2008-09-03 09:45:59 +00:00
suse100_gtk Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
suse100_gtk2 * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_krb5 Import suse100_krb5, SuSE 10.0 kerberos5 library compatibility package. 2008-02-22 13:24:13 +00:00
suse100_libcups Bump suse100_libcups to 4. 2008-09-03 09:26:13 +00:00
suse100_libjpeg * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_libpng Bump suse100_libpng to 4. 2008-09-03 09:29:22 +00:00
suse100_libsigc++2 Initial import of emulation packages for libraries needed by net/skype. 2007-09-07 22:54:44 +00:00
suse100_libtiff * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_libxml2 * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_linux Update master sistes for SuSE10.0. 2008-09-04 11:53:48 +00:00
suse100_locale * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_openmotif Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
suse100_openssl Bump suse100_openssl to 5. 2008-09-03 09:32:10 +00:00
suse100_resmgr Bump suse100_resmgr to 1. 2008-09-03 09:35:43 +00:00
suse100_slang * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
suse100_vmware When testing for the existence of the symlink before removal, use 2007-08-22 02:19:15 +00:00
suse100_x11 Bump suse100_x11 to 3. 2008-09-03 09:42:45 +00:00
swarm Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
tme Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tuxnes Drop maintainership, does not build on amd64. 2006-12-18 01:34:54 +00:00
twin Allow to accept FreeBSD/i386. 2008-08-10 06:35:00 +00:00
uae Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
ucon64 Fix DESTDIR. 2008-04-07 18:17:34 +00:00
uips Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
vba Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
vice Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
vmips Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vmware Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
vmware-module Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
vmware-module3 Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
vmware3 Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
wine Fix -m32 build on amd64. Make sure the appropriate multilib options are 2008-12-16 13:27:30 +00:00
wine-devel Changes 1.1.12: 2009-01-03 20:12:43 +00:00
x48 - fine grained X11 dependencies for packages which have either USE_IMAKE 2006-12-27 13:37:35 +00:00
xbeeb Remove www.getafile.com from MASTER_SITES, doesn't resolve. 2007-11-11 23:48:19 +00:00
xcopilot Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xhomer Reset MAINTAINER, mail address in PR is bogus. 2008-12-06 13:10:34 +00:00
xm7 Set license to (missing) xm7-license, as no-commercial-use is 2008-09-10 00:33:59 +00:00
xmame Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
xmess point to xmame-license 2008-09-10 00:36:09 +00:00
xtrs Don't use malloc.h. 2007-07-27 23:50:19 +00:00
xyame Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
yabause Update to yabause-0.9.5. 2008-05-13 18:29:57 +00:00
z26 PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
ZIPIdent Mechanical changes to add DESTDIR support to packages that install 2008-03-03 19:21:37 +00:00
zsnes Made the package build for me. The error message was: 2007-06-06 22:05:45 +00:00
Makefile Add gambatte, nestopia, and snes9x-gtk. 2009-01-03 18:47:23 +00:00