summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2007-08-01Write out the path to the Makefile to include so that lintpkgsrc won'tjlam39-78/+78
complain.
2007-08-01Support automatically using pkgsrc/emulators/osf1_lib to satisfyjlam4-44/+152
EMUL_PLATFORM osf1-alpha.
2007-08-01Support automatically using pkgsrc/emulators/darwin_lib to satisfyjlam4-41/+148
EMUL_PLATFORMs darwin-i386 and darwin-powerpc.
2007-07-31Fixed build problem on NetBSD 3.x (PR 36632) and NetBSD 2.x (PR 25474).obache6-4/+485
Almost of patches are inspired by emulators/vmware-module3.
2007-07-31Update to 0.71.xtraeme6-71/+22
A bugfix release this time, but we couldn't resist adding a few new exciting features: * Added a new recompiling cpu core which is easier to port! * Added a x86_64 and a mipsel_32 recompiling core. * Fixed hangups on certain platforms after long gameplay of several games. * Fixed several joystick bugs. * Improved cdrom support. (fixes for audio, iso and detection.) * Improved SVGA and VESA. (detection and display) * Fixed a few textmodes and improved ansi emulation a bit. * Fixed pcspeaker and certain types of soundeffects. * Added undocumented mousebackdoor. * Made mount and imgmount a bit easier to use. (ioctl by default, support for ~ and ~username, auto size guessing for images) * Fix a few compilation problems on various hosts and a general code cleanup. * Several small fixes that improve compatibility.
2007-07-31Changes 0.9.42:adam3-7/+15
- Support for activation contexts and side-by-side assemblies. - Many more gdiplus functions. - More messaging support in crypt32.dll. - Many HTTP protocol handling fixes. - Lots of bug fixes.
2007-07-30Replace for @LINUX_BASE@ in linux{,32}-mkpwd. This only affected thejlam2-4/+4
documentation at the head of the script, so I'm not going to bother bumping the PKGREVISION for this.
2007-07-30Update to 2.31:wiz2-7/+8
- Uses DatLib v2.21. - Empty attributes are now ignored (e.g. sha1="") - Removed cloneof, romof and sampleof fixes from datutil -i - DatUtil -i, -I and -p now default the output format to CMPro (in addition to -g, -G and -r which already behave like that) - Added support for the isbios="yes" of MAME v0.117u2 onwards.
2007-07-30Update to 2.21:wiz2-7/+7
- Empty attributes are now ignored (e.g. sha1="") - Removed cloneof, romof and sampleof fixes from datutil -i - DatUtil -i, -I and -p now default the output format to CMPro (in addition to -g, -G and -r which already behave like that) - Added support for the isbios="yes" of MAME v0.117u2 onwards.
2007-07-30Add definition for DIRNAME to the INSTALL scripts, which is needed whenjlam4-6/+8
creating the /emul/linux symlink on a system where /emul doesn't exist. Problem noted by <wiz> in private email. Bump the PKGREVISIONs of suse100_base and suse91_base (and also the corresponding suse32 packages by implication).
2007-07-30s/_LINUX_MODULES/_EMUL_MODULES/gjlam2-4/+4
_LINUX_MODULES was an old, internal name I used in my development of the emulator framework that I had renamed to _EMUL_MODULES everywhere, or so I had thought. This should fix the problem where the dependencies on suse_* weren't being converted into dependencies on suse32_* on x86_64 platforms when building a "linux-i386" package.
2007-07-30Assume that the +ROOT_ACTIONS script is always executed from thejlam4-8/+8
current working directory. This should fix problems installing the suse*_base and suse*_vmware packages as a privileged user. When this package is installed as a privileged user, the +ROOT_ACTIONS script is executed from ${WRKDIR}/.pkginstall before the package metadata directory exists.
2007-07-29Add 32-bit versions of SuSE Linux 9.1 and 10.0 for use by NetBSD/x86_64jlam44-17/+271
with COMPAT_LINUX32.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam252-1907/+1784
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-27Don't use malloc.h.joerg4-1/+40
2007-07-20Changes 2.0.3:adam2-13/+13
* new style of artifacting * corrected PMG in bizarre ANTIC/GTIA modes * added 128 KB SpartaDOS X cartridge type * added support for QVGA landscape smartphones, added the virtual keyboard * new command-line option "-win32keys" for keyboard layouts different from US * MS-Win: run the emulator in a window ("-windowed" on the command line) * middle button support for ST and Amiga mice in X11 and MS-Win targets
2007-07-17Changes 0.9.41:adam4-14/+17
- A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes.
2007-07-09Drop maintainership.xtraeme1-2/+2
2007-07-08Drop maintainership.wiz7-14/+14
2007-07-01Changes 0.9.40:adam5-15/+23
- Many MSHTML improvements - A few more sound fixes - Many Direct3D fixes - Lots of bug fixes
2007-06-17Do not use malloc.h.minskim2-1/+14
2007-06-17Use stdlib.h instead of non-standard malloc.h.minskim2-1/+15
2007-06-17Use the tools framework for unzip, so that it can work on the platforms withminskim1-3/+3
native unzip.
2007-06-17Add patch from Magnus Henoch in PR 36502 to make keys work again.wiz3-3/+17
Bump PKGREVISION.
2007-06-16Update to 0.4.6:xtraeme3-7/+9
The changes between release 0.4.5.1 and 0.4.6 include, among other things: o) NetBSD/pmppc can now run in the emulator (with root-on-nfs), on an emulated Artesyn PM/PPC board. o) An instruction combination has been implemented for the idle loop used by NetBSD/arm (cats, netwinder, and iq80321). In plain English, this means that if the guest OS inside the emulator is not using any CPU, the emulator should not use much CPU on the host either. o) Some minor SuperH emulation speed improvements. o) General code cleanup: Non-working (skeleton) emulation modes have been removed, to make it easier to maintain the source code in the long run, and many unused/legacy constructs have been removed.
2007-06-16Changes 0.9.39:adam4-11/+35
- Many MSHTML improvements. - Several improvements to the sound support. - A number of Winsock fixes. - Several new supported constructs in the IDL compiler. - Many Direct3D threading fixes. - Lots of bug fixes.
2007-06-15Expect Xxf86dga to exist with non-native Xorg.Expect Xxf86dga to exist with ↵joerg1-2/+2
non-native Xorg.
2007-06-12Fix infinite loop in configure on DragonFly and FreeBSD 4.joerg4-7/+19
Fix dependencies for modular Xorg by adding Xxf86vm and Xxf86dga. Bump revision.
2007-06-06Made the package build for me. The error message was:rillig3-3/+20
./parsegen -D__UNIXSDL__ -D__OPENGL__ [...] Shared object "libz.so.1" not found
2007-06-06Update to 0.9:wiz3-7/+9
0.9 (2007-06-04) - add support for CMPro XML header skip detectors - fix handling of zero byte ROMs - dumpgame: brief option: no ROM/disk info - mkmamedb: add support for reading Romcenter dat files - mkmamedb: warn about multiple games with same name - mkmamedb: create CMPro dat files - mkmamedb: create mame db or CMPro dat file from zip archives - ckmame: add option to keep files present in old ROM database
2007-05-29Remove (default off) ffmpeg from PKG_SUPPORTED_OPTIONS -- pkgsrcwiz1-2/+4
vice version 1.21 needs at least ffmpeg-0.5.1, which is not currently in pkgsrc.
2007-05-21Update to 0.9.0. Thanks to Michael Van Elst for sending me the missingxtraeme16-332/+134
patch to let this build on systems without POSIX AIO. version 0.9.0: - Support for relative paths in backing files for disk images - Async file I/O API - New qcow2 disk image format - Support of multiple VM snapshots - Linux: specific host CDROM and floppy support - SMM support - Moved PCI init, MP table init and ACPI table init to Bochs BIOS - Support for MIPS32 Release 2 instruction set (Thiemo Seufer) - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil) - Darwin userspace emulation (Pierre d'Herbemont) - m68k user support (Paul Brook) - several x86 and x86_64 emulation fixes - Mouse relative offset VNC extension (Anthony Liguori) - PXE boot support (Anthony Liguori) - '-daemonize' option (Anthony Liguori)
2007-05-20Remove mentions of gnome-libs.wiz1-3/+1
No effective change to package.
2007-05-19+ mednafen.wiz1-1/+2
2007-05-19Initial import of mednafen-0.8.1, previously packaged for wip (by myself):wiz5-0/+83
Mednafen is a portable, utilizing OpenGL and SDL, argument (command-line)-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy (Color), GameBoy Advance, NES, PC Engine (TurboGrafx 16), SuperGrafx, Neo Geo Pocket (Color), PC-FX, and WonderSwan (Color) are emulated. Mednafen has the ability to remap hotkey functions and virtual system inputs to a keyboard, a joystick, or both simultaneously. Save states are supported, as is real-time game rewinding. Screen snapshots may be taken at the press of a button, and are saved in the popular PNG file format. Due to the threaded model of emulation used in Mednafen, and limitations of SDL, a joystick is preferred over a keyboard to play games, as the joystick will have slightly less latency, although the latency differences may not be perceptible to most people.
2007-05-19Update to 0.6.2 (latest stable version) requested by a netbsd userxtraeme4-26/+108
on irc. This version includes video recording, more realistic PSG and SCC sound, significant optimizations, easier to use game trainers, as well as a lot of other improvements and bugfixes.
2007-05-12Changes 0.9.37:adam6-28/+16
- MSI automation with JScript/VBScript support. - Various MSHTML improvements. - The usual assortment of Direct3D fixes. - Support for a few more exe protection schemes. - Lots of bug fixes.
2007-05-12Changes 0.8.0.1:adam3-8/+9
* Distribute ide.h * Distribute the hacking/ directory * Update the pointers to the HDF specification to point to v1.1
2007-05-12Changes 0.8.0.1:adam3-7/+21
* Fix IN timings and floating bus behaviour: fixes Sidewize. * Fix widget UI pokefinder and keyboard help picture * Fix crash if fullscreen mode attempted a resolution higher than the native graphics mode could handle. * Ensure ABS, MIN and PATH_MAX are available where needed. * Distribute autoload snapshots. * Remove flicker when playing back RZX files with embedded snapshots. * Remove warnings when building from CVS.
2007-05-12Changes 0.3.0.1:adam2-6/+6
* Avoid crash when reading an invalid TZX file (thanks, crabfists). * Export the TZX Generalized Data Block functions when building a Win32 DLL. * Distribute the hacking/ directory. * Remove warning when building from CVS.
2007-05-04Set OPSYS_EMULSUBDIR in the non compat32 case, otherwise systemsxtraeme1-1/+2
without compat32 enabled won't have the correct value in suse100_base/INSTALL. Found by seb@.
2007-05-02Don't explicitly depend on libXau and libXdmcp. Both are pulledtnn1-3/+1
in implicitly by x11/libX11/buildlink3.mk. Should fix PR 36258.
2007-05-01Update to 0.4.5.1:xtraeme3-7/+9
The changes between release 0.4.5 and 0.4.5.1 include, among other things: o) OpenBSD/landisk has now had its first release (4.1, 2007-05-01). Landisk emulation is now stable enough to allow OpenBSD/landisk to be installed onto a disk image, and run from it. o) Finally found and fixed an old bug in the address to symbol name lookup mechanism, which caused some symbols to be missed. Debug output with -t or -i should now show all symbols.
2007-04-29Changes 0.9.36:adam4-12/+16
- Midi support in the CoreAudio driver. - Mixer support in the Alsa driver. - A lot of MSI fixes. - Implementation for most D3DRM functions. - The usual assortment of Direct3D fixes. - Lots of bug fixes.
2007-04-20Fix a problem with SUSE_ARCH and SUSE_ARCH_DIR with compat32 reportedxtraeme2-3/+5
by dsl@, with diagnostic by veego@. compat32.mk overwrites some vars required to make suse work, but it wasn't overwritting those vars for the fetch target. I didn't see that error because I had the distfiles on my DISTDIR.
2007-04-20- update to modular xorgtnn1-2/+15
- add fontconfig dependency - bump pkgrevision
2007-04-19SUSE_MAKEFILE_INCLUDE_ARCH is common by all archs, do not use itxtraeme1-6/+6
only in NetBSD-*-x86_64. Error reported by tnn@ on i386.
2007-04-19Check if ONLY_FOR_PLATFORM is defined before using .if empty...xtraeme1-2/+3
Reported by Michai Chelaru.
2007-04-19Add missing file required by suse32/64.xtraeme1-0/+78
2007-04-19Add support for using suse100 with NetBSD/amd64 and COMPAT_LINUX32.xtraeme24-109/+88
Support is added via the options framework, to use 32-bit packages must be used "PKG_OPTIONS.suse=compat32", otherwise it will use the 64-bit packages by default. Known packages working are opera (does not require any change in Makefile) and rar-bin. Tested by some, closes PR pkg/35477 by Michai Chelaru (which provided a patch more or less than this one).