pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

modular-xorg-server: update to 1.20.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri May 11 15:42:42 2018 +0200
Changeset:	b7fbcaf2d5240dadd093e2d6bbe630024dcebdf4

Modified Files:
	modular-xorg-server-devel/Makefile.common
	modular-xorg-server-devel/distinfo

Log Message:
modular-xorg-server: update to 1.20.0.

Aaron Plattner (3):
      meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_option('libdir'))
      meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf'
      meson: Fix module_dir configuration (v2)

Adam Jackson (10):
      dri3: Clamp to 1.0 if not all screens support 1.2
      meson: Bump version number here too
      xwayland: Avoid using epoxy_has_egl()
      gitlab-ci: Add for gitlab.freedesktop.org
      meson: Fix build with three-component version numbers
      xwayland: Don't create a "fake" crtc for Present
      present: Fix swapping of PresentCompleteNotify events
      glx: Be sure to set an error for ghost contexts
      man: Fix automake seddery
      xserver 1.20

Anuj Phogat (1):
      dri2: Sync i965_pci_ids.h from mesa

Chris Wilson (1):
      randr: Account for panning and transforms when constraining the cursor

Eric Anholt (6):
      dix: Fix a warning about GetTimeInMillis return value in XFont2.
      randr: Fix a compiler warning on 32-bit.
      dri3: Switch get_drawable_modifiers to using stdint.
      dri3: Switch get_modifiers to using stdint.
      dri3: Switch fds_from_pixmap to stdint types.
      xwayland: Fix a 32-bit build warning.

Louis-Francis Ratté-Boulianne (1):
      modesetting: Fix GBM objects leak when checking for flip

Mario Kleiner (6):
      dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.
      dri3: Fix error handling in dri3_buffer_from_pixmap request.
      dri3: Robustly clamp to 1.0 if not all screens support 1.2
      glamor: Don't fail in glamor_get_formats if not dmabuf_capable.
      modesetting: Remove ms_crtc_msc_to_kernel_msc().
      modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()

Roman Gilg (4):
      xwayland: restrict present cleanup to presenting and top parent window
      present: fix msc offset calculation in window mode
      xwayland: persistent window struct on present
      modesetting: set gbm as dependency in meson build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7fbcaf2d5240dadd093e2d6bbe630024dcebdf4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 modular-xorg-server-devel/Makefile.common | 2 +-
 modular-xorg-server-devel/distinfo        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/modular-xorg-server-devel/Makefile.common b/modular-xorg-server-devel/Makefile.common
index 67e10793b2..794b514847 100644
--- a/modular-xorg-server-devel/Makefile.common
+++ b/modular-xorg-server-devel/Makefile.common
@@ -2,7 +2,7 @@
 # used by x11/modular-xorg-server/Makefile
 # used by x11/modular-xorg-xephyr/Makefile
 
-XORG_VERSION=	1.19.99.905
+XORG_VERSION=	1.20.0
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_XORG:=xserver/}
 EXTRACT_SUFX=	.tar.bz2
diff --git a/modular-xorg-server-devel/distinfo b/modular-xorg-server-devel/distinfo
index 7c9756ec06..651cebbfa0 100644
--- a/modular-xorg-server-devel/distinfo
+++ b/modular-xorg-server-devel/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.87 2018/01/25 15:06:10 jperkin Exp $
 
-SHA1 (xorg-server-1.19.99.905.tar.bz2) = 03db7ca162a907debb8230e207a02274a711c17e
-RMD160 (xorg-server-1.19.99.905.tar.bz2) = 7470d0f0e1dfecfc6f480244fdbeb58f6276109f
-SHA512 (xorg-server-1.19.99.905.tar.bz2) = 9a6f173835989f7562debfbadae0077d75e35bfad5be1f78931fe46ac43df20591162950b27e2c813fd857114f98247be28d357566e45e5d3ac6b60873d94466
-Size (xorg-server-1.19.99.905.tar.bz2) = 6088508 bytes
+SHA1 (xorg-server-1.20.0.tar.bz2) = a9e999c15a2322bc423d5d6e1978ba38f9635901
+RMD160 (xorg-server-1.20.0.tar.bz2) = 0b148a40cb372ffaffacbeac8d7765d5a108812a
+SHA512 (xorg-server-1.20.0.tar.bz2) = 1489e8511c9da682ef0460182dfeeddd241c72d4ef4d206d9706f1e39572c09953df851fab18cefb65a1ee4c6710c6ba13c63c9c9fc0bc1b5f12c50780412cde
+Size (xorg-server-1.20.0.tar.bz2) = 6096838 bytes
 SHA1 (patch-configure) = 9e9f497f14d563ef66f25c637a14b0bea2243c3f
 SHA1 (patch-hw_xfree86_common_xf86pciBus.c) = 896825ba12646431cba603938d118acbdde305dd
 SHA1 (patch-hw_xfree86_common_xf86sbusBus.h) = f56f87336b2f669413ebb1005a2b64568a111f92


Home | Main Index | Thread Index | Old Index