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 BBDB01396D0 for ; Mon, 25 Sep 2017 11:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18AA2BC09A; Mon, 25 Sep 2017 11:00:10 +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 AF2042BC09A for ; Mon, 25 Sep 2017 11:00:10 +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 41D07341665 for ; Mon, 25 Sep 2017 11:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66646746E for ; Mon, 25 Sep 2017 11:00:00 +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: <1506337187.77551ef50f908395828f5f9c4c033f19a8e37bb1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/metadata.xml media-sound/qtractor/qtractor-0.8.4.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77551ef50f908395828f5f9c4c033f19a8e37bb1 X-VCS-Branch: master Date: Mon, 25 Sep 2017 11:00:00 +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: 355bf62e-eba2-456b-85b5-7be78b4140aa X-Archives-Hash: e74bde2d727d463e90511ac232d2a29a commit: 77551ef50f908395828f5f9c4c033f19a8e37bb1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 25 09:56:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 25 10:59:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77551ef5 media-sound/qtractor: Sorting, and dropping src_install metadata.xml indentation Package-Manager: Portage-2.3.10, Repoman-2.3.3 media-sound/qtractor/metadata.xml | 22 +++++++++++----------- media-sound/qtractor/qtractor-0.8.4.ebuild | 15 +++++---------- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/media-sound/qtractor/metadata.xml b/media-sound/qtractor/metadata.xml index 9c251169294..939b40e07f5 100644 --- a/media-sound/qtractor/metadata.xml +++ b/media-sound/qtractor/metadata.xml @@ -1,15 +1,15 @@ - - proaudio@gentoo.org - Gentoo ProAudio Project - - - Enable support for DSSI Soft Synth Interface - Enable support for in-place audio clip pitch-shifting through the rubberband library - - - qtractor - + + proaudio@gentoo.org + Gentoo ProAudio Project + + + Enable support for DSSI Soft Synth Interface + Enable support for in-place audio clip pitch-shifting through the rubberband library + + + qtractor + diff --git a/media-sound/qtractor/qtractor-0.8.4.ebuild b/media-sound/qtractor/qtractor-0.8.4.ebuild index 75a7a28eedc..232c990cca3 100644 --- a/media-sound/qtractor/qtractor-0.8.4.ebuild +++ b/media-sound/qtractor/qtractor-0.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit qmake-utils flag-o-matic +inherit flag-o-matic qmake-utils DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" HOMEPAGE="http://qtractor.sourceforge.net/" @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug dssi libsamplerate mad osc +qt5 rubberband vorbis cpu_flags_x86_sse zlib" +IUSE="cpu_flags_x86_sse debug dssi libsamplerate mad osc +qt5 rubberband vorbis zlib" RDEPEND=" !qt5? ( @@ -28,15 +28,15 @@ RDEPEND=" dev-qt/qtx11extras:5 ) media-libs/alsa-lib - media-libs/libsndfile - virtual/jack media-libs/ladspa-sdk + media-libs/libsndfile >=media-libs/lilv-0.16.0 media-libs/lv2 media-libs/suil + virtual/jack dssi? ( media-libs/dssi ) - mad? ( media-libs/libmad ) libsamplerate? ( media-libs/libsamplerate ) + mad? ( media-libs/libmad ) osc? ( media-libs/liblo ) rubberband? ( media-libs/rubberband ) vorbis? ( media-libs/libvorbis ) @@ -70,8 +70,3 @@ src_configure() { eqmake4 ${PN}.pro -o ${PN}.mak fi } - -src_install() { - emake DESTDIR="${D}" install - einstalldocs -}