diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-12-01 16:59:41 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-12-01 16:59:41 +0000 |
commit | 809fa34ef42eafbf3edcfe4626a13298bc2a5d32 (patch) | |
tree | 50c2f1fd0fc287eb65639ae77944c6b652440fcb /media-libs | |
parent | Remove use of fortran eclass (diff) | |
download | gentoo-2-809fa34ef42eafbf3edcfe4626a13298bc2a5d32.tar.gz gentoo-2-809fa34ef42eafbf3edcfe4626a13298bc2a5d32.tar.bz2 gentoo-2-809fa34ef42eafbf3edcfe4626a13298bc2a5d32.zip |
Initial commit. Ebuild by Oliver Jaksch, closes bug #342181.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libresample/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/libresample/libresample-0.1.3.ebuild | 20 | ||||
-rw-r--r-- | media-libs/libresample/metadata.xml | 9 |
3 files changed, 38 insertions, 0 deletions
diff --git a/media-libs/libresample/ChangeLog b/media-libs/libresample/ChangeLog new file mode 100644 index 000000000000..d3c3bec97fdb --- /dev/null +++ b/media-libs/libresample/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-libs/libresample +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libresample/ChangeLog,v 1.1 2010/12/01 16:59:41 chainsaw Exp $ + +*libresample-0.1.3 (01 Dec 2010) + + 01 Dec 2010; <chainsaw@gentoo.org> +libresample-0.1.3.ebuild, +metadata.xml: + Initial commit. Ebuild by Oliver Jaksch, closes bug #342181. + diff --git a/media-libs/libresample/libresample-0.1.3.ebuild b/media-libs/libresample/libresample-0.1.3.ebuild new file mode 100644 index 000000000000..1f4c185cda5a --- /dev/null +++ b/media-libs/libresample/libresample-0.1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libresample/libresample-0.1.3.ebuild,v 1.1 2010/12/01 16:59:41 chainsaw Exp $ + +EAPI=3 +inherit eutils + +DESCRIPTION="Real-time sampling rate conversion on a liberal license" +HOMEPAGE="https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html" +SRC_URI="http://ccrma.stanford.edu/~jos/gz/${P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" +KEYWORDS="~amd64" + +src_install() { + dolib.a *.a + insinto /usr/include + doins include/*.h +} diff --git a/media-libs/libresample/metadata.xml b/media-libs/libresample/metadata.xml new file mode 100644 index 000000000000..30c7b1bad8ae --- /dev/null +++ b/media-libs/libresample/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sound</herd> + <maintainer> + <email>chainsaw@gentoo.org</email> + <name>Tony Vroon</name> + </maintainer> +</pkgmetadata> |