Package Details: vapoursynth-editor-git R19.mod.5.beta2.0.gb71e2c8-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-editor-git.git (read-only, click to copy)
Package Base: vapoursynth-editor-git
Description: A simple program for edit/create VapourSynth scripts. (GIT version)
Upstream URL: https://forum.doom9.org/showthread.php?t=170965
Keywords: vapoursynth
Licenses: LGPL, MIT, CCPL
Conflicts: vapoursynth-editor
Provides: vapoursynth-editor
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 5
Popularity: 0.000000
First Submitted: 2014-08-21 22:33 (UTC)
Last Updated: 2022-02-03 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

alucryd commented on 2014-08-24 22:07 (UTC)

It's usually best to make a patch, especially with VCS packages, it's easier to spot if upstream changes the behavior.

sl1pkn07 commented on 2014-08-24 22:05 (UTC)

oks :) make a patch, or with "sed" it is sufficient?

alucryd commented on 2014-08-24 22:02 (UTC)

Works like a charm. I've modified vapoursynth-editor accordingly. Thx :)

sl1pkn07 commented on 2014-08-24 21:57 (UTC)

ok, tested and works with sed 's|QCoreApplication::applicationDirPath() + "/fonts"|"/usr/share/vsedit"|g' -i src/mainwindow.cpp you can confirm this?

alucryd commented on 2014-08-24 21:40 (UTC)

I was thinking of putting the font in "/usr/share/vsedit/DigitalMini.ttf" and harcoding "/usr/share/vsedit". There is no need to update the font cache if you do that.

sl1pkn07 commented on 2014-08-24 21:34 (UTC)

src/mainwindow.cpp: QDir applicationDir(QCoreApplication::applicationDirPath() + "/fonts"); to src/mainwindow.cpp: QDir applicationDir("/usr/share/fonts/vscript"); for example? put the DigitalMini.ttf in /usr/share/fonts/vscript and add/update fontcache in .install file

alucryd commented on 2014-08-24 20:57 (UTC)

Thx. BTW, there is way to avoid a launcher script altogether by installing the font on the system, but this is sub-optimal. I'll look into changing the hardcoded path to the font when I have time, so that we can put the binary in bin instead of share (which we shouldn't do).

sl1pkn07 commented on 2014-08-24 20:54 (UTC)

done

sl1pkn07 commented on 2014-08-23 18:35 (UTC)

Thanks for the info. Update soon Greetings