summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:52 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:52 +0000
commit4ebb6414662adac26b1cf49a47970d5681a7c171 (patch)
treed883234f4119d9b79266e6edd3a54893407a3c3a /media-gfx/gphoto
parentfixums (diff)
downloadgentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.tar.gz
gentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.tar.bz2
gentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.zip
gnome to /usr changes, NOTE: i might have missed a few DEPENDs, and when hallski come back, he can still move stuff around
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r--media-gfx/gphoto/files/digest-gphoto-0.4.3-r1 (renamed from media-gfx/gphoto/files/digest-gphoto-0.4.3)0
-rw-r--r--media-gfx/gphoto/gphoto-0.4.3-r1.ebuild (renamed from media-gfx/gphoto/gphoto-0.4.3.ebuild)8
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/gphoto/files/digest-gphoto-0.4.3 b/media-gfx/gphoto/files/digest-gphoto-0.4.3-r1
index 34ce510a76d5..34ce510a76d5 100644
--- a/media-gfx/gphoto/files/digest-gphoto-0.4.3
+++ b/media-gfx/gphoto/files/digest-gphoto-0.4.3-r1
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3-r1.ebuild
index 40181fa8e8fa..f99d5d7e10a4 100644
--- a/media-gfx/gphoto/gphoto-0.4.3.ebuild
+++ b/media-gfx/gphoto/gphoto-0.4.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author AJ Lewis <aj@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.11 2001/08/31 03:23:39 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3-r1.ebuild,v 1.1 2001/10/06 17:22:51 azarah Exp $
A=${P}.tar.gz
@@ -11,7 +11,7 @@ SRC_URI="http://www.gphoto.net/dist/${A}"
HOMEPAGE="http://www.gphoto.org"
DEPEND="virtual/glibc
- >=media-libs/imlib-1.8
+ >=media-libs/imlib-1.9.10-r1
>=media-gfx/imagemagick-4.1"
@@ -19,13 +19,13 @@ src_compile() {
# -pipe does no work
CFLAGS="${CFLAGS/-pipe}"
- try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
+ try ./configure --prefix=/usr --sysconfdir=/etc/gnome
try make clean
try pmake
}
src_install() {
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ try make prefix=${D}/usr sysconfdir=${D}/etc/gnome install
dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \
README THANKS THEMES TODO
}