From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/hexter/
Date: Thu, 13 Aug 2015 17:00:41 +0000 (UTC) [thread overview]
Message-ID: <1439485199.086161c22e3ede18aa2aa8000306f3cdbaf0a821.yngwin@gentoo> (raw)
commit: 086161c22e3ede18aa2aa8000306f3cdbaf0a821
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 16:59:59 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 16:59:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086161c2
media-plugins/hexter: version bump to 1.0.3, bug 545046
Version bump. Bump EAPI to 5. Update SRC_URI. Rename gtk useflag to gtk2,
as per QA recommendations. Reorder dependencies. Reindent metadata after
adding useflag description.
Package-Manager: portage-2.2.20.1
media-plugins/hexter/Manifest | 1 +
media-plugins/hexter/hexter-1.0.3.ebuild | 34 ++++++++++++++++++++++++++++++++
media-plugins/hexter/metadata.xml | 11 +++++++----
3 files changed, 42 insertions(+), 4 deletions(-)
diff --git a/media-plugins/hexter/Manifest b/media-plugins/hexter/Manifest
index 7898db4..e92d77a 100644
--- a/media-plugins/hexter/Manifest
+++ b/media-plugins/hexter/Manifest
@@ -1 +1,2 @@
DIST hexter-1.0.2.tar.gz 517532 SHA256 afc576177e3acaf1e1d55c6778792d6b3e401c2d03c56a1c5c0d94f4411b0dc9 SHA512 5ae765004f319dba8b7c881736e6abd2c794e2b2a43d708dbe0ee791e63d004c4612927b4ff23854367ca3ff49e5efc0a936939d4805d48fe1339a802cccae27 WHIRLPOOL f98d4eb057e438d5c74060f9ae5d83454ef0dd06c7803486690f3e55123b0a69b04bb27bfd95d4af18668577092644072e10a9a373409209a92478738b5d7f97
+DIST hexter-1.0.3.tar.bz2 447364 SHA256 4d4091a73e04cdc9b39a6ad8aecaa9f122686a400b9e25f2617b6c0174547b3d SHA512 2f9257b08ad493d45386bdb35fa8ead7532223db6cb54065e5809e7bfbdbc71f43425b08e9f9a8ed68a8a7a81804b007cd4f34abbedc1b4fc41be8ffca52b749 WHIRLPOOL aabc5ae9f80db3feadfe8aa11888506fe23232b49b1d817a164d3615881fe2a0d935e3d8dc5c9ae12448ae964d5c5381624bda79c0550dfe70d5503a43e70a6a
diff --git a/media-plugins/hexter/hexter-1.0.3.ebuild b/media-plugins/hexter/hexter-1.0.3.ebuild
new file mode 100644
index 0000000..c1ea0a3
--- /dev/null
+++ b/media-plugins/hexter/hexter-1.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Yamaha DX7 modeling DSSI plugin"
+HOMEPAGE="http://dssi.sourceforge.net/hexter.html"
+SRC_URI="mirror://sourceforge/dssi/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk2 readline"
+
+RDEPEND="media-libs/alsa-lib
+ >=media-libs/dssi-0.4
+ >=media-libs/liblo-0.12
+ gtk2? ( x11-libs/gtk+:2 )
+ readline? ( sys-libs/readline:0
+ sys-libs/ncurses )"
+DEPEND="${RDEPEND}
+ media-libs/ladspa-sdk
+ virtual/pkgconfig"
+
+src_configure() {
+ econf $(use_with gtk2) \
+ $(use_with readline textui)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README TODO
+}
diff --git a/media-plugins/hexter/metadata.xml b/media-plugins/hexter/metadata.xml
index ecc06c7..878957e 100644
--- a/media-plugins/hexter/metadata.xml
+++ b/media-plugins/hexter/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>proaudio</herd>
- <upstream>
- <remote-id type="sourceforge">dssi</remote-id>
- </upstream>
+ <herd>proaudio</herd>
+ <use>
+ <flag name='gtk2'>Enable <pkg>x11-libs/gtk+:2</pkg> based GUI</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">dssi</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2015-08-13 17:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 17:00 Ben de Groot [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-18 8:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/hexter/ Patrice Clement
2016-04-19 13:12 Michał Górny
2019-05-22 15:41 Andreas Sturmlechner
2019-05-22 15:41 Andreas Sturmlechner
2019-08-08 7:43 Agostino Sarubbo
2019-08-12 6:16 Andreas Sturmlechner
2021-06-18 21:07 David Seifert
2021-06-19 8:58 Miroslav Šulc
2021-06-19 8:58 Miroslav Šulc
2021-07-20 16:00 Sam James
2021-07-20 16:00 Sam James
2021-07-21 5:18 Miroslav Šulc
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=1439485199.086161c22e3ede18aa2aa8000306f3cdbaf0a821.yngwin@gentoo \
--to=yngwin@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