Package Details: vapoursynth-plugin-resize2-git r18.f2c97f8-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-resize2-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-resize2-git
Description: Plugin for VapourSynth: resize2 (GIT version)
Upstream URL: https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-resize2
Licenses: LGPL-2.1-or-later
Conflicts: vapoursynth-plugin-resize2
Provides: vapoursynth-plugin-resize2
Submitter: jholmer
Maintainer: jholmer
Last Packager: jholmer
Votes: 2
Popularity: 0.24
First Submitted: 2024-08-07 23:37 (UTC)
Last Updated: 2025-11-27 08:38 (UTC)

Required by (3)

Sources (1)

Latest Comments

micwoj92 commented on 2025-11-26 23:26 (UTC)

Sorry, what I meant was one of these: https://spdx.org/licenses/

It was LGPL. Checking the source code resize.cpp says version 2.1 of the License, or (at your option) any later version. so spdx license identifier is: LGPL-2.1-or-later

micwoj92 commented on 2025-11-23 22:35 (UTC)

Please use spdx license identifier.

fr3akyphantom commented on 2024-09-03 06:56 (UTC) (edited on 2024-09-05 14:45 (UTC) by fr3akyphantom)

UPDATE: fixed after some investigation

Problem found on my side: Adding CFLAGS/CXXFLAGS on paru command resulted this error. Just not using them fixes build.

Getting some build failure messages:

cc1plus: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
cc1plus: some warnings being treated as errors

Maybe compile_args in meson needs tweaking?