public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/
Date: Fri, 27 Dec 2019 18:31:20 +0000 (UTC)	[thread overview]
Message-ID: <1577471466.b5811548d148ae50b0410743290dadbe018d1985.fordfrog@gentoo> (raw)

commit:     b5811548d148ae50b0410743290dadbe018d1985
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 18:21:35 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:31:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5811548

media-sound/guitarix: added live ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/guitarix/guitarix-9999.ebuild | 78 +++++++++++++++++++++++++++++++
 1 file changed, 78 insertions(+)

diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
new file mode 100644
index 00000000000..a459bbec550
--- /dev/null
+++ b/media-sound/guitarix/guitarix-9999.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit python-any-r1 waf-utils xdg git-r3
+
+MY_P="${PN}2-${PV}"
+
+DESCRIPTION="Virtual guitar amplifier for Linux"
+HOMEPAGE="http://guitarix.org/"
+EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="bluetooth debug lv2 nls +standalone zeroconf"
+REQUIRED_USE="|| ( lv2 standalone )"
+
+COMMON_DEPEND="dev-cpp/eigen:3
+	dev-cpp/glibmm:2
+	dev-cpp/gtkmm:2.4
+	dev-libs/glib:2
+	>=media-libs/libsndfile-1.0.17
+	>=media-libs/zita-convolver-3:=
+	media-libs/zita-resampler
+	>=net-misc/curl-7.26.0
+	>=sci-libs/fftw-3.1.2:3.0=
+	x11-libs/gtk+:2
+	lv2? ( media-libs/lv2 )
+	standalone? (
+		dev-libs/boost:=
+		media-libs/liblrdf
+		media-libs/lilv
+		virtual/jack
+		bluetooth? ( net-wireless/bluez )
+		zeroconf? ( net-dns/avahi )
+	)
+"
+# clearlooks gtk engine and roboto fonts are required for correct ui rendering
+RDEPEND="${COMMON_DEPEND}
+	x11-themes/gtk-engines
+	standalone? (
+		media-fonts/roboto
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	${PYTHON_DEPS}
+	virtual/pkgconfig
+	nls? ( dev-util/intltool )
+"
+
+S="${WORKDIR}/${P}/trunk"
+
+DOCS=( changelog README )
+
+src_configure() {
+	local myconf=(
+		--cxxflags-debug=""
+		--cxxflags-release="-DNDEBUG"
+		--ldflags="${LDFLAGS}"
+		--enable-lfs
+		--lib-dev
+		--no-desktop-update
+		--no-faust
+		--no-ldconfig
+		--shared-lib
+		$(use_enable nls)
+		$(usex bluetooth "" "--no-bluez")
+		$(usex debug "--debug" "")
+		$(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui")
+		$(usex standalone "" "--no-standalone")
+		$(usex zeroconf "" "--no-avahi")
+	)
+	waf-utils_src_configure "${myconf[@]}"
+}


             reply	other threads:[~2019-12-27 18:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-27 18:31 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-19  7:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/ Miroslav Šulc
2024-05-18 15:00 Sam James
2024-04-11  9:00 Arthur Zamarin
2024-03-11  9:57 Miroslav Šulc
2024-03-11  9:38 Miroslav Šulc
2024-03-11  9:35 Miroslav Šulc
2024-01-03  8:43 Miroslav Šulc
2023-03-10  7:14 Miroslav Šulc
2022-06-04  7:07 Joonas Niilola
2022-05-05  0:08 Miroslav Šulc
2022-05-04  6:49 Miroslav Šulc
2022-05-03  6:54 Miroslav Šulc
2022-01-18 18:35 Miroslav Šulc
2022-01-18 11:27 Jakov Smolić
2021-12-18  8:12 Miroslav Šulc
2021-02-01  9:02 Miroslav Šulc
2021-01-31 21:51 Sam James
2020-12-30  6:49 Miroslav Šulc
2020-12-30  6:49 Miroslav Šulc
2020-11-13  4:57 Sam James
2020-08-15  9:30 Joonas Niilola
2020-06-25  8:08 Joonas Niilola
2020-06-25  8:08 Joonas Niilola
2020-06-25  8:08 Joonas Niilola
2020-04-26  8:42 Miroslav Šulc
2020-03-01 14:53 Miroslav Šulc
2020-03-01 13:03 Agostino Sarubbo
2020-01-30  6:33 Joonas Niilola
2020-01-30  6:33 Joonas Niilola
2020-01-29 14:29 Miroslav Šulc
2019-12-30 15:28 Agostino Sarubbo
2019-07-21 16:13 Andreas Sturmlechner
2019-07-07 11:49 Michał Górny
2019-07-07 11:49 Michał Górny
2019-04-21  5:03 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577471466.b5811548d148ae50b0410743290dadbe018d1985.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox