14
0
forked from pool/python-pydub

Accepting request 1174846 from home:alarrosa:branches:devel:languages:python

- Build with ffmpeg-6 in TW and ffmpeg-4 in Leap

OBS-URL: https://build.opensuse.org/request/show/1174846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=23
This commit is contained in:
2024-05-17 13:16:41 +00:00
committed by Git OBS Bridge
parent f867fc7e18
commit 96e1f0dbe7
2 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,12 @@
#
%if 0%{?suse_version} >= 1550
%define ffmpeg_pref ffmpeg-6
%else
%define ffmpeg_pref ffmpeg-4
%endif
Name: python-pydub
Version: 0.25.1
Release: 0
@@ -34,13 +40,13 @@ BuildRequires: %{python_module scipy}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: ffmpeg-5
BuildRequires: %{ffmpeg_pref}
BuildConflicts: %{ffmpeg_pref}-mini-libs
BuildRequires: python-rpm-macros
Requires: %{ffmpeg_pref}
Recommends: python-scipy
Recommends: python-simpleaudio
Requires: ffmpeg-5
BuildArch: noarch
%python_subpackages
%description