Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/clipgrab: clipgrab-3.4.9.ebuild ChangeLog clipgrab-3.2.0.11.ebuild clipgrab-3.4.2.ebuild clipgrab-3.2.1.0.ebuild
Date: Thu, 26 Feb 2015 16:00:28
Message-Id: 20150226160024.13B6E129A4@oystercatcher.gentoo.org
1 xmw 15/02/26 16:00:24
2
3 Modified: ChangeLog
4 Added: clipgrab-3.4.9.ebuild
5 Removed: clipgrab-3.2.0.11.ebuild clipgrab-3.4.2.ebuild
6 clipgrab-3.2.1.0.ebuild
7 Log:
8 Version bump (bug 541314).
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
11
12 Revision Changes Path
13 1.19 net-misc/clipgrab/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.19&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.19&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.18&r2=1.19
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v
22 retrieving revision 1.18
23 retrieving revision 1.19
24 diff -u -r1.18 -r1.19
25 --- ChangeLog 5 Jun 2014 22:36:10 -0000 1.18
26 +++ ChangeLog 26 Feb 2015 16:00:24 -0000 1.19
27 @@ -1,6 +1,12 @@
28 # ChangeLog for net-misc/clipgrab
29 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.18 2014/06/05 22:36:10 xmw Exp $
31 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.19 2015/02/26 16:00:24 xmw Exp $
33 +
34 +*clipgrab-3.4.9 (26 Feb 2015)
35 +
36 + 26 Feb 2015; Michael Weber <xmw@g.o> +clipgrab-3.4.9.ebuild,
37 + -clipgrab-3.2.0.11.ebuild, -clipgrab-3.2.1.0.ebuild, -clipgrab-3.4.2.ebuild:
38 + Version bump (bug 541314).
39
40 *clipgrab-3.4.2 (05 Jun 2014)
41
42
43
44
45 1.1 net-misc/clipgrab/clipgrab-3.4.9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9.ebuild?rev=1.1&content-type=text/plain
49
50 Index: clipgrab-3.4.9.ebuild
51 ===================================================================
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9.ebuild,v 1.1 2015/02/26 16:00:24 xmw Exp $
55
56 EAPI=5
57
58 inherit qt4-r2 eutils
59
60 DESCRIPTION="Download from various internet video services like Youtube etc."
61 HOMEPAGE="http://clipgrab.de/en"
62 SRC_URI="http://${PN}.de/download/${P}.tar.bz2"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-qt/qtwebkit:4"
70 # does not work with libav #474368
71 RDEPEND="${DEPEND}
72 media-video/ffmpeg:0"
73
74 PATCHES=(
75 "${FILESDIR}/${PN}-3.4.2-obey.patch"
76 )
77
78 src_install() {
79 dobin ${PN}
80
81 newicon icon.png ${PN}.png
82 make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
83 }