# ChangeLog for media-libs/libmustux
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.31 2006/11/03 21:06:43 dang Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/ChangeLog,v 1.32 2007/01/04 15:24:41 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -libmustux-0.20.2.ebuild, libmustux-0.20.2-r1.ebuild:
+ Cleanup.
03 Nov 2006; Daniel Gryniewicz <dang@gentoo.org>
libmustux-0.20.2-r1.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.9 2006/11/03 21:06:43 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmustux/libmustux-0.20.2-r1.ebuild,v 1.10 2007/01/04 15:24:41 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
-RDEPEND="|| ( ( x11-libs/libXt )
- virtual/x11 )
+RDEPEND="x11-libs/libXt
=x11-libs/qt-3*
media-libs/alsa-lib"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-qualifications.patch"
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO
}