Accepting request 646454 from home:TheBlackCat:branches:devel:languages:python
- Update to 2.1.6 * Fix a "no such process" crash in the FFmpeg backend on Windows Subsystem for Linux (thanks to @llamasoft). * Avoid suppressing SIGINT in the GStreamer backend on older versions of PyGObject (thanks to @lazka). - Recommend dependencies needed for full functionality. - Include license file OBS-URL: https://build.opensuse.org/request/show/646454 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audioread?expand=0&rev=9
This commit is contained in:
parent
831d2a1581
commit
df57707814
19
LICENSE
Normal file
19
LICENSE
Normal file
@ -0,0 +1,19 @@
|
||||
Copyright (c) 2011-2018 Adrian Sampson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c3b118f097c58ba073b7d040c4319eff200756f094295677567e256282d0d7
|
||||
size 15615
|
3
audioread-2.1.6.tar.gz
Normal file
3
audioread-2.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0b9270c20833a75ce0d167fb2fdad52ddcd8e8f300be8afad3ac9715850bc50
|
||||
size 15838
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 3 03:23:46 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 2.1.6
|
||||
* Fix a "no such process" crash in the FFmpeg backend on Windows
|
||||
Subsystem for Linux (thanks to @llamasoft).
|
||||
* Avoid suppressing SIGINT in the GStreamer backend on older
|
||||
versions of PyGObject (thanks to @lazka).
|
||||
- Recommend dependencies needed for full functionality.
|
||||
- Include license file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 07:21:03 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-audioread
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,17 +18,22 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-audioread
|
||||
Version: 2.1.5
|
||||
Version: 2.1.6
|
||||
Release: 0
|
||||
Summary: Wrapper for audio decoding via selectable backends
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/sampsyo/audioread
|
||||
Source: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/audioread/audioread-%{version}.tar.gz
|
||||
Source10: https://raw.githubusercontent.com/beetbox/audioread/master/LICENSE
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Recommends: ffmpeg
|
||||
Recommends: python-gobject
|
||||
Recommends: python-pymad
|
||||
Recommends: typelib(Gst) = 1.0
|
||||
|
||||
%python_subpackages
|
||||
|
||||
@ -44,6 +49,7 @@ currently supports:
|
||||
|
||||
%prep
|
||||
%setup -q -n audioread-%{version}
|
||||
cp %{SOURCE10} .
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@ -52,8 +58,8 @@ currently supports:
|
||||
%python_install
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user