summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-12-18 16:12:52 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-12-18 16:12:52 +0000
commit12ab06f046f2213306fce10fc01d8b70bec53935 (patch)
tree00e767eecca18429c42b85610c8227cd807ab376 /media-gfx/zphoto
parentAdded eutils for epatch. Applied gcc34 patch to 2.3.x branch as well. (diff)
downloadgentoo-2-12ab06f046f2213306fce10fc01d8b70bec53935.tar.gz
gentoo-2-12ab06f046f2213306fce10fc01d8b70bec53935.tar.bz2
gentoo-2-12ab06f046f2213306fce10fc01d8b70bec53935.zip
Avifile removed
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-gfx/zphoto')
-rw-r--r--media-gfx/zphoto/ChangeLog6
-rw-r--r--media-gfx/zphoto/zphoto-1.2-r1.ebuild5
-rw-r--r--media-gfx/zphoto/zphoto-1.2-r2.ebuild5
3 files changed, 9 insertions, 7 deletions
diff --git a/media-gfx/zphoto/ChangeLog b/media-gfx/zphoto/ChangeLog
index cb681e102aec..14a379181d0a 100644
--- a/media-gfx/zphoto/ChangeLog
+++ b/media-gfx/zphoto/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/zphoto
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/ChangeLog,v 1.14 2005/10/04 22:21:40 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/ChangeLog,v 1.15 2005/12/18 16:12:52 lu_zero Exp $
+
+ 18 Dec 2005; Luca Barbato <lu_zero@gentoo.org> zphoto-1.2-r1.ebuild,
+ zphoto-1.2-r2.ebuild:
+ Avifile removed
*zphoto-1.2-r2 (04 Oct 2005)
diff --git a/media-gfx/zphoto/zphoto-1.2-r1.ebuild b/media-gfx/zphoto/zphoto-1.2-r1.ebuild
index 993333b073e3..f1600c915f09 100644
--- a/media-gfx/zphoto/zphoto-1.2-r1.ebuild
+++ b/media-gfx/zphoto/zphoto-1.2-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/media-gfx/zphoto/zphoto-1.2-r1.ebuild,v 1.3 2005/06/04 10:58:30 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-1.2-r1.ebuild,v 1.4 2005/12/18 16:12:52 lu_zero Exp $
IUSE="wxwindows gtk2"
@@ -14,14 +14,13 @@ LICENSE="LGPL-2.1"
DEPEND=">=media-libs/ming-0.2a
|| ( >=media-libs/imlib2-1.1.0 >=media-gfx/imagemagick-5.5.7 )
- >=media-video/avifile-0.7.34
app-arch/zip
>=dev-libs/popt-1.6.3
wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 )"
src_compile() {
- local myconf
+ local myconf="--disable-avifile"
if use wxwindows ; then
if use gtk2 && has_version '>=x11-libs/wxGTK-2.6' ; then
diff --git a/media-gfx/zphoto/zphoto-1.2-r2.ebuild b/media-gfx/zphoto/zphoto-1.2-r2.ebuild
index 14db6c695f8c..b28e2defe34d 100644
--- a/media-gfx/zphoto/zphoto-1.2-r2.ebuild
+++ b/media-gfx/zphoto/zphoto-1.2-r2.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/media-gfx/zphoto/zphoto-1.2-r2.ebuild,v 1.1 2005/10/04 22:21:40 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zphoto/zphoto-1.2-r2.ebuild,v 1.2 2005/12/18 16:12:52 lu_zero Exp $
IUSE="wxwindows"
@@ -14,14 +14,13 @@ LICENSE="LGPL-2.1"
DEPEND=">=media-libs/ming-0.2a
|| ( >=media-libs/imlib2-1.1.0 >=media-gfx/imagemagick-5.5.7 )
- >=media-video/avifile-0.7.34
app-arch/zip
>=dev-libs/popt-1.6.3
wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 )"
src_compile() {
- local myconf
+ local myconf="--disable-avifile"
if use wxwindows ; then
if has_version '>=x11-libs/wxGTK-2.6' ; then