summaryrefslogtreecommitdiff
path: root/media-video/2mandvd/2mandvd-1.8.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/2mandvd/2mandvd-1.8.5.ebuild')
-rw-r--r--media-video/2mandvd/2mandvd-1.8.5.ebuild67
1 files changed, 0 insertions, 67 deletions
diff --git a/media-video/2mandvd/2mandvd-1.8.5.ebuild b/media-video/2mandvd/2mandvd-1.8.5.ebuild
deleted file mode 100644
index f272c5b4e872..000000000000
--- a/media-video/2mandvd/2mandvd-1.8.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-LANGS="cs de en it ru"
-
-inherit qt4-r2
-
-MY_PN="2ManDVD"
-
-DESCRIPTION="The successor of ManDVD"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=99450"
-SRC_URI="http://download.tuxfamily.org/${PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug libav"
-
-DEPEND="libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
- media-libs/libsdl
- virtual/glu
- virtual/opengl
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtopengl:4
-"
-RDEPEND="${DEPEND}
- || ( app-cdr/cdrkit app-cdr/cdrtools )
- dev-lang/perl
- media-fonts/dejavu
- media-gfx/exif
- media-libs/netpbm
- media-sound/sox
- media-video/dvdauthor
- media-video/ffmpegthumbnailer
- media-video/mjpegtools
- media-video/mplayer[encode]
-"
-
-S=${WORKDIR}/${MY_PN}
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.7.3-libav.patch"
- "${FILESDIR}/${PN}-1.8.5-libavformat54.patch"
- "${FILESDIR}/${PN}-1.8.5-gcc6.patch"
- "${FILESDIR}/${PN}-1.8.5-ffmpeg3.patch"
-)
-
-src_prepare() {
- # Clean backup files
- find . -name "*~" -delete || die
-
- # Delete useless chmod that violates the sandbox
- sed -i -e '/chmod/d' ${MY_PN}.pro || die
-
- # Fix desktop file
- sed -i -e '/^Categories=/s/GNOME;AudioVideo;//' ${MY_PN}.desktop || die
-
- qt4-r2_src_prepare
-}
-
-pkg_postinst() {
- elog "You may wish to install media-video/xine-ui and/or build"
- elog "media-sound/sox with USE=mad for improved media handling support."
-}