From owner-svn-ports-all@freebsd.org Fri Dec 27 23:28:33 2019 Return-Path: <owner-svn-ports-all@freebsd.org> Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E57751D275D; Fri, 27 Dec 2019 23:28:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47l30x5rnkz4hLZ; Fri, 27 Dec 2019 23:28:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C426120249; Fri, 27 Dec 2019 23:28:33 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBRNSXMT044537; Fri, 27 Dec 2019 23:28:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBRNSXgu044532; Fri, 27 Dec 2019 23:28:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912272328.xBRNSXgu044532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich <jbeich@FreeBSD.org> Date: Fri, 27 Dec 2019 23:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521034 - in head: emulators/yuzu multimedia/libva-utils multimedia/libva-utils/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: emulators/yuzu multimedia/libva-utils multimedia/libva-utils/files X-SVN-Commit-Revision: 521034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Dec 2019 23:28:34 -0000 Author: jbeich Date: Fri Dec 27 23:28:33 2019 New Revision: 521034 URL: https://svnweb.freebsd.org/changeset/ports/521034 Log: multimedia/libva-utils: minor refactor - Convert to USES=meson like r490613 - Drop unused USES=tar:bz2 like r490614 - Drop unused DEBUG like r490615 - Drop unused dependencies - Take maintainership PR: 242903 Approved by: madpilot (maintainer) Deleted: head/multimedia/libva-utils/files/ Modified: head/emulators/yuzu/Makefile (contents, props changed) head/multimedia/libva-utils/Makefile (contents, props changed) head/multimedia/libva-utils/distinfo (contents, props changed) Modified: head/emulators/yuzu/Makefile ============================================================================== --- head/emulators/yuzu/Makefile Fri Dec 27 23:28:23 2019 (r521033) +++ head/emulators/yuzu/Makefile Fri Dec 27 23:28:33 2019 (r521034) @@ -92,8 +92,8 @@ SDL_PLIST_FILES=bin/${PORTNAME}-cmd \ bin/${PORTNAME}-tester QT5_USES= desktop-file-utils qt:5 shared-mime-info -QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,webengine,widgets -QT5_CMAKE_BOOL= ENABLE_QT YUZU_USE_QT_WEB_ENGINE +QT5_USE= QT=qmake_build,buildtools_build,concurrent_build,core,gui,opengl,widgets +QT5_CMAKE_BOOL= ENABLE_QT QT5_PLIST_FILES=bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ Modified: head/multimedia/libva-utils/Makefile ============================================================================== --- head/multimedia/libva-utils/Makefile Fri Dec 27 23:28:23 2019 (r521033) +++ head/multimedia/libva-utils/Makefile Fri Dec 27 23:28:33 2019 (r521034) @@ -2,38 +2,36 @@ PORTNAME= libva-utils PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= multimedia -MAINTAINER= madpilot@FreeBSD.org +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 4aeb5254a191.patch:-p1 # https://github.com/intel/libva-utils/pull/183 +PATCHFILES+= 520ea5582c9a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 +PATCHFILES+= 24a87768547a.patch:-p1 # https://github.com/intel/libva-utils/pull/184 +PATCHFILES+= fde08663af79.patch:-p1 # https://github.com/intel/libva-utils/pull/184 + +MAINTAINER= jbeich@FreeBSD.org COMMENT= Collection of tests and utilities for VAAPI LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libva.so:multimedia/libva \ - libdrm.so:graphics/libdrm +LIB_DEPENDS= libva-drm.so:multimedia/libva -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2 - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - +USES= compiler:c++11-lang meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= intel -OPTIONS_DEFINE= DEBUG WAYLAND X11 +OPTIONS_DEFINE= WAYLAND X11 OPTIONS_DEFAULT=WAYLAND X11 -WAYLAND_DESC= Support wayland protocol OPTIONS_SUB= yes -DEBUG_CFLAGS= -D_DEBUG -DEBUG_CFLAGS_OFF= -DNDEBUG +WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland +WAYLAND_MESON_TRUE= wayland -WAYLAND_CONFIGURE_ENABLE= wayland -WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland - -X11_CONFIGURE_ENABLE= x11 -X11_USES= xorg -X11_USE= XORG=x11,xext,xfixes +X11_USES= xorg +X11_USE= XORG=x11,xext,xfixes +X11_MESON_TRUE= x11 .include <bsd.port.mk> Modified: head/multimedia/libva-utils/distinfo ============================================================================== --- head/multimedia/libva-utils/distinfo Fri Dec 27 23:28:23 2019 (r521033) +++ head/multimedia/libva-utils/distinfo Fri Dec 27 23:28:33 2019 (r521034) @@ -1,3 +1,11 @@ TIMESTAMP = 1575987973 SHA256 (intel-libva-utils-2.6.0_GH0.tar.gz) = 6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90 SIZE (intel-libva-utils-2.6.0_GH0.tar.gz) = 1196875 +SHA256 (4aeb5254a191.patch) = 33bc96eb476fa09bcbecb1f32f5a7cb4a28eba7777e6398646df057cba5d9934 +SIZE (4aeb5254a191.patch) = 3180 +SHA256 (520ea5582c9a.patch) = 8f23240c64257a368662bb6b12e767aa98cb370760907c9c97bed3d66b90df2e +SIZE (520ea5582c9a.patch) = 1196 +SHA256 (24a87768547a.patch) = 088280b5ecd2fe279cc422493899c1ffda9056f6065ec2a67a165a0f234b9d57 +SIZE (24a87768547a.patch) = 5169 +SHA256 (fde08663af79.patch) = 64f517ec7501d5d31b12405e6241103eb3bd7acca86fed2882b554f13795c875 +SIZE (fde08663af79.patch) = 780