Package Details: vapoursynth-plugin-descale-git 7.0.gb249650-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-descale-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-descale-git
Description: Plugin for Vapoursynth: descale (GIT version)
Upstream URL: https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git
Keywords: vapoursynth
Licenses: MIT
Conflicts: vapoursynth-plugin-descale
Provides: vapoursynth-plugin-descale
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 3
Popularity: 0.000000
First Submitted: 2017-06-06 17:22 (UTC)
Last Updated: 2022-03-13 02:08 (UTC)

Latest Comments

« First ‹ Previous 1 2

sl1pkn07 commented on 2020-04-11 20:12 (UTC)

i don't like much, but...

Frechdachs commented on 2020-04-11 20:11 (UTC)

Thank you for fixing it.

Frechdachs commented on 2020-04-11 19:19 (UTC) (edited on 2020-04-11 19:20 (UTC) by Frechdachs)

Yeah, but most people will never touch it, which will lead to most people who install my plugin via the AUR to get a version that's orders of magnitude slower than it should be.

sl1pkn07 commented on 2020-04-11 19:17 (UTC)

that can be done in /etc/makepkg.conf. i have done that in my system

#CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
CFLAGS="-march=native -O2 -pipe -fno-plt"
#CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
CXXFLAGS="-march=native -O2 -pipe -fno-plt"

Frechdachs commented on 2020-04-11 19:14 (UTC) (edited on 2020-04-11 19:21 (UTC) by Frechdachs)

This package will build without AVX2 optimizations since the default CFLAGS on Arch are "-march=x86-64 -mtune=generic -O2 -pipe -fno-plt". Just using -march=native -O2 would build it correctly for everyone.

kageru commented on 2020-04-11 14:34 (UTC)

The author rewrote the plugin in plain C, so this package no longer builds with the hardcoded makefile in the PKGBUILD.

New build instructions can be found in the readme: https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale#linux