4 Commits

Author SHA256 Message Date
de28437b86 Accepting request 1282160 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1282160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vapoursynth?expand=0&rev=31
2025-06-03 15:54:26 +00:00
6855fc0517 - 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

- 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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vapoursynth?expand=0&rev=75
2025-06-03 07:43:08 +00:00
b48b5afba9 Accepting request 1202125 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1202125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vapoursynth?expand=0&rev=30
2024-09-20 15:12:07 +00:00
8046e303ef - 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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vapoursynth?expand=0&rev=73
2024-09-20 08:12:49 +00:00
4 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbd5421df85ba58228ea373cc452ca677e0e2ec61b59944d7e514234633057d9
size 1874989

3
vapoursynth-R72.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:650f77feebfd08842b521273f59e0c88f7ba9d7cb5f151d89b79b8dfdd4ce633
size 1877621

View File

@@ -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>

View File

@@ -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