NOTICE: This package has been removed from pkgsrc

./wip/retroarch, Official reference frontend for the libretro API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.3, Package name: retroarch-1.7.3, Maintainer: nia.alarie

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

RetroArch is the official reference frontend for the libretro API.


Required to run:
[graphics/MesaLib] [graphics/freetype2] [audio/flac] [x11/libxcb] [devel/SDL2] [x11/libxkbcommon] [audio/openal-soft] [net/miniupnpc] [wip/retroarch-assets] [wip/libretro-core-info] [wip/libretro-glsl-shaders] [wip/libretro-database] [multimedia/ffmpeg4]

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

Package options: ffmpeg, freetype, openal, opengl, sdl2, x11

Master sites:

SHA1: e1d104df59faac60e4666bf78291d7f39793cdee
RMD160: c3203c559cda925a9e76ab7df7ed491ea0f89a85
Filesize: 18927.838 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-15 22:02:18 by Thomas Klausner | Files touched by this commit (6) | Package removed
Log message:
Remove retroach, newer version in emulators/retroarch.
   2014-08-12 01:10:12 by Thomas Klausner | Files touched by this commit (30)
Log message:
Switch from ffmpeg to ffmpeg1.

Note: many of these didn't build, so I couldn't verify them.
   2014-01-12 10:43:46 by Thomas Klausner | Files touched by this commit (6)
Log message:
PYTHON_VERSIONS_ACCEPTED cleanup.
   2013-07-02 13:02:45 by othyro | Files touched by this commit (1)
Log message:
Cg-compiler was moved to lang/.
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-10-04 01:23:23 by othyro | Files touched by this commit (6)
Log message:
Import retroarch-0.9.7 as wip/retroarch.

RetroArch is a multi-system emulator for Linux, Windows, Mac OS X and *BSD. It
is formerly known as SSNES.

Its design and background is quite different than most other emulators as
RetroArch does not implement an emulation core itself. RetroArch talks to
libretro, a generic emulator core API. This means that RetroArch is core
agnostic, and it does not care which emulator core is running.

Currently there are libretro implementations for systems such as SNES, NES, GBA,
GB/GBC, Genesis, and even arcade games (Final Burn Alpha).

libretro isn't only usable for emulators. A preliminary port of an open source
reimplementation of Cave Story has been ported to libretro as well.

RetroArch believes in modularity. The application itself is a command-line
driven application suitable for HTPC and/or headless use. There also exists a
GUI frontend for RetroArch, supporting every single config option available in
RetroArch.