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/terminatorx/, media-sound/terminatorx/files/
Date: Sun, 16 Jul 2017 10:17:45 +0000 (UTC)	[thread overview]
Message-ID: <1500200234.79727ad00ac71ce71ac34358526174cbd088985f.pacho@gentoo> (raw)

commit:     79727ad00ac71ce71ac34358526174cbd088985f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 10:17:14 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 10:17:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79727ad0

media-sound/terminatorx: Fix build failure, bug #604288

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../files/terminatorx-4.0.1-gtkcombotext.patch          | 17 +++++++++++++++++
 media-sound/terminatorx/terminatorx-4.0.1.ebuild        |  6 ++++++
 2 files changed, 23 insertions(+)

diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
new file mode 100644
index 00000000000..566dfecc210
--- /dev/null
+++ b/media-sound/terminatorx/files/terminatorx-4.0.1-gtkcombotext.patch
@@ -0,0 +1,17 @@
+Description: Fix build failure on kfreebsd
+Author: Sebastian Ramacher <sramacher@debian.org>
+Bug-Debian: https://bugs.debian.org/741623
+Forwarded: yes
+Last-Update: 2014-04-25
+
+--- a/src/tX_dialog.cc
++++ b/src/tX_dialog.cc
+@@ -244,7 +244,7 @@ void append_alsa_device_list(GtkComboBox
+ 	}
+ }
+ #else
+-void append_alsa_device_list(GtkComboBoxText *combo) {
++void append_alsa_device_list(GtkComboBoxText *combo, char* current) {
+ }
+ #endif
+ 

diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
index 2909714a688..745580ace2d 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
@@ -44,6 +44,12 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=(
+	# Fails to build with USE="X vorbis -alsa -debug -mad -pulseaudio
+	# -sox", bug #604288
+	"${FILESDIR}"/${P}-gtkcombotext.patch
+)
+
 src_configure() {
 	gnome2_src_configure \
 		$(use_enable alsa) \


             reply	other threads:[~2017-07-16 10:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-16 10:17 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-30  8:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/ Miroslav Šulc
2021-10-29 16:21 Miroslav Šulc
2018-03-11 15:17 Pacho Ramos
2016-08-27 15:36 Sergei Trofimovich

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=1500200234.79727ad00ac71ce71ac34358526174cbd088985f.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