From 5c6ea406065fc77fa7f6ab0ae809eee85f8a7df2 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 29 May 2012 12:30:42 +0000 Subject: New ebuild for Python module for decoding audio files (Portage version: 2.1.10.49/cvs/Linux x86_64) --- dev-python/audioread/ChangeLog | 10 ++++++++++ dev-python/audioread/Manifest | 4 ++++ dev-python/audioread/audioread-0.6.ebuild | 27 +++++++++++++++++++++++++++ dev-python/audioread/metadata.xml | 16 ++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-python/audioread/ChangeLog create mode 100644 dev-python/audioread/Manifest create mode 100644 dev-python/audioread/audioread-0.6.ebuild create mode 100644 dev-python/audioread/metadata.xml (limited to 'dev-python/audioread') diff --git a/dev-python/audioread/ChangeLog b/dev-python/audioread/ChangeLog new file mode 100644 index 000000000000..d7109ab4faf7 --- /dev/null +++ b/dev-python/audioread/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/audioread +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/ChangeLog,v 1.1 2012/05/29 12:30:42 sochotnicky Exp $ + +*audioread-0.6 (29 May 2012) + + 29 May 2012; Stanislav Ochotnicky + +audioread-0.6.ebuild, +metadata.xml: + New ebuild for Python module for decoding audio files + diff --git a/dev-python/audioread/Manifest b/dev-python/audioread/Manifest new file mode 100644 index 000000000000..d0d23a1afb2f --- /dev/null +++ b/dev-python/audioread/Manifest @@ -0,0 +1,4 @@ +DIST audioread-0.6.tar.gz 12278 RMD160 3d7205c7121e65796f45b90df1c61c5da4c33b0b SHA1 5d024ffe142a1cca59231026ad32b83911d99823 SHA256 a26cce372ceb2f4136c162eb3ce6bbb56e983c7a3473f41b97e28a39ec023d09 +EBUILD audioread-0.6.ebuild 695 RMD160 1b8305741504f8711ef15352dfa34fc03bfbb78c SHA1 c95f62c3c582ec422516f3f94373676cc43704d9 SHA256 65085d6e5b80042d57b1f3d146f4df19d289f4d0db9a5655164bf493e56cd594 +MISC ChangeLog 309 RMD160 859de6af85ae28fef97e8b5e6366af8c4f307a0e SHA1 0678423ca641136f507969ad87b82ac86cb6396a SHA256 bbadd04111e306fe50d0aa64657aeaee5ba5c43319cd922f81173c8a290bf45d +MISC metadata.xml 557 RMD160 9a4a6cca24386ba924e1bc0023668464be18159e SHA1 174eca0897b4915df711ae899a8449f9e0174882 SHA256 30c6f511ebaf314db69b6d851b370989b7a5c6e38f388f0c56f259f848617f54 diff --git a/dev-python/audioread/audioread-0.6.ebuild b/dev-python/audioread/audioread-0.6.ebuild new file mode 100644 index 000000000000..db1c8ca18d78 --- /dev/null +++ b/dev-python/audioread/audioread-0.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/audioread-0.6.ebuild,v 1.1 2012/05/29 12:30:42 sochotnicky Exp $ + +EAPI=4 + +inherit distutils + +DESCRIPTION="Module for decoding audio files using whichever backend is available" +HOMEPAGE="http://pypi.python.org/pypi/audioread" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="|| ( dev-python/gst-python dev-python/pymad media-video/ffmpeg )" +RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "You might need to enable additional USE flags in backends to" + elog "decode some types of audio files. Priority of backends:" + elog " * gstreamer" + elog " * mad" + elog " * ffmpeg" +} diff --git a/dev-python/audioread/metadata.xml b/dev-python/audioread/metadata.xml new file mode 100644 index 000000000000..dc0994929b8b --- /dev/null +++ b/dev-python/audioread/metadata.xml @@ -0,0 +1,16 @@ + + + + + sochotnicky@gentoo.org + Stanislav Ochotnicky + + +Decode audio files using whichever backend is available. The library currently supports: + * Gstreamer via gst-python. + * MAD via the pymad bindings. + * FFmpeg via its command-line interface. + * The standard library wave and aifc modules (for WAV and AIFF files). + + + -- cgit v1.2.3-65-gdbad