public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/
Date: Fri,  1 Jan 2016 21:22:49 +0000 (UTC)	[thread overview]
Message-ID: <1451681497.c229d2d33ded9b2600d9460fcfad444dcc735aba.pacho@gentoo> (raw)

commit:     c229d2d33ded9b2600d9460fcfad444dcc735aba
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  1 20:51:37 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 20:51:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c229d2d3

media-sound/gigedit: Fix building with latest glibmm/libsigc++, bump to eapi5, drop ..la files and static libs.

Package-Manager: portage-2.2.26

 media-sound/gigedit/gigedit-0.2.0-r1.ebuild | 45 +++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/media-sound/gigedit/gigedit-0.2.0-r1.ebuild b/media-sound/gigedit/gigedit-0.2.0-r1.ebuild
new file mode 100644
index 0000000..c5828c4
--- /dev/null
+++ b/media-sound/gigedit/gigedit-0.2.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils flag-o-matic
+
+DESCRIPTION="An instrument editor for gig files"
+HOMEPAGE="http://www.linuxsampler.org/"
+SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-cpp/gtkmm:2.4
+	>=media-libs/libgig-3.3.0
+	>=media-libs/libsndfile-1.0.2
+	>=media-sound/linuxsampler-0.5.1"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	>=dev-util/intltool-0.35.0
+	virtual/pkgconfig"
+
+src_prepare() {
+	# Fix linking, bug #540674
+	sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+	eautoreconf
+}
+
+src_configure() {
+	append-cxxflags -std=c++11
+	econf --disable-static
+}
+
+src_compile() {
+	# fails with parallel jobs
+	emake -j1
+}
+
+src_install() {
+	default
+	prune_libtool_files --modules
+}


             reply	other threads:[~2016-01-01 21:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 21:22 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-11  0:34 [gentoo-commits] repo/gentoo:master commit in: media-sound/gigedit/ Manuel Rüger
2019-11-13 16:56 Miroslav Šulc
2019-11-13 17:11 Miroslav Šulc
2019-12-13 11:13 Miroslav Šulc
2019-12-16 12:21 Agostino Sarubbo
2021-05-08 14:15 David Seifert
2021-05-11  7:01 Miroslav Šulc
2021-06-12 14:00 Sam James
2021-06-12 14:20 Miroslav Šulc
2021-06-14  7:02 Miroslav Šulc
2024-01-27  8:46 Miroslav Šulc
2024-03-13  6:26 Arthur Zamarin
2024-03-13 11:32 Miroslav Šulc
2025-02-22  7:37 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=1451681497.c229d2d33ded9b2600d9460fcfad444dcc735aba.pacho@gentoo \
    --to=pacho@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