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/vamps: ChangeLog vamps-0.99.2-r1.ebuild
Date: Mon, 19 Nov 2007 19:47:49
Message-Id: E1IuCau-0001dH-Mu@stork.gentoo.org
1 aballier 07/11/19 19:47:44
2
3 Modified: ChangeLog
4 Added: vamps-0.99.2-r1.ebuild
5 Log:
6 add a patch that fixes a bug that would give invalid premature eof errors, thanks to Daniel Pielmeier <daniel.pielmeier@××××××××××.com>, bug #175504
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.20 media-video/vamps/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 19 Nov 2007 19:22:28 -0000 1.19
23 +++ ChangeLog 19 Nov 2007 19:47:44 -0000 1.20
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-video/vamps
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v 1.19 2007/11/19 19:22:28 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v 1.20 2007/11/19 19:47:44 aballier Exp $
29 +
30 +*vamps-0.99.2-r1 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Alexis Ballier <aballier@g.o>
33 + +files/vamps-0.99.2-premature-eof.patch, +vamps-0.99.2-r1.ebuild:
34 + add a patch that fixes a bug that would give invalid premature eof errors,
35 + thanks to Daniel Pielmeier <daniel.pielmeier@××××××××××.com>, bug #175504
36
37 19 Nov 2007; Alexis Ballier <aballier@g.o>
38 -files/vamps-0.95-amd64.patch, -vamps-0.95.ebuild:
39
40
41
42 1.1 media-video/vamps/vamps-0.99.2-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vamps-0.99.2-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild,v 1.1 2007/11/19 19:47:44 aballier Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="Very fast requantisizing tool for backup DVDs"
56 HOMEPAGE="http://vamps.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63 DEPEND=">=media-libs/libdvdread-0.9.4"
64
65 RDEPEND="${DEPEND}
66 >=media-video/dvdauthor-0.6.10"
67
68 src_unpack() {
69 unpack ${A}
70 epatch "${FILESDIR}/${P}-premature-eof.patch"
71 }
72
73 src_compile() {
74 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
75 }
76
77 src_install() {
78 dobin vamps/vamps play_cell/play_cell || die "install failed"
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list