]> git.pld-linux.org Git - packages/xorg-driver-video-qxl.git/commitdiff
- updated to 0.0.14
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Jul 2011 17:47:03 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added temporary spice patch (needed for 0.8.0)

Changed files:
    xorg-driver-video-qxl-spice.patch -> 1.1
    xorg-driver-video-qxl.spec -> 1.2

xorg-driver-video-qxl-spice.patch [new file with mode: 0644]
xorg-driver-video-qxl.spec

diff --git a/xorg-driver-video-qxl-spice.patch b/xorg-driver-video-qxl-spice.patch
new file mode 100644 (file)
index 0000000..8b030cb
--- /dev/null
@@ -0,0 +1,15 @@
+For spice-protocol 0.8.0 only; drop after later release
+--- xf86-video-qxl-0.0.14/src/qxl_driver.c.orig        2011-07-14 19:58:56.000000000 +0200
++++ xf86-video-qxl-0.0.14/src/qxl_driver.c     2011-07-15 19:34:51.417416343 +0200
+@@ -42,6 +42,11 @@
+ #endif
+ #define CHECK_POINT()
++/* defined in spice-protocol > 0.8.0 */
++#define QXL_COMMAND_RING_SIZE 32
++#define QXL_CURSOR_RING_SIZE 32
++#define QXL_RELEASE_RING_SIZE 8
++
+ int
+ qxl_garbage_collect (qxl_screen_t *qxl)
+ {
index 5ac6e5bd42db1b9440d21b0e804a2dc1b7c8bda0..a33d9856affcf2cb9c34680032109c87e0131d96 100644 (file)
@@ -1,18 +1,21 @@
 Summary:       X.org video driver for QXL virtual GPU
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla wirtualnych procesorów graficznych QXL
 Name:          xorg-driver-video-qxl
-Version:       0.0.13
+Version:       0.0.14
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-qxl-%{version}.tar.bz2
-# Source0-md5: c1f177a26ed32f48f68158bf92439ede
+# Source0-md5: 3e1098302cc2efc7950322d9341537f4
+# TODO: drop this patch after spice-protocol > 0.8.0 release
+Patch0:                %{name}-spice.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
+BuildRequires: spice-protocol >= 0.7.0
 BuildRequires: xorg-lib-libpciaccess-devel >= 0.10.0
 BuildRequires: xorg-proto-fontsproto-devel
 BuildRequires: xorg-proto-randrproto-devel
@@ -38,6 +41,7 @@ w projekcie spice.
 
 %prep
 %setup -q -n xf86-video-qxl-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.058323 seconds and 4 git commands to generate.