diff options
-rw-r--r-- | media-video/jahshaka/Manifest | 2 | ||||
-rw-r--r-- | media-video/jahshaka/jahshaka-2.0_rc1.ebuild | 6 | ||||
-rw-r--r-- | media-video/qdvdauthor/Manifest | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-video/jahshaka/Manifest b/media-video/jahshaka/Manifest index 344177c53657..02c7d1b614d6 100644 --- a/media-video/jahshaka/Manifest +++ b/media-video/jahshaka/Manifest @@ -7,5 +7,5 @@ MD5 7ec7294a7819533a7d0988eec0afd776 files/digest-jahshaka-2.0_rc1 69 MD5 c3cb7840c08ef0ced53f6b8d58442449 files/ftgl.h.patch 793 MD5 3f8daf16c1164a5cdc8755c22bc1deae jahshaka-1.9_alpha90-r1.ebuild 1993 MD5 b5f6a8932505b64b1f9fee94a110eb24 jahshaka-1.9_alpha90.ebuild 2077 -MD5 289dde2a9a03527f29142ab3703a7d31 jahshaka-2.0_rc1.ebuild 1668 +MD5 95466dcb736007a42d42e4010a7b5e34 jahshaka-2.0_rc1.ebuild 1721 MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158 diff --git a/media-video/jahshaka/jahshaka-2.0_rc1.ebuild b/media-video/jahshaka/jahshaka-2.0_rc1.ebuild index ddd3a2bb609f..7c7751daaa66 100644 --- a/media-video/jahshaka/jahshaka-2.0_rc1.ebuild +++ b/media-video/jahshaka/jahshaka-2.0_rc1.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-video/jahshaka/jahshaka-2.0_rc1.ebuild,v 1.4 2005/12/17 14:46:55 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/jahshaka-2.0_rc1.ebuild,v 1.5 2006/01/03 12:15:04 caleb Exp $ inherit eutils @@ -29,14 +29,14 @@ RESTRICT="nostrip" S="${WORKDIR}/${PN}" src_compile() { - sed -e "s/qmake/\$\{QTDIR\}\/bin\/qmake/" -i ${S}/configure + sed -e "s/qmake/\$\{QTDIR\}\/bin\/qmake QMAKE=\$\{QTDIR\}\/bin\/qmake/" -i ${S}/configure ./configure --prefix=/usr \ `use_enable static` \ `use_enable debug` \ || die "configure failed" cd ${S}/plugins - ${QTDIR}/bin/qmake plugins.pro + ${QTDIR}/bin/qmake QMAKE=${QTDIR}/bin/qmake plugins.pro cd ${S} make || die diff --git a/media-video/qdvdauthor/Manifest b/media-video/qdvdauthor/Manifest index ed1fe0477388..1f1d8238a78e 100644 --- a/media-video/qdvdauthor/Manifest +++ b/media-video/qdvdauthor/Manifest @@ -3,5 +3,5 @@ MD5 55b8f5976c906c92838fe49cfc29c76f files/digest-qdvdauthor-0.0.10 70 MD5 6d09c05eb5f5caa3cd56c0a70a2fc21d files/digest-qdvdauthor-0.0.9 68 MD5 cce352b8695bcf9ae6b0d8f5afcbfadd files/qdvdauthor-0.0.9-nointeractive.patch 632 MD5 5fcdbe92257f80de63c774815ce48851 metadata.xml 371 -MD5 52bb737eb2f708b5fc21798dbbf29392 qdvdauthor-0.0.10.ebuild 1958 -MD5 c49cafa5baf1d161ec92186f6b7e6519 qdvdauthor-0.0.9.ebuild 2267 +MD5 3697024bba92557d8dd46f4abf63642a qdvdauthor-0.0.10.ebuild 1981 +MD5 381cbf11143b48a8905797ac74c04c5c qdvdauthor-0.0.9.ebuild 2311 |