Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de28437b86 | |||
| 6855fc0517 | |||
| b48b5afba9 | |||
| 8046e303ef |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbd5421df85ba58228ea373cc452ca677e0e2ec61b59944d7e514234633057d9
|
||||
size 1874989
|
||||
3
vapoursynth-R72.tar.gz
Normal file
3
vapoursynth-R72.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:650f77feebfd08842b521273f59e0c88f7ba9d7cb5f151d89b79b8dfdd4ce633
|
||||
size 1877621
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 17:05:59 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 72:
|
||||
* added named pipe output support to vspipe in windows by specifying .\pipe
|
||||
* fixed a bug that could lead to wrong timecodes being output by
|
||||
vspipe when a clip contains many different frame durations
|
||||
* the portable install script now allows the installed python version
|
||||
to be specified using the PythonVersionMajor and PythonVersionMinor
|
||||
arguments, it can also handle pre-releases properly now for easier testing
|
||||
* by default a limited python api compatible module will be compiled
|
||||
when python 3.12+ is used on all platforms
|
||||
* now supports python 3.12 and later in addition to 3.8 on windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 17:05:43 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 71:
|
||||
* fixed vertical mirroring at edges in convolution filters
|
||||
* improved trim and audiotrim error messages
|
||||
* updated the supported python versions to 3.13 and 3.8 on windows
|
||||
* updated visual studio 2022 runtime version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 19:41:07 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 70:
|
||||
* the inspectable core flag is now correctly detected by the
|
||||
vsscript python environment when an external core is supplied
|
||||
* fixed a potential crash that could happen when more than 2
|
||||
audio clips are spliced at the same time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 06:30:51 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vapoursynth
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vapoursynth
|
||||
Version: 69
|
||||
Version: 72
|
||||
Release: 0
|
||||
Summary: A video processing framework
|
||||
License: LGPL-2.1-only
|
||||
|
||||
Reference in New Issue
Block a user