diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/vamp-aubio-plugins | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-plugins/vamp-aubio-plugins')
4 files changed, 74 insertions, 0 deletions
diff --git a/media-plugins/vamp-aubio-plugins/Manifest b/media-plugins/vamp-aubio-plugins/Manifest new file mode 100644 index 000000000000..221d7ec0d7fd --- /dev/null +++ b/media-plugins/vamp-aubio-plugins/Manifest @@ -0,0 +1,2 @@ +DIST vamp-aubio-plugins-0.3.2c.tar.gz 16399 SHA256 07b6d14f31ae0cd3184aa523eeb8263b705dfb180bb3d355f8c0dd7d2a2c412b SHA512 89fe8ad6460396dc9dc646997d23bc59d2f0f39e791c01163e3c35deb034bb7093524e966ad5eb102af7b682e942b12d4b99145e75333f29fb3b40e871bab2b4 WHIRLPOOL ce7826e5e0909d7953fa181dc49f6d6afcf27888c11307554d77ac65e2bd7b7850b1730cf24c1fb30b695982d24bc0925a2c45478865f00dbcad70d75b070c3a +DIST vamp-aubio-plugins-0.5.0.tar.bz2 26253 SHA256 34c70084f51689bbdd22bf7af1bb3135858ea5ffd634d200d01b54f6b8e6ae87 SHA512 7b1c13a91cb12b9e5f25a78ed31ccb4b5cfdabc8b3ac546dee776de1786008e6bb4471aa242bb4b128d202ea523e15efa4889e4f1c4189583b6d20d8b0dba675 WHIRLPOOL d7cc30df2116a84addbcbd05b935a2c94778aeae807f61d8da9c4e98074ffcf978ab151fb5c09870c9175289e4b94ed8b7cdab8b53cca3db8d5331fd86c3d120 diff --git a/media-plugins/vamp-aubio-plugins/metadata.xml b/media-plugins/vamp-aubio-plugins/metadata.xml new file mode 100644 index 000000000000..0dc3775f83d7 --- /dev/null +++ b/media-plugins/vamp-aubio-plugins/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proaudio</herd> +</pkgmetadata> diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.3.2c.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.3.2c.ebuild new file mode 100644 index 000000000000..62a6e74e038a --- /dev/null +++ b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.3.2c.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit flag-o-matic toolchain-funcs multilib + +DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins" +HOMEPAGE="http://www.vamp-plugins.org/" +SRC_URI="mirror://sourceforge/vamp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc ppc64 x86" +IUSE="" + +DEPEND=">=media-libs/aubio-0.3.2 + media-libs/vamp-plugin-sdk + =sci-libs/fftw-3*" +RDEPEND="${DEPEND}" + +src_compile() { + tc-export CXX + # It only builds a shared library for a plugin + # So we force PIC + append-flags -fPIC -DPIC + # Use shared libs + sed -i -e "s/ -Wl,-Bstatic//" Makefile + emake || die "emake failed" +} + +src_install() { + insinto /usr/$(get_libdir)/vamp + doins vamp-aubio.so vamp-aubio.cat + dodoc README +} diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild new file mode 100644 index 000000000000..971894d0e3ed --- /dev/null +++ b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit flag-o-matic toolchain-funcs multilib + +DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins" +HOMEPAGE="http://www.vamp-plugins.org/" +SRC_URI="http://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc ppc64 x86" +IUSE="" + +DEPEND=">=media-libs/aubio-0.4.1 + media-libs/vamp-plugin-sdk + =sci-libs/fftw-3*" +RDEPEND="${DEPEND}" + +src_compile() { + tc-export CXX + emake CFLAGS="${CFLAGS} -fPIC" -f Makefile.linux +} + +src_install() { + insinto /usr/$(get_libdir)/vamp + doins vamp-aubio.so vamp-aubio.cat + dodoc README.md +} |