Package Details: libplacebo-git 7.350.0.3601.g5ba13768-1

Git Clone URL: https://aur.archlinux.org/libplacebo-git.git (read-only, click to copy)
Package Base: libplacebo-git
Description: Reusable library for GPU-accelerated video/image rendering primitives. (GIT version)
Upstream URL: https://code.videolan.org/videolan/libplacebo
Licenses: LGPL2.1
Conflicts: libplacebo
Provides: libplacebo, libplacebo.so
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 13
Popularity: 0.91
First Submitted: 2018-04-29 15:53 (UTC)
Last Updated: 2024-11-30 23:45 (UTC)

Required by (33)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Hanuman commented on 2023-09-13 16:20 (UTC)

Any chance this will get fixed soon?

katt commented on 2023-09-09 08:06 (UTC)

Fails to build due to missing xxhash dependency:

Run-time dependency libxxhash found: NO (tried pkgconfig)

../libplacebo/src/meson.build:193:9: ERROR: Dependency "libxxhash" not found, tried pkgconfig

dbermond commented on 2023-09-04 23:03 (UTC)

The package currently fails to build due to missing git submodules. @sl1pkn07 Please add the git submodules to the PKGBUILD. If anyone is interested in fixing it prior to the packager update, the following patch can be applied:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,8 +33,20 @@ provides=(
   'libplacebo.so'
 )
 conflicts=('libplacebo')
-source=('git+https://code.videolan.org/videolan/libplacebo.git')
-sha256sums=('SKIP')
+source=('git+https://code.videolan.org/videolan/libplacebo.git'
+        'git+https://github.com/Immediate-Mode-UI/Nuklear.git'
+        'git+https://github.com/Dav1dde/glad.git'
+        'git+https://github.com/pallets/jinja.git'
+        'git+https://github.com/pallets/markupsafe.git'
+        'git+https://github.com/KhronosGroup/Vulkan-Headers.git'
+        'git+https://github.com/fastfloat/fast_float.git')
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
 options=('debug')

 pkgver() {
@@ -44,6 +56,14 @@ pkgver() {

 prepare() {
   mkdir -p build
+  git -C libplacebo submodule init
+  local _submodule
+  for _submodule in glad jinja markupsafe Vulkan-Headers fast_float
+  do
+    git -C libplacebo config --local "submodule.3rdparty/${_submodule}.url" "${srcdir}/${_submodule}"
+  done
+  git -C libplacebo config --local submodule.demos/3rdparty/nuklear.url "${srcdir}/Nuklear"
+  git -C libplacebo -c protocol.file.allow='always' submodule update
 }

 build() {

katt commented on 2023-07-02 11:47 (UTC)

Could you replace -rc (or .rc if you do it after replacing dashes) with rc in the pkgver? Otherwise pacman will see the full release as a downgrade.

dreieck commented on 2023-02-14 16:47 (UTC)

Can you append =${pkgver} to the provides-entry of libplacebo, please?

vapoursynth-plugin-placebo-git has a versioned dependency.

Regards!

sl1pkn07 commented on 2022-11-15 16:39 (UTC) (edited on 2022-11-15 16:45 (UTC) by sl1pkn07)

i'm not sure why git describe --long --tags generated 9 digit hash instead a normal 8 like before...

Gigas002 commented on 2022-11-15 16:30 (UTC)

Package is always in an "unupdated" state, reinstall/clear cache before installing doesn't fix: 1 aur/libplacebo-git 5.229.1.28.g27e38da-1 -> 5.229.1.28.g27e38da9-1

blackhole commented on 2022-10-20 12:19 (UTC)

OK, remember that now the package needs glad2

sl1pkn07 commented on 2022-10-20 11:14 (UTC)

yes. git disable clone local repos (see git release changelog), but is fixeable. please wait (when back to home). greetings

blackhole commented on 2022-10-20 05:08 (UTC)

Compilation fails with errors like Failed to clone '3rdparty/glad' etc.