diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:24:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:24:41 +0000 |
commit | aefa67f9bc339c4be8efb4228aadaab0764dab8c (patch) | |
tree | 6f671e92aea120f1f3ed4e919fdf616059e8523e /media-libs/libmustux | |
parent | Fixed PREFIX in cpp files (see #159400) (diff) | |
download | gentoo-2-aefa67f9bc339c4be8efb4228aadaab0764dab8c.tar.gz gentoo-2-aefa67f9bc339c4be8efb4228aadaab0764dab8c.tar.bz2 gentoo-2-aefa67f9bc339c4be8efb4228aadaab0764dab8c.zip |
Cleanup.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-libs/libmustux')
-rw-r--r-- | media-libs/libmustux/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libmustux/libmustux-0.20.2-r1.ebuild | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/libmustux/ChangeLog b/media-libs/libmustux/ChangeLog index 96db2d108106..ed0b4399d464 100644 --- a/media-libs/libmustux/ChangeLog +++ b/media-libs/libmustux/ChangeLog @@ -1,6 +1,10 @@ # 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: diff --git a/media-libs/libmustux/libmustux-0.20.2-r1.ebuild b/media-libs/libmustux/libmustux-0.20.2-r1.ebuild index bd46bbc7beae..06a247d40b7d 100644 --- a/media-libs/libmustux/libmustux-0.20.2-r1.ebuild +++ b/media-libs/libmustux/libmustux-0.20.2-r1.ebuild @@ -1,6 +1,6 @@ -# 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" @@ -17,8 +17,7 @@ SLOT="0" 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" @@ -26,7 +25,7 @@ set-qtdir 3 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-qualifications.patch" @@ -42,6 +41,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO } |