Files
vapoursynth/vapoursynth-version.patch
Michael Vetter e327f107c8 - Update to 64:
* fixed compilation on osx where the default standard library
    doesn't have a full implementation of std::from_chars
  * fixed SAR adjustment in resizer when source cropping is used
  * added -- as an alternate to . to indicate no output in vspipe
    since shells have a tendency to expand .
  * added json output of video frame properties to vspipe
  * fixed clearMap function, previously it would forget to properly
    clear the error state in maps which could cause
  * crashes in frameeval and other filters
  * 32 bit binaries are no longer provided for windows
  * updated zimg to fix issues on zen4 cpus
  * added support for cython 3.x

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vapoursynth?expand=0&rev=55
2023-09-27 12:53:39 +00:00

14 lines
636 B
Diff

Index: vapoursynth-R64/Makefile.am
===================================================================
--- vapoursynth-R64.orig/Makefile.am
+++ vapoursynth-R64/Makefile.am
@@ -89,7 +89,7 @@ pkginclude_HEADERS = include/VapourSynth
pkgconfig_DATA += pc/vapoursynth.pc
-libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS)
+libvapoursynth_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION)
libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' -DVS_CURRENT_RELEASE='$(VSCURRENTRELEASE)'
libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB)