public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qsampler: qsampler-0.2.2.2345.ebuild ChangeLog qsampler-0.2.2.ebuild
@ 2012-05-30 13:43 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2012-05-30 13:43 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/05/30 13:43:48

  Modified:             ChangeLog
  Added:                qsampler-0.2.2.2345.ebuild
  Removed:              qsampler-0.2.2.ebuild
  Log:
  Add new snapshot ebuild (SVN r2345), with fixes by kensington and users in bugs #379663 and #380589. Remove old broken version.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-sound/qsampler/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Dec 2009 19:01:06 -0000	1.16
+++ ChangeLog	30 May 2012 13:43:47 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/qsampler
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.16 2009/12/04 19:01:06 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.17 2012/05/30 13:43:47 yngwin Exp $
+
+*qsampler-0.2.2.2345 (30 May 2012)
+
+  30 May 2012; Ben de Groot <yngwin@gentoo.org> +qsampler-0.2.2.2345.ebuild,
+  -qsampler-0.2.2.ebuild:
+  Add new snapshot ebuild (SVN r2345), with fixes by kensington and users in
+  bugs #379663 and #380589. Remove old broken version.
 
 *qsampler-0.2.2 (04 Dec 2009)
 



1.1                  media-sound/qsampler/qsampler-0.2.2.2345.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsampler/qsampler-0.2.2.2345.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsampler/qsampler-0.2.2.2345.ebuild?rev=1.1&content-type=text/plain

Index: qsampler-0.2.2.2345.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.2.2.2345.ebuild,v 1.1 2012/05/30 13:43:47 yngwin Exp $

EAPI=4
inherit eutils qt4-r2

DESCRIPTION="A graphical frontend to the LinuxSampler engine"
HOMEPAGE="http://qsampler.sourceforge.net"
SRC_URI="mirror://gentoo/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +libgig"

DEPEND="media-libs/alsa-lib
	>=media-libs/liblscp-0.5.5
	x11-libs/libX11
	x11-libs/qt-core:4
	x11-libs/qt-gui:4
	libgig? ( >=media-libs/libgig-3.2.1 )"
RDEPEND="${DEPEND}
	>=media-sound/linuxsampler-0.5"

src_configure() {
	econf $(use_enable debug) \
		$(use_enable libgig)
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc AUTHORS ChangeLog README TODO
	doman debian/${PN}.1
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-30 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 13:43 [gentoo-commits] gentoo-x86 commit in media-sound/qsampler: qsampler-0.2.2.2345.ebuild ChangeLog qsampler-0.2.2.ebuild Ben de Groot (yngwin)

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