dosbox: update to 0.74.2.
This commit is contained in:
parent
cd414b4b95
commit
20a4b994ee
2 changed files with 8 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
|||
--- include/dos_inc.h 2010-05-10 17:43:54.000000000 +0000
|
||||
+++ include/dos_inc.h 2011-06-17 20:42:43.982548979 +0000
|
||||
@@ -28,6 +28,8 @@
|
||||
#include "mem.h"
|
||||
#endif
|
||||
|
||||
+#include <stddef.h> // for offsetof
|
||||
+
|
||||
#ifdef _MSC_VER
|
||||
#pragma pack (1)
|
||||
#endif
|
|
@ -1,23 +1,24 @@
|
|||
# Template file for 'dosbox'
|
||||
pkgname=dosbox
|
||||
version=0.74
|
||||
revision=8
|
||||
version=0.74.2
|
||||
revision=1
|
||||
wrksrc=${pkgname}-0.74-2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="alsa-lib-devel libpng-devel SDL_net-devel SDL_sound-devel"
|
||||
short_desc="DOS x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics and sound"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.dosbox.com"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${wrksrc}.tar.gz"
|
||||
checksum=7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's/png_check_sig/png_sig_cmp/' configure
|
||||
}
|
||||
post_install() {
|
||||
vinstall README 644 usr/share/doc/${pkgname}
|
||||
vinstall docs/README.video 644 usr/share/doc/${pkgname}
|
||||
vdoc README
|
||||
vdoc docs/README.video
|
||||
|
||||
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
|
||||
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Reference in a new issue