Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer: ChangeLog ffmpegthumbnailer-1.2.2.ebuild ffmpegthumbnailer-1.1.5.ebuild ffmpegthumbnailer-1.2.1.ebuild
Date: Tue, 26 Feb 2008 18:32:58
Message-Id: E1JU4bn-00033L-Kh@stork.gentoo.org
1 drac 08/02/26 18:32:55
2
3 Modified: ChangeLog
4 Added: ffmpegthumbnailer-1.2.2.ebuild
5 Removed: ffmpegthumbnailer-1.1.5.ebuild
6 ffmpegthumbnailer-1.2.1.ebuild
7 Log:
8 Version bump, only change from 1.2.1 is that upstream applied our -Wl,--as-needed patch so we can avoid running eautomake.
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.32 media-video/ffmpegthumbnailer/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.32&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?rev=1.32&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog?r1=1.31&r2=1.32
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v
21 retrieving revision 1.31
22 retrieving revision 1.32
23 diff -u -r1.31 -r1.32
24 --- ChangeLog 26 Feb 2008 16:07:55 -0000 1.31
25 +++ ChangeLog 26 Feb 2008 18:32:55 -0000 1.32
26 @@ -1,6 +1,15 @@
27 # ChangeLog for media-video/ffmpegthumbnailer
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.31 2008/02/26 16:07:55 drac Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.32 2008/02/26 18:32:55 drac Exp $
31 +
32 +*ffmpegthumbnailer-1.2.2 (26 Feb 2008)
33 +
34 + 26 Feb 2008; Samuli Suominen <drac@g.o>
35 + -files/ffmpegthumbnailer-1.2.1-asneeded.patch,
36 + -ffmpegthumbnailer-1.1.5.ebuild, -ffmpegthumbnailer-1.2.1.ebuild,
37 + +ffmpegthumbnailer-1.2.2.ebuild:
38 + Version bump, only change from 1.2.1 is that upstream applied our
39 + -Wl,--as-needed patch so we can avoid running eautomake.
40
41 *ffmpegthumbnailer-1.2.1 (26 Feb 2008)
42
43
44
45
46 1.1 media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: ffmpegthumbnailer-1.2.2.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.2.2.ebuild,v 1.1 2008/02/26 18:32:55 drac Exp $
56
57 DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
58 HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer"
59 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND="media-libs/libpng
67 media-libs/jpeg
68 >=media-video/ffmpeg-0.4.9_p20070330"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 src_compile() {
73 econf --disable-dependency-tracking
74 emake || die "emake failed."
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed."
79 dodoc AUTHORS ChangeLog README TODO
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list