From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95DB913997D for ; Wed, 13 Nov 2019 09:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEAB6E08CE; Wed, 13 Nov 2019 09:52:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C288E08CE for ; Wed, 13 Nov 2019 09:52:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C1FA34CD4B for ; Wed, 13 Nov 2019 09:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58776824 for ; Wed, 13 Nov 2019 09:52:45 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1573638759.db1ea43e9bd591385324e58f1e33ed03e3ca3231.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/a2jmidid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/a2jmidid/Manifest media-sound/a2jmidid/a2jmidid-9.ebuild media-sound/a2jmidid/a2jmidid-9999.ebuild X-VCS-Directories: media-sound/a2jmidid/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: db1ea43e9bd591385324e58f1e33ed03e3ca3231 X-VCS-Branch: master Date: Wed, 13 Nov 2019 09:52:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecf43cd5-08fd-4f88-9d47-72ac6d3a99d0 X-Archives-Hash: 15be70b2edd4edfcb8545429c4aae8c6 commit: db1ea43e9bd591385324e58f1e33ed03e3ca3231 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Nov 13 09:49:45 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 13 09:52:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1ea43e media-sound/a2jmidid-{9,9999}: bump + added live 1) changed to live project on github.com 2) ebuild rewritten to use mason 3) EAPI-7 4) added BDEPEND 5) updated DOCS Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/a2jmidid/Manifest | 1 + media-sound/a2jmidid/a2jmidid-9.ebuild | 37 +++++++++++++++++++++++++++++++ media-sound/a2jmidid/a2jmidid-9999.ebuild | 37 +++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) diff --git a/media-sound/a2jmidid/Manifest b/media-sound/a2jmidid/Manifest index 28e71223b11..d5e808090f5 100644 --- a/media-sound/a2jmidid/Manifest +++ b/media-sound/a2jmidid/Manifest @@ -1 +1,2 @@ DIST a2jmidid-8.tar.bz2 162764 BLAKE2B 4c173d458bc9bf393496bc53dcd92e796826386f3d2704f6d1fc108dd7e4fb660271cc2befec655b516dd669189fb01c23576fdd39c1c23b485346390edfb0a7 SHA512 6182a295462ae587461ca395d85c956523bfecd113d031d0ae8a9f304fc3d41f6a5097b3a1a9fc06bd0eef7fe08a4b3c116a3361ff9e63468c3e40b736215592 +DIST a2jmidid-9.tar.gz 47925 BLAKE2B ad079e76a54f56ee8f82150c306f91aead52f86632978ea6f3376a0bf163744379210b34701b39da4ee14fc4d8a1c6be82d1052abeb8ccf79410bc242d174d62 SHA512 5bd13b6904ed68c5bfe40ca516fd49b7eb4d4a946b9908ee04687265848734c8e1a81579f0f1a5bd0752595be8858dc748da10487b7f366394c09a5ffc7d5e5c diff --git a/media-sound/a2jmidid/a2jmidid-9.ebuild b/media-sound/a2jmidid/a2jmidid-9.ebuild new file mode 100644 index 00000000000..8879e053f46 --- /dev/null +++ b/media-sound/a2jmidid/a2jmidid-9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system" +HOMEPAGE="https://github.com/linuxaudio/a2jmidid" +SRC_URI="https://github.com/linuxaudio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus" + +BDEPEND=" + virtual/pkgconfig +" +CDEPEND=" + ${PYTHON_DEPS} + media-libs/alsa-lib + virtual/jack + dbus? ( sys-apps/dbus ) +" +RDEPEND="${CDEPEND}" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS.rst CHANGELOG.rst README.rst internals.txt ) + +src_configure() { + local emasonargs=( + -Ddisable-dbus=$(usex dbus false true) + ) + + meson_src_configure +} diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild new file mode 100644 index 00000000000..c3d3a8ed15a --- /dev/null +++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson git-r3 + +DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system" +HOMEPAGE="https://github.com/linuxaudio/a2jmidid" +EGIT_REPO_URI="https://github.com/linuxaudio/a2jmidid.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="dbus" + +BDEPEND=" + virtual/pkgconfig +" +CDEPEND=" + ${PYTHON_DEPS} + media-libs/alsa-lib + virtual/jack + dbus? ( sys-apps/dbus ) +" +RDEPEND="${CDEPEND}" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS.rst CHANGELOG.rst README.rst internals.txt ) + +src_configure() { + local emasonargs=( + -Ddisable-dbus=$(usex dbus false true) + ) + + meson_src_configure +}