From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vamp-plugin-sdk/
Date: Fri, 14 Oct 2016 13:33:20 +0000 (UTC) [thread overview]
Message-ID: <1476451130.8d00e0da3ffea3e74025c6dae2d46f6f30d89b4b.aballier@gentoo> (raw)
commit: 8d00e0da3ffea3e74025c6dae2d46f6f30d89b4b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 13:18:50 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 13:18:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d00e0da
media-libs/vamp-plugin-sdk: remove old
Package-Manager: portage-2.3.2
media-libs/vamp-plugin-sdk/Manifest | 1 -
.../vamp-plugin-sdk/vamp-plugin-sdk-2.5.ebuild | 46 ----------------------
.../vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild | 46 ----------------------
3 files changed, 93 deletions(-)
diff --git a/media-libs/vamp-plugin-sdk/Manifest b/media-libs/vamp-plugin-sdk/Manifest
index 22fb996..793048f 100644
--- a/media-libs/vamp-plugin-sdk/Manifest
+++ b/media-libs/vamp-plugin-sdk/Manifest
@@ -1,2 +1 @@
-DIST vamp-plugin-sdk-2.5.tar.gz 168486 SHA256 7b719f9e4575624b30b335c64c00469d3745aef4bca177f66faf3204f073139d SHA512 1b556bc034c4827704ba177819dbf630c9aa6390539767cc447a05f201dadee706b6d58aac9cef6fb21900f3d45f702f13fafbf290e9a737b595b3ecaaa8f3c3 WHIRLPOOL 6196b249b5790bc37c2d0a0286d59b8f60cb483a28939ac7e0b9c45a425d7843540490241dc1f4ef274bd872e51febfcac71020f115838e937780d6878562005
DIST vamp-plugin-sdk-2.6.tar.gz 174908 SHA256 aa533266e35f866292c30eeac126d2d4abdf2028f1340c0e02354057013728e9 SHA512 0de0eee37629b86c664d42837eb4dbac8bb311af71082b3d0a880c6b475a8de1ab7ac42daf7c1a234dc29690e5788b70011fa01a956941cf414347011e9c27d3 WHIRLPOOL 566afe1c020515325f3641f3dc053fcbe7d6a444c74987484e30677e5df288e7abbc0b6630b9c93425b6463bc0705325be783a39c203760277662aeaf05bb03b
diff --git a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.5.ebuild b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.5.ebuild
deleted file mode 100644
index 8a4b678..00000000
--- a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils multilib
-
-DESCRIPTION="Audio processing plugin system for plugins that extract descriptive information from audio data"
-HOMEPAGE="http://www.vamp-plugins.org"
-SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/690/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86"
-IUSE="doc"
-
-RDEPEND="media-libs/libsndfile"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- # multilib for default search paths
- sed -i -e "s:/usr/lib/vamp:/usr/$(get_libdir)/vamp:" src/vamp-hostsdk/PluginHostAdapter.cpp || die "sed failed"
-}
-
-src_compile() {
- emake AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
- if use doc; then
- cd build
- doxygen || die "creating doxygen doc failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_SDK_LIBS="/usr/$(get_libdir)" INSTALL_PKGCONFIG="/usr/$(get_libdir)/pkgconfig" INSTALL_PLUGINS="/usr/$(get_libdir)/vamp" install
- dodoc README* CHANGELOG
- use doc && dohtml -r build/doc/html/*
-}
-
-pkg_postinst() {
- elog ""
- elog "You might also want to install some Vamp plugins."
- elog "See media-plugins/vamp-*"
- elog ""
-}
diff --git a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild
deleted file mode 100644
index 450044c..00000000
--- a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs eutils multilib
-
-DESCRIPTION="Audio processing plugin system for plugins that extract descriptive information from audio data"
-HOMEPAGE="http://www.vamp-plugins.org"
-SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/1514/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="media-libs/libsndfile"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- # multilib for default search paths
- sed -i -e "s:/usr/lib/vamp:/usr/$(get_libdir)/vamp:" src/vamp-hostsdk/PluginHostAdapter.cpp || die "sed failed"
-}
-
-src_compile() {
- emake AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)"
- if use doc; then
- cd build
- doxygen || die "creating doxygen doc failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" INSTALL_SDK_LIBS="/usr/$(get_libdir)" INSTALL_PKGCONFIG="/usr/$(get_libdir)/pkgconfig" INSTALL_PLUGINS="/usr/$(get_libdir)/vamp" install
- dodoc README* CHANGELOG
- use doc && dohtml -r build/doc/html/*
-}
-
-pkg_postinst() {
- elog ""
- elog "You might also want to install some Vamp plugins."
- elog "See media-plugins/vamp-*"
- elog ""
-}
next reply other threads:[~2016-10-14 13:33 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-14 13:33 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-02 9:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/vamp-plugin-sdk/ Sam James
2022-12-05 5:30 WANG Xuerui
2021-08-24 14:33 Marek Szuba
2020-10-09 12:21 Miroslav Šulc
2020-10-06 15:09 Sam James
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-09-30 2:32 Sam James
2020-09-29 21:25 Sergei Trofimovich
2020-08-24 10:41 Miroslav Šulc
2020-08-24 9:51 Miroslav Šulc
2019-10-20 14:19 David Seifert
2018-08-25 21:30 Andreas Sturmlechner
2018-05-24 0:42 Aaron Bauman
2018-04-03 21:32 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2017-12-04 9:26 Alexis Ballier
2017-11-19 21:14 Sergei Trofimovich
2017-10-29 23:16 Thomas Deutschmann
2017-10-15 19:08 Sergei Trofimovich
2017-10-15 18:37 Sergei Trofimovich
2017-08-06 8:44 Markus Meier
2017-07-15 18:25 Sergei Trofimovich
2017-07-15 17:25 Tobias Klausmann
2017-06-16 10:10 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-06-10 20:14 Sergei Trofimovich
2017-04-23 13:54 Alexis Ballier
2017-02-23 12:35 Michael Weber
2016-10-14 13:33 Alexis Ballier
2016-10-01 12:41 Jeroen Roovers
2016-02-01 19:19 Tobias Klausmann
2016-01-17 17:02 Agostino Sarubbo
2016-01-15 9:03 Agostino Sarubbo
2015-09-23 14:23 Alexis Ballier
2015-09-16 13:20 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476451130.8d00e0da3ffea3e74025c6dae2d46f6f30d89b4b.aballier@gentoo \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox