vapoursynth: R56

This commit is contained in:
Raven 2025-01-24 23:16:19 +06:00
parent d64e09ec98
commit 8c98e85fb9
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
diff -Naur a/Makefile.am b/Makefile.am
--- a/Makefile.am 2021-09-20 20:29:34.000000000 +0600
+++ b/Makefile.am 2025-01-20 11:06:57.744699691 +0600
@@ -84,7 +84,7 @@
--- a/Makefile.am 2021-09-29 17:22:01.000000000 +0600
+++ b/Makefile.am 2025-01-24 23:13:11.085956250 +0600
@@ -88,7 +88,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)"'
libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB) libexprfilter.la
libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB)

View File

@ -7,7 +7,7 @@
%global __python3 %{_bindir}/python3.11
Name: vapoursynth
Version: 55
Version: 56
Release: 1%{?dist}
Summary: Video processing framework with simplicity in mind
License: LGPLv2