diff options
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/noad/noad-0.7.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/noad/noad-0.7.0.ebuild b/media-video/noad/noad-0.7.0.ebuild index a971045ed7ba..5906d28689b8 100644 --- a/media-video/noad/noad-0.7.0.ebuild +++ b/media-video/noad/noad-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.0.ebuild,v 1.1 2010/01/05 20:09:54 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.0.ebuild,v 1.2 2010/01/05 23:03:16 mr_bones_ Exp $ EAPI="2" @@ -30,7 +30,6 @@ src_prepare() { epatch "${FILESDIR}"/patches-0.6.0/hangcheck.diff epatch "${FILESDIR}"/patches-0.7.x/noad-0.7.0_gcc-4.4.diff - if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then sed -e "s:include/ffmpeg:include/libavcodec:g" -i configure.ac fi @@ -94,4 +93,3 @@ pkg_postinst() { elog "up from this version, noad works with .ts file structur" elog "used in comming up version >=vdr-1.7.4" } - |