summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-07-16 22:17:44 +0000
committerBen de Groot <yngwin@gentoo.org>2008-07-16 22:17:44 +0000
commitca8ad2f844d1620229dcba30610433eb3cbfe384 (patch)
tree4399f469bcddb58a57d9684dafb6c434f93c25c1 /media-sound
parentStable on sparc, bug #231691 (diff)
downloadgentoo-2-ca8ad2f844d1620229dcba30610433eb3cbfe384.tar.gz
gentoo-2-ca8ad2f844d1620229dcba30610433eb3cbfe384.tar.bz2
gentoo-2-ca8ad2f844d1620229dcba30610433eb3cbfe384.zip
Updated qsampler to split Qt4 deps
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-hh7 i686)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qsampler/ChangeLog5
-rw-r--r--media-sound/qsampler/qsampler-0.2.1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/qsampler/ChangeLog b/media-sound/qsampler/ChangeLog
index 14b65009ce0b..74ef08bd0776 100644
--- a/media-sound/qsampler/ChangeLog
+++ b/media-sound/qsampler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/qsampler
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.14 2008/01/27 11:01:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.15 2008/07/16 22:17:44 yngwin Exp $
+
+ 16 Jul 2008; Ben de Groot <yngwin@gentoo.org> qsampler-0.2.1.ebuild:
+ Updated to split Qt4 deps
27 Jan 2008; Alexis Ballier <aballier@gentoo.org> qsampler-0.2.1.ebuild:
run eqmake4 rather than qmake from the build system
diff --git a/media-sound/qsampler/qsampler-0.2.1.ebuild b/media-sound/qsampler/qsampler-0.2.1.ebuild
index 695efcfe38d4..fc5437fae877 100644
--- a/media-sound/qsampler/qsampler-0.2.1.ebuild
+++ b/media-sound/qsampler/qsampler-0.2.1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.2.1.ebuild,v 1.2 2008/01/27 11:01:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.2.1.ebuild,v 1.3 2008/07/16 22:17:44 yngwin Exp $
EAPI="1"
-
inherit qt4
-DESCRIPTION="QSampler is a graphical frontend to the LinuxSampler engine."
+DESCRIPTION="A graphical frontend to the LinuxSampler engine"
HOMEPAGE="http://www.linuxsampler.org"
SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
@@ -15,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +libgig"
-RDEPEND="$(qt4_min_version 4.1)
+RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
>=media-libs/liblscp-0.5.5
libgig? ( >=media-libs/libgig-3.2.1 )
>=media-sound/linuxsampler-0.5
@@ -34,3 +33,4 @@ src_install() {
dodoc AUTHORS ChangeLog README TODO
doman debian/${PN}.1
}
+