From owner-svn-ports-head@freebsd.org Thu Apr 23 00:57:01 2020 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 A686A2C78D3; Thu, 23 Apr 2020 00:57:01 +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 496zR03xxtz4BYS; Thu, 23 Apr 2020 00:57:00 +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 40AC923C87; Thu, 23 Apr 2020 00:56:59 +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 03N0uxMs007225; Thu, 23 Apr 2020 00:56:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03N0uwcI007220; Thu, 23 Apr 2020 00:56:58 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202004230056.03N0uwcI007220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 23 Apr 2020 00:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532605 - in head: graphics/libplacebo multimedia/dav1d multimedia/mpv multimedia/vlc X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: graphics/libplacebo multimedia/dav1d multimedia/mpv multimedia/vlc X-SVN-Commit-Revision: 532605 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: Thu, 23 Apr 2020 00:57:01 -0000 Author: jbeich Date: Thu Apr 23 00:56:57 2020 New Revision: 532605 URL: https://svnweb.freebsd.org/changeset/ports/532605 Log: graphics/libplacebo: update to 2.43.0 Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0 Reported by: Repology Modified: head/graphics/libplacebo/Makefile (contents, props changed) head/graphics/libplacebo/distinfo (contents, props changed) head/graphics/libplacebo/pkg-plist (contents, props changed) head/multimedia/dav1d/Makefile (contents, props changed) head/multimedia/mpv/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) Modified: head/graphics/libplacebo/Makefile ============================================================================== --- head/graphics/libplacebo/Makefile Thu Apr 23 00:56:50 2020 (r532604) +++ head/graphics/libplacebo/Makefile Thu Apr 23 00:56:57 2020 (r532605) @@ -2,7 +2,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v -DISTVERSION= 1.29.1 +DISTVERSION= 2.43.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -16,8 +16,8 @@ USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= haasn -OPTIONS_DEFINE= LCMS2 TEST VULKAN -OPTIONS_DEFAULT=LCMS2 SHADERC +OPTIONS_DEFINE= LCMS2 OPENGL TEST VULKAN +OPTIONS_DEFAULT=LCMS2 OPENGL SHADERC OPTIONS_SINGLE= VULKAN OPTIONS_SINGLE_VULKAN= GLSLANG SHADERC @@ -28,6 +28,9 @@ GLSLANG_IMPLIES= VULKAN LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LCMS2_MESON_ENABLED= lcms + +OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy +OPENGL_MESON_ENABLED= opengl SHADERC_DESC= libshaderc SPIR-V compiler SHADERC_LIB_DEPENDS= libshaderc_shared.so:graphics/shaderc Modified: head/graphics/libplacebo/distinfo ============================================================================== --- head/graphics/libplacebo/distinfo Thu Apr 23 00:56:50 2020 (r532604) +++ head/graphics/libplacebo/distinfo Thu Apr 23 00:56:57 2020 (r532605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577174676 -SHA256 (haasn-libplacebo-v1.29.1_GH0.tar.gz) = ec8fed9ab1e9005917bf9f35b547d831548c63285d64ac965e7ad160579ab951 -SIZE (haasn-libplacebo-v1.29.1_GH0.tar.gz) = 330659 +TIMESTAMP = 1587538402 +SHA256 (haasn-libplacebo-v2.43.0_GH0.tar.gz) = 6148882b9d62c0063855e2e0e23b1eb5198ca1ead4d447d75623b16445c003af +SIZE (haasn-libplacebo-v2.43.0_GH0.tar.gz) = 356213 Modified: head/graphics/libplacebo/pkg-plist ============================================================================== --- head/graphics/libplacebo/pkg-plist Thu Apr 23 00:56:50 2020 (r532604) +++ head/graphics/libplacebo/pkg-plist Thu Apr 23 00:56:57 2020 (r532605) @@ -7,6 +7,7 @@ include/libplacebo/dither.h include/libplacebo/dummy.h include/libplacebo/filters.h include/libplacebo/gpu.h +include/libplacebo/opengl.h include/libplacebo/renderer.h include/libplacebo/shaders.h include/libplacebo/shaders/av1.h @@ -16,5 +17,5 @@ include/libplacebo/swapchain.h include/libplacebo/utils/upload.h include/libplacebo/vulkan.h lib/libplacebo.so -lib/libplacebo.so.29 +lib/libplacebo.so.43 libdata/pkgconfig/libplacebo.pc Modified: head/multimedia/dav1d/Makefile ============================================================================== --- head/multimedia/dav1d/Makefile Thu Apr 23 00:56:50 2020 (r532604) +++ head/multimedia/dav1d/Makefile Thu Apr 23 00:56:57 2020 (r532605) @@ -2,6 +2,7 @@ PORTNAME= dav1d DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= multimedia PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/ Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Thu Apr 23 00:56:50 2020 (r532604) +++ head/multimedia/mpv/Makefile Thu Apr 23 00:56:57 2020 (r532605) @@ -4,7 +4,7 @@ PORTNAME= mpv DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= https://waf.io/:waf Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Thu Apr 23 00:56:50 2020 (r532604) +++ head/multimedia/vlc/Makefile Thu Apr 23 00:56:57 2020 (r532605) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 21 +PORTREVISION= 22 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \