atari800: update to 4.1.0.
This commit is contained in:
parent
37e96b8832
commit
5c2fb76961
1 changed files with 8 additions and 23 deletions
|
@ -1,31 +1,16 @@
|
|||
# Template file for 'atari800'
|
||||
pkgname=atari800
|
||||
version=4.0.0
|
||||
revision=2
|
||||
build_wrksrc="src"
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--disable-sdltest
|
||||
--with-video=sdl --with-sound=sdl --with-x --with-readline
|
||||
--enable-rserial --enable-rnetwork
|
||||
--enable-linuxjoystick --enable-eventrecording
|
||||
--enable-voicebox --enable-stereosound
|
||||
--enable-clipsound --enable-consolesound --enable-volonlysound
|
||||
--enable-interpolatesound --enable-nonlinear_mixing --enable-synchronized_sound
|
||||
--enable-pbi_mio --enable-pbi_bb --enable-pbi_xld --enable-ide
|
||||
--enable-monitortrace --enable-monitorprofile --enable-monitorhints
|
||||
--enable-monitorbreakpoints --enable-monitorbreak --enable-monitorasm
|
||||
--enable-bufferedlog --enable-newcycleexact"
|
||||
configure_args="--disable-sdltest --with-x --enable-clipsound
|
||||
--enable-monitortrace --enable-monitorprofile --enable-monitorbreakpoints
|
||||
--enable-bufferedlog"
|
||||
makedepends="SDL_image-devel SDL_mixer-devel SDL_net-devel SDL_sound-devel
|
||||
SDL_ttf-devel readline-devel"
|
||||
short_desc="Emulator of Atari 800/800XL/130XE/5200 with various extensions"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://atari800.github.io"
|
||||
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}.tar.gz"
|
||||
checksum=08e9b989ddb2785265d242ff92b416a2b53c285c7309f3fc3f5e94889cb69eb5
|
||||
|
||||
pre_configure() {
|
||||
# Do not strip bins.
|
||||
sed -i '/@INSTALL_PROGRAM@/s/-s//' Makefile.in
|
||||
}
|
||||
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}-src.tgz"
|
||||
checksum=fedfe2ec94dc6f29b467e8c419efff64a7451aa4bbd60ffbd4709cb4da6276c0
|
||||
|
|
Loading…
Reference in a new issue