update to libplacebo-4.192.1
This commit is contained in:
parent
09578325cc
commit
8a9d6d4836
@ -1,20 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2021/10/07 21:44:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2022/02/13 13:07:05 sthen Exp $
|
||||
|
||||
COMMENT= reusable library for GPU-accelerated video/image rendering
|
||||
|
||||
GH_ACCOUNT= haasn
|
||||
GH_PROJECT= libplacebo
|
||||
GH_TAGNAME= v4.157.0
|
||||
GH_TAGNAME= v4.192.1
|
||||
CATEGORIES= graphics
|
||||
|
||||
SHARED_LIBS= placebo 5.0
|
||||
SHARED_LIBS= placebo 6.0
|
||||
|
||||
MAINTAINER= Brad Smith <brad@comstyle.com>
|
||||
|
||||
# LGPLv2.1+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= epoxy lcms2 m pthread
|
||||
WANTLIB= epoxy execinfo lcms2 m pthread
|
||||
|
||||
MODULES= devel/meson
|
||||
|
||||
@ -28,6 +28,7 @@ CONFIGURE_ARGS+=-Ddefault_library=both \
|
||||
-Ddemos=false \
|
||||
-Dglslang=disabled \
|
||||
-Dshaderc=disabled \
|
||||
-Dunwind=disabled \
|
||||
-Dvulkan=disabled
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libplacebo-4.157.0.tar.gz) = xogQg/5j8P6piYqB4Ss4TwfWt8OUxS9tDPuLO+plfoo=
|
||||
SIZE (libplacebo-4.157.0.tar.gz) = 590747
|
||||
SHA256 (libplacebo-4.192.1.tar.gz) = LcQulrtnJgqFT6f9cbd68PBecaqwtaejmQ2VsVrWjOQ=
|
||||
SIZE (libplacebo-4.192.1.tar.gz) = 632747
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2021/10/07 21:44:28 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2022/02/13 13:07:05 sthen Exp $
|
||||
include/libplacebo/
|
||||
include/libplacebo/colorspace.h
|
||||
include/libplacebo/common.h
|
||||
@ -14,13 +14,14 @@ include/libplacebo/opengl.h
|
||||
include/libplacebo/renderer.h
|
||||
include/libplacebo/shaders/
|
||||
include/libplacebo/shaders.h
|
||||
include/libplacebo/shaders/av1.h
|
||||
include/libplacebo/shaders/colorspace.h
|
||||
include/libplacebo/shaders/custom.h
|
||||
include/libplacebo/shaders/film_grain.h
|
||||
include/libplacebo/shaders/icc.h
|
||||
include/libplacebo/shaders/lut.h
|
||||
include/libplacebo/shaders/sampling.h
|
||||
include/libplacebo/swapchain.h
|
||||
include/libplacebo/tone_mapping.h
|
||||
include/libplacebo/utils/
|
||||
include/libplacebo/utils/dav1d.h
|
||||
include/libplacebo/utils/dav1d_internal.h
|
||||
|
Loading…
Reference in New Issue
Block a user