diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-07 08:05:06 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-07 08:05:06 +0000 |
commit | b5fe7c5df91924f36895cbcc8114e9a9a0a3d591 (patch) | |
tree | dd56c71f5f4a64e575f6507ae43f73843ab9049a /media-video | |
parent | replace a cp command with insinto/doins (diff) | |
download | historical-b5fe7c5df91924f36895cbcc8114e9a9a0a3d591.tar.gz historical-b5fe7c5df91924f36895cbcc8114e9a9a0a3d591.tar.bz2 historical-b5fe7c5df91924f36895cbcc8114e9a9a0a3d591.zip |
The new qt moves to live in /usr. Therefore we don't use QTDIR anymore.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/avifile/avifile-0.6.0.20010503-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/avifile/avifile-0.6.0.20011003-r1.ebuild | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild b/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild index c98b2ccccf06..bd337c52592b 100644 --- a/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild +++ b/media-video/avifile/avifile-0.6.0.20010503-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild,v 1.2 2001/10/07 08:05:06 danarmak Exp $ S=${WORKDIR}/${PN}-0.6.0 DESCRIPTION="Library for AVI-Files" @@ -10,7 +10,7 @@ SRC_URI="http://www.directfb.org/download/contrib/${P}.tar.gz HOMEPAGE="http://divx.euro.ru/" -DEPEND="virtual/glibc qt? ( >=x11-libs/qt-x11-2.2.2 ) >=media-libs/libsdl-1.1.5 app-arch/unzip" +DEPEND="virtual/glibc qt? ( >=x11-libs/qt-x11-2.3.1-r1 ) >=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() { diff --git a/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild b/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild index 7e6a4b9a6309..f23981bfb6a6 100644 --- a/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild +++ b/media-video/avifile/avifile-0.6.0.20011003-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild,v 1.2 2001/10/07 08:05:06 danarmak Exp $ P=${PN}-0.6.0-20011003 S=${WORKDIR}/${PN}-0.6.0 @@ -23,8 +23,6 @@ src_compile() { local myconf if [ -z "`use qt`" ] ; then myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-includes=$QTDIR/include --with-qt-libraries=$QTDIR/lib" fi if [ "`use nas`" ] ; then LDFLAGS="-L/usr/X11R6/lib -lXt" |