Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
arnold?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
dreamer_
n00b
n00b


Joined: 27 Aug 2003
Posts: 46

PostPosted: Sun Jan 22, 2006 12:18 am    Post subject: arnold? Reply with quote

I have just compiled arnold, the amstrad 8 bit computer emulator (CPC464/664/6128, CPC464+/664+/6128+, GX4000 console and KC-Compat german clone, lol) on an amd64 and seems it does work fine but there's not window menu (the windows version has one). Is this normal in the *nix version or is just in my compiled one on the amd64? My problem is that I cannot run any rom on my laptop due to this thing. If you remember, to play a tape yo need to press the crtl+enter(the little one of the keypad, not the big, but laptops don't have it). Perhaps I could remap that key

Can't believe that there's not an ebuild in portage for this yet. Perhaps CPC's were a bit of Europeans and not many people does know about these fantastic 8 bit computers, pretty much like the speccys here. If anyone can do an ebuild, please!!. After seing that there are rpm's and .debs, I think gentoo should have at least one ;-)

Arnold's website:

http://arnold.emuunlim.com/
To compile the emulator, is needed the *nix source code and the patch

Well, If anyone has Arnold running, please tell me about ;-)

thanks
Back to top
View user's profile Send private message
synss
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 282
Location: Dijon > Berlin > Tokyo > Nürnberg > München

PostPosted: Mon Jun 19, 2006 5:43 pm    Post subject: Reply with quote

Hi, there is a poorly written ebuild here:
https://bugs.gentoo.org/show_bug.cgi?id=83640
but I am also interested in an Amstrad CPC emulator and also find that it is a shame Gentoo does not have one in its tree! So I had a look in Arnold, which seems pretty popular, so I'll try to get it running, and so far, there are optional dependencies on DEPEND=">=media-libs/libsdl-1.2.0 >=x11-libs/gtk+-2.2.0 virtual/X" and the first two, at least, should be triggered by use flags as they are optional. (Are you familiar with writing ebuilds? want to help?)

But if you do not have gtk(?), that could be the reason why you cannot see the menus.

I also found
http://www.cpcgamereviews.com/m/index.html
http://tacgr.emuunlim.com
...

So definitely! Gentoo needs a CPC emulator!!! for all those awesome games in 4 colors!!!!

sram, fruity frank... my childhood...
_________________
Compress portage tree
Elog viewer
Autodetect swap
Back to top
View user's profile Send private message
synss
Apprentice
Apprentice


Joined: 08 Mar 2006
Posts: 282
Location: Dijon > Berlin > Tokyo > Nürnberg > München

PostPosted: Tue Jun 20, 2006 5:38 pm    Post subject: Reply with quote

mmm... So I have tried to make a better ebuild but I am not satisfied with it: it says gtk and sdl are optional, but I cannot have it to compile without. At least I have the dependencies right:
app-emulation/arnold/arnold-20040828.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Amstrad CPC emulator"
HOMEPAGE="http://arnold.berlios.de/"
SRC_URI="http://download.berlios.de/arnold/arnold-nurgle-${PV:0:4}-${PV:4:2}-${PV:6:2}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="-* ~x86"
IUSE=""

DEPEND=">=media-libs/libsdl-1.2.0
   >=x11-libs/gtk+-2.2.0
   virtual/x11"
RDEPEND=""

S="${WORKDIR}/arnold"

src_compile() {
   cd ${S}/src
   local myconf="--disable-gtktest  --disable-sdltest"
   econf ${myconf} || die "configure failed"
   #GTKINC="" GTKLIB="" disables gtk
   #SDLINC="" SDLLIB="" disables sdl
   emake || die "make failed"
}

src_install() {
   DESTTREE="/usr/"
   dobin ${S}/arnold
}

_________________
Compress portage tree
Elog viewer
Autodetect swap
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum