pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-picodrive: Improve notes, bring DESCR in line with others, and take maintainership
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Mon Jun 5 02:54:39 2017 +0100
Changeset: 8cf86f61c8abb05603edef240642670062b08787
Modified Files:
libretro-picodrive/DESCR
libretro-picodrive/Makefile
libretro-picodrive/TODO
Log Message:
libretro-picodrive: Improve notes, bring DESCR in line with others,
and take maintainership
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8cf86f61c8abb05603edef240642670062b08787
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libretro-picodrive/DESCR | 4 +++-
libretro-picodrive/Makefile | 4 ++--
libretro-picodrive/TODO | 11 ++++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs:
diff --git a/libretro-picodrive/DESCR b/libretro-picodrive/DESCR
index abdd8f4b61..7424cafb3d 100644
--- a/libretro-picodrive/DESCR
+++ b/libretro-picodrive/DESCR
@@ -4,4 +4,6 @@ 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.
-PicoDrive is a Sega 8/16 bit video game system emulator.
+PicoDrive is a Sega 8/16 bit video game system emulator. It's optimised for ARM,
+and has lower accuracy than Genesis Plus. However, it features 32X emulation,
+whereas Genesis Plus doesn't.
diff --git a/libretro-picodrive/Makefile b/libretro-picodrive/Makefile
index 76b6c204e5..2920df75e7 100644
--- a/libretro-picodrive/Makefile
+++ b/libretro-picodrive/Makefile
@@ -4,9 +4,9 @@ PKGNAME= libretro-picodrive-20170418
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= nia.alarie%gmail.com@localhost
HOMEPAGE= https://wiki.libretro.com/index.php?title=PicoDrive
-COMMENT= Fast MegaDrive/MegaCD/32X emulator
+COMMENT= Libretro core for emulating Sega 8/16-bit consoles & 32X
LICENSE= picodrive-license
PICODRIVE_TAG= cbc93b68dca1d72882d07b54bbe1ef25b980558a
diff --git a/libretro-picodrive/TODO b/libretro-picodrive/TODO
index 8c4411c123..0baa0cd6db 100644
--- a/libretro-picodrive/TODO
+++ b/libretro-picodrive/TODO
@@ -1,10 +1,11 @@
The upstream code has problems. They use a specific toolchain to mitigate
-that.
+the problems.
-I couldn't get it to start without segfaulting on NetBSD amd64 with clang
-and gcc5, same on Armbian with gcc 4.9.
+I couldn't get it to run properly on NetBSD amd64, with clang or gcc5.
According to upstream it depends on gcc 4.8, which works on amd64 and ARM.
-(This has always been the case, and isn't just specific to this newer
-version.)
+gcc 4.9 also works on ARM.
+
+(This has always been a problem in libretro-picodrive, and isn't specific
+to this newer version.)
Home |
Main Index |
Thread Index |
Old Index