[arch-commits] Commit in vice/repos (6 files)

Giovanni Scafora giovanni at archlinux.org
Thu Jan 19 12:54:41 UTC 2012


    Date: Thursday, January 19, 2012 @ 07:54:40
  Author: giovanni
Revision: 146938

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

Added:
  vice/repos/staging-i686/
  vice/repos/staging-i686/PKGBUILD
    (from rev 146937, vice/trunk/PKGBUILD)
  vice/repos/staging-i686/vice-2.3-x11video.patch
    (from rev 146937, vice/trunk/vice-2.3-x11video.patch)
  vice/repos/staging-x86_64/
  vice/repos/staging-x86_64/PKGBUILD
    (from rev 146937, vice/trunk/PKGBUILD)
  vice/repos/staging-x86_64/vice-2.3-x11video.patch
    (from rev 146937, vice/trunk/vice-2.3-x11video.patch)

----------------------------------------+
 staging-i686/PKGBUILD                  |   35 +++++++++++++++++++++++++++++++
 staging-i686/vice-2.3-x11video.patch   |   11 +++++++++
 staging-x86_64/PKGBUILD                |   35 +++++++++++++++++++++++++++++++
 staging-x86_64/vice-2.3-x11video.patch |   11 +++++++++
 4 files changed, 92 insertions(+)

Copied: vice/repos/staging-i686/PKGBUILD (from rev 146937, vice/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=vice
+pkgver=2.3
+pkgrel=5
+pkgdesc="A Versatile Commodore Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.viceteam.org/"
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+         'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
+        'vice-2.3-x11video.patch')
+md5sums=('b48d137874daad50c087a0686cbdde34'
+         '088292ce9efe785edfb2b0c7c670785e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
+  ./configure --prefix=/usr \
+              --with-alsa \
+              --enable-fullscreen
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: vice/repos/staging-i686/vice-2.3-x11video.patch (from rev 146937, vice/trunk/vice-2.3-x11video.patch)
===================================================================
--- staging-i686/vice-2.3-x11video.patch	                        (rev 0)
+++ staging-i686/vice-2.3-x11video.patch	2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,11 @@
+--- a/src/arch/unix/x11/xaw/x11video.c	2011-01-18 23:59:00.000000000 +0100
++++ b/src/arch/unix/x11/xaw/x11video.c	2011-02-27 18:40:52.000000000 +0100
+@@ -60,6 +60,8 @@
+ #include <X11/Xutil.h>
+ #include <X11/Intrinsic.h>
+ #include <X11/cursorfont.h>
++#include <X11/Xmd.h>
++#include <X11/extensions/shmproto.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>

Copied: vice/repos/staging-x86_64/PKGBUILD (from rev 146937, vice/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=vice
+pkgver=2.3
+pkgrel=5
+pkgdesc="A Versatile Commodore Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.viceteam.org/"
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+         'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz"
+        'vice-2.3-x11video.patch')
+md5sums=('b48d137874daad50c087a0686cbdde34'
+         '088292ce9efe785edfb2b0c7c670785e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
+  ./configure --prefix=/usr \
+              --with-alsa \
+              --enable-fullscreen
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: vice/repos/staging-x86_64/vice-2.3-x11video.patch (from rev 146937, vice/trunk/vice-2.3-x11video.patch)
===================================================================
--- staging-x86_64/vice-2.3-x11video.patch	                        (rev 0)
+++ staging-x86_64/vice-2.3-x11video.patch	2012-01-19 12:54:40 UTC (rev 146938)
@@ -0,0 +1,11 @@
+--- a/src/arch/unix/x11/xaw/x11video.c	2011-01-18 23:59:00.000000000 +0100
++++ b/src/arch/unix/x11/xaw/x11video.c	2011-02-27 18:40:52.000000000 +0100
+@@ -60,6 +60,8 @@
+ #include <X11/Xutil.h>
+ #include <X11/Intrinsic.h>
+ #include <X11/cursorfont.h>
++#include <X11/Xmd.h>
++#include <X11/extensions/shmproto.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>




More information about the arch-commits mailing list