diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2004-11-05 15:22:43 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2004-11-05 15:22:43 +0000 |
commit | f6087bf8389a4090ca5fe4c9ed4a0931062c33f4 (patch) | |
tree | 490297ec5ca40f8e27bf386be81f9c6f8ebdccda /media-video | |
parent | Fixed insecure temp file creation as per bug #68407. stable on x86 and ppc (diff) | |
download | historical-f6087bf8389a4090ca5fe4c9ed4a0931062c33f4.tar.gz historical-f6087bf8389a4090ca5fe4c9ed4a0931062c33f4.tar.bz2 historical-f6087bf8389a4090ca5fe4c9ed4a0931062c33f4.zip |
fixed missing §(get_libdir) stuff
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/Manifest | 8 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.13-r1.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-video/transcode/Manifest b/media-video/transcode/Manifest index 577e75302013..991a93445d8a 100644 --- a/media-video/transcode/Manifest +++ b/media-video/transcode/Manifest @@ -8,7 +8,7 @@ MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158 MD5 d1c7003902b194931e4fcf7994105fb5 transcode-0.6.10.ebuild 3758 MD5 f9eec7a52a7ed77258780fe2864a6a68 transcode-0.6.11.ebuild 3824 MD5 01c1de259f9be1df3ec8d7b595547419 transcode-0.6.12.ebuild 2907 -MD5 89fd53c1af6b4fb0e8224e3c1f5702f8 transcode-0.6.13-r1.ebuild 2779 +MD5 2412e57d92bfc5b99b105d6774376959 transcode-0.6.13-r1.ebuild 2799 MD5 9e60a5fe6ed81870f4d91e03db5603bf transcode-0.6.12-r1.ebuild 3674 MD5 3b957eef288ce095a2ff0a256aec7c93 files/transcode-0.6.11-no-mmx.patch 1491 MD5 ef79fbe94405505c11c537e07b25c669 files/digest-transcode-0.6.10 69 @@ -26,7 +26,7 @@ MD5 b2561dbf66455c878a08afd19868dc5d files/transcode-0.6.12-gcc-3.4.patch 2503 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBizhyRPjscZbntocRAhdCAKCKj2ZkMuEzf3XAVTPhm5PBcoJnCACfQqEr -Yxzj8Q6RMpNQfNjz83upFos= -=QDr8 +iD8DBQFBi5fiRPjscZbntocRApOwAJ4hNKSZDpQggR475tnq4hvwDQYRZwCaArrs +M8R6fWmMbrhbWNrrHVfadcg= +=fonz -----END PGP SIGNATURE----- diff --git a/media-video/transcode/transcode-0.6.13-r1.ebuild b/media-video/transcode/transcode-0.6.13-r1.ebuild index c10c583ae3c2..2d8158e2075f 100644 --- a/media-video/transcode/transcode-0.6.13-r1.ebuild +++ b/media-video/transcode/transcode-0.6.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.13-r1.ebuild,v 1.1 2004/11/05 08:33:57 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.13-r1.ebuild,v 1.2 2004/11/05 15:22:43 zypher Exp $ inherit libtool flag-o-matic eutils @@ -64,9 +64,9 @@ src_compile() { # --with-pvm3-include=${PVM_ROOT}/include" # Use the MPlayer libpostproc if present - [ -f ${ROOT}/usr/lib/libpostproc.a ] && \ + [ -f ${ROOT}/usr/$(get_libdir)/libpostproc.a ] && \ [ -f ${ROOT}/usr/include/postproc/postprocess.h ] && \ - myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib" + myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/$(get_libdir)" append-flags -DDCT_YUV_PRECISION=1 econf \ |