public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild ChangeLog
@ 2011-12-16 17:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-16 17:02 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/16 17:02:27

  Modified:             qsynth-0.3.6.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #393715
  
  (Portage version: 2.1.10.40/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-sound/qsynth/qsynth-0.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?r1=1.1&r2=1.2

Index: qsynth-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qsynth-0.3.6.ebuild	15 Apr 2011 21:05:22 -0000	1.1
+++ qsynth-0.3.6.ebuild	16 Dec 2011 17:02:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.1 2011/04/15 21:05:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.2 2011/12/16 17:02:27 ago Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 
 SLOT="0"
 IUSE="debug jack alsa pulseaudio"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 DEPEND=">=x11-libs/qt-core-4.2:4
 	>=x11-libs/qt-gui-4.2:4



1.51                 media-sound/qsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	15 Apr 2011 21:05:22 -0000	1.50
+++ ChangeLog	16 Dec 2011 17:02:27 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qsynth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.50 2011/04/15 21:05:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.51 2011/12/16 17:02:27 ago Exp $
+
+  16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> qsynth-0.3.6.ebuild:
+  Stable for AMD64, wrt bug #393715
 
 *qsynth-0.3.6 (15 Apr 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild ChangeLog
@ 2012-05-09  4:20 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2012-05-09  4:20 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/05/09 04:20:27

  Modified:             qsynth-0.3.6.ebuild ChangeLog
  Log:
  Apply patch by kensington which fixes bug #415049 (install failure when none of the provided linguas are selected)
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-sound/qsynth/qsynth-0.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?r1=1.6&r2=1.7

Index: qsynth-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qsynth-0.3.6.ebuild	7 May 2012 10:39:04 -0000	1.6
+++ qsynth-0.3.6.ebuild	9 May 2012 04:20:27 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.6 2012/05/07 10:39:04 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.7 2012/05/09 04:20:27 yngwin Exp $
 
 EAPI=4
 LANGS="cs de es ru"
@@ -10,8 +10,8 @@
 DESCRIPTION="A Qt application to control FluidSynth"
 HOMEPAGE="http://qsynth.sourceforge.net/"
 SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug jack alsa pulseaudio"
 KEYWORDS="amd64 ppc x86"
@@ -26,15 +26,7 @@
 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
 
 src_prepare() {
-	local lang use_langs
-	for lang in ${LANGS} ; do
-		if use linguas_${lang} ; then
-			use_langs="${use_langs} src/translations/${PN}_${lang}.qm"
-		fi
-	done
-
-	sed -e "s|\$(translations_targets)|${use_langs}|" -i Makefile.in \
-		|| die "sed translations failed"
+	sed -e '/@install/,/share\/locale$/d' -i Makefile.in || die "sed translations failed"
 
 	sed -e 's/@make/@\$(MAKE)/' -i Makefile.in || die "sed Makefile failed"
 
@@ -63,6 +55,14 @@
 src_install () {
 	qt4-r2_src_install
 
+	insinto /usr/share/locale
+	local lang
+	for lang in ${LANGS} ; do
+		if use linguas_${lang} ; then
+			doins "src/translations/${PN}_${lang}.qm"
+		fi
+	done
+
 	# The desktop file is invalid, and we also change the command
 	# depending on useflags
 	rm -rf "${D}/usr/share/applications/qsynth.desktop"



1.56                 media-sound/qsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	7 May 2012 10:39:04 -0000	1.55
+++ ChangeLog	9 May 2012 04:20:27 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/qsynth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.55 2012/05/07 10:39:04 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.56 2012/05/09 04:20:27 yngwin Exp $
+
+  09 May 2012; Ben de Groot <yngwin@gentoo.org> qsynth-0.3.6.ebuild:
+  Apply patch by kensington which fixes bug #415049 (install failure when none
+  of the provided linguas are selected)
 
   07 May 2012; Ben de Groot <yngwin@gentoo.org> -qsynth-0.3.2.ebuild,
   -qsynth-0.3.4.ebuild, -qsynth-0.3.5.ebuild, qsynth-0.3.6.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild ChangeLog
@ 2013-03-02 22:01 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 22:01 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 22:01:34

  Modified:             qsynth-0.3.6.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.8                  media-sound/qsynth/qsynth-0.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?r1=1.7&r2=1.8

Index: qsynth-0.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qsynth-0.3.6.ebuild	9 May 2012 04:20:27 -0000	1.7
+++ qsynth-0.3.6.ebuild	2 Mar 2013 22:01:34 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.7 2012/05/09 04:20:27 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.8 2013/03/02 22:01:34 hwoarang Exp $
 
 EAPI=4
 LANGS="cs de es ru"
@@ -16,8 +16,8 @@
 IUSE="debug jack alsa pulseaudio"
 KEYWORDS="amd64 ppc x86"
 
-DEPEND=">=x11-libs/qt-core-4.2:4
-	>=x11-libs/qt-gui-4.2:4
+DEPEND=">=dev-qt/qtcore-4.2:4
+	>=dev-qt/qtgui-4.2:4
 	>=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
 	x11-libs/libX11
 	!pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )"



1.58                 media-sound/qsynth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	7 Sep 2012 22:10:19 -0000	1.57
+++ ChangeLog	2 Mar 2013 22:01:34 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qsynth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.57 2012/09/07 22:10:19 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.58 2013/03/02 22:01:34 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qsynth-0.3.6.ebuild:
+  Move Qt dependencies to the new category
 
   07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.
@@ -292,4 +295,3 @@
   15 Jan 2004; Wout Mertens <wmertens@gentoo.org> qsynt-0.1.0.ebuild:
   Initial revision, marked stable because of simple ebuild and not a
   dependency for other things.
-





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-02 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09  4:20 [gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild ChangeLog Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-02 22:01 Markos Chandras (hwoarang)
2011-12-16 17:02 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox