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 532BF138359 for ; Sat, 22 Aug 2020 16:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A454E0870; Sat, 22 Aug 2020 16:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D3DA3E0870 for ; Sat, 22 Aug 2020 16:06:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D3EDE33E362 for ; Sat, 22 Aug 2020 16:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17AC1334 for ; Sat, 22 Aug 2020 16:06:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598112352.35eea961c4cf8914a2e1a3388a8e8b85d38f3bdb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mhwaveedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mhwaveedit/Manifest media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild X-VCS-Directories: media-sound/mhwaveedit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35eea961c4cf8914a2e1a3388a8e8b85d38f3bdb X-VCS-Branch: master Date: Sat, 22 Aug 2020 16:06:16 +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: 5020674e-d7ce-4617-bfc0-8d0a643a77ea X-Archives-Hash: effddd0a469c7592345c85df30614118 commit: 35eea961c4cf8914a2e1a3388a8e8b85d38f3bdb Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 21 21:43:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 22 16:05:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35eea961 media-sound/mhwaveedit: 1.4.24 version bump Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/mhwaveedit/Manifest | 1 + media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild | 46 +++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest index 1eeba4e489f..5ff1bd6387d 100644 --- a/media-sound/mhwaveedit/Manifest +++ b/media-sound/mhwaveedit/Manifest @@ -1 +1,2 @@ DIST mhwaveedit-1.4.23.tar.bz2 642042 BLAKE2B 9d2d4ae201034df09f46a85c0b3d42978a294e888e175c18aeb02433d6f22246602cd7aaae004cdd13d24bc6e21fcb2cc2cb739bb0509476f8510603bfd42517 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f +DIST mhwaveedit-1.4.24.tar.gz 943313 BLAKE2B 4edda0ed7ef833a5f9470087d44d8b09c58f040eedc23c0a97decdd45240ba283c891bf411decf769c8f2ad5869a5ce69f2d8da6a15b746152afee5f1676371c SHA512 392a358ae812c4be7847c4987dec40043af2e1850d9ffc498cc13f930355a7f3c407d55924fe709e5080811e49d932428b45afe904496fcb75e21a043b71ff47 diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild new file mode 100644 index 00000000000..583ec8e6038 --- /dev/null +++ b/media-sound/mhwaveedit/mhwaveedit-1.4.24.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)" +HOMEPAGE="https://github.com/magnush/mhwaveedit/" +SRC_URI="https://github.com/magnush/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox" + +RDEPEND=" + x11-libs/gtk+:2 + x11-libs/pango + alsa? ( media-libs/alsa-lib:= ) + jack? ( virtual/jack ) + ladspa? ( media-libs/ladspa-sdk ) + libsamplerate? ( media-libs/libsamplerate:= ) + pulseaudio? ( media-sound/pulseaudio ) + sdl? ( media-libs/libsdl:= ) + sndfile? ( media-libs/libsndfile:= ) + sox? ( media-sound/sox:= )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${PN}-1.4.23-missing-include.patch ) + +src_configure() { + local myeconfargs=( + --without-arts + --without-esound + --without-portaudio + $(use_with alsa alsalib) + $(use_with jack) + $(use_with libsamplerate) + $(use_enable nls) + $(use_with oss) + $(use_with pulseaudio pulse) + $(use_with sdl) + $(use_with sndfile libsndfile) + ) + econf "${myeconfargs[@]}" +}