Package Details: jzintv 20181225-1

Git Clone URL: https://aur.archlinux.org/jzintv.git (read-only, click to copy)
Package Base: jzintv
Description: Intellivision Emulator
Upstream URL: http://spatula-city.org/~im14u2c/intv/
Licenses: GPL
Provides: jzintv
Submitter: simmo
Maintainer: ckoba
Last Packager: TheGoliath
Votes: 3
Popularity: 0.000000
First Submitted: 2015-09-10 01:03 (UTC)
Last Updated: 2020-02-10 21:27 (UTC)

Latest Comments

dreieck commented on 2023-04-24 15:18 (UTC)

Some path in the PKGBUILD is wrong:

==> Starting prepare()...
/home/[...]/.cache/yay/jzintv/PKGBUILD: line 17: cd: /tmp/makepkg/build/jzintv/src/jzintv-20180509-src/src: No such file or directory
==> ERROR: A failure occurred in prepare().

The 20180509 should be replaced with ${pkgver}.

Please fix.

Thanks for maintaining!

peteswickedale commented on 2020-04-25 21:58 (UTC)

Modify the PKGBUILD this way:

depends=('gcc-libs' 'sdl' 'gcc8')

prepare() { cd $srcdir/$pkgname*/src sed -i -e 's/WARN += -Werror -Wstrict-aliasing/WARN += -w -Wstrict-aliasing/g' Makefile.linux sed -i -e 's/gcc-8.1.0 -std=c99/gcc-8 -std=c99/g' Makefile.linux sed -i -e 's/g++-8.1.0 -std=c++14/g++-8 -std=c++14/g' Makefile.linux }

build() { cd $srcdir/$pkgname*/src make -f Makefile.linux }

klore commented on 2018-04-23 17:33 (UTC)

too obsolete

jzintv-20180421-linux-x86-64.zip Binaries for Linux on x86-64.