Package Details: vapoursynth-plugin-f3kdb-git 2.0pre.r423.54ff2b0-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-f3kdb-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-f3kdb-git
Description: Plugin for Vapoursynth: f3kdb (GIT version)
Upstream URL: http://forum.doom9.org/showthread.php?t=161411
Keywords: vapoursynth
Licenses: GPL3
Conflicts: vapoursynth-plugin-f3kdb, vapoursynth-plugin-flash3kyuu_deband
Provides: vapoursynth-plugin-f3kdb
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 9
Popularity: 0.000000
First Submitted: 2016-02-14 04:23 (UTC)
Last Updated: 2023-05-28 15:23 (UTC)

Dependencies (4)

Required by (4)

Sources (1)

Latest Comments

Blazin commented on 2023-05-28 05:48 (UTC) (edited on 2023-05-28 05:51 (UTC) by Blazin)

With Python 3.11, an option used by the included copy of Waf was deprecated.

To update Waf to a compatible version, make the following modifications to the PKGBUILD file:

  • Edit the source and sha256sums entries.
source=("${_plug}::git+https://github.com/SAPikachu/flash3kyuu_deband.git"
        "https://waf.io/waf-2.0.25")
sha256sums=('SKIP'
            '21199cd220ccf60434133e1fd2ab8c8e5217c3799199c82722543970dc8e38d5')
  • Edit the prepare() section.
prepare() {
  rm -fr "${_plug}/src/vapoursynth/"{VapourSynth,VSHelper}.h

  mkdir -p "${_plug}/docs/source/_static"

  cp waf-2.0.25 "${_plug}/waf"
}

Once these changes are made, an updated copy of Waf will be downloaded and the package should build successfully.

sl1pkn07 commented on 2023-05-10 15:35 (UTC)

seems problems with python3.11, but i¡m not sure

compiler1413 commented on 2023-05-07 15:28 (UTC) (edited on 2023-05-07 15:29 (UTC) by compiler1413)

Currently having build errors with this and the non-git packages... unsure how to proceed

==> Starting build()...
Waf: The wscript in '/home/build/.cache/yay/vapoursynth-plugin-f3kdb-git/src/f3kdb' is unreadable
Traceback (most recent call last):
  File "/home/build/.cache/yay/vapoursynth-plugin-f3kdb-git/src/f3kdb/.waf3-2.0.10-195b3fea150563357014bcceb6844e0e/waflib/Scripting.py", line 102, in waf_entry_point
    set_main_module(wscript)
  File "/home/build/.cache/yay/vapoursynth-plugin-f3kdb-git/src/f3kdb/.waf3-2.0.10-195b3fea150563357014bcceb6844e0e/waflib/Scripting.py", line 142, in set_main_module
    Context.g_module=Context.load_module(file_path)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/build/.cache/yay/vapoursynth-plugin-f3kdb-git/src/f3kdb/.waf3-2.0.10-195b3fea150563357014bcceb6844e0e/waflib/Context.py", line 349, in load_module
    code=Utils.readf(path,m='rU',encoding=encoding)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/build/.cache/yay/vapoursynth-plugin-f3kdb-git/src/f3kdb/.waf3-2.0.10-195b3fea150563357014bcceb6844e0e/waflib/Utils.py", line 141, in readf
    with open(fname,m)as f:
         ^^^^^^^^^^^^^
  ValueError: invalid mode: 'rUb'

sl1pkn07 commented on 2015-03-16 14:37 (UTC)

fixed(?)

pingplug commented on 2015-03-16 12:32 (UTC)

Waf: The wscript in '/tmp/makepkg/vapoursynth-plugin-flash3kyuu_deband-git/src/flash3kyuu_deband' is unreadable Traceback (most recent call last): File "/tmp/makepkg/vapoursynth-plugin-flash3kyuu_deband-git/src/flash3kyuu_deband/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Scripting.py", line 87, in waf_entry_point set_main_module(Context.run_dir+os.sep+Context.WSCRIPT_FILE) File "/tmp/makepkg/vapoursynth-plugin-flash3kyuu_deband-git/src/flash3kyuu_deband/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Scripting.py", line 112, in set_main_module Context.g_module=Context.load_module(file_path) File "/tmp/makepkg/vapoursynth-plugin-flash3kyuu_deband-git/src/flash3kyuu_deband/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Context.py", line 278, in load_module exec(compile(code,path,'exec'),module.__dict__) File "/tmp/makepkg/vapoursynth-plugin-flash3kyuu_deband-git/src/flash3kyuu_deband/wscript", line 113 conf.env.append_value('INCLUDES', ['/usr/include/vapoursynth']) ^ SyntaxError: non-keyword arg after keyword arg

pingplug commented on 2014-04-12 12:58 (UTC)

It works now:)

sl1pkn07 commented on 2014-04-12 12:47 (UTC)

try now

pingplug commented on 2014-04-12 12:35 (UTC)

Please switch to internal waf, can't build now