From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81F1C58973 for ; Tue, 26 Jan 2016 07:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB53E0856; Tue, 26 Jan 2016 07:52:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98D66E0856 for ; Tue, 26 Jan 2016 07:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C19340B6A for ; Tue, 26 Jan 2016 07:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27798FF9 for ; Tue, 26 Jan 2016 07:52:04 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1453794679.7c1fb500b8a4482b584ef732f3797f19d63d16b9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/seq24/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/seq24/Manifest media-sound/seq24/seq24-0.9.3.ebuild X-VCS-Directories: media-sound/seq24/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7c1fb500b8a4482b584ef732f3797f19d63d16b9 X-VCS-Branch: master Date: Tue, 26 Jan 2016 07:52:04 +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-Archives-Salt: 555f4ade-96b4-48b9-8ee3-de1852a617d6 X-Archives-Hash: 4bebb373973a4bdfa832c4c274368b8f commit: 7c1fb500b8a4482b584ef732f3797f19d63d16b9 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 26 07:51:19 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 26 07:51:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1fb500 media-sound/seq24: bump to 0.9.3 Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> media-sound/seq24/Manifest | 1 + media-sound/seq24/seq24-0.9.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/media-sound/seq24/Manifest b/media-sound/seq24/Manifest index 519b009..629c956 100644 --- a/media-sound/seq24/Manifest +++ b/media-sound/seq24/Manifest @@ -1 +1,2 @@ DIST seq24-0.9.2.tar.bz2 213059 SHA256 dbcfd18b7744ae739717588dd71a9923e5c08cf8fe1d3e71c897515cab875b0a SHA512 31e57c7fafbccf85a69229674d3bcfb86e2fa9b2f095b50fd59a44673896edc5c4f9dd97585923cee9129bc8619ac6eb33274241271cdcc56732c920d4106ec8 WHIRLPOOL b2f80410abb372c89f040409b3c0dd1a614da337d35bfa4b2507c276e4d47f853856d1a485e8ddcab6ccbacfed4c03238bae53739621da8ea5a5a7b6d728b43d +DIST seq24-0.9.3.tar.bz2 221014 SHA256 e22ad4438b9b350fb8d4d37c3664905e760fa9d8213e55379861ba6d6183b789 SHA512 f0fe13ceedbc87899df058918f3bdd57dbb9f1a3491d23503ae48367ba9eebdd2c8b5706b7b041db0959703a941d52d67f57823937ffdc574b01323eda32e3ad WHIRLPOOL 996de8cd78bfef4f6eab3458522f16d3da443ffaeef1b356567cb8a2827e2a60354844d2bbfb9fb4764525d52e97c774f8c7af8c03ded2fefc8651a02f2596e2 diff --git a/media-sound/seq24/seq24-0.9.3.ebuild b/media-sound/seq24/seq24-0.9.3.ebuild new file mode 100644 index 0000000..6173eda --- /dev/null +++ b/media-sound/seq24/seq24-0.9.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances" +HOMEPAGE="https://edge.launchpad.net/seq24/" +SRC_URI="https://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="jack lash" + +RDEPEND="media-libs/alsa-lib + >=dev-cpp/gtkmm-2.4:2.4 + >=dev-libs/libsigc++-2.2:2 + jack? ( >=media-sound/jack-audio-connection-kit-0.90 ) + lash? ( >=media-sound/lash-0.5 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog README RTC SEQ24 ) + +src_configure() { + econf \ + $(use_enable jack) \ + $(use_enable lash) +} + +src_install() { + default + newicon src/pixmaps/seq24_32.xpm seq24.xpm + make_desktop_entry seq24 +}