pkgsrc/emulators
dholland 148ac3b242 Update stella to 3.2.2.
pkgsrc changes: none.
upstream changelog:

3.2.1 to 3.2.2: (September 17, 2010)

  * Fixed bug with window centering; if enabled and the the window was
    larger than the desktop, the window would be moved offscreen.

-Have fun!


3.2 to 3.2.1: (August 25, 2010)

  * Improved behaviour of joystick 'hat' movement.  This should fix bugs
    most visible in Yars' Revenge.

  * Fixed bug in debugger rewind states; bankswitching wasn't being
    performed during the rewind.  Related to this, fixed a similar issue
    with the debugger 'loadstate' and 'savestate' commands.

  * Added game properties info and snapshot for the newly released
    'Halo 2600' ROM.


3.1.2 to 3.2: (August 20, 2010)

  * NOTE: because of the many event-related changes in this release, all
    event mapping should be reset to defaults after starting Stella for
    the first time.  As well, because of other internal changes, older
    save-state files are no longer valid.

  * Many improvements to joystick handling code, particularly for analog
    axes.  Navigating the UI should be much smoother now, and remapping
    events to analog axes should be less 'twitchy'.

  * Added ability to assign and remap 'combo' events in emulation mode.
    Combo events are basically a sequence of normal events (up to 8)
    that are generated from a single event (ie, one button on a joystick
    could generate up to 8 events).  Updated Input Settings UI to
    access and modify these events.

  * Default mappings are now available in UI and emulation mode for the
    first 'hat' detected on a joystick/gamepad.  Related to this, a hat
    now works exactly like an axis in UI mode (holding down a direction
    continues that direction until the hat is released/centered).

  * Several major improvements to the debugger:
      - the disassembler can now process multiple entry points, and
        caches entry points as they're encountered (ie, the disassembly
        isn't 'reset' each time a bank change occurs or you exit and
        re-enter the debugger)
      - preliminary support for disassembling from zero-page RAM
      - re-added ability to change banks with the 'bank' debugger
        prompt command and within the ROM disassembly UI
      - user labels in disassembly are now supported again
      - 'runto' command is now case-insensitive, and shows a progressbar
        while searching through the disassembly
      - the debugger window can be resized between ROM loads (previously,
        the app had to be restarted)
      - fixed bug in Distella disassembler output, where it sometimes
        generated addresses above $FFFF
      - a vertical line separates the disassembly from the raw bytes

  * Fixed behaviour of SWCHB and SWBCNT; pins set to output now remember
    the values previously written.  Some ROMs use this functionality for
    extra storage.  Special thanks to Omegamatrix of AtariAge for advice
    and test ROMs in this area.

  * Fixed bug when reading from illegal TIA addresses; a Space Invaders
    hack was showing pink enemies instead of white ones.  Again, special
    thanks to to Omegamatrix of AtariAge for advice and test ROMs in this
    area.

  * Fixed bug in handling INPT4/INPT5 latches from VBLANK; a least one
    ROM was working in Stella when it didn't on real hardware.

  * Added 'ramrandom' commandline argument, which is used to randomize
    all RAM in the system; otherwise, the RAM is zeroed.

  * Added 'finishing touches' to some of the UI descriptions, giving a
    better explanation of the functions.  Related to this, certain
    options now show a message box explaining the option in further
    detail (particularly the ROM Audit mode).  As well, when starting
    Stella for the first time, a prompt appears to select a ROM
    directory.

  * Fixed bugs in the ROM launcher when viewing certain PNG images not
    created by Stella.  Related to this, the official PNG library is now
    included in the Stella codebase (version 1.4.3).  Also added composite
    snapshots for those ROMs which consist of several games.  Thanks go
    to Buzbard of AtariAge for these images.

  * Added several fixes for crashes on 'small' systems (those systems
    where the maximum resolution is less than 640x480).

  * Tweaked bankswitch autodetection for 0840, DPC+, E7 and UA schemes.

  * Improved F8 bankswitch autodetection for Yars Revenge in 8in1 ROM.

  * Updated DPC+ bankswitch scheme to latest specifications.

  * Snapshots taken in continuous snapshot mode are now timestamped, so
    older files are never overwritten.

  * Fixed a TIA segfault that could occur with certain ROMs.

  * The 'center' application window functionality can now be changed
    without having to restart the application.  Related to this, mouse
    positioning bugs when using the Linux version in OpenGL mode with
    SDL 1.2.14 have been fixed.

  * Reworked the manual, dividing it into 'Getting Started' and
    'Advanced Configuration' sections.  It still contains the same info
    as before, but hopefully in a better organized way.

  * Updated Help dialog; it was showing incorrect info for some OSX
    shortcuts.

  * Updated OSX build script to not crash when a previous build is
    detected, and to properly handle filenames with spaces.

  * Updated included ZLib to latest release version (1.2.5).


3.1.1 to 3.1.2: (May 3, 2010)

  * Modified 'showinfo' command to accept levels of output, where
    increasingly larger numbers provide more debug output.  Related to
    this, added UI item to modify 'showinfo'.

  * Updated DPC+ bankswitch scheme to latest specifications, including
    support for 32K ROMs with ARM code (the ARM code is ignored for now).

  * Fixed bug in saving patched ROMs using DPC and DPC+ bankswitch
    schemes; the saved image didn't actually include any changes made by
    the user.

  * Removed 'uselauncher' from the UI, since disabling it will remove
    the ROM launcher on all future runs, and not allow one to enable it
    again.  It's still available from the commandline, for those that
    have a need for it.


3.1 to 3.1.1: (April 26, 2010)

  * Fixed program crash when using RIOT addresses and labels in the
    debugger console prompt.

  * Updated DPC+ bankswitch scheme to latest specifications.


3.0 to 3.1: (April 22, 2010)

  * Fixed a major bug with text drawing in software rendering mode.
    Switching between windowed and fullscreen mode while text was being
    shown could result in garbled text or even a program crash.

  * Fixed issues when using 'sleep' timing, whereby a lockup could occur
    when changing video modes, and/or Stella would consume more CPU time
    than was necessary.

  * Integrated Distella disassembler, completely replacing the previous
    disassembler.  The entire infrastructure has not been completely
    ported yet.  As a result, labels defined by the user or from a
    DASM symbol file aren't actually used in the disassembly, and almost
    all distella config options are disabled.  These will be addressed in
    a future release.

  * Completely reworked the debugger cartridge interface, so that
    the disassembly is dynamic (ie, the debugger tracks when cart address
    space has changed, and automatically performs a re-disassembly).

  * All carts with extended RAM that differentiate between read and write
    ports now behave correctly when a read from the write port occurs.

  * Added more complete support for the more esoteric bankswitch
    schemes in the debugger.  These schemes now support accurate
    disassembly and ROM patch functionality.  Related to this, fixed a
    bug in disassembler view when a failure to patch a ROM still showed
    the (incorrect) patched results.

  * Added ability to disable TIA object collisions, independent of
    enabling/disabling the objects.  Previously, one had to completely
    disable an object to avoid collisions, but now an object can be
    enabled (and seen) but still have its collisions disabled.  These
    actions are tied to the same keys as the enable ones, except the
    'Shift' key is also used.

  * Added preliminary support for 'DPC+' bankswitching scheme, thanks to
    Darrell Spice Jr and Fred Quimby.

  * Added '16in1' bankswitching scheme, which works with various
    ROMs labeled '128-in-1 ...' (the database has been updated for
    these).  Related to this, switching between multicart ROMs for 2in1,
    4in1, 8in1, 16in1 and 32in1 now shows a UI message indicating which
    ROM is active.

  * Reverted some of the TIA improvements with respect to 'starfield
    effect' as seen in "Cosmic Ark" and "Stay Frosty".  The emulation is
    now more accurate as compared to the majority of consoles in use.

  * Added debugger pseudo-register '_rwport', which traps on a read from
    the write port.  This differentiates from reads that are normally
    part of a write cycle (ie, it traps only on inadvertent reads).

  * Added 'resolvedata' commandline argument and associated UI item, used
    to set the "resolve data sections" config option in Distella
    (vs. treating all address space as code).

  * Added 'runtopc' debugger command, used to step until encountering the
    given program counter.  This is also available in the ROM disassembly
    UI from the right-click context menu.

  * Added 'listfunctions' and 'delfunction' debugger commands to
    access/remove user-defined functions.  Related to this, fixed a bug
    in 'function' command that could cause a program crash.

  * Added 'cls' debugger command, used to erase the text and history
    from the debugger prompt.

  * Removed the 'listwatches' and 'poke' debugger commands, as they
    were redundant.

  * Removed the 'loadlst' debugger command and the ability to use a
    DASM .lst file.  This code was incomplete, and no longer fits with
    the recent disassembler improvements.  Support for this may return
    in a future release.

  * Modified 'disasm' debugger command to accept a second argument
    indicating the number of lines to disassemble.

  * Improved tab-completion in the debugger prompt; it now completes
    on functions and pseudo-registers.

  * Added emulation of the "Sega Genesis" controller, with two buttons
    that are directly supported on a real system.

  * The ZLib library is now included in the core code, so Windows
    developers no longer have to track down the ZLIBWAPI archive.

  * Many changes to the MacOS X port, bringing it more in line with
    other systems:

      The application is now known as 'Stella' (instead of StellaOSX).

      Two versions are available: the first is a 32-bit Universal Binary
      for OSX 10.4 - 10.6, and the second is 32/64-bit Intel-only for
      OSX 10.6 (aka Snow Leopard).  The Intel version is compiled with the
      very latest compiler (LLVM/Clang), resulting in better performance.

      The keyboard handling is changed to match other systems in terms of
      where the keys actually are on the keyboard (ie, the OSX Command key
      corresponds to Alt, and the OSX Control key corresponds to Control).

      The application menu has been cleaned up and simplified, and it
      now shows the correct shortcuts for menu items.

      The settings file is now (according to Apple standards)
      '~/Library/Preferences/net.sourceforge.Stella.plist'.

      The base directory (where all other Stella stuff is located) is now
      '~/Library/Application Support/Stella'.

      Because of these changes, all your settings will have to be entered
      again.

  * Added 'ctrlcombo' commandline argument, which toggles the use of the
    control key as a modifier key.  This is useful if you want to press
    'Control' and 'R' in a two player game, and not have the combination
    treated as 'Control-R' (which will issue a ROM reload).

  * Added 'usemouse' commandline argument and associated UI item.  This
    toggles the use of the mouse as a controller of any type.

  * Added 'uimessages' commandline argument and associated UI item.
    This toggles showing of UI messages overlaid on the screen.
    Critical messages are still shown, though.

  * Added ability to take multiple snapshots in a given interval every
    x seconds.  This is currently tied to the 'Alt-s' key and is not
    remappable (for now).  The interval can be set with the 'ssinterval'
    commandline argument and within the UI, and defaults to 2.

  * Many changes to the FrameBuffer and UI code for 'smaller' systems.
    Stella will now scale correctly to small screens, down to 320x240
    (which is the absolute lower limit supported).  Related to this,
    added 'maxres' commandline argument, which is useful for developers
    testing on such systems.

  * The About dialog now shows the version of SDL in use, and the type
    of CPU the application is running on (i386, x86_64, etc).

  * Improved 'listrominfo' commandline argument to list all information
    from Stella's internal ROM database, including a heading.  This
    output can be imported into a spreadsheet or database program.

  * Renamed 'tiafloat' commandline argument to 'tiadriven'.  The
    emulation of the behaviour of floating TIA pins is also much more
    accurate.

  * Reworked state files so that they're associated with the cartridge
    type used, not the MD5sum of the ROM.  This is useful for developers,
    since the same state file can now be loaded from different ROMs,
    as long as the cart type stays the same.  This also fixes a bug
    where loading from a non-existent state file could cause Stella
    to crash.  Because of these changes, old state files will no longer
    work.

  * Fixed bug in certain editable text fields, where pressing Return/Enter
    would disable any further input.
2010-10-16 16:08:19 +00:00
..
aliados USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
applyppf
aranym Update aranym to 0.9.10 with emutos 0.8.5. 2010-07-08 11:28:05 +00:00
arcem Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
arnold Pass down X11 options for modular Xorg. 2009-10-28 01:06:37 +00:00
atari800 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
BasiliskII Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
blinkensim Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bochs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ckmame Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat12 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat13 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat14 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat_netbsd Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
Cygne-SDL Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cygwin_esound
cygwin_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darcnes Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darwin_lib Reset MAINTAINER, mail bounces. 2010-02-25 15:05:31 +00:00
DatLib Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
DatUtil Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
dega Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
dgen Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
dosbox Remove patch that was needed for NetBSD-2.0 (fixed in NetBSD in 2004) 2010-06-15 11:37:15 +00:00
doscmd
dynagen Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
dynamips add LICENSE. 2010-02-05 20:13:20 +00:00
e-uae More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
fceu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fmsx Update fmsx to 3.5.1. 2010-01-07 08:38:43 +00:00
freebsd_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fuse More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
fuse-utils 2008-12-10 Philip Kendall <philip-fuse@shadowmagic.org.uk> 2009-01-15 11:50:06 +00:00
gambatte More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
gcube Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
generator Fix build with newer GCC versions. DESTDIR ready. No MAKE_JOBS. 2009-10-29 17:58:50 +00:00
generator-cbiere Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
gens Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gns3 Fix COMMENT. 2010-06-01 22:01:35 +00:00
gnuboy Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gnuboy-sdl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gpsim Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gpsim-devel Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gpsim-oscilloscope Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gpsim-ptyusart Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gxemul Fix compilation. Fix PLIST. Bump revision. 2010-07-02 14:41:49 +00:00
handy_sdl Make sure this package is buildable as normal user by fixing the directory 2010-02-14 18:42:53 +00:00
hatari Changes 1.4.0: 2010-08-27 08:24:27 +00:00
hercules Update HOMEPAGE and MASTER_SITES. 2010-01-17 08:02:49 +00:00
hercules-images Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ia64sim Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
kegs Initial import of kegs-0.91 from pkgsrc-wip, packaged by Timothy Larson. 2009-11-10 16:19:57 +00:00
kenigma Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
libspectrum Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
linuxppc_lib Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
lrmi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
m1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
makeppf
MAMEDiff Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
mednafen Update to 0.8.D.3: 2010-09-16 17:32:37 +00:00
minivmac Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
mmix Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
NeoPop-SDL Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
nestopia Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
netbsd32_compat15
netbsd32_compat15-extras
netbsd32_compat16
netbsd32_compat16-extras
netbsd32_compat20
netbsd32_compat20-extras
netbsd32_compat30
netbsd32_compat30-extras
netbsd32_compat40
netbsd32_compat40-extras
openmsx Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
or1ksim
osf1_lib Update to support PKG_DESTDIR. 2010-02-26 05:09:54 +00:00
p11 DESTDIR support 2010-02-01 01:50:04 +00:00
palmosemulator Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
pcemu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pearpc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
qemu regen distinfo for patch-ab. 2010-10-03 15:11:49 +00:00
raine Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ROMBuild Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
ROMInfo Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
sap No master site here; set INTERACTIVE_STAGE=fetch 2009-09-23 13:49:40 +00:00
sdlmame Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
sdlmess Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
simh Add a missing entry to PLIST. 2010-06-19 13:59:52 +00:00
simulavr DESTDIR ready 2010-01-29 22:54:48 +00:00
ski
sms_sdl Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
snes9x Mark as not for 64bit systems until the casting mess is resolved. 2010-02-15 17:18:52 +00:00
snes9x-gtk Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
spim Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
stella Update stella to 3.2.2. 2010-10-16 16:08:19 +00:00
suse100_32_alsa
suse100_32_aspell
suse100_32_base
suse100_32_compat
suse100_32_expat
suse100_32_fontconfig
suse100_32_freetype2
suse100_32_gdk-pixbuf
suse100_32_glx
suse100_32_gtk
suse100_32_gtk2
suse100_32_krb5
suse100_32_libcups
suse100_32_libjpeg
suse100_32_libpng
suse100_32_libsigc++2
suse100_32_libtiff
suse100_32_libxml2
suse100_32_locale
suse100_32_openmotif
suse100_32_openssl
suse100_32_qt3 Import suse32_qt3-10.0 as emulators/suse100_32_qt3. 2009-09-09 12:58:45 +00:00
suse100_32_resmgr
suse100_32_slang
suse100_32_vmware
suse100_32_x11
suse100_alsa
suse100_aspell
suse100_base Enable PKG_DESTDIR_SUPPORT for suse100_* 2009-06-05 11:20:27 +00:00
suse100_compat
suse100_expat
suse100_fontconfig Enable PKG_DESTDIR_SUPPORT for suse100_* 2009-06-05 11:20:27 +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
suse100_glx Bump suse100_glx to 4. 2008-09-03 09:45:59 +00:00
suse100_gtk
suse100_gtk2
suse100_krb5
suse100_libcups Bump suse100_libcups to 4. 2008-09-03 09:26:13 +00:00
suse100_libjpeg
suse100_libpng Bump suse100_libpng to 4. 2008-09-03 09:29:22 +00:00
suse100_libsigc++2
suse100_libtiff
suse100_libxml2
suse100_linux Add qt3 module. 2009-09-09 13:03:38 +00:00
suse100_locale
suse100_openmotif
suse100_openssl Bump suse100_openssl to 5. 2008-09-03 09:32:10 +00:00
suse100_qt3 Import suse_qt3-10.0 as emulators/suse100_qt3. 2009-09-09 12:52:12 +00:00
suse100_resmgr Bump suse100_resmgr to 1. 2008-09-03 09:35:43 +00:00
suse100_slang Compensate for lib vs lib64 on amd64. 2009-11-29 17:48:40 +00:00
suse100_vmware
suse100_x11 Bump suse100_x11 to 3. 2008-09-03 09:42:45 +00:00
suse113_32_alsa Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_aspell Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_base Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_compat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_expat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_fontconfig Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_freetype2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_glx Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_gtk2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_krb5 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libcups Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libjpeg Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libpng Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libsigc++2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libtiff Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libxml2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_locale Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_openmotif Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_openssl Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_qt4 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_slang Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_vmware Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_x11 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_alsa Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_aspell Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_base Fix destdir install. 2010-09-25 09:41:39 +00:00
suse113_compat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_expat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_fontconfig Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_freetype2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_glx Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_gtk2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_krb5 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libcups Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libjpeg Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libpng Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libsigc++2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libtiff Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_libxml2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_linux Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_locale Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_openmotif Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_openssl Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_qt4 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_slang Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_vmware Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_x11 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
swarm Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tme Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
tuxnes Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
twin Remove BROKEN_IN variable. It was no maintained, and there was no 2009-08-25 12:32:54 +00:00
uae Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
ucon64 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
uips Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vba Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
vice More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
vmips Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wine Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
wine-devel completely removed empty if clause in configure (had caused configure to 2010-02-20 08:59:03 +00:00
x48 DESTDIR support 2010-01-29 23:50:26 +00:00
xbeeb Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xcopilot Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xhomer Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xm7 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xmame Fails with link errors in parallel builds. 2009-12-23 18:42:43 +00:00
xmess Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xtrs user-destdir support 2009-07-08 16:40:08 +00:00
xyame
yabause Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
z26 DESTDIR support. 2009-02-23 17:56:36 +00:00
ZIPIdent Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zsnes Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
Makefile add suse113_*. 2010-09-24 01:31:59 +00:00