Package Details: vapoursynth-plugin-dgdecodenv-bin 2053.0.0.502-1

Git Clone URL: https://aur.archlinux.org/dgnvindex-bin.git (read-only, click to copy)
Package Base: dgnvindex-bin
Description: Plugin for Vapoursynth: dgdecodenv
Upstream URL: https://www.rationalqm.us/dgdecnv/dgdecnv.html
Keywords: vapoursynth
Licenses: custom:Donald A. Graft
Conflicts: vapoursynth-plugin-dgdecodenv
Provides: vapoursynth-plugin-dgdecodenv
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 1
Popularity: 0.64
First Submitted: 2021-10-07 18:57 (UTC)
Last Updated: 2024-02-04 02:47 (UTC)

Latest Comments

Vernox commented on 2026-08-14 12:59 (UTC)

Due to the vapoursynth release R74, the location of the .so needs to be modified.

A working sample for this may look like this:

diff --git a/PKGBUILD b/PKGBUILD
index f1d2a3c..732fbfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,10 @@ package_vapoursynth-plugin-dgdecodenv-bin() {
   provides=("vapoursynth-plugin-${_plug}")
   conflicts=("vapoursynth-plugin-${_plug}")

-  install -Dm755 libdgdecodenv.so "${pkgdir}/usr/lib/vapoursynth/libdgdecodenv.so"
+  local plugindir
+  plugindir=$(python3 -c "import vapoursynth; print(vapoursynth.get_plugin_dir())")
+ 
+  install -Dm755 libdgdecodenv.so "${pkgdir}${plugindir}/libdgdecodenv.so"
   install -Dm644 LinuxUserManual.txt "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/LinuxUserManual.txt"
 }

emk2203 commented on 2025-07-30 09:15 (UTC)

Aborts install with bad checksum error.

Most likely, the AI detection on the site prohibits the download and downloads only the detection page, it's not a zip file and it's 5kB instead of 900kB.

sl1pkn07 commented on 2023-09-06 09:34 (UTC)

the older one, the executable show version as 2.29, even the zip is 2.31

dubster commented on 2023-09-06 03:31 (UTC)

Looks like an update was posted today, as the sha256sum changed and the contents seem to have been updated on today's date, even if the version remained the same.

NSQY commented on 2022-02-05 09:59 (UTC)

Upstream is blocking curl (406 error).

Fixed with DLAGENTS=('http::/usr/bin/curl -gqb "" -A "Mozilla/5.0" -fLC - --retry 3 --retry-delay 3 -o %o %u')