diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-12-14 12:53:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-12-14 12:53:52 +0000 |
commit | 796f585a7f5e6ce110fe4eaa0a1ce3b7810cbe95 (patch) | |
tree | b9aabb217f6b6764d5278833b6b8d7e6e6842d82 /media-sound/sndfile-tools | |
parent | Bumping to 0.7.0 (diff) | |
download | historical-796f585a7f5e6ce110fe4eaa0a1ce3b7810cbe95.tar.gz historical-796f585a7f5e6ce110fe4eaa0a1ce3b7810cbe95.tar.bz2 historical-796f585a7f5e6ce110fe4eaa0a1ce3b7810cbe95.zip |
Initial import, ebuild by me
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'media-sound/sndfile-tools')
-rw-r--r-- | media-sound/sndfile-tools/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/sndfile-tools/Manifest | 14 | ||||
-rw-r--r-- | media-sound/sndfile-tools/metadata.xml | 15 | ||||
-rw-r--r-- | media-sound/sndfile-tools/sndfile-tools-1.03.ebuild | 30 |
4 files changed, 69 insertions, 0 deletions
diff --git a/media-sound/sndfile-tools/ChangeLog b/media-sound/sndfile-tools/ChangeLog new file mode 100644 index 000000000000..a8eec62962ae --- /dev/null +++ b/media-sound/sndfile-tools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-sound/sndfile-tools +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sndfile-tools/ChangeLog,v 1.1 2009/12/14 12:53:52 aballier Exp $ + +*sndfile-tools-1.03 (14 Dec 2009) + + 14 Dec 2009; Alexis Ballier <aballier@gentoo.org> + +sndfile-tools-1.03.ebuild, +metadata.xml: + Initial import, ebuild by me + diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest new file mode 100644 index 000000000000..9cf00b820a90 --- /dev/null +++ b/media-sound/sndfile-tools/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST sndfile-tools-1.03.tar.gz 474494 RMD160 70eee621519e203bddbdff63da545c6f6ed78167 SHA1 df7135f5291c1188f0a8c07c82c2d4ec0520a6e3 SHA256 f75df926a397d4dfa88748d51a3d3a9de1b5de85461bbeeb77edd8ef5b5fb14b +EBUILD sndfile-tools-1.03.ebuild 777 RMD160 7f96dc45bcdb49bd0e08f85da2a6007b1da87254 SHA1 1146331f9e458069bccf2001b745bc6dd6e7c38e SHA256 83420e5c5693f5f6dbe0142eee7dc1e1cb7d29733b652d85d4536f32ea76b02e +MISC ChangeLog 389 RMD160 6e3b1b8852abb49a45c637a2c7572d68dc2802aa SHA1 b4d32dea1b7bb53962f558d131ef78aac2d1be2d SHA256 7ea397cb59a63c163ffec6f2897b50195cc6bbbd5c51e95bdc66e647e220f9ac +MISC metadata.xml 495 RMD160 8f4a77342dd513a247a3e984bfe1dd19f5482a8c SHA1 e4353efe37d0a164316f4ed62abe995396b56027 SHA256 58e620d553f5b99fc3163801fa5200e372bc2cb21e5f610b32819ae07e1bec38 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.13 (GNU/Linux) + +iEYEARECAAYFAksmNWUACgkQvFcC4BYPU0r4/gCcD2XGZyuzoLmhxblq7nANfBdE +3cAAnR0lcijActSJK580I44gC0JIc+3f +=YZ+t +-----END PGP SIGNATURE----- diff --git a/media-sound/sndfile-tools/metadata.xml b/media-sound/sndfile-tools/metadata.xml new file mode 100644 index 000000000000..a2af0b606f0e --- /dev/null +++ b/media-sound/sndfile-tools/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sound</herd> + <longdescription lang="en"> + Sndfile-tools is a small collection of programs that use libsndfile and + other libraries to do useful things. The collection currently includes + the following programs: + + * sndfile-generate-chirp + * sndfile-jackplay + * sndfile-spectrogram + * sndfile-mix-to-mono + </longdescription> +</pkgmetadata> diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild new file mode 100644 index 000000000000..ec1d75bf2503 --- /dev/null +++ b/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sndfile-tools/sndfile-tools-1.03.ebuild,v 1.1 2009/12/14 12:53:52 aballier Exp $ + +EAPI="2" + +DESCRIPTION="A small collection of programs that use libsndfile" +HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/" +SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=media-libs/libsndfile-1.0.19 + >=x11-libs/cairo-1.4.0 + sci-libs/fftw:3.0 + media-sound/jack-audio-connection-kit" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +src_configure() { + econf --disable-gcc-werror +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS NEWS README +} |