summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/mandvd/mandvd-2.4.ebuild')
-rw-r--r--media-video/mandvd/mandvd-2.4.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/media-video/mandvd/mandvd-2.4.ebuild b/media-video/mandvd/mandvd-2.4.ebuild
deleted file mode 100644
index cc51c7b4d..000000000
--- a/media-video/mandvd/mandvd-2.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit eutils qt3
-
-MY_P="ManDVD-${PV}"
-S=${WORKDIR}/${MY_P}src
-
-DESCRIPTION="This is a program to simply create DVD Video"
-HOMEPAGE="http://www.kde-apps.org/content/show.php?content=38347"
-SRC_URI="http://csgib36.ifrance.com/FTP/${P}src.tar.gz"
-
-LICENSE="GPL-2"
-IUSE=""
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=">=x11-libs/qt-3.3:3
- x11-libs/libX11
- x11-libs/libXext"
-
-RDEPEND="${DEPEND}
- virtual/cdrtools
- >=app-cdr/dvd+rw-tools-5.21.4
- >=media-gfx/imagemagick-6.2.4
- >=media-libs/netpbm-10.29
- >=media-libs/xine-lib-0.99.4
- >=media-sound/lame-3.97
- >=media-video/dvdauthor-0.6.11
- >=media-video/dvd-slideshow-0.7.5
- >=media-video/mjpegtools-1.8.0
- >=media-video/mplayer-1.0_pre8[encode]
- >=media-video/transcode-1.0.2"
-
-src_configure() {
- eqmake3
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dobin ${PN} || die
- newicon ${PN}ico.png ${PN}.png || die
- make_desktop_entry ${PN} ${PN} ${PN}.png "AudioVideo;QT" || die
-}