spice: update to 0.12.6.

This commit is contained in:
Juan RP 2016-01-10 08:34:45 +01:00
parent 8eea035a81
commit e92c09a9be
2 changed files with 3 additions and 27 deletions

View File

@ -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 T>
class AutoRef {
public:

View File

@ -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 <xtraeme@voidlinux.eu>"
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.