From: Victor Martinez Date: Sat, 30 Nov 2013 15:09:00 +0000 (+0100) Subject: libdrm: updated to 2.4.49 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=19aba5a2522fc2f714506b79c04a3d479d478564;p=ports%2Fxorg-arm.git libdrm: updated to 2.4.49 --- diff --git a/libdrm/.md5sum b/libdrm/.md5sum index 2384f90..953d6f8 100644 --- a/libdrm/.md5sum +++ b/libdrm/.md5sum @@ -1 +1,2 @@ -e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 +5e9c8388b9e3f39eecf66a33b37f4786 drm-header-path.patch +454fe27645152cbd8be8ccda21acaa24 libdrm-2.4.49.tar.bz2 diff --git a/libdrm/Pkgfile b/libdrm/Pkgfile index e601ba0..1fc6e43 100644 --- a/libdrm/Pkgfile +++ b/libdrm/Pkgfile @@ -5,14 +5,14 @@ # Depends on: libpthread-stubs xorg-libpciaccess name=libdrm -version=2.4.47 -release=2 -source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2) +version=2.4.49 +release=1 +source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2 + drm-header-path.patch) build() { cd $name-$version - - sed -i "s/drm\/drm.h/drm.h/" include/drm/qxl_drm.h + patch -p 1 -i $SRC/drm-header-path.patch ./configure --prefix=/usr \ --mandir=/usr/man \ diff --git a/libdrm/drm-header-path.patch b/libdrm/drm-header-path.patch new file mode 100644 index 0000000..a87f038 --- /dev/null +++ b/libdrm/drm-header-path.patch @@ -0,0 +1,12 @@ +diff -pruN libdrm-2.4.49.orig/include/drm/qxl_drm.h libdrm-2.4.49/include/drm/qxl_drm.h +--- libdrm-2.4.49.orig/include/drm/qxl_drm.h 2013-11-23 06:51:11.230361834 +0000 ++++ libdrm-2.4.49/include/drm/qxl_drm.h 2013-11-23 06:52:16.104005907 +0000 +@@ -25,7 +25,7 @@ + #define QXL_DRM_H + + #include +-#include "drm/drm.h" ++#include "drm.h" + + /* Please note that modifications to all structs defined here are + * subject to backwards-compatibility constraints.