i dont know why but this emulator hits nostalgis
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/mednaffe.git (read-only, click to copy) |
|---|---|
| Package Base: | mednaffe |
| Description: | front-end (GUI) for mednafen emulator |
| Upstream URL: | https://github.com/AmatCoder/mednaffe |
| Licenses: | GPL-3.0-only |
| Submitter: | casa |
| Maintainer: | Vaporeon |
| Last Packager: | Vaporeon |
| Votes: | 39 |
| Popularity: | 0.000508 |
| First Submitted: | 2013-12-31 13:20 (UTC) |
| Last Updated: | 2024-11-09 02:08 (UTC) |
i dont know why but this emulator hits nostalgis
Thanks, applied.
Please add a autoreconf step to prepare() so ./configure can work as intended.
diff --git a/PKGBUILD b/PKGBUILD
index bbe9d2f..e462ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mednaffe
pkgver=0.9.3
_commit=9d7df3c9de58554cac5a902e36e8058002421020
-pkgrel=1
+pkgrel=2
pkgdesc="front-end (GUI) for mednafen emulator"
arch=('x86_64')
url="https://github.com/AmatCoder/mednaffe"
@@ -14,6 +14,11 @@ makedepends=('git')
source=("git+https://github.com/AmatCoder/mednaffe.git#commit=$_commit")
sha1sums=('SKIP')
+prepare() {
+ cd "${srcdir}"/$pkgname
+ autoreconf -i -f
+}
+
build() {
cd "${srcdir}"/$pkgname
./configure --prefix=/usr
Downgrade automake to version 1.16.5-2. Otherwise, the installation will give an error.
mednaffe 0.9.2 was released in November. The PKGBUILD just needs the version updated and commit 25614e81ec624d2ff9782cba4aa8b3598bde59fc. Thanks!
Updated, sorry for the delay.
Please update this. Mednaffe has been updated to version 0.9.1
Error: No mednafen configuration file found.
@Bakari
This package needs be updated to the latest released version (0.8.7).
Hello. I am getting this error.
Error. Mednafen version is not compatible. You need 0.9.41 version or above.
I am using version 1.21.1-1. Could you please fix this? Thanks