Date: Tue, 16 Oct 2018 00:00:33 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482193 - in head: graphics/wayland-protocols multimedia/mpv Message-ID: <201810160000.w9G00XvT086796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Oct 16 00:00:33 2018 New Revision: 482193 URL: https://svnweb.freebsd.org/changeset/ports/482193 Log: graphics/wayland-protocols: update to 1.16 Changes: https://cgit.freedesktop.org/wayland/wayland-protocols/log/?h=1.16 PR: 226408 Submitted by: Greg V Approved by: maintainer timeout (2 months via bug 230652) Modified: head/graphics/wayland-protocols/Makefile (contents, props changed) head/graphics/wayland-protocols/distinfo (contents, props changed) head/graphics/wayland-protocols/pkg-plist (contents, props changed) head/multimedia/mpv/Makefile (contents, props changed) Modified: head/graphics/wayland-protocols/Makefile ============================================================================== --- head/graphics/wayland-protocols/Makefile Tue Oct 16 00:00:20 2018 (r482192) +++ head/graphics/wayland-protocols/Makefile Tue Oct 16 00:00:33 2018 (r482193) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wayland-protocols -PORTVERSION= 1.12 +PORTVERSION= 1.16 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/ Modified: head/graphics/wayland-protocols/distinfo ============================================================================== --- head/graphics/wayland-protocols/distinfo Tue Oct 16 00:00:20 2018 (r482192) +++ head/graphics/wayland-protocols/distinfo Tue Oct 16 00:00:33 2018 (r482193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512813750 -SHA256 (wayland-protocols-1.12.tar.xz) = 3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2 -SIZE (wayland-protocols-1.12.tar.xz) = 98920 +TIMESTAMP = 1539381001 +SHA256 (wayland-protocols-1.16.tar.xz) = 6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5 +SIZE (wayland-protocols-1.16.tar.xz) = 104156 Modified: head/graphics/wayland-protocols/pkg-plist ============================================================================== --- head/graphics/wayland-protocols/pkg-plist Tue Oct 16 00:00:20 2018 (r482192) +++ head/graphics/wayland-protocols/pkg-plist Tue Oct 16 00:00:33 2018 (r482193) @@ -5,6 +5,7 @@ libdata/pkgconfig/wayland-protocols.pc %%DATADIR%%/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml %%DATADIR%%/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml %%DATADIR%%/unstable/input-method/input-method-unstable-v1.xml +%%DATADIR%%/unstable/input-timestamps/input-timestamps-unstable-v1.xml %%DATADIR%%/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml %%DATADIR%%/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml %%DATADIR%%/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml @@ -13,6 +14,8 @@ libdata/pkgconfig/wayland-protocols.pc %%DATADIR%%/unstable/tablet/tablet-unstable-v1.xml %%DATADIR%%/unstable/tablet/tablet-unstable-v2.xml %%DATADIR%%/unstable/text-input/text-input-unstable-v1.xml +%%DATADIR%%/unstable/text-input/text-input-unstable-v3.xml +%%DATADIR%%/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml %%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml %%DATADIR%%/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml %%DATADIR%%/unstable/xdg-output/xdg-output-unstable-v1.xml Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Tue Oct 16 00:00:20 2018 (r482192) +++ head/multimedia/mpv/Makefile Tue Oct 16 00:00:33 2018 (r482193) @@ -142,6 +142,7 @@ VAAPI_CONFIGURE_OFF= --disable-vaapi VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CONFIGURE_OFF= --disable-vdpau +WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libwayland-cursor.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810160000.w9G00XvT086796>