Search Criteria
Package Details: advancemame 3.9-1
Git Clone URL: | https://aur.archlinux.org/advancemame.git (read-only) |
---|---|
Package Base: | advancemame |
Description: | Unofficial MAME/MESS version with an advanced video support for use with TVs, Arcade monitors, PC monitors and LCD screens. Also includes AdvanceMENU frontend. |
Upstream URL: | http://www.advancemame.it |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fatmike |
Maintainer: | fatmike |
Last Packager: | fatmike |
Votes: | 16 |
Popularity: | 0.011822 |
First Submitted: | 2010-08-19 09:44 |
Last Updated: | 2018-09-13 09:22 |
Dependencies (6)
- alsa-lib (alsa-lib-x205ta)
- freetype2 (freetype2-v35, freetype2-ultimate5, freetype2-infinality, freetype2-cleartype, freetype2-ttmetrics, freetype2-old-hinting, freetype2-git, freetype2-infinality-ultimate)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-nox, sdl2-hg) (i686)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-nox, sdl2-hg) (x86_64)
- slang
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw, imagemagick6) (make)
Latest Comments
CyberConan commented on 2018-01-02 22:19
For those who have problem when launching a rom: https://retropie.org.uk/forum/topic/15289/advance-mame-won-t-make-a-working-compile-on-ubuntu-17-10/2
fatmike commented on 2016-12-19 14:35
Updated
fatmike commented on 2014-05-30 07:19
I just tried it on my other arch64 machine and it build flawlessly.
Perhaps you use some tool like yaourt that changed something in your include paths?
svalo commented on 2014-05-27 09:30
It doesn't compile for me,
[code]configure: WARNING: the SDL library was not found. You will not able to use this program in a window manager environment! If you have the SDL library installed somewhere try using the --with-sdl-prefix option.[/code]
[code]yaourt -Qi sdl
Nome : sdl
Versione : 1.2.15-6
[/code]
This is the output of the compilation: http://pastebin.com/X7SUqMsa
This are the errors of the compilation: http://pastebin.com/rdwCNqqV
The strange thing is that if i compile it by my own it compiles :
[code]
== Host ==
Environment : x86_64-unknown-linux-gnu
Endianess : little
Bits : 64
Assembler for Pentium : no
Assembler MIPS3 emulator for Pentium : no
== Drivers/Libraries ==
Video : fb slang ncurses
Sound : alsa oss
Keyboard : raw event
Joystick : raw event
Mouse : raw event
Misc : zlib expat pthread freetype2
configure: WARNING: the SDL library was not found. You will not able to use this program in a window manager environment! If you have the SDL library installed somewhere try using the --with-sdl-prefix option.
== Compiler ==
CC : gcc
CXX : g++
CFLAGS : -march=native -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-stack-protector -Wall -Wno-sign-compare -Wno-unused
LDFLAGS : -s
== Configuration ==
Emulator : mame
Debugger : no
[/code]
Even if then it doesn't work, probably because of the sdl problem I don't have any clue.
advmame mslug
AdvanceMAME - Copyright (C) 1999-2003 by Andrea Mazzoleni
MAME - Copyright (C) 1997-2003 by Nicola Salmoria and the MAME Team
Unable to initialize the video driver. The errors are:
fb: Unsupported in X. Try with the SDL library.
fatmike commented on 2013-04-24 08:50
Updated.
vEX commented on 2013-04-12 16:46
You need to update your PKGBUILD so it works with pacman 4.1 (which requires a package() function):
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make bindir="${pkgdir}/usr/bin/" \
datadir="${pkgdir}/usr/share/" \
mandir="${pkgdir}/usr/share/man/" \
pkgdocdir="${pkgdir}/usr/share/doc/${pkgname}/" \
install
}
Also, namcap tells me advancemame depends on freetype2.