diff --git a/multimedia/editor/vapoursynth/actions.py b/multimedia/editor/vapoursynth/actions.py index 0558d5369e..5eac650ad6 100644 --- a/multimedia/editor/vapoursynth/actions.py +++ b/multimedia/editor/vapoursynth/actions.py @@ -14,12 +14,12 @@ def setup(): def build(): autotools.make() # doc compilation. - shelltools.cd("doc") - autotools.make("man") + # shelltools.cd("doc") + # autotools.make("man") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) # doc installation. - pisitools.doman("doc/_build/man/*") + # pisitools.doman("doc/_build/man/*") #shelltools.copytree("doc/_build/html", "%s/usr/share/vapoursynth/html" % get.installDIR()) diff --git a/multimedia/editor/vapoursynth/files/vapoursynth-version-info.patch b/multimedia/editor/vapoursynth/files/vapoursynth-version-info.patch new file mode 100644 index 0000000000..d29a2dfae0 --- /dev/null +++ b/multimedia/editor/vapoursynth/files/vapoursynth-version-info.patch @@ -0,0 +1,12 @@ +diff -Naur vapoursynth-R65.old/Makefile.am vapoursynth-R65/Makefile.am +--- vapoursynth-R65.old/Makefile.am 2023-11-02 09:22:50.859928603 +0100 ++++ vapoursynth-R65/Makefile.am 2023-11-02 09:23:43.376805703 +0100 +@@ -89,7 +89,7 @@ + + pkgconfig_DATA += pc/vapoursynth.pc + +-libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS) ++libvapoursynth_la_LDFLAGS = -no-undefined -version-info $(PACKAGE_VERSION) $(UNDEFINEDLDFLAGS) + libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' -DVS_CURRENT_RELEASE='$(VSCURRENTRELEASE)' + libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB) + diff --git a/multimedia/editor/vapoursynth/pspec.xml b/multimedia/editor/vapoursynth/pspec.xml index 2fe62ca9fb..94f941a83a 100644 --- a/multimedia/editor/vapoursynth/pspec.xml +++ b/multimedia/editor/vapoursynth/pspec.xml @@ -22,6 +22,9 @@ python3-sphinx + + vapoursynth-version-info.patch +