Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/devede: ChangeLog devede-3.15.2.ebuild
Date: Thu, 07 Jan 2010 14:23:17
Message-Id: E1NStGc-0004yS-JN@stork.gentoo.org
1 patrick 10/01/07 14:23:14
2
3 Modified: ChangeLog
4 Added: devede-3.15.2.ebuild
5 Log:
6 Bump for #299355
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 media-video/devede/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 1 Sep 2009 08:11:12 -0000 1.24
23 +++ ChangeLog 7 Jan 2010 14:23:14 -0000 1.25
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/devede
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v 1.24 2009/09/01 08:11:12 patrick Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/devede/ChangeLog,v 1.25 2010/01/07 14:23:14 patrick Exp $
30 +
31 +*devede-3.15.2 (07 Jan 2010)
32 +
33 + 07 Jan 2010; Patrick Lauer <patrick@g.o> +devede-3.15.2.ebuild:
34 + Bump for #299355
35
36 *devede-3.14.0 (01 Sep 2009)
37
38
39
40
41 1.1 media-video/devede/devede-3.15.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/devede-3.15.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/devede/devede-3.15.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: devede-3.15.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/devede/devede-3.15.2.ebuild,v 1.1 2010/01/07 14:23:14 patrick Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit multilib python
55
56 DESCRIPTION="Program to create video CDs and DVDs, suitable to be played in home DVD players."
57 HOMEPAGE="http://www.rastersoft.com/programas/devede.html"
58 SRC_URI="http://www.rastersoft.com/descargas/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="psyco"
64
65 RDEPEND=">=x11-libs/gtk+-2.16
66 dev-python/pygtk
67 >=media-video/mplayer-1.0_rc1
68 media-video/dvdauthor
69 media-video/vcdimager
70 psyco? ( dev-python/psyco )
71 virtual/cdrtools"
72 DEPEND=""
73
74 S=${WORKDIR}/${P%*b}
75
76 src_install() {
77 ./install.sh prefix="/usr" libdir="/usr/$(get_libdir)" \
78 pkgdocdir="/usr/share/doc/${PF}" DESTDIR="${D}" \
79 || die "install.sh failed."
80 }
81
82 pkg_postinst() {
83 python_mod_optimize /usr/$(get_libdir)/${PN}
84 elog "To create DIVX/MPEG4 files, be sure that MPlayer is compiled with LAME support."
85 elog "In this case you want to check for both the encode and mp3 USE flags."
86 elog "To change the font used to render the subtitles, choose a TrueType font you like"
87 elog "and copy it in \$HOME/.spumux directory, renaming it to devedesans.ttf."
88 }
89
90 pkg_postrm() {
91 python_mod_cleanup /usr/$(get_libdir)/${PN}
92 }