Accepting request 1206573 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=12
This commit is contained in:
commit
6cb8df143f
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 15:29:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use the distro default ffmpeg version:
|
||||
+ BuildRequire %ffmpeg_pref instead of ffmpeg-5.
|
||||
+ BuildConflict %{ffmpeg_pref}-mini-libs: we need to have the
|
||||
decoders available in order to pass the test suite.
|
||||
+ Recommend /usr/bin/ffmpeg instead of ffmpeg-5: the python
|
||||
library interacts via the ffmpeg binary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 23:44:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -23,16 +23,17 @@ Summary: Wrapper for audio decoding via selectable backends
|
||||
License: MIT
|
||||
URL: https://github.com/beetbox/audioread
|
||||
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{ffmpeg_pref}
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: ffmpeg-5
|
||||
BuildConflicts: %{ffmpeg_pref}-mini-libs
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
Recommends: ffmpeg-5
|
||||
Recommends: /usr/bin/ffmpeg
|
||||
Recommends: python-gobject
|
||||
Recommends: python-pymad
|
||||
Recommends: typelib(Gst) = 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user