diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-04 19:07:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-04 19:07:19 +0000 |
commit | e9ebe0f826d2f3086c8bc4a939f9f482b5211dd3 (patch) | |
tree | 310708e8ebabc8b9df1208541ecfcb6257e98b91 /media-video/transcode | |
parent | Fixing path to mplayer libpostproc. Closes #16896. (diff) | |
download | historical-e9ebe0f826d2f3086c8bc4a939f9f482b5211dd3.tar.gz historical-e9ebe0f826d2f3086c8bc4a939f9f482b5211dd3.tar.bz2 historical-e9ebe0f826d2f3086c8bc4a939f9f482b5211dd3.zip |
Fixing path to mplayer libpostproc. Closes #16896.
Diffstat (limited to 'media-video/transcode')
-rw-r--r-- | media-video/transcode/Manifest | 7 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.4_pre20030311.ebuild | 4 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.4_pre20030409.ebuild | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/media-video/transcode/Manifest b/media-video/transcode/Manifest index d99dd2baebc1..624628e9bfd3 100644 --- a/media-video/transcode/Manifest +++ b/media-video/transcode/Manifest @@ -1,10 +1,9 @@ -MD5 0d41e849114de32dd1a865190eb60a1b ChangeLog 7875 +MD5 2c19bb392dce8ea1e82a24155d9be741 ChangeLog 8097 MD5 df648b9270825d3e3a34a1837dc21306 transcode-0.6.2.ebuild 3120 -MD5 8d169ac13d39a33af2188cc21b5ab651 transcode-0.6.4_pre20030409.ebuild 3340 +MD5 684638574f25d7c16d8345eb678049dd transcode-0.6.4_pre20030409.ebuild 3340 MD5 d5980a6ab3d57f2dbbd6d3fdc4bbac73 transcode-0.6.3.ebuild 3060 -MD5 f1d03bd7e44a5bff10eda680aa266965 transcode-0.6.4_pre20030311.ebuild 3340 +MD5 a1d7d2bde36fc976bec459892ed01d1e transcode-0.6.4_pre20030311.ebuild 3340 MD5 03629a858586307611c7d7c2a2dc1505 files/digest-transcode-0.6.2 68 -MD5 1015c51dd24d8191b78b2465b24c1b83 files/digest-transcode-0.6.4 68 MD5 225a843999c440c3060e96b9fe6fca35 files/digest-transcode-0.6.3 68 MD5 1df31254b872ebb1740a8b5cbcd67dab files/ogg.patch 338 MD5 c2dff7b39f16d159e834446e72cb5b6e files/digest-transcode-0.6.4_pre20030409 77 diff --git a/media-video/transcode/transcode-0.6.4_pre20030311.ebuild b/media-video/transcode/transcode-0.6.4_pre20030311.ebuild index 391390b33be8..55606a5f1cbe 100644 --- a/media-video/transcode/transcode-0.6.4_pre20030311.ebuild +++ b/media-video/transcode/transcode-0.6.4_pre20030311.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.4_pre20030311.ebuild,v 1.1 2003/04/16 15:01:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.4_pre20030311.ebuild,v 1.2 2003/05/04 19:07:00 mholzer Exp $ inherit libtool flag-o-matic @@ -95,7 +95,7 @@ src_compile() { # Use the MPlayer libpostproc if present [ -f ${ROOT}/usr/lib/libpostproc.a ] && \ - [ -f ${ROOT}/usr/include/postprocess.h ] && \ + [ -f ${ROOT}/usr/include/postproc/postprocess.h ] && \ myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib" diff --git a/media-video/transcode/transcode-0.6.4_pre20030409.ebuild b/media-video/transcode/transcode-0.6.4_pre20030409.ebuild index c029f19b5a6c..51a57f36da70 100644 --- a/media-video/transcode/transcode-0.6.4_pre20030409.ebuild +++ b/media-video/transcode/transcode-0.6.4_pre20030409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.4_pre20030409.ebuild,v 1.1 2003/04/16 15:01:59 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.4_pre20030409.ebuild,v 1.2 2003/05/04 19:07:00 mholzer Exp $ inherit libtool flag-o-matic @@ -95,7 +95,7 @@ src_compile() { # Use the MPlayer libpostproc if present [ -f ${ROOT}/usr/lib/libpostproc.a ] && \ - [ -f ${ROOT}/usr/include/postprocess.h ] && \ + [ -f ${ROOT}/usr/include/postproc/postprocess.h ] && \ myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib" |