vapoursynth-65
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<!-- <Dependency>python3-importlib_metadata</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">vapoursynth-version-info.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
Reference in New Issue
Block a user