Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.6.0.ebuild ChangeLog
Date: Fri, 19 Jun 2009 20:06:15
Message-Id: E1MHkLm-0004EM-09@stork.gentoo.org
1 aballier 09/06/19 20:06:13
2
3 Modified: ChangeLog
4 Added: dvbcut-0.6.0.ebuild
5 Log:
6 version bump, by Daniel Pielmeier <billie@g.o>, bug #269139
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 media-video/dvbcut/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 8 Mar 2009 17:22:13 -0000 1.17
23 +++ ChangeLog 19 Jun 2009 20:06:13 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/dvbcut
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.17 2009/03/08 17:22:13 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.18 2009/06/19 20:06:13 aballier Exp $
29 +
30 +*dvbcut-0.6.0 (19 Jun 2009)
31 +
32 + 19 Jun 2009; Alexis Ballier <aballier@g.o> +dvbcut-0.6.0.ebuild:
33 + version bump, by Daniel Pielmeier <billie@g.o>, bug #269139
34
35 08 Mar 2009; Alexis Ballier <aballier@g.o>
36 +files/dvbcut-0.5.4-open.patch, dvbcut-0.5.4-r1.ebuild:
37
38
39
40 1.1 media-video/dvbcut/dvbcut-0.6.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: dvbcut-0.6.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v 1.1 2009/06/19 20:06:13 aballier Exp $
50
51 EAPI=2
52
53 inherit eutils qt3
54
55 DESCRIPTION="frame-accurate editing of MPEG-2 video with MPEG and AC3 audio"
56 HOMEPAGE="http://dvbcut.sourceforge.net"
57 #SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
58 SRC_URI="http://www.mr511.de/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="x11-libs/qt:3
66 media-libs/a52dec
67 media-libs/libao
68 media-libs/libmad
69 media-video/ffmpeg"
70
71 DEPEND="${RDEPEND}"
72
73 src_configure() {
74 econf --with-ffmpeg=/usr
75 }
76
77 src_install() {
78 # disable parallel build
79 # already created MANDIR causes the build to fail
80 emake -j1 DESTDIR="${D}" install \
81 || die "Emake install failed"
82 make_desktop_entry dvbcut DVBcut
83 dodoc ChangeLog CREDITS README README.ffmpeg README.icons
84 }