Search Criteria
Package Details: jzintv 20181225-1
Package Actions
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: | None |
Last Packager: | TheGoliath |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-10 01:03 (UTC) |
Last Updated: | 2020-02-10 21:27 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
Latest Comments
dreieck commented on 2023-04-24 15:18 (UTC)
Some path in the
PKGBUILD
is wrong: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.