From 8b4e7f1602c34b08abdbe4f08ebd44c41c04afa4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Jun 2015 08:20:31 +0200 Subject: [PATCH] intel-gpu-tools: remove obsolete patch. --- .../intel-gpu-tools/patches/build-fix.patch | 20 ------------------- srcpkgs/intel-gpu-tools/template | 5 +++-- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/intel-gpu-tools/patches/build-fix.patch diff --git a/srcpkgs/intel-gpu-tools/patches/build-fix.patch b/srcpkgs/intel-gpu-tools/patches/build-fix.patch deleted file mode 100644 index 258ed1ba887..00000000000 --- a/srcpkgs/intel-gpu-tools/patches/build-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/intel_batchbuffer.c.orig 2015-03-15 09:30:52.374500012 +0100 -+++ lib/intel_batchbuffer.c 2015-03-15 09:31:04.784415162 +0100 -@@ -548,7 +548,7 @@ fill_object(struct drm_i915_gem_exec_obj - memset(obj, 0, sizeof(*obj)); - obj->handle = gem_handle; - obj->relocation_count = count; -- obj->relocs_ptr = (uint64_t)relocs; -+ obj->relocs_ptr = relocs; - } - - static void exec_blit(int fd, -@@ -557,7 +557,7 @@ static void exec_blit(int fd, - { - struct drm_i915_gem_execbuffer2 exec; - -- exec.buffers_ptr = (uint64_t)objs; -+ exec.buffers_ptr = objs; - exec.buffer_count = count; - exec.batch_start_offset = 0; - exec.batch_len = batch_len * 4; diff --git a/srcpkgs/intel-gpu-tools/template b/srcpkgs/intel-gpu-tools/template index ed2f441c3a8..a3d97f77151 100644 --- a/srcpkgs/intel-gpu-tools/template +++ b/srcpkgs/intel-gpu-tools/template @@ -2,8 +2,6 @@ pkgname=intel-gpu-tools version=1.11 revision=1 -lib32disabled=yes -only_for_archs="i686 i686-musl x86_64 x86_64-musl" build_style=gnu-configure configure_args="--disable-tests" hostmakedepends="pkg-config swig" @@ -15,6 +13,9 @@ homepage="http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/" distfiles="http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${version}.tar.bz2" checksum=48823450452b57c52c74e00c8c763ed7cdd0c81cc877e8c2f619f7f6c45dade4 +lib32disabled=yes +only_for_archs="i686 i686-musl x86_64 x86_64-musl" + post_install() { vlicense COPYING }