summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild')
-rw-r--r--x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild b/x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild
deleted file mode 100644
index 0e69033f372f..000000000000
--- a/x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.4_pre3.ebuild,v 1.1 2006/07/29 15:09:55 nelchael Exp $
-
-inherit eutils autotools
-
-MY_PV="${PV/_/}"
-
-DESCRIPTION="Screen capture utility enabling you to create videos of your desktop for illustration or documentation purposes."
-HOMEPAGE="http://xvidcap.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xvidcap/${PN}-${MY_PV}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=media-video/ffmpeg-0.4.9_pre1
- media-libs/libpng
- media-libs/jpeg
- sys-libs/zlib
- gnome-base/libgnome
- gnome-base/libgnomeui"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_compile() {
-
- econf `use_with gtk gtk2` || die "Configuration failed"
- emake || die "Compilation failed"
-
-}
-
-src_install() {
-
- einstall || die "Installation failed"
-
- # Fix for #58322
- rm -fr ${D}/usr/share/doc/${PN}_${PV}
- dodoc NEWS TODO README AUTHORS ChangeLog XVidcap.ad
-
-}