From a007d090aa5a317fff623a3bfe2bfa44bdd595d7 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Fri, 18 Mar 2005 14:04:17 +0000 Subject: Use giflib instead of libungif; bug #85720. (Portage version: 2.0.51.19) --- app-office/magicpoint/ChangeLog | 6 +++++- app-office/magicpoint/magicpoint-1.10a-r1.ebuild | 5 ++++- app-office/magicpoint/magicpoint-1.11b.ebuild | 7 +++++-- 3 files changed, 14 insertions(+), 4 deletions(-) (limited to 'app-office') diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog index e153684e8609..dcf29f7131ce 100644 --- a/app-office/magicpoint/ChangeLog +++ b/app-office/magicpoint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/magicpoint # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.15 2005/02/05 21:43:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.16 2005/03/18 14:04:17 usata Exp $ + + 18 Mar 2005; Mamoru KOMACHI magicpoint-1.10a-r1.ebuild, + magicpoint-1.11b.ebuild: + Use giflib instead of libungif; bug #85720. 05 Feb 2005; Bryan Østergaard magicpoint-1.10a-r1.ebuild, magicpoint-1.11b.ebuild: diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild index b557e45a8431..9f80a86c86c6 100644 --- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild +++ b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.9 2005/02/05 21:43:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.10 2005/03/18 14:04:17 usata Exp $ inherit elisp-common eutils @@ -31,6 +31,9 @@ src_unpack() { } src_compile() { + # bug #85720 + sed -i -e "s/ungif/gif/g" configure* || die + econf \ `use_enable gif` \ `use_enable imlib` \ diff --git a/app-office/magicpoint/magicpoint-1.11b.ebuild b/app-office/magicpoint/magicpoint-1.11b.ebuild index eaa354a4ddb2..0e36a9a7fdcc 100644 --- a/app-office/magicpoint/magicpoint-1.11b.ebuild +++ b/app-office/magicpoint/magicpoint-1.11b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.6 2005/02/05 21:43:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.11b.ebuild,v 1.7 2005/03/18 14:04:17 usata Exp $ inherit elisp-common eutils @@ -15,7 +15,7 @@ KEYWORDS="x86 alpha sparc ppc ~amd64" IUSE="cjk nls m17n-lib emacs truetype gif imlib" DEPEND="virtual/x11 - gif? ( >=media-libs/libungif-4.0.1 ) + gif? ( >=media-libs/giflib-4.0.1 ) imlib? ( media-libs/imlib ) truetype? ( virtual/xft ) emacs? ( virtual/emacs ) @@ -42,6 +42,9 @@ src_unpack() { } src_compile() { + # bug #85720 + sed -i -e "s/ungif/gif/g" configure* || die + econf \ $(use_enable gif) \ $(use_enable imlib) \ -- cgit v1.2.3-65-gdbad