Bug#829525: [PATCH] 1.15 requires libdrm-dev >= 2.4.64

2016-07-04 Thread Nicholas D Steeves
On 3 July 2016 at 22:21, Vincent Cheng  wrote:
> Control: tag -1 + pending
>
> On Sun, Jul 3, 2016 at 6:48 PM, Nicholas D Steeves  wrote:
>> Package: intel-gpu-tools
>> Version: 1.15-1
>>
>> I'm working on backporting intel-vaapi-driver to Jessie; it depends on
>> intel-gpu-tools (>= 1.9) so I'm also working on backporting
>> intel-gpu-tools.  I discovered that intel-gpu-tools-1.15 requires
>> libdrm-dev >= 2.4.64.  Patch attached!
>>
>> Thank you,
>> Nicholas
>
> Applied, thanks for the patch.
>
> Regards,
> Vincent

You're welcome.  Sorry I missed Bug #829612 when writing this patch!

Cheers,
Nicholas



Bug#829525: [PATCH] 1.15 requires libdrm-dev >= 2.4.64

2016-07-03 Thread Vincent Cheng
Control: tag -1 + pending

On Sun, Jul 3, 2016 at 6:48 PM, Nicholas D Steeves  wrote:
> Package: intel-gpu-tools
> Version: 1.15-1
>
> I'm working on backporting intel-vaapi-driver to Jessie; it depends on
> intel-gpu-tools (>= 1.9) so I'm also working on backporting
> intel-gpu-tools.  I discovered that intel-gpu-tools-1.15 requires
> libdrm-dev >= 2.4.64.  Patch attached!
>
> Thank you,
> Nicholas

Applied, thanks for the patch.

Regards,
Vincent



Bug#829525: [PATCH] 1.15 requires libdrm-dev >= 2.4.64

2016-07-03 Thread Nicholas D Steeves
Package: intel-gpu-tools
Version: 1.15-1

I'm working on backporting intel-vaapi-driver to Jessie; it depends on
intel-gpu-tools (>= 1.9) so I'm also working on backporting
intel-gpu-tools.  I discovered that intel-gpu-tools-1.15 requires
libdrm-dev >= 2.4.64.  Patch attached!

Thank you,
Nicholas
From 7a5ad28ea9dc37d27f3beeba961cdd1fe4f5ef71 Mon Sep 17 00:00:00 2001
From: Nicholas D Steeves 
Date: Sun, 3 Jul 2016 21:43:07 -0400
Subject: [PATCH] bump required libdrm-dev. Fixes the following when
 backporting: configure: error: Package requirements (libdrm_intel >= 2.4.64
 libdrm) were not met:

Requested 'libdrm_intel >= 2.4.64' but version of libdrm_intel is 2.4.58

Signed-off-by: Nicholas D Steeves 
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0f72c98..4c2f604 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  dh-autoreconf,
  gtk-doc-tools,
  libcairo2-dev,
- libdrm-dev (>= 2.4.38),
+ libdrm-dev (>= 2.4.64),
  libpciaccess-dev (>= 0.10),
  libudev-dev,
  libunwind-dev,
-- 
2.1.4