[arch-commits] CVS update of extra/emulators/vice (2 files)

Eric Belanger eric at archlinux.org
Sat Jul 21 01:45:52 UTC 2007


    Date: Friday, July 20, 2007 @ 21:45:52
  Author: eric
    Path: /home/cvs-extra/extra/emulators/vice

   Added: libx11-security-update.patch (1.1)
Modified: PKGBUILD (1.25 -> 1.26)

upgpkg: vice 1.21-2
added missing patch, removed superfluous md5sums array


------------------------------+
 PKGBUILD                     |    6 ++----
 libx11-security-update.patch |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 4 deletions(-)


Index: extra/emulators/vice/PKGBUILD
diff -u extra/emulators/vice/PKGBUILD:1.25 extra/emulators/vice/PKGBUILD:1.26
--- extra/emulators/vice/PKGBUILD:1.25	Tue Jul 17 13:00:33 2007
+++ extra/emulators/vice/PKGBUILD	Fri Jul 20 21:45:52 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.25 2007/07/17 17:00:33 kevin Exp $
+# $Id: PKGBUILD,v 1.26 2007/07/21 01:45:52 eric Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
@@ -9,12 +9,10 @@
 arch=(i686 x86_64)
 license=('GPL')
 source=(ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz libx11-security-update.patch)
-md5sums=('23848e7fe588b32549a5ce4ccf056207')
+md5sums=('913bdee9d59d154ed33ef4e037d8a12c' '769dc65a4bf8ba68ead1bf7ccdca1feb')
 url="http://www.viceteam.org/"
 depends=('esd' 'gcc' 'libjpeg' 'libpng' 'libungif' 'libxaw' 'libxv'
     'libxxf86dga' 'libxxf86vm' 'readline')
-md5sums=('913bdee9d59d154ed33ef4e037d8a12c'
-         '769dc65a4bf8ba68ead1bf7ccdca1feb')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
Index: extra/emulators/vice/libx11-security-update.patch
diff -u /dev/null extra/emulators/vice/libx11-security-update.patch:1.1
--- /dev/null	Fri Jul 20 21:45:52 2007
+++ extra/emulators/vice/libx11-security-update.patch	Fri Jul 20 21:45:52 2007
@@ -0,0 +1,22 @@
+--- vice-1.20/src/arch/unix/x11/xaw/uicolor.c  2003-06-24 15:17:32.000000000 +0200
++++ vice-1.20.pigi4/src/arch/unix/x11/xaw/uicolor.c       2007-04-08 22:58:25.000000000 +0200
+@@ -121,7 +121,7 @@
+     /* This is a kludge to map pixels to zimage values. Is there a better
+        way to do this? //tvr */
+     im = XCreateImage(display, visual, x11ui_get_display_depth(),
+-                      ZPixmap, 0, (char *)data, 1, 1, 8, 1);
++                      ZPixmap, 0, (char *)data, 1, 1, 8, 0);
+     if (!im) {
+         log_error(LOG_DEFAULT, _("XCreateImage failed."));
+         free(data);
+--- vice-1.20/src/arch/unix/x11/gnome/uicolor.c        2006-07-22 18:28:40.000000000 +0200
++++ vice-1.20.pigi4/src/arch/unix/x11/gnome/uicolor.c     2007-04-08 22:58:26.000000000 +0200
+@@ -167,7 +167,7 @@
+        way to do this? //tvr */
+     im = XCreateImage(display, GDK_VISUAL_XVISUAL(visual),
+                       x11ui_get_display_depth(),
+-                      ZPixmap, 0, (char *)data, 1, 1, 8, 1);
++                      ZPixmap, 0, (char *)data, 1, 1, 8, 0);
+     if (!im) {
+         log_error(LOG_DEFAULT, _("XCreateImage failed."));
+         free(data);




More information about the arch-commits mailing list