From f71f9c8b2cda5fcb9632d26a32435e433199a6e28fce380081e2847e00891f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Nov 2012 08:42:59 +0000 Subject: [PATCH] Accepting request 140015 from home:prusnak:branches:devel:languages:python - updated to 0.2.7 - fixed build OBS-URL: https://build.opensuse.org/request/show/140015 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAudio?expand=0&rev=2 --- pyaudio-0.2.4.tar.gz | 3 -- pyaudio-0.2.7.tar.gz | 3 ++ python-PyAudio.changes | 10 ++++++ python-PyAudio.spec | 66 ++++++++++++++++++++++++++++++++++-- python-PyaAdio.spec | 76 ------------------------------------------ 5 files changed, 76 insertions(+), 82 deletions(-) delete mode 100644 pyaudio-0.2.4.tar.gz create mode 100644 pyaudio-0.2.7.tar.gz create mode 100644 python-PyAudio.changes delete mode 100644 python-PyaAdio.spec diff --git a/pyaudio-0.2.4.tar.gz b/pyaudio-0.2.4.tar.gz deleted file mode 100644 index 6b1c23e..0000000 --- a/pyaudio-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c3b6cc76116ddf688e658c41363f63590762c411dad43beebd04f908d52048e -size 80308 diff --git a/pyaudio-0.2.7.tar.gz b/pyaudio-0.2.7.tar.gz new file mode 100644 index 0000000..a0b2b0b --- /dev/null +++ b/pyaudio-0.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7807cf937df3652f64b014b9f579c308cf87057d32ed4250a6b28844e2b56287 +size 182396 diff --git a/python-PyAudio.changes b/python-PyAudio.changes new file mode 100644 index 0000000..01a957b --- /dev/null +++ b/python-PyAudio.changes @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 2 16:28:05 UTC 2012 - prusnak@opensuse.org + +- updated to 0.2.7 + +------------------------------------------------------------------- +Wed Oct 3 14:33:38 UTC 2012 - mvyskocil@suse.com + +- initial packaging of python-PyAudio for openSUSE + diff --git a/python-PyAudio.spec b/python-PyAudio.spec index 3024286..c06d822 100644 --- a/python-PyAudio.spec +++ b/python-PyAudio.spec @@ -1,5 +1,65 @@ -------------------------------------------------------------------- -Wed Oct 3 14:33:38 UTC 2012 - mvyskocil@suse.com +# +# spec file for package python-PyAudio +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. -- Initial packaging of python-pyaudio for openSUSE +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# +Name: python-PyAudio +Version: 0.2.7 +Release: 0 +License: MIT +Summary: Python Bindings for PortAudio v19 +Url: http://people.csail.mit.edu/hubert/pyaudio/ +Group: Development/Libraries/Python +Source0: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-%{version}.tar.gz +BuildRequires: fdupes +BuildRequires: portaudio-devel +BuildRequires: python-devel +BuildRequires: python-distribute +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +PyAudio provides Python bindings for PortAudio v19, the cross-platform audio I/O library. +With PyAudio, you can easily use Python to play and record audio streams on a variety +of platforms (e.g., GNU/Linux, Microsoft Windows, and Mac OS X). + +%package docs +Summary: Documentation for %{name} + +%description docs +Documentation for python-PyAudio + +%prep +%setup -q -n PyAudio-%{version} + +%build +python setup.py build + +%install +python setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%fdupes -s %{buildroot}/%{_prefix} + +%files +%defattr(-,root,root) +%doc CHANGELOG README +%{python_sitearch}/*egg-info +%{python_sitearch}/_portaudio.so +%{python_sitearch}/pyaudio.py* + +%files docs +%defattr(-,root,root) +%doc docs + +%changelog diff --git a/python-PyaAdio.spec b/python-PyaAdio.spec deleted file mode 100644 index 99c82cc..0000000 --- a/python-PyaAdio.spec +++ /dev/null @@ -1,76 +0,0 @@ -# -# spec file for package -# -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - -Name: python-PyAudio -Version: 0.2.4 -Release: 0 -License: MIT -Summary: Python bindings for portaudio -Url: http://people.csail.mit.edu/hubert/pyaudio/ -Group: Development/Libraries/Python -Source0: http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-0.2.4.tar.gz -BuildRequires: fdupes -BuildRequires: python-devel -BuildRequires: python-distribute -BuildRequires: portaudio-devel -%{py_requires} -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O -library. With PyAudio, you can easily use Python to play and record audio on a -variety of platforms. - -PyAudio is designed to work with the PortAudio v19 API 2.0. Note that PyAudio -currently only supports blocking-mode audio I/O. - -%package docs -Summary: Documentation for %{name} - -%description docs -PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O -library. With PyAudio, you can easily use Python to play and record audio on a -variety of platforms. - -This package provides a documentation - -%prep -%setup -q -n PyAudio-%{version} - -%build -python setup.py build - -%install -python setup.py install \ - --prefix=%{_prefix} \ - --root=%{buildroot} - -%fdupes -s %{buildroot}/%{_prefix} - -%files -%defattr(-,root,root) -%doc CHANGELOG README -%{py_sitedir}/*egg-info -%{py_sitedir}/_portaudio.so -%{py_sitedir}/pyaudio.py* - -%files docs -%defattr(-,root,root) -%doc docs - -%changelog -