Package Details: mingw-w64-avisynthplus 3.7.3-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-avisynthplus.git (read-only, click to copy)
Package Base: mingw-w64-avisynthplus
Description: An improved version of the AviSynth frameserver (mingw-w64)
Upstream URL: https://avs-plus.net/
Licenses: GPL
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 0
Popularity: 0.000000
First Submitted: 2020-07-25 16:34 (UTC)
Last Updated: 2023-07-27 12:39 (UTC)

Latest Comments

kfg commented on 2021-11-23 13:52 (UTC)

@jamincollins I've updated the package to match the native version in the repos again. Does it now build for you?

jamincollins commented on 2021-11-20 18:02 (UTC)

Attempting of build of this results in the following:

==> Starting build()...
-- The CXX compiler identification is GNU 11.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/sbin/i686-w64-mingw32-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected target processor as: i686
-- The C compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/sbin/i686-w64-mingw32-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Git: /usr/sbin/git (found version "2.34.0") 
-- Configuring done
-- Generating done
-- Build files have been written to: /package/src/build-i686-w64-mingw32
make: Entering directory '/package/src/build-i686-w64-mingw32'
make[1]: Entering directory '/package/src/build-i686-w64-mingw32'
make[2]: Entering directory '/package/src/build-i686-w64-mingw32'
make[2]: Leaving directory '/package/src/build-i686-w64-mingw32'
make[2]: Entering directory '/package/src/build-i686-w64-mingw32'
[  1%] Building CXX object avs_core/CMakeFiles/AvsCoreStatic.dir/convert/convert_audio.cpp.obj
[  1%] Building CXX object avs_core/CMakeFiles/AvsCoreStatic.dir/core/AviHelper.cpp.obj
In file included from /package/src/AviSynthPlus-3.6.1/avs_core/core/AviHelper.cpp:37:
/package/src/AviSynthPlus-3.6.1/avs_core/core/internal.h:43:10: fatal error: version.h: No such file or directory
   43 | #include "version.h"
      |          ^~~~~~~~~~~
compilation terminated.
make[2]: *** [avs_core/CMakeFiles/AvsCoreStatic.dir/build.make:92: avs_core/CMakeFiles/AvsCoreStatic.dir/core/AviHelper.cpp.obj] Error 1
make[2]: Leaving directory '/package/src/build-i686-w64-mingw32'
make[1]: *** [CMakeFiles/Makefile2:240: avs_core/CMakeFiles/AvsCoreStatic.dir/all] Error 2
make[1]: Leaving directory '/package/src/build-i686-w64-mingw32'
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/package/src/build-i686-w64-mingw32'
==> ERROR: A failure occurred in build().
    Aborting...