Package Details: mednaffe 0.9.3-2

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: 38
Popularity: 0.46
First Submitted: 2013-12-31 13:20 (UTC)
Last Updated: 2024-11-09 02:08 (UTC)

Latest Comments

1 2 Next › Last »

Vaporeon commented on 2024-11-09 02:10 (UTC)

Thanks, applied.

HurricanePootis commented on 2024-11-08 22:43 (UTC)

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

SimpleBR commented on 2024-08-20 18:31 (UTC)

Downgrade automake to version 1.16.5-2. Otherwise, the installation will give an error.

ElizabethNoir commented on 2022-01-01 19:37 (UTC)

mednaffe 0.9.2 was released in November. The PKGBUILD just needs the version updated and commit 25614e81ec624d2ff9782cba4aa8b3598bde59fc. Thanks!

Vaporeon commented on 2021-02-25 00:22 (UTC)

Updated, sorry for the delay.

Sensu commented on 2021-02-13 16:49 (UTC)

Please update this. Mednaffe has been updated to version 0.9.1

yangtsesu commented on 2018-04-18 04:15 (UTC)

Error: No mednafen configuration file found.

AmatCoder commented on 2018-03-26 13:12 (UTC) (edited on 2018-03-26 13:14 (UTC) by AmatCoder)

@Bakari

This package needs be updated to the latest released version (0.8.7).

Bakari commented on 2018-03-25 02:15 (UTC)

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

AmatCoder commented on 2018-02-27 14:28 (UTC) (edited on 2018-02-27 14:28 (UTC) by AmatCoder)

@axfelix

Can you provide me a backtrace?

You can upload it to pastebin or to https://github.com/AmatCoder/mednaffe/issues

Some articles to help you:

https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces#Getting_the_trace

https://wiki.archlinux.org/index.php/Step-by-step_debugging_guide#Segmentation_faults