summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-03-20 20:16:49 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-03-20 20:16:49 +0000
commit2c3ce0bac4a2b326d3a8c853808042ea3d47abf5 (patch)
tree6c2745c9b99d019184dd0e54291387f09f29486c /media-video/ttcut
parentVersion bump, bug 309157. (diff)
downloadgentoo-2-2c3ce0bac4a2b326d3a8c853808042ea3d47abf5.tar.gz
gentoo-2-2c3ce0bac4a2b326d3a8c853808042ea3d47abf5.tar.bz2
gentoo-2-2c3ce0bac4a2b326d3a8c853808042ea3d47abf5.zip
Switch to qt4-r2 eclass.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r--media-video/ttcut/ChangeLog5
-rw-r--r--media-video/ttcut/ttcut-0.19.6-r2.ebuild23
2 files changed, 12 insertions, 16 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog
index 05d9501a4be8..fd5076bd01fa 100644
--- a/media-video/ttcut/ChangeLog
+++ b/media-video/ttcut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/ttcut
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.25 2010/03/16 17:44:10 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.26 2010/03/20 20:16:49 billie Exp $
+
+ 20 Mar 2010; Daniel Pielmeier <billie@gentoo.org> ttcut-0.19.6-r2.ebuild:
+ Switch to qt4-r2 eclass.
16 Mar 2010; Daniel Pielmeier <billie@gentoo.org> -ttcut-9999.ebuild:
Remove useless live ebuild.
diff --git a/media-video/ttcut/ttcut-0.19.6-r2.ebuild b/media-video/ttcut/ttcut-0.19.6-r2.ebuild
index d4c9f5c3d11b..5b43173477ee 100644
--- a/media-video/ttcut/ttcut-0.19.6-r2.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6-r2.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild,v 1.2 2010/01/21 14:31:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild,v 1.3 2010/03/20 20:16:49 billie Exp $
-EAPI="2"
+EAPI=2
-inherit eutils qt4
+inherit eutils qt4-r2
DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
HOMEPAGE="http://www.tritime.de/ttcut/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
@@ -25,20 +26,12 @@ RDEPEND="${DEPEND}
S=${WORKDIR}/${PN}
-src_prepare() {
- epatch "${FILESDIR}/ttcut-0.19.6-deprecated.patch"
- epatch "${FILESDIR}/ttcut-0.19.6-transcode-compat.patch"
-}
-
-src_compile() {
- eqmake4 ttcut.pro -o Makefile.ttcut
- emake -f Makefile.ttcut || die "emake failed"
-}
+PATCHES=( "${FILESDIR}"/${P}-deprecated.patch
+ "${FILESDIR}"/${P}-transcode-compat.patch )
src_install() {
- dobin ttcut || die "Couldn't install ttcut"
+ dobin ttcut || die
make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing"
- dodoc AUTHORS BUGS CHANGELOG \
- README.DE README.EN TODO || die "Couldn't install documentation"
+ dodoc AUTHORS BUGS CHANGELOG README.* TODO || die
}