public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/
Date: Thu, 10 Oct 2024 14:03:04 +0000 (UTC)	[thread overview]
Message-ID: <1728568606.6a67915e1fc33aaa3e4f07b5df14cccc4fba677e.andrewammerlaan@gentoo> (raw)

commit:     6a67915e1fc33aaa3e4f07b5df14cccc4fba677e
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Sep 26 14:00:59 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 13:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a67915e

sci-electronics/gspeakers: bump EAPI & more

- https HOMEPAGE
- remove empty IUSE
- fix redirection on SRC_URI

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild b/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild
new file mode 100644
index 000000000000..15cc964317f5
--- /dev/null
+++ b/sci-electronics/gspeakers/gspeakers-0.11-r3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic gnome2
+
+DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
+HOMEPAGE="https://gspeakers.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/project/gspeakers/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	dev-cpp/gtkmm:2.4
+	>=dev-libs/libsigc++-2.6:2
+	dev-libs/libxml2:2
+	|| (
+		sci-electronics/gnucap
+		sci-electronics/ngspice
+		sci-electronics/spice
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-cxxflags.patch
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-glib-single-include.patch
+	"${FILESDIR}"/${P}-fix-sigc-includes.patch
+	"${FILESDIR}"/${P}-c++11.patch
+)
+
+src_prepare() {
+	append-cxxflags '-std=c++11'
+	mv configure.in configure.ac || die
+	gnome2_src_prepare
+	eautoreconf
+}


             reply	other threads:[~2024-10-10 14:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-10 14:03 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-10 14:03 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspeakers/ Andrew Ammerlaan
2016-02-07  9:47 Pacho Ramos
2016-02-07  9:47 Pacho Ramos

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=1728568606.6a67915e1fc33aaa3e4f07b5df14cccc4fba677e.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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