summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-11 15:06:37 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-11 15:06:37 +0000
commit605a82da99c4effca66e33947ee57f1e9b8135df (patch)
tree27639c94db4c9af4627692ffe87476aeb0878af4 /media-video/arista/arista-0.9.3-r1.ebuild
parentVersion bump, substantial speed and fragmentation optimizations fixes (diff)
downloadgentoo-2-605a82da99c4effca66e33947ee57f1e9b8135df.tar.gz
gentoo-2-605a82da99c4effca66e33947ee57f1e9b8135df.tar.bz2
gentoo-2-605a82da99c4effca66e33947ee57f1e9b8135df.zip
Delete older ebuild.
Diffstat (limited to 'media-video/arista/arista-0.9.3-r1.ebuild')
-rw-r--r--media-video/arista/arista-0.9.3-r1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/media-video/arista/arista-0.9.3-r1.ebuild b/media-video/arista/arista-0.9.3-r1.ebuild
deleted file mode 100644
index 57b7e017ddf7..000000000000
--- a/media-video/arista/arista-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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.8 2011/03/28 22:00:54 eva Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="xml"
-
-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 +xvid"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=">=x11-libs/gtk+-2.16:2
- >=dev-python/pygtk-2.14:2
- dev-python/pygobject:2
- dev-python/pycairo
- dev-python/gconf-python:2
- dev-python/dbus-python
- >=media-libs/gstreamer-0.10.22:0.10
- dev-python/gst-python:0.10
- media-libs/gst-plugins-base:0.10
- media-libs/gst-plugins-good:0.10
- media-libs/gst-plugins-bad
- media-plugins/gst-plugins-meta:0.10
- media-plugins/gst-plugins-ffmpeg:0.10
- faac? ( media-plugins/gst-plugins-faac:0.10 )
- xvid? ( media-plugins/gst-plugins-xvid:0.10 )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-pkg_postinst() {
- distutils_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"
-}