diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/imlib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/imlib/imlib-1.9.14-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/imlib/ChangeLog b/media-libs/imlib/ChangeLog index 22f15faee569..0dbc6995408a 100644 --- a/media-libs/imlib/ChangeLog +++ b/media-libs/imlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/imlib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.21 2004/08/13 22:30:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.22 2004/08/26 13:20:05 hanno Exp $ + + 26 Aug 2004; Hanno Boeck <hanno@gentoo.org> imlib-1.9.14-r1.ebuild: + Re-indtroduced the hard-gtk-dep, because the "hack" to disable it didn't + really work. 13 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> imlib-1.9.14-r1.ebuild: fix use invocation diff --git a/media-libs/imlib/imlib-1.9.14-r1.ebuild b/media-libs/imlib/imlib-1.9.14-r1.ebuild index 894dee89b443..0372517de23b 100644 --- a/media-libs/imlib/imlib-1.9.14-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.28 2004/08/13 22:30:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.29 2004/08/26 13:20:05 hanno Exp $ inherit gnome.org libtool @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ppc64" IUSE="" -DEPEND="gtk? ( =x11-libs/gtk+-1.2* ) +DEPEND="=x11-libs/gtk+-1.2* >=media-libs/tiff-3.5.5 >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.2.1 @@ -27,9 +27,8 @@ src_unpack() { } src_compile() { - use gtk || econf_args="--with-gtk-prefix=/dev/null --disable-gtktest" elibtoolize - econf --sysconfdir=/etc/imlib ${econf_args} || die + econf --sysconfdir=/etc/imlib || die emake || die } |