[packages/AviSynthPlus] - updated to 3.7.5 (new soname)
qboosh
qboosh at pld-linux.org
Fri Jun 6 20:01:20 CEST 2025
commit ff92a67b4d7903a06aba2c9dc5351e1944ba58a1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jun 6 19:46:44 2025 +0200
- updated to 3.7.5 (new soname)
AviSynthPlus-x32.patch | 12 ++++++------
AviSynthPlus.spec | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/AviSynthPlus.spec b/AviSynthPlus.spec
index 6d98be9..1734469 100644
--- a/AviSynthPlus.spec
+++ b/AviSynthPlus.spec
@@ -5,13 +5,13 @@
Summary: AviSynth+ - improved version od AviSynth frameserver
Summary(pl.UTF-8): AviSynth+ - ulepszona wersja serwera ramek AviSynth
Name: AviSynthPlus
-Version: 3.7.3
+Version: 3.7.5
Release: 1
License: GPL v2+
Group: Libraries
#Source0Download: https://github.com/AviSynth/AviSynthPlus/releases
Source0: https://github.com/AviSynth/AviSynthPlus/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: e18f562c225aa04792f318a2d3039418
+# Source0-md5: ef61480836576a9d8db3530f7aec040e
Patch0: %{name}-x32.patch
URL: https://github.com/AviSynth/AviSynthPlus
BuildRequires: DevIL-devel
@@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc README.md distrib/Readme/readme_history.txt
%attr(755,root,root) %{_libdir}/libavisynth.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libavisynth.so.10
+%attr(755,root,root) %ghost %{_libdir}/libavisynth.so.11
%dir %{_libdir}/avisynth
%attr(755,root,root) %{_libdir}/avisynth/libconvertstacked.so
%attr(755,root,root) %{_libdir}/avisynth/libimageseq.so
diff --git a/AviSynthPlus-x32.patch b/AviSynthPlus-x32.patch
index 74f5422..afae253 100644
--- a/AviSynthPlus-x32.patch
+++ b/AviSynthPlus-x32.patch
@@ -1,8 +1,8 @@
---- AviSynthPlus-3.7.3/avs_core/filters/exprfilter/exprfilter.cpp.orig 2023-07-16 02:44:05.000000000 +0200
-+++ AviSynthPlus-3.7.3/avs_core/filters/exprfilter/exprfilter.cpp 2024-05-27 21:09:26.648184152 +0200
-@@ -102,11 +102,11 @@
- #include "../../convert/convert_helper.h"
- #include "avs/alignment.h"
+--- AviSynthPlus-3.7.5/avs_core/filters/exprfilter/exprfilter.cpp.orig 2025-04-21 02:47:20.000000000 +0200
++++ AviSynthPlus-3.7.5/avs_core/filters/exprfilter/exprfilter.cpp 2025-06-06 17:12:34.794563941 +0200
+@@ -107,11 +107,11 @@
+ #include <malloc.h> // For _aligned_malloc and _aligned_free
+ #endif
-#if (defined(_WIN64) && (defined(_M_AMD64) || defined(_M_X64))) || defined(__x86_64__)
+#if (defined(_WIN64) && (defined(_M_AMD64) || defined(_M_X64))) || (defined(__x86_64__) && defined(__LP64__))
@@ -10,7 +10,7 @@
#endif
-#ifdef INTEL_INTRINSICS
-+#if defined(INTEL_INTRINSICS) && !(defined(__x86_64__) && defined(__ILP32__))
++#ifdef defined(INTEL_INTRINSICS) && !(defined(__x86_64__) && defined(__ILP32__))
#define VS_TARGET_CPU_X86
#endif
#ifdef AVS_WINDOWS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/AviSynthPlus.git/commitdiff/ff92a67b4d7903a06aba2c9dc5351e1944ba58a1
More information about the pld-cvs-commit
mailing list