15
0
forked from pool/python-PyOgg

Accepting request 999725 from home:yarunachalam:branches:devel:languages:python

- update to 0.6.14a1 
  * Fixed ope_encoder_write (#27 )
  * Contributions by @mattgwwalker :
  - Added opus_get_version_string() (#23)
  - Added opus_strerror() (#24)
  - Example for opusfile (#25)
  - Opusfile as array (#26)
- update to 0.6.13a1 
  * Fixed vorbis_block ( #22 )

OBS-URL: https://build.opensuse.org/request/show/999725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOgg?expand=0&rev=16
This commit is contained in:
2022-08-29 09:42:20 +00:00
committed by Git OBS Bridge
parent 506b037baa
commit 5283597463
4 changed files with 22 additions and 7 deletions

View File

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

3
PyOgg-0.6.14a1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Aug 28 23:07:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 0.6.14a1
* Fixed ope_encoder_write (#27 )
* Contributions by @mattgwwalker :
- Added opus_get_version_string() (#23)
- Added opus_strerror() (#24)
- Example for opusfile (#25)
- Opusfile as array (#26)
- update to 0.6.13a1
* Fixed vorbis_block ( #22 )
-------------------------------------------------------------------
Tue Jan 21 16:46:25 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyOgg
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyOgg
Version: 0.6.12a1
Version: 0.6.14a1
Release: 0
Summary: Python bindings for Xiphorg's Ogg Vorbis, Opus and FLAC
License: BSD-3-Clause
@@ -37,13 +37,13 @@ BuildRequires: pkgconfig(vorbisenc)
BuildRequires: pkgconfig(vorbisfile)
# Automatically get so numbers
Recommends: %( ls %{_libdir}/libogg.so.*.*.* | sed -r 's/.*(libogg)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: libflac
Recommends: libvorbis
Recommends: %( ls %{_libdir}/libopus.so.*.*.* | sed -r 's/.*(libopus)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls %{_libdir}/libopusenc.so.*.*.* | sed -r 's/.*(libopusenc)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls %{_libdir}/libopusfile.so.*.*.* | sed -r 's/.*(libopusfile)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls %{_libdir}/libvorbisenc.so.*.*.* | sed -r 's/.*(libvorbisenc)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls %{_libdir}/libvorbisfile.so.*.*.* | sed -r 's/.*(libvorbisfile)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: libflac
Recommends: libvorbis
BuildArch: noarch
%python_subpackages