[arch-commits] Commit in dosbox/trunk (PKGBUILD dosbox-0.72+gcc-4.3.patch)

Eric Bélanger eric at archlinux.org
Fri Jan 22 04:15:41 UTC 2010


    Date: Thursday, January 21, 2010 @ 23:15:41
  Author: eric
Revision: 64751

upgpkg: dosbox 0.73-2
    Rebuilt for libpng 1.4 and libjpeg 8

Modified:
  dosbox/trunk/PKGBUILD
Deleted:
  dosbox/trunk/dosbox-0.72+gcc-4.3.patch

---------------------------+
 PKGBUILD                  |   12 ++++-------
 dosbox-0.72+gcc-4.3.patch |   45 --------------------------------------------
 2 files changed, 5 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-22 03:15:07 UTC (rev 64750)
+++ PKGBUILD	2010-01-22 04:15:41 UTC (rev 64751)
@@ -4,23 +4,21 @@
 
 pkgname=dosbox
 pkgver=0.73
-pkgrel=1
+pkgrel=2
 pkgdesc="An emulator with builtin DOS for running DOS Games"
 arch=(i686 x86_64)
 url="http://dosbox.sourceforge.net/"
 license=('GPL')
 depends=('sdl_net' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs')
 source=(http://downloads.sourceforge.net/sourceforge/dosbox/$pkgname-$pkgver.tar.gz )
-md5sums=('262939cc28966c1f9b07c2bc472b699f' 'd0cf64f78ba1a4a85981c421ee04fd22')
+md5sums=('0823a11242db711ac3d6ebfff6aff572')
+sha1sums=('e87682f8f468f3822d2f79e38e5ddb73825fa8c1')
 
 build()
 {
-  cd $startdir/src/$pkgname-$pkgver
-  #patch -p1 -i $startdir/src/dosbox-0.72+gcc-4.3.patch || return 1
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc/dosbox
-  # Fix invalid permissions FS#10732
-  chmod 755 $startdir/pkg/usr/man/man1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR="$pkgdir" install
 }
 # vim: ts=2 sw=2 et ft=sh

Deleted: dosbox-0.72+gcc-4.3.patch
===================================================================
--- dosbox-0.72+gcc-4.3.patch	2010-01-22 03:15:07 UTC (rev 64750)
+++ dosbox-0.72+gcc-4.3.patch	2010-01-22 04:15:41 UTC (rev 64751)
@@ -1,45 +0,0 @@
-diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdrom_image.cpp
---- /tmp/dosbox-0.72/src/dos/cdrom_image.cpp	2007-08-22 13:54:35.000000000 +0200
-+++ dosbox-0.72/src/dos/cdrom_image.cpp	2008-03-06 21:30:00.000000000 +0100
-@@ -23,7 +23,7 @@
- #include <cstdio>
- #include <fstream>
- #include <iostream>
--#include <limits.h>
-+#include <limits>
- #include <sstream>
- #include <vector>
- #include <sys/stat.h>
-diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/hardware/gameblaster.cpp
---- /tmp/dosbox-0.72/src/hardware/gameblaster.cpp	2007-01-10 11:17:37.000000000 +0100
-+++ dosbox-0.72/src/hardware/gameblaster.cpp	2008-03-06 21:31:32.000000000 +0100
-@@ -24,6 +24,7 @@
- #include "hardware.h"
- #include "setup.h"
- #include "pic.h"
-+#include <cstring>
- 
- #define LEFT	0x00
- #define RIGHT	0x01
-diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/hardware/tandy_sound.cpp
---- /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp	2007-06-29 20:21:12.000000000 +0200
-+++ dosbox-0.72/src/hardware/tandy_sound.cpp	2008-03-06 21:32:02.000000000 +0100
-@@ -28,6 +28,7 @@
- #include "setup.h"
- #include "pic.h"
- #include "dma.h"
-+#include <cstring>
- 
- #define DAC_CLOCK 3570000
- #define MAX_OUTPUT 0x7fff
-diff -ur /tmp/dosbox-0.72/src/shell/shell_cmds.cpp dosbox-0.72/src/shell/shell_cmds.cpp
---- /tmp/dosbox-0.72/src/shell/shell_cmds.cpp	2007-08-17 19:58:46.000000000 +0200
-+++ dosbox-0.72/src/shell/shell_cmds.cpp	2008-03-06 21:32:47.000000000 +0100
-@@ -27,6 +27,7 @@
- #include "regs.h"
- #include "../dos/drives.h"
- #include "support.h"
-+#include <cstdlib>
- 
- static SHELL_Cmd cmd_list[]={
- {	"CHDIR",	1,			&DOS_Shell::CMD_CHDIR,		"SHELL_CMD_CHDIR_HELP"},




More information about the arch-commits mailing list