pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libdrm
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 15 10:05:52 UTC 2016
Modified Files:
pkgsrc/x11/libdrm: Makefile PLIST distinfo
Log Message:
Updated libdrm to 2.4.73.
2.4.73
Emil Velikov (3):
headers: Add README file
xd86drm: read more than 128 bytes of uevent in drmParsePciBusInfo
Bump version for release
2.4.72
Alex Deucher (1):
amdgpu: check parameters in amdgpu_query_gpu_info
Chris Wilson (3):
intel: Export raw GEM mmap interfaces
intel: Migrate handle/name lookups from linear lists to hashtables
intel: Look prime handle up in handle hash table
Eric Anholt (1):
Silence runtime complaints on platform devices
Junwei Zhang (1):
amdgpu: add the function to get the marketing name (v4)
Matt Turner (4):
intel: Add uthash.h to Makefile.sources.
amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
freedreno: Add fd_ringbuffer_flush2 to symbol check.
Bump version for release
Michel Dänzer (3):
headers: Sync drm{,_mode}.h with the kernel
Add drmModePageFlipTarget
intel: Add new symbols to intel-symbol-check
Neil Roberts (1):
intel: Allow some codenames in INTEL_DEVID_OVERRIDE
Rob Clark (3):
add libsync.h helper
freedreno: sync uapi header
freedreno: add fence fd support
Rob Herring (1):
Return an -ENODEV from drmGetDevice() when no device was found.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/libdrm/Makefile \
pkgsrc/x11/libdrm/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/libdrm/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.65 pkgsrc/x11/libdrm/Makefile:1.66
--- pkgsrc/x11/libdrm/Makefile:1.65 Tue Oct 4 05:36:32 2016
+++ pkgsrc/x11/libdrm/Makefile Tue Nov 15 10:05:52 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2016/10/04 05:36:32 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2016/11/15 10:05:52 wiz Exp $
-DISTNAME= libdrm-2.4.71
+DISTNAME= libdrm-2.4.73
CATEGORIES= x11 graphics
MASTER_SITES= http://dri.freedesktop.org/libdrm/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/x11/libdrm/distinfo
diff -u pkgsrc/x11/libdrm/distinfo:1.65 pkgsrc/x11/libdrm/distinfo:1.66
--- pkgsrc/x11/libdrm/distinfo:1.65 Tue Oct 4 05:36:32 2016
+++ pkgsrc/x11/libdrm/distinfo Tue Nov 15 10:05:52 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.65 2016/10/04 05:36:32 wiz Exp $
+$NetBSD: distinfo,v 1.66 2016/11/15 10:05:52 wiz Exp $
-SHA1 (libdrm-2.4.71.tar.bz2) = 5c9cd0c45d92bcd4809e42681494163ba9f31f3d
-RMD160 (libdrm-2.4.71.tar.bz2) = a309dec60569101cecfb2f19dd0259274fad10a6
-SHA512 (libdrm-2.4.71.tar.bz2) = 82c7a0228c601feed612131919c296a62ce7f41287810ab7cc75e01d7ba8af884044077a0dacd8b09be077dc54a4ceab80d9104f285db4a93bc0e66d00d6c77d
-Size (libdrm-2.4.71.tar.bz2) = 722278 bytes
+SHA1 (libdrm-2.4.73.tar.bz2) = 7abe64965ac4aa77d51746e70d6f2a38f100483d
+RMD160 (libdrm-2.4.73.tar.bz2) = 1f0c8d17d3b42c711d843e923b9ebccf1213db96
+SHA512 (libdrm-2.4.73.tar.bz2) = 81f8ac6831926850dbbac9efc1becfc3c2e4a5299376521c38b8466e9cebfd24396c475ef96633be69e89ea8791430c02fcc19d190feb205eca29acaeb06cb55
+Size (libdrm-2.4.73.tar.bz2) = 777305 bytes
SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c
SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b
Index: pkgsrc/x11/libdrm/PLIST
diff -u pkgsrc/x11/libdrm/PLIST:1.18 pkgsrc/x11/libdrm/PLIST:1.19
--- pkgsrc/x11/libdrm/PLIST:1.18 Sun Jul 24 19:25:39 2016
+++ pkgsrc/x11/libdrm/PLIST Tue Nov 15 10:05:52 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2016/07/24 19:25:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2016/11/15 10:05:52 wiz Exp $
${PLIST.arm}include/freedreno/freedreno_drmif.h
${PLIST.arm}include/freedreno/freedreno_ringbuffer.h
include/libdrm/amdgpu.h
@@ -42,6 +42,7 @@ ${PLIST.arm}include/libdrm/vc4_qpu_defin
include/libdrm/via_drm.h
include/libdrm/virtgpu_drm.h
include/libdrm/vmwgfx_drm.h
+include/libsync.h
include/xf86drm.h
include/xf86drmMode.h
lib/libdrm.la
Home |
Main Index |
Thread Index |
Old Index