diff options
23 files changed, 162 insertions, 114 deletions
diff --git a/dev-lang/php/php-4.0.5.ebuild b/dev-lang/php/php-4.0.5.ebuild index 0ff5c619e86b..3e6bd8ec5620 100644 --- a/dev-lang/php/php-4.0.5.ebuild +++ b/dev-lang/php/php-4.0.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.5.ebuild,v 1.6 2001/05/20 13:50:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.5.ebuild,v 1.7 2001/06/07 21:10:33 achim Exp $ A=${PN}-4.0.5.tar.gz S=${WORKDIR}/${PN}-4.0.5 @@ -10,13 +10,13 @@ SRC_URI="http://www.php.net/distributions/${A}" HOMEPAGE="http://www.php.net/" DEPEND="virtual/glibc - >=sys-libs/zlib-1.1.3 + >=dev-libs/gmp-3.1.1 =media-libs/freetype-1.3.1-r2 >=media-libs/jpeg-6b - >=media-libs/tiff-3.5.5 + >=media-libs/tiff-3.5.5 >=media-libs/libpng-1.0.7 - >=media-libs/libgd-1.8.3 + >=media-libs/libgd-1.8.3 >=media-libs/t1lib-1.0.1 >=net-www/apache-ssl-1.3 pam? ( >=sys-libs/pam-0.75 ) @@ -34,6 +34,26 @@ DEPEND="virtual/glibc libwww? ( >=net-libs/libwww-5.3.2 ) imap? ( virtual/imap )" +RDEPEND="virtual/glibc + >=dev-libs/gmp-3.1.1 + =media-libs/freetype-1.3.1-r2 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.7 + >=media-libs/t1lib-1.0.1 + >=net-www/apache-ssl-1.3 + pam? ( >=sys-libs/pam-0.75 ) + gdbm? ( >=sys-libs/gdbm-1.8.0 ) + berkdb? ( >=sys-libs/db-3 ) + mysql? ( >=dev-db/mysql-3.23.26 ) + odbc? ( >=dev-db/unixODBC-1.8.13 ) + ldap? ( >=net-nds/openldap-1.2.11 ) + postgres? ( >=dev-db/postgresql-7.1 ) + X? ( virtual/x11 ) + qt? ( >=x11-libs/qt-x11-2.3.0 ) + xml? ( >=app-text/sablotron-0.44 ) + libwww? ( >=net-libs/libwww-5.3.2 ) + imap? ( virtual/imap )" + src_compile() { local myconf diff --git a/dev-util/tmake/tmake-1.6.ebuild b/dev-util/tmake/tmake-1.6.ebuild index 44b7ddf22718..4dcdacb57c6f 100644 --- a/dev-util/tmake/tmake-1.6.ebuild +++ b/dev-util/tmake/tmake-1.6.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.6.ebuild,v 1.1 2000/11/26 12:39:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.6.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Cross platform Makefile tool" SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz" HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html" - +RDEPEND="sys-devel/perl" src_install () { diff --git a/gnome-apps/evolution/evolution-0.10.ebuild b/gnome-apps/evolution/evolution-0.10.ebuild index 538eee9cda0a..43bebe61c502 100644 --- a/gnome-apps/evolution/evolution-0.10.ebuild +++ b/gnome-apps/evolution/evolution-0.10.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.10.ebuild,v 1.3 2001/05/29 00:21:12 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.10.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,12 +9,16 @@ DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.helixcode.com" -DEPEND=">=gnome-base/gnome-core-1.2.4 - >=gnome-base/libunicode-0.4-r1 - >=gnome-base/gal-0.7 +DEPEND="=gnome-base/gal-0.7 nls? ( sys-devel/gettext ) >=gnome-base/gtkhtml-0.8.3 - >=gnome-libs/libxml2-2.3.5 - ldap? ( >=net-nds/openldap-1.2 )" + >=dev-util/xml-i18n-tools-0.8.4" + #mozilla? ( >=net-www/mozilla-0.9 )" + #ldap? ( >=net-nds/openldap-1.2 )" + +RDEPEND="=gnome-base/gal-0.7 + >=gnome-base/gtkhtml-0.8.3" + #mozilla? ( >=net-www/mozilla-0.9 )" + #ldap? ( >=net-nds/openldap-1.2 )" src_compile() { @@ -24,6 +28,15 @@ src_compile() { # else myconf="--enable-ldap=no" # fi +if [ "`use mozilla`" ] + then + # mozilla does not really work cuz of a missing libnss + MOZILLA=/opt/mozilla + #myconf="${myconf} --with-nspr-libs=$MOZILLA \ + # --with-nspr-includes=$MOZILLA/include/nspr" + #export MOZILLA_FIVE_HOME=$MOZILLA + #export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME + fi try ./configure --prefix=/opt/gnome --host=${CHOST} --enable-file-locking=no $myconf try make @@ -31,7 +44,6 @@ src_compile() { src_install () { - cd ${S} try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS dodoc NEWS README diff --git a/gnome-apps/gphoto/files/digest-gphoto-2.0.20010607 b/gnome-apps/gphoto/files/digest-gphoto-2.0.20010607 new file mode 100644 index 000000000000..33c0168289ad --- /dev/null +++ b/gnome-apps/gphoto/files/digest-gphoto-2.0.20010607 @@ -0,0 +1 @@ +MD5 c9c74c16da44bbfd683ca9567fbf2d22 gphoto-cvs-20010607.tar.bz2 diff --git a/gnome-apps/mc/mc-4.5.54.ebuild b/gnome-apps/mc/mc-4.5.54.ebuild index 3925610d1f59..50344f3357fe 100644 --- a/gnome-apps/mc/mc-4.5.54.ebuild +++ b/gnome-apps/mc/mc-4.5.54.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/mc/mc-4.5.54.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/mc/mc-4.5.54.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ #P= A=${P}.tar.gz @@ -15,10 +15,8 @@ DEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.72 ) slang? ( >=sys-libs/slang-1.4.2 ) >=sys-apps/e2fsprogs-1.19 - gnome? ( >=gnome-base/gnome-libs-1.2.4 ) - -" -RDEPEND="virtual/x11-web-browser" + gnome? ( >=gnome-base/gnome-libs-1.2.4 )" + src_unpack() { unpack ${A} diff --git a/gnome-apps/nautilus/nautilus-1.0.3.ebuild b/gnome-apps/nautilus/nautilus-1.0.3.ebuild index fbd773ac3123..22426f12549d 100644 --- a/gnome-apps/nautilus/nautilus-1.0.3.ebuild +++ b/gnome-apps/nautilus/nautilus-1.0.3.ebuild @@ -15,27 +15,22 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) mozilla? ( >=net-www/mozilla-0.8-r1 ) >=media-sound/cdparanoia-3.9.8 - >=media-libs/freetype-2.0.1 - >=sys-libs/pam-0.73 - >=gnome-base/bonobo-1.0.2 - >=gnome-base/libghttp-1.0.9 + >=gnome-base/bonobo-1.0.2 + >=gnome-base/libghttp-1.0.9 >=gnome-base/scrollkeeper-0.2 - >=gnome-base/control-center-1.4.0 + >=gnome-base/gnome-core-1.4.0.4 >=gnome-libs/medusa-0.5.1 >=gnome-libs/ammonite-1.0.2 - >=gnome-libs/librsvg-1.0.0 - >=gnome-libs/eel-1.0" + >=gnome-libs/eel-1.0 + >=dev-util/xml-i18n-tools-0.8.4" + RDEPEND="mozilla? ( >=net-www/mozilla-0.8-r1 ) >=media-sound/cdparanoia-3.9.8 - >=media-libs/freetype-2.0.1 - >=sys-libs/pam-0.73 - >=gnome-base/bonobo-1.0.2 - >=gnome-base/libghttp-1.0.9 - >=gnome-base/control-center-1.4.0 + >=gnome-base/bonobo-1.0.2 + >=gnome-base/gnome-core-1.4.0.4 >=gnome-libs/medusa-0.5.1 - >=gnome-libs/ammonite-1.0.2 - >=gnome-libs/librsvg-1.0.0 >=gnome-libs/eel-1.0" + src_compile() { local myconf if [ -z "`use nls`" ] diff --git a/gnome-base/mc/mc-4.5.54.ebuild b/gnome-base/mc/mc-4.5.54.ebuild index 5a48d171baa2..640e3fefe7da 100644 --- a/gnome-base/mc/mc-4.5.54.ebuild +++ b/gnome-base/mc/mc-4.5.54.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/mc/mc-4.5.54.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/mc/mc-4.5.54.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ #P= A=${P}.tar.gz @@ -15,10 +15,8 @@ DEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.72 ) slang? ( >=sys-libs/slang-1.4.2 ) >=sys-apps/e2fsprogs-1.19 - gnome? ( >=gnome-base/gnome-libs-1.2.4 ) - -" -RDEPEND="virtual/x11-web-browser" + gnome? ( >=gnome-base/gnome-libs-1.2.4 )" + src_unpack() { unpack ${A} diff --git a/gnome-base/nautilus/nautilus-1.0.3.ebuild b/gnome-base/nautilus/nautilus-1.0.3.ebuild index fbd773ac3123..22426f12549d 100644 --- a/gnome-base/nautilus/nautilus-1.0.3.ebuild +++ b/gnome-base/nautilus/nautilus-1.0.3.ebuild @@ -15,27 +15,22 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) mozilla? ( >=net-www/mozilla-0.8-r1 ) >=media-sound/cdparanoia-3.9.8 - >=media-libs/freetype-2.0.1 - >=sys-libs/pam-0.73 - >=gnome-base/bonobo-1.0.2 - >=gnome-base/libghttp-1.0.9 + >=gnome-base/bonobo-1.0.2 + >=gnome-base/libghttp-1.0.9 >=gnome-base/scrollkeeper-0.2 - >=gnome-base/control-center-1.4.0 + >=gnome-base/gnome-core-1.4.0.4 >=gnome-libs/medusa-0.5.1 >=gnome-libs/ammonite-1.0.2 - >=gnome-libs/librsvg-1.0.0 - >=gnome-libs/eel-1.0" + >=gnome-libs/eel-1.0 + >=dev-util/xml-i18n-tools-0.8.4" + RDEPEND="mozilla? ( >=net-www/mozilla-0.8-r1 ) >=media-sound/cdparanoia-3.9.8 - >=media-libs/freetype-2.0.1 - >=sys-libs/pam-0.73 - >=gnome-base/bonobo-1.0.2 - >=gnome-base/libghttp-1.0.9 - >=gnome-base/control-center-1.4.0 + >=gnome-base/bonobo-1.0.2 + >=gnome-base/gnome-core-1.4.0.4 >=gnome-libs/medusa-0.5.1 - >=gnome-libs/ammonite-1.0.2 - >=gnome-libs/librsvg-1.0.0 >=gnome-libs/eel-1.0" + src_compile() { local myconf if [ -z "`use nls`" ] diff --git a/gnome-extra/mc/mc-4.5.54.ebuild b/gnome-extra/mc/mc-4.5.54.ebuild index fefdb5d3476e..c3a9affdc56f 100644 --- a/gnome-extra/mc/mc-4.5.54.ebuild +++ b/gnome-extra/mc/mc-4.5.54.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mc/mc-4.5.54.ebuild,v 1.1 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mc/mc-4.5.54.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ #P= A=${P}.tar.gz @@ -15,10 +15,8 @@ DEPEND="virtual/glibc pam? ( >=sys-libs/pam-0.72 ) slang? ( >=sys-libs/slang-1.4.2 ) >=sys-apps/e2fsprogs-1.19 - gnome? ( >=gnome-base/gnome-libs-1.2.4 ) - -" -RDEPEND="virtual/x11-web-browser" + gnome? ( >=gnome-base/gnome-libs-1.2.4 )" + src_unpack() { unpack ${A} diff --git a/kde-apps/kdeadmin/kdeadmin-2.1.1-r1.ebuild b/kde-apps/kdeadmin/kdeadmin-2.1.1-r1.ebuild index affa79d67035..abb905079526 100644 --- a/kde-apps/kdeadmin/kdeadmin-2.1.1-r1.ebuild +++ b/kde-apps/kdeadmin/kdeadmin-2.1.1-r1.ebuild @@ -34,7 +34,7 @@ src_compile() { myconf="$myconf --enable-mitshm" fi QTBASE=/usr/X11R6/lib/qt - try ./configure --prefix=/opt/kde2.1 --host=${CHOST} \ + try ./configure --prefix=$KDEDIR --host=${CHOST} \ --with-qt-dir=$QTBASE \ --with-rpm $myconf try make diff --git a/kde-apps/kdegraphics/kdegraphics-2.1.1.ebuild b/kde-apps/kdegraphics/kdegraphics-2.1.1.ebuild index 060ce092d9ea..1ba6b92d3490 100644 --- a/kde-apps/kdegraphics/kdegraphics-2.1.1.ebuild +++ b/kde-apps/kdegraphics/kdegraphics-2.1.1.ebuild @@ -11,10 +11,11 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH HOMEPAGE="http://www.kde.org" -DEPEND=">=kde-base/kdelibs-${PV} - >=app-text/tetex-1.0.7" +DEPEND=">=kde-base/kdelibs-${PV} sys-devel/perl + tex? ( >=app-text/tetex-1.0.7 ) + gphoto2? ( >=gnome-apps/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" -RDEPEND=">=kde-base/kdelibs-${PV}" +RDEPEND=">=kde-base/kdelibs-${PV} gphoto2? ( >=gnome-apps/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" src_compile() { QTBASE=/usr/X11R6/lib/qt @@ -23,10 +24,15 @@ src_compile() { then myconf="--enable-mt" fi - if [ "`use mitshm`" ] + if [ "`use mitshm`" ] then myconf="$myconf --enable-mitshm" fi + if [ "`use gphoto2`" ] ; then + myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" + else + myconf="$myconf --without-kamera" + fi try ./configure --prefix=/opt/kde2.1 --host=${CHOST} \ --with-qt-dir=$QTBASE $myconf try make diff --git a/kde-apps/kdemultimedia/kdemultimedia-2.1.1.ebuild b/kde-apps/kdemultimedia/kdemultimedia-2.1.1.ebuild index 73dc392dd483..430fc1121c6f 100644 --- a/kde-apps/kdemultimedia/kdemultimedia-2.1.1.ebuild +++ b/kde-apps/kdemultimedia/kdemultimedia-2.1.1.ebuild @@ -13,6 +13,8 @@ HOMEPAGE="http://www.kde.org" DEPEND=">=kde-base/kdelibs-${PV} >=sys-libs/ncurses-5.2 + >=media-sound/cdparanoia-3.9.8 + >=media-libs/libvorbis-1.0_beta4 alsa? ( >=media-libs/alsa-lib-0.5.9 ) nas? ( >=media-sound/nas-1.4.1 ) esd? ( >=media-sound/esound-0.2.22 ) diff --git a/kde-apps/kdoc/kdoc-2.1.1.ebuild b/kde-apps/kdoc/kdoc-2.1.1.ebuild index 0595ddd25bee..e04dec089f0c 100644 --- a/kde-apps/kdoc/kdoc-2.1.1.ebuild +++ b/kde-apps/kdoc/kdoc-2.1.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdoc/kdoc-2.1.1.ebuild,v 1.1 2001/04/28 15:38:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdoc/kdoc-2.1.1.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -12,19 +12,16 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH HOMEPAGE="http://www.kde.org" -DEPEND=">=sys-devel/perl-5" -RDEPEND=$DEPEND +DEPEND=">=sys-devel/perl-5 kde-base/kde-env" src_compile() { - QTBASE=/usr/X11R6/lib/qt - try ./configure --prefix=/opt/kde2.1 --mandir=/opt/kde2.1/share/man --host=${CHOST} \ - --with-qt-dir=$QTDIR + + try ./configure --prefix=${KDEDIR} --host=${CHOST} try make } src_install() { - dodir /opt/kde2/share/man/man1 try make install DESTDIR=${D} dodoc README TODO Version diff --git a/kde-base/kdeadmin/kdeadmin-2.1.1-r1.ebuild b/kde-base/kdeadmin/kdeadmin-2.1.1-r1.ebuild index affa79d67035..abb905079526 100644 --- a/kde-base/kdeadmin/kdeadmin-2.1.1-r1.ebuild +++ b/kde-base/kdeadmin/kdeadmin-2.1.1-r1.ebuild @@ -34,7 +34,7 @@ src_compile() { myconf="$myconf --enable-mitshm" fi QTBASE=/usr/X11R6/lib/qt - try ./configure --prefix=/opt/kde2.1 --host=${CHOST} \ + try ./configure --prefix=$KDEDIR --host=${CHOST} \ --with-qt-dir=$QTBASE \ --with-rpm $myconf try make diff --git a/kde-base/kdegraphics/kdegraphics-2.1.1.ebuild b/kde-base/kdegraphics/kdegraphics-2.1.1.ebuild index 060ce092d9ea..1ba6b92d3490 100644 --- a/kde-base/kdegraphics/kdegraphics-2.1.1.ebuild +++ b/kde-base/kdegraphics/kdegraphics-2.1.1.ebuild @@ -11,10 +11,11 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH HOMEPAGE="http://www.kde.org" -DEPEND=">=kde-base/kdelibs-${PV} - >=app-text/tetex-1.0.7" +DEPEND=">=kde-base/kdelibs-${PV} sys-devel/perl + tex? ( >=app-text/tetex-1.0.7 ) + gphoto2? ( >=gnome-apps/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" -RDEPEND=">=kde-base/kdelibs-${PV}" +RDEPEND=">=kde-base/kdelibs-${PV} gphoto2? ( >=gnome-apps/gphoto-2.0_beta1 >=media-libs/libgpio-20010607 )" src_compile() { QTBASE=/usr/X11R6/lib/qt @@ -23,10 +24,15 @@ src_compile() { then myconf="--enable-mt" fi - if [ "`use mitshm`" ] + if [ "`use mitshm`" ] then myconf="$myconf --enable-mitshm" fi + if [ "`use gphoto2`" ] ; then + myconf="$myconf --with-gphoto2-includes=/usr/include/gphoto2 --with-gphoto2-libraries=/usr/lib/gphoto2" + else + myconf="$myconf --without-kamera" + fi try ./configure --prefix=/opt/kde2.1 --host=${CHOST} \ --with-qt-dir=$QTBASE $myconf try make diff --git a/kde-base/kdemultimedia/kdemultimedia-2.1.1.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.1.1.ebuild index 73dc392dd483..430fc1121c6f 100644 --- a/kde-base/kdemultimedia/kdemultimedia-2.1.1.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-2.1.1.ebuild @@ -13,6 +13,8 @@ HOMEPAGE="http://www.kde.org" DEPEND=">=kde-base/kdelibs-${PV} >=sys-libs/ncurses-5.2 + >=media-sound/cdparanoia-3.9.8 + >=media-libs/libvorbis-1.0_beta4 alsa? ( >=media-libs/alsa-lib-0.5.9 ) nas? ( >=media-sound/nas-1.4.1 ) esd? ( >=media-sound/esound-0.2.22 ) diff --git a/kde-base/kdoc/kdoc-2.1.1.ebuild b/kde-base/kdoc/kdoc-2.1.1.ebuild index 9e938da90ad1..54dcdde97b28 100644 --- a/kde-base/kdoc/kdoc-2.1.1.ebuild +++ b/kde-base/kdoc/kdoc-2.1.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdoc/kdoc-2.1.1.ebuild,v 1.1 2001/04/28 15:38:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdoc/kdoc-2.1.1.ebuild,v 1.2 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -12,19 +12,16 @@ SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH HOMEPAGE="http://www.kde.org" -DEPEND=">=sys-devel/perl-5" -RDEPEND=$DEPEND +DEPEND=">=sys-devel/perl-5 kde-base/kde-env" src_compile() { - QTBASE=/usr/X11R6/lib/qt - try ./configure --prefix=/opt/kde2.1 --mandir=/opt/kde2.1/share/man --host=${CHOST} \ - --with-qt-dir=$QTDIR + + try ./configure --prefix=${KDEDIR} --host=${CHOST} try make } src_install() { - dodir /opt/kde2/share/man/man1 try make install DESTDIR=${D} dodoc README TODO Version diff --git a/media-gfx/gphoto/files/digest-gphoto-2.0.20010607 b/media-gfx/gphoto/files/digest-gphoto-2.0.20010607 new file mode 100644 index 000000000000..33c0168289ad --- /dev/null +++ b/media-gfx/gphoto/files/digest-gphoto-2.0.20010607 @@ -0,0 +1 @@ +MD5 c9c74c16da44bbfd683ca9567fbf2d22 gphoto-cvs-20010607.tar.bz2 diff --git a/media-video/avifile/avifile-0.53.5.ebuild b/media-video/avifile/avifile-0.53.5.ebuild index 5f5532042b5a..58f8ce101971 100644 --- a/media-video/avifile/avifile-0.53.5.ebuild +++ b/media-video/avifile/avifile-0.53.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.53.5.ebuild,v 1.3 2001/05/15 15:41:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.53.5.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Library for AVI-Files" @@ -10,28 +10,32 @@ SRC_URI="http://divx.euro.ru/${P}.tar.gz HOMEPAGE="http://divx.euro.ru/" -DEPEND=">=x11-libs/qt-x11-2.2.2" -RDEPEND=">=x11-libs/qt-x11-2.2.2 - >=media-libs/libsdl-1.1.5 - >=x11-libs/gtk+-1.2.8 - >=media-sound/esound-0.2.19" - +DEPEND="virtual/glibc qt? ( >=x11-libs/qt-x11-2.2.2 ) >=media-libs/libsdl-1.1.5 app-arch/unzip" +RDEPEND="virtual/glibc qt? ( >=x11-libs/qt-x11-2.2.2 ) >=media-libs/libsdl-1.1.5" + +src_unpack() { + unpack ${P}.tar.gz +} src_compile() { + local myconf + if [ -z "`use qt`" ] ; then + myconf="$myconf --disable-qt" + fi if [ "`use nas`" ] ; then LDFLAGS="-L/usr/X11R6/lib -lXt" fi export CFLAGS=${CFLAGS/-O?/-O2} - try LDFLAGS=\"$LDFLAGS\" ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc + try LDFLAGS=\"$LDFLAGS\" ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc $myconf cp Makefile Makefile.orig sed -e "s:/usr/lib/win32:${D}/usr/lib/win32:" \ Makefile.orig > Makefile try make - cd xmps-avi-plugin - cp Makefile Makefile.orig - sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ - Makefile.orig > Makefile - try make + #cd xmps-avi-plugin + #cp Makefile Makefile.orig + #sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ + # Makefile.orig > Makefile + #try make } diff --git a/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild b/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild index 6a1661b78e1f..549a8dd90917 100644 --- a/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild +++ b/net-dialup/qtwvdialer/qtwvdialer-0.3.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild,v 1.3 2001/04/29 18:42:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/qtwvdialer/qtwvdialer-0.3.1.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ S=${WORKDIR}/QtWvDialer-${PV} DESCRIPTION="QT Frontend for wvdial" @@ -10,7 +10,10 @@ HOMEPAGE="http://private.addcom.de/toussaint/qtwvdialer.html" DEPEND=">=x11-libs/qt-x11-2.2.2 >=dev-util/tmake-1.6 - net-dialup/wvdial" + net-dialup/wvdial + sys-apps/which + sys-apps/modutils" + RDEPEND=">=x11-libs/qt-x11-2.2.2" src_compile() { @@ -21,13 +24,12 @@ src_compile() { sed -e "s:TMAKEPATH/\.\./\.\./bin/tmake:TMAKEPATH/../../../bin/tmake:" \ configure.orig > configure try ./configure - try make + try make -e CFLAGS=\"$CFLAGS\" } src_install () { - cd ${S} insinto /usr/X11R6 dobin bin/qtwvdialer dodoc AUTHORS CHANGELOG COPYING README diff --git a/net-mail/evolution/evolution-0.10.ebuild b/net-mail/evolution/evolution-0.10.ebuild index 55f51f8be782..426c35b4c2a3 100644 --- a/net-mail/evolution/evolution-0.10.ebuild +++ b/net-mail/evolution/evolution-0.10.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.10.ebuild,v 1.3 2001/05/29 00:21:12 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.10.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,12 +9,16 @@ DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" HOMEPAGE="http://www.helixcode.com" -DEPEND=">=gnome-base/gnome-core-1.2.4 - >=gnome-base/libunicode-0.4-r1 - >=gnome-base/gal-0.7 +DEPEND="=gnome-base/gal-0.7 nls? ( sys-devel/gettext ) >=gnome-base/gtkhtml-0.8.3 - >=gnome-libs/libxml2-2.3.5 - ldap? ( >=net-nds/openldap-1.2 )" + >=dev-util/xml-i18n-tools-0.8.4" + #mozilla? ( >=net-www/mozilla-0.9 )" + #ldap? ( >=net-nds/openldap-1.2 )" + +RDEPEND="=gnome-base/gal-0.7 + >=gnome-base/gtkhtml-0.8.3" + #mozilla? ( >=net-www/mozilla-0.9 )" + #ldap? ( >=net-nds/openldap-1.2 )" src_compile() { @@ -24,6 +28,15 @@ src_compile() { # else myconf="--enable-ldap=no" # fi +if [ "`use mozilla`" ] + then + # mozilla does not really work cuz of a missing libnss + MOZILLA=/opt/mozilla + #myconf="${myconf} --with-nspr-libs=$MOZILLA \ + # --with-nspr-includes=$MOZILLA/include/nspr" + #export MOZILLA_FIVE_HOME=$MOZILLA + #export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME + fi try ./configure --prefix=/opt/gnome --host=${CHOST} --enable-file-locking=no $myconf try make @@ -31,7 +44,6 @@ src_compile() { src_install () { - cd ${S} try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS dodoc NEWS README diff --git a/net-print/kups/kups-1.0.ebuild b/net-print/kups/kups-1.0.ebuild index d3aa55fe39db..17d2e24a2dec 100644 --- a/net-print/kups/kups-1.0.ebuild +++ b/net-print/kups/kups-1.0.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0.ebuild,v 1.2 2001/04/29 22:44:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/kups/kups-1.0.ebuild,v 1.3 2001/06/07 21:10:33 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="A CUPS front-end for KDE" SRC_URI="ftp://cups.sourceforge.net/pub/cups/kups/${P}.tar.gz" HOMEPAGE="http://cups.sourceforge.net/kups/" -DEPEND=">=kde-base/kdelibs-2.1.1 +DEPEND=">=kde-base/kdelibs-2.1.1 sys-devel/autoconf + >=net-print/qtcups-2.0" +RDEPEND=">=kde-base/kdelibs-2.1.1 >=net-print/qtcups-2.0" src_compile() { diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild index 0af66b4d94bc..1dc2f609684f 100644 --- a/sys-devel/perl/perl-5.6.1.ebuild +++ b/sys-devel/perl/perl-5.6.1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.4 2001/06/07 21:10:33 achim Exp $ A=${P}.tar.gz @@ -53,13 +53,13 @@ EOF else myconf="${myconf} -Ui_db -Ui_ndbm" fi - if [ "`use perl`" ] - then - # We create a shared libperl only if the use variable perl - # is set, because using a shared lib leads to as significiant - # performance penalty - myconf="${myconf} -Duseshrplib" - fi + # if [ "`use perl`" ] + # then + # # We create a shared libperl only if the use variable perl + # # is set, because using a shared lib leads to as significiant + # # performance penalty + # myconf="${myconf} -Duseshrplib" + # fi sh Configure -des -Dprefix=/usr -Dd_dosuid \ -Dd_semctl_semun ${myconf} -Duselargefiles \ -Darchname=${CHOST%%-*}-linux |