public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/hexter/
Date: Wed, 22 May 2019 15:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1558539681.04c2b0e4acd5786f07b7ba03fff8b24c3f925ecf.asturm@gentoo> (raw)

commit:     04c2b0e4acd5786f07b7ba03fff8b24c3f925ecf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 13:38:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 22 15:41:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c2b0e4

media-plugins/hexter: 1.1.0 version bump, EAPI-7 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-plugins/hexter/Manifest            |  1 +
 media-plugins/hexter/hexter-1.1.0.ebuild | 36 ++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/hexter/Manifest b/media-plugins/hexter/Manifest
index db54a74271d..0593baef0b9 100644
--- a/media-plugins/hexter/Manifest
+++ b/media-plugins/hexter/Manifest
@@ -1,2 +1,3 @@
 DIST hexter-1.0.2.tar.gz 517532 BLAKE2B 78adb77a386a3ec79b951078645084965f9f8cb26f6a362342aea1fa2191fd8cf73d313977cd2542990095a2163c77f4f0602b92793507caccfd7ff2f65823b1 SHA512 5ae765004f319dba8b7c881736e6abd2c794e2b2a43d708dbe0ee791e63d004c4612927b4ff23854367ca3ff49e5efc0a936939d4805d48fe1339a802cccae27
 DIST hexter-1.0.3.tar.bz2 447364 BLAKE2B c038348fb643108616df3f7dffebd8252dbf1b2ee3ff1737a5a946d407f0d6fd013c4cda978f74d1c7e6a5219cf27c9940b9b9eb0b09a7e2cdd3e4143a825595 SHA512 2f9257b08ad493d45386bdb35fa8ead7532223db6cb54065e5809e7bfbdbc71f43425b08e9f9a8ed68a8a7a81804b007cd4f34abbedc1b4fc41be8ffca52b749
+DIST hexter-1.1.0.tar.bz2 737430 BLAKE2B 9c79da379a69bc4ceceab11dc725d965bb923384e060e24eb7e7d1f65650d5c77206a79d02403e7a952c2eb3c46262b5905e5b07872fb5b060525ed0f275cbc4 SHA512 8d433fae44b0620c3866c9a3b2445271a039c8ac3ad12c71ca34d667a85b95b9bddd7e04c4eaa2c27299c66b9cce16d104b5fbb376dd3cdc85f7e4d6c9b28529

diff --git a/media-plugins/hexter/hexter-1.1.0.ebuild b/media-plugins/hexter/hexter-1.1.0.ebuild
new file mode 100644
index 00000000000..868f59e3132
--- /dev/null
+++ b/media-plugins/hexter/hexter-1.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Yamaha DX7 modeling DSSI plugin"
+HOMEPAGE="http://smbolton.com/hexter.html"
+SRC_URI="https://github.com/smbolton/${PN}/releases/download/version_${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk2 readline"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	media-libs/alsa-lib
+	>=media-libs/dssi-0.4
+	>=media-libs/liblo-0.12
+	gtk2? ( x11-libs/gtk+:2 )
+	readline? (
+		sys-libs/ncurses:0=
+		sys-libs/readline:0=
+	)
+"
+DEPEND="${RDEPEND}
+	media-libs/ladspa-sdk
+"
+
+src_configure() {
+	PKG_CONFIG=pkg-config \
+	econf $(use_with gtk2) \
+		$(use_with readline textui)
+}


             reply	other threads:[~2019-05-22 15:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22 15:41 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21  5:18 [gentoo-commits] repo/gentoo:master commit in: media-plugins/hexter/ Miroslav Šulc
2021-07-20 16:00 Sam James
2021-07-20 16:00 Sam James
2021-06-19  8:58 Miroslav Šulc
2021-06-19  8:58 Miroslav Šulc
2021-06-18 21:07 David Seifert
2019-08-12  6:16 Andreas Sturmlechner
2019-08-08  7:43 Agostino Sarubbo
2019-05-22 15:41 Andreas Sturmlechner
2016-04-19 13:12 Michał Górny
2016-04-18  8:13 Patrice Clement
2015-08-13 17:00 Ben de Groot

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=1558539681.04c2b0e4acd5786f07b7ba03fff8b24c3f925ecf.asturm@gentoo \
    --to=asturm@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