nestopia: update to 1.52.0.
Also: - remove non-existent configure args - add fltk-devel in makedepends.
This commit is contained in:
parent
576382c2bb
commit
da40571b5d
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'nestopia'
|
||||
pkgname=nestopia
|
||||
version=1.50
|
||||
revision=2
|
||||
version=1.52.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-gui --with-ao"
|
||||
hostmakedepends="autoconf-archive automake pkg-config"
|
||||
makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel"
|
||||
makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel
|
||||
fltk-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Portable NES/Famicom emulator written in C++"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-only"
|
|||
homepage="http://0ldsk00l.ca/nestopia/"
|
||||
changelog="https://raw.githubusercontent.com/0ldsk00l/nestopia/master/ChangeLog"
|
||||
distfiles="https://github.com/0ldsk00l/nestopia/archive/${version}.tar.gz"
|
||||
checksum=f0274f8b033852007c67237897c69725b811c0df8a6d0120f39c23e990662aae
|
||||
checksum=eae1d2f536ae8585edb8d723caf905f4ae65349edee4ffbee45f9f52b5e3b06c
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -vif
|
||||
|
|
Loading…
Reference in New Issue