[arch-commits] Commit in dosbox/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Apr 29 19:17:37 UTC 2013


    Date: Monday, April 29, 2013 @ 21:17:37
  Author: bpiotrowski
Revision: 89531

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  dosbox/repos/community-staging-i686/
  dosbox/repos/community-staging-i686/PKGBUILD
    (from rev 89530, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-staging-i686/dosbox.png
    (from rev 89530, dosbox/trunk/dosbox.png)
  dosbox/repos/community-staging-i686/gcc46.patch
    (from rev 89530, dosbox/trunk/gcc46.patch)
  dosbox/repos/community-staging-x86_64/
  dosbox/repos/community-staging-x86_64/PKGBUILD
    (from rev 89530, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-staging-x86_64/dosbox.png
    (from rev 89530, dosbox/trunk/dosbox.png)
  dosbox/repos/community-staging-x86_64/gcc46.patch
    (from rev 89530, dosbox/trunk/gcc46.patch)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   48 +++++++++++++++++++++++++++++++++
 community-staging-i686/gcc46.patch   |   12 ++++++++
 community-staging-x86_64/PKGBUILD    |   48 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/gcc46.patch |   12 ++++++++
 4 files changed, 120 insertions(+)

Copied: dosbox/repos/community-staging-i686/PKGBUILD (from rev 89530, dosbox/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-29 19:17:37 UTC (rev 89531)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=dosbox
+pkgver=0.74
+pkgrel=5
+pkgdesc="Emulator with builtin DOS for running DOS Games"
+arch=('i686' 'x86_64')
+url="http://dosbox.sourceforge.net/"
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu')
+makedepends=('mesa' 'gendesk')
+source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz"
+	'dosbox.png'
+	'gcc46.patch')
+md5sums=('b9b240fa87104421962d14eee71351e8'
+         '2aac25fc06979e375953fcc36824dc5e'
+         '3fba2e3c7c43290319b2928f40ed30e5')
+
+build(){
+  cd "$srcdir"
+  gendesk
+
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "$srcdir/gcc46.patch"
+  sed -i 's/png_check_sig/png_sig_cmp/' configure 
+  ./configure   --prefix=/usr \
+    --sysconfdir=/etc/dosbox  
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+
+
+  # install docs, make does not install them
+  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video "$pkgdir"/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 "${srcdir}/${pkgname}.png" \
+    "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Copied: dosbox/repos/community-staging-i686/dosbox.png (from rev 89530, dosbox/trunk/dosbox.png)
===================================================================
(Binary files differ)

Copied: dosbox/repos/community-staging-i686/gcc46.patch (from rev 89530, dosbox/trunk/gcc46.patch)
===================================================================
--- community-staging-i686/gcc46.patch	                        (rev 0)
+++ community-staging-i686/gcc46.patch	2013-04-29 19:17:37 UTC (rev 89531)
@@ -0,0 +1,12 @@
+diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
+--- dosbox-0.74/include/dos_inc.h	2010-05-10 17:43:54.000000000 +0000
++++ dosbox-0.74.new//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

Copied: dosbox/repos/community-staging-x86_64/PKGBUILD (from rev 89530, dosbox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-29 19:17:37 UTC (rev 89531)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=dosbox
+pkgver=0.74
+pkgrel=5
+pkgdesc="Emulator with builtin DOS for running DOS Games"
+arch=('i686' 'x86_64')
+url="http://dosbox.sourceforge.net/"
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu')
+makedepends=('mesa' 'gendesk')
+source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz"
+	'dosbox.png'
+	'gcc46.patch')
+md5sums=('b9b240fa87104421962d14eee71351e8'
+         '2aac25fc06979e375953fcc36824dc5e'
+         '3fba2e3c7c43290319b2928f40ed30e5')
+
+build(){
+  cd "$srcdir"
+  gendesk
+
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "$srcdir/gcc46.patch"
+  sed -i 's/png_check_sig/png_sig_cmp/' configure 
+  ./configure   --prefix=/usr \
+    --sysconfdir=/etc/dosbox  
+  make 
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+
+
+  # install docs, make does not install them
+  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video "$pkgdir"/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 "${srcdir}/${pkgname}.png" \
+    "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Copied: dosbox/repos/community-staging-x86_64/dosbox.png (from rev 89530, dosbox/trunk/dosbox.png)
===================================================================
(Binary files differ)

Copied: dosbox/repos/community-staging-x86_64/gcc46.patch (from rev 89530, dosbox/trunk/gcc46.patch)
===================================================================
--- community-staging-x86_64/gcc46.patch	                        (rev 0)
+++ community-staging-x86_64/gcc46.patch	2013-04-29 19:17:37 UTC (rev 89531)
@@ -0,0 +1,12 @@
+diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
+--- dosbox-0.74/include/dos_inc.h	2010-05-10 17:43:54.000000000 +0000
++++ dosbox-0.74.new//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




More information about the arch-commits mailing list