[SCM] intel-vaapi-driver/master: debian/patches/: patchset created

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Tue Oct 15 12:54:46 UTC 2013


The following commit has been merged in the master branch:
commit 32af0a7d8901529c9f6d4b1c861641b34ae76948
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Fri Sep 27 09:49:56 2013 +0200

    debian/patches/: patchset created
    
    - 0001-Fix_FTBFS_on_kFreeBSD.patch added
    
    Closes: #722354

diff --git a/debian/patches/0001-Fix_FTBFS_on_kFreeBSD.patch b/debian/patches/0001-Fix_FTBFS_on_kFreeBSD.patch
new file mode 100644
index 0000000..02fa746
--- /dev/null
+++ b/debian/patches/0001-Fix_FTBFS_on_kFreeBSD.patch
@@ -0,0 +1,33 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Fri, 27 Sep 2013 09:49:05 +0200
+Subject: Fix_FTBFS_on_kFreeBSD
+
+---
+ src/intel_driver.h | 1 +
+ src/intel_memman.c | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/intel_driver.h b/src/intel_driver.h
+index 9631b96..561553b 100644
+--- a/src/intel_driver.h
++++ b/src/intel_driver.h
+@@ -5,6 +5,7 @@
+ #include <pthread.h>
+ #include <signal.h>
+ #include <stdbool.h>
++#include <stdint.h>
+ 
+ #include <drm.h>
+ #include <i915_drm.h>
+diff --git a/src/intel_memman.c b/src/intel_memman.c
+index 7d56e96..bacad73 100644
+--- a/src/intel_memman.c
++++ b/src/intel_memman.c
+@@ -28,6 +28,7 @@
+  */
+ 
+ #include <assert.h>
++#include <stdint.h>
+ 
+ #include "intel_driver.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f1f963d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix_FTBFS_on_kFreeBSD.patch

-- 
intel-vaapi-driver packaging



More information about the pkg-multimedia-commits mailing list