From owner-svn-ports-head@freebsd.org Sat Nov 2 00:51:11 2019 Return-Path: Delivered-To: svn-ports-head@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 E55D215941D; Sat, 2 Nov 2019 00:51:11 +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 474gV75mgVz3xjC; Sat, 2 Nov 2019 00:51:11 +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 907371B7A1; Sat, 2 Nov 2019 00:51:11 +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 xA20pBH4070705; Sat, 2 Nov 2019 00:51:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA20pATE070701; Sat, 2 Nov 2019 00:51:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911020051.xA20pATE070701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 2 Nov 2019 00:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516280 - in head/multimedia: gmmlib libva-intel-media-driver X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: gmmlib libva-intel-media-driver X-SVN-Commit-Revision: 516280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 00:51:12 -0000 Author: jbeich Date: Sat Nov 2 00:51:10 2019 New Revision: 516280 URL: https://svnweb.freebsd.org/changeset/ports/516280 Log: multimedia/gmmlib: update to 19.3.4 Changes: https://github.com/intel/gmmlib/compare/intel-gmmlib-19.3.3...intel-gmmlib-19.3.4 Modified: head/multimedia/gmmlib/Makefile (contents, props changed) head/multimedia/gmmlib/distinfo (contents, props changed) head/multimedia/gmmlib/pkg-plist (contents, props changed) head/multimedia/libva-intel-media-driver/Makefile (contents, props changed) Modified: head/multimedia/gmmlib/Makefile ============================================================================== --- head/multimedia/gmmlib/Makefile Sat Nov 2 00:40:07 2019 (r516279) +++ head/multimedia/gmmlib/Makefile Sat Nov 2 00:51:10 2019 (r516280) @@ -2,7 +2,7 @@ PORTNAME= gmmlib DISTVERSIONPREFIX= intel-${PORTNAME}- -DISTVERSION= 19.3.3 +DISTVERSION= 19.3.4 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/gmmlib/distinfo ============================================================================== --- head/multimedia/gmmlib/distinfo Sat Nov 2 00:40:07 2019 (r516279) +++ head/multimedia/gmmlib/distinfo Sat Nov 2 00:51:10 2019 (r516280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571148130 -SHA256 (intel-gmmlib-intel-gmmlib-19.3.3_GH0.tar.gz) = aceb11fd61a895e30fc67c8a6230ffe8b44b2336fc2a81f5408b1b1a535763f5 -SIZE (intel-gmmlib-intel-gmmlib-19.3.3_GH0.tar.gz) = 706656 +TIMESTAMP = 1571736914 +SHA256 (intel-gmmlib-intel-gmmlib-19.3.4_GH0.tar.gz) = 5f08e36892db6bff8284913d9ab784f693d50e4ea1eb2ea6d2545e3dc6876b71 +SIZE (intel-gmmlib-intel-gmmlib-19.3.4_GH0.tar.gz) = 706943 Modified: head/multimedia/gmmlib/pkg-plist ============================================================================== --- head/multimedia/gmmlib/pkg-plist Sat Nov 2 00:40:07 2019 (r516279) +++ head/multimedia/gmmlib/pkg-plist Sat Nov 2 00:51:10 2019 (r516280) @@ -58,6 +58,6 @@ include/igdgmm/inc/umKmInc/sharedata.h include/igdgmm/util/g_gfxDebug.h include/igdgmm/util/gfxDebug.h lib/libigdgmm.so -lib/libigdgmm.so.11 -lib/libigdgmm.so.11.0.0 +lib/libigdgmm.so.12 +lib/libigdgmm.so.12.0.0 libdata/pkgconfig/igdgmm.pc Modified: head/multimedia/libva-intel-media-driver/Makefile ============================================================================== --- head/multimedia/libva-intel-media-driver/Makefile Sat Nov 2 00:40:07 2019 (r516279) +++ head/multimedia/libva-intel-media-driver/Makefile Sat Nov 2 00:51:10 2019 (r516280) @@ -3,7 +3,7 @@ PORTNAME= media-driver DISTVERSIONPREFIX= intel-media- DISTVERSION= 19.4.pre1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia PKGNAMEPREFIX= libva-intel-