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 2F0EC1396D0 for ; Mon, 25 Sep 2017 11:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F1452BC09F; Mon, 25 Sep 2017 11:00:11 +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 412D92BC09F for ; Mon, 25 Sep 2017 11:00:10 +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 0D7963415B7 for ; Mon, 25 Sep 2017 11:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 518CD6AA2 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: <1506337186.b3dde9c6e00d946f7012248b13a343ff271ddd03.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/Manifest 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: b3dde9c6e00d946f7012248b13a343ff271ddd03 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: 1cd1e21d-1874-4f59-8526-d5a174e9032e X-Archives-Hash: d4849ae8b6323dc70fc802a0c953391a commit: b3dde9c6e00d946f7012248b13a343ff271ddd03 Author: Simon van der Veldt gmail com> AuthorDate: Sun Sep 24 20:07:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 25 10:59:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dde9c6 media-sound/qtractor: bump to 0.8.4 Closes: https://github.com/gentoo/gentoo/pull/5788 media-sound/qtractor/Manifest | 1 + media-sound/qtractor/qtractor-0.8.4.ebuild | 77 ++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest index 3c7fb0d7be0..42c80829e9e 100644 --- a/media-sound/qtractor/Manifest +++ b/media-sound/qtractor/Manifest @@ -1 +1,2 @@ DIST qtractor-0.8.3.tar.gz 1750869 SHA256 6852facb08c1a38c9c4bf5bf9922b0b9a050a00b85c6b5aeda1764f3afb8f83d SHA512 a80fd1c274ff11ff43b1c60a5fd0d4ff5c0e9d333849b6ff0b811e1afc31352395b47b712614c091af3a445d0664ea407d3b6594a38b7a6f5e8fc7adec6f62dc WHIRLPOOL 49ac1f3dfcabc2ebbc5b67a181997a5d15435a0d83f493f26fcb835715e837ed523a7cfe44412c36ebfc05dc8d7234d9031b47a5e84d2cc307af18c8f8c0fc45 +DIST qtractor-0.8.4.tar.gz 1752418 SHA256 3ace8b4fdf623e5e6ccecd7047de73f72bcfdd10b01f187079832092ac936b9d SHA512 406c19eb37273ac932b0f797db6e064e48119a245fe25762f743a261c9f80ec3ce762c76ddbc633ad17bb5924affb7db7ded95d1403b9b1edaa360e6ff060f92 WHIRLPOOL d045b3f5e996aeca04f606be9daf047c42a762d57de61ee0114b86aa2d4c81232d7a56bb4a74d229578d2f7d1af2e412eed452023d1f8191be78e96aefe3121d diff --git a/media-sound/qtractor/qtractor-0.8.4.ebuild b/media-sound/qtractor/qtractor-0.8.4.ebuild new file mode 100644 index 00000000000..75a7a28eedc --- /dev/null +++ b/media-sound/qtractor/qtractor-0.8.4.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils flag-o-matic + +DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt framework" +HOMEPAGE="http://qtractor.sourceforge.net/" +SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="debug dssi libsamplerate mad osc +qt5 rubberband vorbis cpu_flags_x86_sse zlib" + +RDEPEND=" + !qt5? ( + >=dev-qt/qtcore-4.2:4 + >=dev-qt/qtgui-4.7:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/qtx11extras:5 + ) + media-libs/alsa-lib + media-libs/libsndfile + virtual/jack + media-libs/ladspa-sdk + >=media-libs/lilv-0.16.0 + media-libs/lv2 + media-libs/suil + dssi? ( media-libs/dssi ) + mad? ( media-libs/libmad ) + libsamplerate? ( media-libs/libsamplerate ) + osc? ( media-libs/liblo ) + rubberband? ( media-libs/rubberband ) + vorbis? ( media-libs/libvorbis ) + zlib? ( sys-libs/zlib )" +DEPEND="${RDEPEND} + virtual/pkgconfig + qt5? ( dev-qt/linguist-tools:5 )" + +DOCS=( README ChangeLog TODO AUTHORS ) + +src_configure() { + append-cxxflags '-std=c++11' + econf \ + $(use_enable mad libmad) \ + $(use_enable libsamplerate) \ + $(use_enable vorbis libvorbis) \ + $(use_enable osc liblo) \ + --enable-ladspa \ + $(use_enable dssi) \ + --enable-lilv \ + $(use_enable !qt5 qt4) \ + $(use_with qt5 qt5 "$(qt5_get_libdir)/qt5") \ + $(use_enable rubberband librubberband) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable zlib libz) \ + $(use_enable debug) + + if use qt5 ; then + eqmake5 ${PN}.pro -o ${PN}.mak + else + eqmake4 ${PN}.pro -o ${PN}.mak + fi +} + +src_install() { + emake DESTDIR="${D}" install + einstalldocs +}