Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild
Date: Sun, 27 Sep 2009 22:31:14
Message-Id: E1Ms2Gk-0008QD-H3@stork.gentoo.org
1 ford_prefect 09/09/27 22:31:02
2
3 Modified: ChangeLog
4 Added: arista-0.9.3-r1.ebuild
5 Log:
6 Add xvid support by default (used by the Computer, PDA Generic, and DVD profiles in Arista)
7 (Portage version: 2.2_rc42/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-video/arista/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 2 Aug 2009 10:34:42 -0000 1.1
23 +++ ChangeLog 27 Sep 2009 22:31:02 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-video/arista
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.1 2009/08/02 10:34:42 ford_prefect Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.2 2009/09/27 22:31:02 ford_prefect Exp $
29 +
30 +*arista-0.9.3-r1 (27 Sep 2009)
31 +
32 + 27 Sep 2009; Arun Raghavan <ford_prefect@g.o>
33 + +arista-0.9.3-r1.ebuild:
34 + Add xvid support by default (used by the Computer, PDA Generic, and DVD
35 + profiles in Arista)
36
37 *arista-0.9.3 (02 Aug 2009)
38
39
40
41
42 1.1 media-video/arista/arista-0.9.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: arista-0.9.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.1 2009/09/27 22:31:02 ford_prefect Exp $
52
53 EAPI=2
54
55 inherit distutils
56
57 DESCRIPTION="An easy to use multimedia transcoder for the GNOME Desktop"
58 HOMEPAGE="http://programmer-art.org/projects/arista-transcoder"
59 SRC_URI="http://programmer-art.org/media/releases/arista-transcoder/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~x86"
64 # Making these USE-defaults since encoding for portable devices is a very
65 # common use case for Arista. xvid is being added since it's required for
66 # DVD ripping
67 IUSE="+faac +x264 +xvid"
68
69 DEPEND="dev-python/setuptools"
70 RDEPEND="dev-lang/python[xml]
71 >=x11-libs/gtk+-2.16
72 >=dev-python/pygtk-2.14
73 dev-python/pygobject
74 dev-python/pycairo
75 dev-python/gconf-python
76 dev-python/dbus-python
77 >=media-libs/gstreamer-0.10.22
78 dev-python/gst-python
79 media-libs/gst-plugins-base:0.10
80 media-libs/gst-plugins-good:0.10
81 media-plugins/gst-plugins-meta:0.10
82 media-plugins/gst-plugins-ffmpeg:0.10
83 faac? ( media-plugins/gst-plugins-faac:0.10 )
84 x264? ( media-plugins/gst-plugins-x264:0.10 )
85 xvid? ( media-plugins/gst-plugins-xvid:0.10 )"
86
87 pkg_postinst()
88 {
89 einfo "If you find that a format you want is not supported in Arista,"
90 einfo "please make sure that you have the corresponding USE-flag enabled"
91 einfo "media-plugins/gst-plugins-meta"
92 }