vapoursynth-bestsource: set passthru.updateScript
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
vapoursynth,
|
||||
ffmpeg,
|
||||
xxHash,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -44,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace-fail "vapoursynth_dep.get_variable(pkgconfig: 'libdir')" "get_option('libdir')"
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "R";
|
||||
ignoredVersions = "*-RC*";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Wrapper library around FFmpeg that ensures sample and frame accurate access to audio and video";
|
||||
homepage = "https://github.com/vapoursynth/bestsource";
|
||||
|
||||
Reference in New Issue
Block a user