Update to R65

This commit is contained in:
Simone Caronni 2023-11-02 09:30:32 +01:00
parent 3a9788a381
commit 75add59a46
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/vapoursynth-R57.tar.gz
/vapoursynth-R58.tar.gz
/vapoursynth-R63.tar.gz
/vapoursynth-R65.tar.gz

View File

@ -1 +1 @@
SHA512 (vapoursynth-R63.tar.gz) = 301985de6ea87f077129b801422b000671e8a2139743beaa473db68b86fa80f08997fdac7be258c056fa5a3c9764c3920976fb8e51829361ebc2e8819b3a666a
SHA512 (vapoursynth-R65.tar.gz) = 1b73777f5b19fcc558516fd4b5cffcdde528eb47049b42e08a8dc17b8052e7491f7b357f1a35654f252c3b735fde546f4f8fd5e0623547a0ab20b68878b0057d

View File

@ -1,12 +1,12 @@
diff -Naur vapoursynth-R57.old/Makefile.am vapoursynth-R57/Makefile.am
--- vapoursynth-R57.old/Makefile.am 2022-03-02 08:35:44.861454145 +0100
+++ vapoursynth-R57/Makefile.am 2022-03-02 08:36:52.981729877 +0100
@@ -88,7 +88,7 @@
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)"'
libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' -DVS_CURRENT_RELEASE='$(VSCURRENTRELEASE)'
libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB)

View File

@ -1,6 +1,6 @@
Name: vapoursynth
Version: 63
Release: 3%{?dist}
Version: 65
Release: 1%{?dist}
Summary: Video processing framework with simplicity in mind
License: LGPLv2
URL: http://www.vapoursynth.com
@ -116,6 +116,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_bindir}/vspipe
%changelog
* Thu Nov 02 2023 Simone Caronni <negativo17@gmail.com> - 65-1
- Update to version R65.
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 63-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild