pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libplacebo: Import libplacebo-6.338.1 as wip/libplacebo



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 12:58:42 2023 +0100
Changeset:	9c17f84187e29f5ed636d9b1525f6894367807f9

Added Files:
	libplacebo/DESCR
	libplacebo/Makefile
	libplacebo/PLIST
	libplacebo/TODO
	libplacebo/distinfo

Log Message:
libplacebo: Import libplacebo-6.338.1 as wip/libplacebo

libplacebo is, in a nutshell, the core rendering algorithms and ideas
of mpv rewritten as an independent library. As of today, libplacebo
contains a large assortment of video processing shaders, focusing on
both quality and performance.

Fails at configure phase... we need to investigate regarding glad,
added some notes in TODO. (Also including `graphics/glad` bl3 fails in
the same way.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c17f84187e29f5ed636d9b1525f6894367807f9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libplacebo/DESCR    |  4 ++++
 libplacebo/Makefile | 22 ++++++++++++++++++++++
 libplacebo/PLIST    |  4 ++++
 libplacebo/TODO     |  7 +++++++
 libplacebo/distinfo |  5 +++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/libplacebo/DESCR b/libplacebo/DESCR
new file mode 100644
index 0000000000..17f272e035
--- /dev/null
+++ b/libplacebo/DESCR
@@ -0,0 +1,4 @@
+libplacebo is, in a nutshell, the core rendering algorithms and ideas
+of mpv rewritten as an independent library. As of today, libplacebo
+contains a large assortment of video processing shaders, focusing on
+both quality and performance.
diff --git a/libplacebo/Makefile b/libplacebo/Makefile
new file mode 100644
index 0000000000..e74a55f4d9
--- /dev/null
+++ b/libplacebo/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	libplacebo-v6.338.1
+PKGNAME=	${DISTNAME:S/-v/-/}
+CATEGORIES=	multimedia
+MASTER_SITES=	https://code.videolan.org/videolan/libplacebo/-/archive/v${PKGVERSION}/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://code.videolan.org/videolan/libplacebo
+COMMENT=	GPU-accelerated image/video processing primitives and shaders
+LICENSE=	gnu-lgpl-v2.1
+
+USE_TOOLS+=	pkg-config
+
+USE_LANGUAGES=	c c++
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/xxhash/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libplacebo/PLIST b/libplacebo/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/libplacebo/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/libplacebo/TODO b/libplacebo/TODO
new file mode 100644
index 0000000000..4cc4ca0271
--- /dev/null
+++ b/libplacebo/TODO
@@ -0,0 +1,7 @@
+Configure fails with:
+
+```
+Library version found: NO
+
+src/opengl/include/glad/meson.build:11:2: ERROR: Problem encountered: glad (required: >= 2.0, found: none) was not found in PYTHONPATH or `3rdparty`. Please run `git submodule update --init` followed by `meson --wipe`.
+```
diff --git a/libplacebo/distinfo b/libplacebo/distinfo
new file mode 100644
index 0000000000..e46cbf03a5
--- /dev/null
+++ b/libplacebo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libplacebo-v6.338.1.tar.gz) = 8f0736a5de08a9b7c592c1d7fb589c5eefc2a6bef83d2c38de10cccabbf813ab
+SHA512 (libplacebo-v6.338.1.tar.gz) = a538a26552bda77af98264abde0e721c967f0c5eba73c0ffdff3cc7f52a4505ee5b618b99884becf502546261ff6e48881900ce7c782c5495ee3a6728dca9eb1
+Size (libplacebo-v6.338.1.tar.gz) = 840798 bytes


Home | Main Index | Thread Index | Old Index