You are not logged in.

#1 2004-12-26 21:00:50

Searinox
Member
Registered: 2004-09-14
Posts: 44

[new] zsnes 1.40

Just released and here's the pkgbuild:

# Contributor: Henrik Ronellenfitsch <henrik at searinox dot de>
pkgname=zsnes
pkgver=1.40
pkgrel=1
pkgdesc="A Super Nintendo emulator"
depends=('x-server' 'sdl>=1.2.0' 'audiofile' 'esd' 'zlib' 'libpng')
makedepends=(nasm)
source=(http://dl.sourceforge.net/sourceforge/zsnes/${pkgname}${pkgver%.*}${pkgver#*.}src.tar.gz)
url="http://www.zsnes.com/"
md5sums=('770afa48055722e76574841ca5976126')

build() {
  cd $startdir/src/${pkgname}_1_40/src
  sh autogen.sh --prefix=$startdir/pkg/usr
  make || return 1
  mkdir -p $startdir/pkg/usr/{bin,man/man1}
  make install  
}

Please note that you'll need the nasm package to compile!

Offline

#2 2004-12-26 21:27:35

Notze
Member
From: Germany
Registered: 2004-12-22
Posts: 46

Re: [new] zsnes 1.40

Searinox wrote:

Please note that you'll need the nasm package to compile!

add this line to your PKGBUILD

makedepends=(nasm)

So it won't start compilation if nasm is not installed.

Offline

#3 2004-12-27 01:21:21

Jet2k5
Member
Registered: 2004-10-03
Posts: 37

Re: [new] zsnes 1.40

When I use to play games with snes made my computer run supper hott, with this version is there a fix to that?  My comp temp. is right now 43 C Intel P4, when I played snes it brought it up to about 63 and once it reached 64 the program just quit.

Offline

#4 2004-12-27 02:31:10

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: [new] zsnes 1.40

This is an official package.... why not flag it out of date and let the dev take care of it?

:evil: http://bbs.archlinux.org/viewtopic.php?t=8041


The suggestion box only accepts patches.

Offline

#5 2004-12-27 12:14:58

Searinox
Member
Registered: 2004-09-14
Posts: 44

Re: [new] zsnes 1.40

neotuli wrote:

This is an official package.... why not flag it out of date and let the dev take care of it?

:evil: http://bbs.archlinux.org/viewtopic.php?t=8041

Sorry, I forgot about that.

Offline

Board footer

Powered by FluxBB