public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild
@ 2009-09-27 22:31 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 4+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2009-09-27 22:31 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    09/09/27 22:31:02

  Modified:             ChangeLog
  Added:                arista-0.9.3-r1.ebuild
  Log:
  Add xvid support by default (used by the Computer, PDA Generic, and DVD profiles in Arista)
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-video/arista/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Aug 2009 10:34:42 -0000	1.1
+++ ChangeLog	27 Sep 2009 22:31:02 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/arista
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.1 2009/08/02 10:34:42 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.2 2009/09/27 22:31:02 ford_prefect Exp $
+
+*arista-0.9.3-r1 (27 Sep 2009)
+
+  27 Sep 2009; Arun Raghavan <ford_prefect@gentoo.org>
+  +arista-0.9.3-r1.ebuild:
+  Add xvid support by default (used by the Computer, PDA Generic, and DVD
+  profiles in Arista)
 
 *arista-0.9.3 (02 Aug 2009)
 



1.1                  media-video/arista/arista-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.1&view=markup
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

Index: arista-0.9.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=2

inherit distutils

DESCRIPTION="An easy to use multimedia transcoder for the GNOME Desktop"
HOMEPAGE="http://programmer-art.org/projects/arista-transcoder"
SRC_URI="http://programmer-art.org/media/releases/arista-transcoder/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
# Making these USE-defaults since encoding for portable devices is a very
# common use case for Arista. xvid is being added since it's required for
# DVD ripping
IUSE="+faac +x264 +xvid"

DEPEND="dev-python/setuptools"
RDEPEND="dev-lang/python[xml]
	>=x11-libs/gtk+-2.16
	>=dev-python/pygtk-2.14
	dev-python/pygobject
	dev-python/pycairo
	dev-python/gconf-python
	dev-python/dbus-python
	>=media-libs/gstreamer-0.10.22
	dev-python/gst-python
	media-libs/gst-plugins-base:0.10
	media-libs/gst-plugins-good:0.10
	media-plugins/gst-plugins-meta:0.10
	media-plugins/gst-plugins-ffmpeg:0.10
	faac? ( media-plugins/gst-plugins-faac:0.10 )
	x264? ( media-plugins/gst-plugins-x264:0.10 )
	xvid? ( media-plugins/gst-plugins-xvid:0.10 )"

pkg_postinst()
{
	einfo "If you find that a format you want is not supported in Arista,"
	einfo "please make sure that you have the corresponding USE-flag enabled"
	einfo "media-plugins/gst-plugins-meta"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild
@ 2010-11-27  8:13 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 4+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2010-11-27  8:13 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    10/11/27 08:13:49

  Modified:             ChangeLog arista-0.9.3-r1.ebuild
  Log:
  Add amd64 keyword
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-video/arista/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Nov 2010 08:10:20 -0000	1.4
+++ ChangeLog	27 Nov 2010 08:13:49 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/arista
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.4 2010/11/27 08:10:20 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.5 2010/11/27 08:13:49 ford_prefect Exp $
+
+  27 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org>
+  arista-0.9.3-r1.ebuild:
+  Add amd64 keyword
 
 *arista-0.9.5 (27 Nov 2010)
 



1.3                  media-video/arista/arista-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?r1=1.2&r2=1.3

Index: arista-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arista-0.9.3-r1.ebuild	19 Oct 2009 08:58:14 -0000	1.2
+++ arista-0.9.3-r1.ebuild	27 Nov 2010 08:13:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.2 2009/10/19 08:58:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.3 2010/11/27 08:13:49 ford_prefect Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 # Making these USE-defaults since encoding for portable devices is a very
 # common use case for Arista. xvid is being added since it's required for
 # DVD ripping. No gst-plugins-x264 available at this time.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild
@ 2010-12-31 14:30 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-31 14:30 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/31 14:29:59

  Modified:             ChangeLog arista-0.9.3-r1.ebuild
  Log:
  stable x86, bug 284545
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.6                  media-video/arista/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Nov 2010 08:13:49 -0000	1.5
+++ ChangeLog	31 Dec 2010 14:29:59 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/arista
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.5 2010/11/27 08:13:49 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.6 2010/12/31 14:29:59 fauli Exp $
+
+  31 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  arista-0.9.3-r1.ebuild:
+  stable x86, bug 284545
 
   27 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org>
   arista-0.9.3-r1.ebuild:



1.4                  media-video/arista/arista-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?r1=1.3&r2=1.4

Index: arista-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- arista-0.9.3-r1.ebuild	27 Nov 2010 08:13:49 -0000	1.3
+++ arista-0.9.3-r1.ebuild	31 Dec 2010 14:29:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.3 2010/11/27 08:13:49 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.4 2010/12/31 14:29:59 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 # Making these USE-defaults since encoding for portable devices is a very
 # common use case for Arista. xvid is being added since it's required for
 # DVD ripping. No gst-plugins-x264 available at this time.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild
@ 2011-01-05 16:24 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-05 16:24 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/05 16:24:18

  Modified:             ChangeLog arista-0.9.3-r1.ebuild
  Log:
  Stable on amd64 wrt bug #284545
  
  (Portage version: 2.1.9.29/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-video/arista/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Dec 2010 14:29:59 -0000	1.6
+++ ChangeLog	5 Jan 2011 16:24:17 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/arista
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.6 2010/12/31 14:29:59 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.7 2011/01/05 16:24:17 hwoarang Exp $
+
+  05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> arista-0.9.3-r1.ebuild:
+  Stable on amd64 wrt bug #284545
 
   31 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
   arista-0.9.3-r1.ebuild:



1.5                  media-video/arista/arista-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild?r1=1.4&r2=1.5

Index: arista-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- arista-0.9.3-r1.ebuild	31 Dec 2010 14:29:59 -0000	1.4
+++ arista-0.9.3-r1.ebuild	5 Jan 2011 16:24:17 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.4 2010/12/31 14:29:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.3-r1.ebuild,v 1.5 2011/01/05 16:24:17 hwoarang Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 # Making these USE-defaults since encoding for portable devices is a very
 # common use case for Arista. xvid is being added since it's required for
 # DVD ripping. No gst-plugins-x264 available at this time.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-05 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 16:24 [gentoo-commits] gentoo-x86 commit in media-video/arista: ChangeLog arista-0.9.3-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-31 14:30 Christian Faulhammer (fauli)
2010-11-27  8:13 Arun Raghavan (ford_prefect)
2009-09-27 22:31 Arun Raghavan (ford_prefect)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox