public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/arista: metadata.xml ChangeLog arista-0.9.5.ebuild
@ 2010-11-27  8:10 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; only message in thread
From: Arun Raghavan (ford_prefect) @ 2010-11-27  8:10 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    10/11/27 08:10:20

  Modified:             metadata.xml ChangeLog
  Added:                arista-0.9.5.ebuild
  Log:
  Bump to 0.9.5. Bunch of fixes/enhancements. Reinstating the x264 bits now that gst-plugins-x264 is available.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/arista/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	2 Aug 2009 10:34:42 -0000	1.1
+++ metadata.xml	27 Nov 2010 08:10:20 -0000	1.2
@@ -8,6 +8,8 @@
   </maintainer>
   <use>
 	<flag name="faac">Use external faac library for AAC encoding</flag>
+	<flag name="nautilus">Add an entry in the Nautilus context menu to transcode
+		media files for a specified device.</flag>
   </use>
 </pkgmetadata>
 



1.4                  media-video/arista/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	19 Oct 2009 08:58:14 -0000	1.3
+++ ChangeLog	27 Nov 2010 08:10:20 -0000	1.4
@@ -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.3 2009/10/19 08:58:14 ssuominen Exp $
+# 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 $
+
+*arista-0.9.5 (27 Nov 2010)
+
+  27 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> +arista-0.9.5.ebuild,
+  metadata.xml:
+  Bump to 0.9.5. Bunch of fixes/enhancements. Reinstating the x264 bits now
+  that gst-plugins-x264 is available.
 
   19 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   arista-0.9.3-r1.ebuild:



1.1                  media-video/arista/arista-0.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.5.ebuild?rev=1.1&content-type=text/plain

Index: arista-0.9.5.ebuild
===================================================================
# 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.5.ebuild,v 1.1 2010/11/27 08:10:20 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="~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.
IUSE="+faac kde nautilus +x264 +xvid"

DEPEND="dev-python/setuptools"
RDEPEND=">=x11-libs/gtk+-2.16
	|| ( >=dev-lang/python-2.6[xml]
		( dev-lang/python:2.5[xml] dev-python/simplejson )
		( dev-lang/python:2.4[xml] dev-python/simplejson ) )
	>=dev-python/pygtk-2.16
	dev-python/pygobject
	dev-python/pycairo
	dev-python/gconf-python
	dev-python/dbus-python
	dev-python/python-gudev
	>=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
	nautilus? ( dev-python/nautilus-python )
	kde? ( dev-python/librsvg-python )
	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] only message in thread

only message in thread, other threads:[~2010-11-27  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27  8:10 [gentoo-commits] gentoo-x86 commit in media-video/arista: metadata.xml ChangeLog arista-0.9.5.ebuild 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