From e92c09a9be95e64613bf9335b3e47078c4271183 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Jan 2016 08:34:45 +0100 Subject: [PATCH] spice: update to 0.12.6. --- srcpkgs/spice/patches/remove-breakpoint.patch | 24 ------------------- srcpkgs/spice/template | 6 ++--- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/spice/patches/remove-breakpoint.patch diff --git a/srcpkgs/spice/patches/remove-breakpoint.patch b/srcpkgs/spice/patches/remove-breakpoint.patch deleted file mode 100644 index 895372351cd..00000000000 --- a/srcpkgs/spice/patches/remove-breakpoint.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- client/red_pixmap.h 2014-05-14 05:14:34.000000000 -0600 -+++ client/red_pixmap.h 2014-07-07 05:29:00.121233414 -0600 -@@ -46,8 +46,6 @@ - spice_printerr("equal fails at (+%d+%d) +%d+%d:%d in %dx%d", - rect.left, rect.top, x-rect.left, y-rect.top, i, - _width-rect.left, _height-rect.top); -- if (getenv("DIFFBP")) -- SPICE_BREAKPOINT(); - return false; - } - } ---- client/utils.h 2014-05-14 05:14:34.000000000 -0600 -+++ client/utils.h 2014-07-07 05:29:16.866177393 -0600 -@@ -50,10 +50,6 @@ - throw Exception(exption_string, err); \ - } - --#define SPICE_BREAKPOINT() do{ \ -- __asm__ __volatile__ ("int $03"); \ --}while(0) -- - template - class AutoRef { - public: diff --git a/srcpkgs/spice/template b/srcpkgs/spice/template index 1060ba62abe..6a0da743ae2 100644 --- a/srcpkgs/spice/template +++ b/srcpkgs/spice/template @@ -1,7 +1,7 @@ # Template file for 'spice' pkgname=spice -version=0.12.5 -revision=10 +version=0.12.6 +revision=1 build_style=gnu-configure configure_args="--disable-tunnel --disable-opengl --disable-smartcard --with-sasl --disable-static --enable-xinerama --disable-celt051" @@ -14,7 +14,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.spice-space.org" distfiles="http://www.spice-space.org/download/releases/spice-${version}.tar.bz2" -checksum=4209a20d8f67cb99a8a6ac499cfe79a18d4ca226360457954a223d6795c2f581 +checksum=f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 post_extract() { sed -i 's/armv6hl/arm/g' configure # "detects" cpu from triplet.