From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/
Date: Wed, 20 Dec 2017 22:40:20 +0000 (UTC) [thread overview]
Message-ID: <1513809509.212ea959374c66fb8da88754737559f5d0d7f976.monsieurp@gentoo> (raw)
commit: 212ea959374c66fb8da88754737559f5d0d7f976
Author: Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Tue Dec 5 12:38:23 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 22:38:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212ea959
media-sound/patchage: bump to EAPI 6.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-sound/patchage/patchage-0.5.0-r2.ebuild | 45 +++++++++++++++++++++++++++
media-sound/patchage/patchage-1.0.0-r1.ebuild | 40 ++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/media-sound/patchage/patchage-0.5.0-r2.ebuild b/media-sound/patchage/patchage-0.5.0-r2.ebuild
new file mode 100644
index 00000000000..ecd4516090e
--- /dev/null
+++ b/media-sound/patchage/patchage-0.5.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+
+inherit flag-o-matic waf-utils python-any-r1
+
+DESCRIPTION="Modular patch bay for audio and MIDI systems"
+HOMEPAGE="http://wiki.drobilla.net/Patchage"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug lash"
+
+RDEPEND=">=media-libs/raul-0.7.0
+ >=x11-libs/flowcanvas-0.7.1
+ >=dev-cpp/gtkmm-2.11.12:2.4
+ >=dev-cpp/glibmm-2.14:2
+ >=dev-cpp/libglademm-2.6.0:2.4
+ dev-cpp/libgnomecanvasmm:2.6
+ virtual/jack
+ alsa? ( media-libs/alsa-lib )
+ lash? ( dev-libs/dbus-glib )"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+ dev-libs/boost
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS README ChangeLog )
+
+PATCHES=(
+ "${FILESDIR}"/${P}-desktop.patch
+)
+
+src_configure() {
+ append-cxxflags -std=c++11
+ waf-utils_src_configure \
+ $(use debug && echo "--debug") \
+ $(use alsa || echo "--no-alsa") \
+ $(use lash || echo "--no-lash")
+}
diff --git a/media-sound/patchage/patchage-1.0.0-r1.ebuild b/media-sound/patchage/patchage-1.0.0-r1.ebuild
new file mode 100644
index 00000000000..98c7403ade2
--- /dev/null
+++ b/media-sound/patchage/patchage-1.0.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+)'
+inherit waf-utils python-any-r1
+
+DESCRIPTION="Modular patch bay for JACK-based audio and MIDI systems"
+HOMEPAGE="http://drobilla.net/software/patchage"
+SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug jack-dbus session"
+
+RDEPEND=">=dev-cpp/glibmm-2.14:2
+ >=dev-cpp/gtkmm-2.11.12:2.4
+ >=dev-cpp/libglademm-2.6.0:2.4
+ dev-cpp/libgnomecanvasmm:2.6
+ >=media-libs/ganv-1.4.0
+ virtual/jack
+ alsa? ( media-libs/alsa-lib )
+ jack-dbus? ( dev-libs/dbus-glib
+ sys-apps/dbus )"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+ dev-libs/boost
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README )
+
+src_configure() {
+ waf-utils_src_configure \
+ $(use debug && echo "--debug") \
+ $(use alsa || echo "--no-alsa") \
+ $(use jack-dbus && echo "--jack-dbus") \
+ $(use session && echo "--jack-session-manage")
+}
next reply other threads:[~2017-12-20 22:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 22:40 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-29 10:28 [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ Miroslav Šulc
2023-04-21 6:47 Miroslav Šulc
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2022-09-26 5:02 Miroslav Šulc
2022-09-25 12:19 Agostino Sarubbo
2022-09-25 1:18 Sam James
2022-09-18 14:29 Miroslav Šulc
2022-09-18 14:27 Miroslav Šulc
2022-08-23 20:00 Miroslav Šulc
2022-06-08 8:42 Agostino Sarubbo
2022-06-08 7:21 Jakov Smolić
2022-05-31 1:56 Sam James
2021-04-30 20:53 Miroslav Šulc
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-14 10:40 Miroslav Šulc
2020-08-29 12:16 Miroslav Šulc
2020-07-17 7:44 Agostino Sarubbo
2020-07-17 7:21 Agostino Sarubbo
2020-06-10 8:10 Miroslav Šulc
2020-06-10 8:10 Miroslav Šulc
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2015-12-23 10:59 Pacho Ramos
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=1513809509.212ea959374c66fb8da88754737559f5d0d7f976.monsieurp@gentoo \
--to=monsieurp@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