From f1a65aba21f2e69d6576906c33de4f58cfe1df54 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Jun 2009 16:15:38 +0200 Subject: [PATCH] removed elisa --- media-video/elisa/Manifest | 4 -- media-video/elisa/elisa-0.3.5.ebuild | 108 ------------------------------ media-video/elisa/elisa-0.5.6.ebuild | 126 ----------------------------------- 3 files changed, 238 deletions(-) delete mode 100644 media-video/elisa/Manifest delete mode 100644 media-video/elisa/elisa-0.3.5.ebuild delete mode 100644 media-video/elisa/elisa-0.5.6.ebuild diff --git a/media-video/elisa/Manifest b/media-video/elisa/Manifest deleted file mode 100644 index 79ccfb7..0000000 --- a/media-video/elisa/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST elisa-0.3.5.tar.gz 1034087 RMD160 49d2255e31c9ac324d38a3c7184f551c510480a5 SHA1 a8e2ce46077e425f5a59748af2ade1c6204ce476 SHA256 0bf6d9f19a96d343b37a3d3e388925e61145988c7af487df679804b34a19fc56 -DIST elisa-0.5.6.tar.gz 469430 RMD160 02c58b0c1761e43b2c80af689ae4c0e009647472 SHA1 5413ad7ef657db33c227df56e75e4121a6600275 SHA256 2d2ed14a40ba1a2c32ba084a46def47fb49de53782961588f12d85c2e1f3a9af -EBUILD elisa-0.3.5.ebuild 2882 RMD160 c7262aa1fcbdbfb274a00687967ea968761bb35e SHA1 ed4b49c7e4fe8761dd65f3768ded80fce70eeac3 SHA256 162d6ffabd686d3f0da5dc3bdfdeca8d064775299c7d60637c76c2307da4e971 -EBUILD elisa-0.5.6.ebuild 3307 RMD160 246408c1677df338faa72bbf75cdd2cadb7f0841 SHA1 a72e329d85cc38cdaba34b785d617edfddd568f4 SHA256 f953cce4d9df177109fca889bc8fa2432b2de21581b1260c41322da2ae4418d3 diff --git a/media-video/elisa/elisa-0.3.5.ebuild b/media-video/elisa/elisa-0.3.5.ebuild deleted file mode 100644 index 17ac06d..0000000 --- a/media-video/elisa/elisa-0.3.5.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 2006-2007 BreakMyGentoo.org -# Copyright 2008 Daniel Gryniewcz -# Distributed under the terms of the GNU General Public License v2 - -inherit distutils python - -DESCRIPTION="Elisa is an open source, cross platform media center solution for Linux, MacOSX and Windows on top of GStreamer." -HOMEPAGE="http://elisa.fluendo.com/" -SRC_URI="http://elisa.fluendo.com/static/download/${PN}/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~x86" -IUSE="daap doc dvd ipod lirc" - -MAKEOPTS="-j1" - -RDEPEND=">=dev-lang/python-2.5 - dev-python/setuptools - >=dev-python/imaging-1 - >=dev-python/twisted-2.2 - dev-python/twisted-web - dev-python/gnome-python-extras - dev-python/pygtk - >=media-libs/pigment-0.3.5 - >=dev-python/pigment-python-0.3.3 - >=media-libs/gstreamer-0.10.4 - >=dev-python/gst-python-0.10 - >=media-plugins/gst-plugins-ogg-0.10 - >=media-plugins/gst-plugins-vorbis-0.10 - >=media-plugins/gst-plugins-theora-0.10 - media-plugins/libvisual-plugins:0.4 - dev-python/pyxdg - dvd? ( - media-libs/libdvdcss - >=media-plugins/gst-plugins-ffmpeg-0.10 - >=media-libs/gst-plugins-bad-0.10 - >=media-libs/gst-plugins-ugly-0.10 - dev-python/tagpy - ) - lirc? ( - app-misc/lirc - dev-python/pylirc - ) - daap? ( - dev-python/PythonDaap - >=sys-apps/dbus-1 - >=dev-python/dbus-python-0.71 - >=net-dns/avahi-0.6 - ) - ipod? ( - media-libs/libgpod - >=sys-apps/dbus-1 - >=dev-python/dbus-python-0.71 - >=sys-apps/hal-0.5 - )" - - -DEPEND="${DEPEND} - >=dev-util/pkgconfig-0.9" - -PDEPEND=">=media-plugins/elisa-plugins-good-${PV} - >=media-plugins/elisa-plugins-bad-${PV} - >=media-plugins/elisa-plugins-ugly-0.3.4" - -DOCS="AUTHORS ChangeLog COPYING NEWS" - -pkg_setup() { - if use daap ; then - if built_with_use net-dns/avahi python ; then - einfo "Avahi Python bindings found ..." - else - eerror "Please rebuild net-dns/avahi with python support enabled!" - eerror "Try USE=\"python\" emerge net-dns/avahi," - eerror "or add \"python\" to your USE string in /etc/make.conf and" - eerror "emerge net-dns/avahi." - die "USE flag \"python\" must be enabled in net-dns/avahi" - fi - fi - - - if use ipod ; then - if built_with_use media-libs/libgpod python ; then - einfo "libgpod Python bindings found ..." - else - eerror "Please rebuild media-libs/libgpod with python support enabled!" - eerror "Try USE=\"python\" emerge media-libs/libgpod," - eerror "or add \"python\" to your USE string in /etc/make.conf and" - eerror "emerge media-libs/libgpod." - die "USE flag \"python\" must be enabled in media-libs/libgpod" - fi - fi - - addpredict "/root/.gstreamer-0.10" -} - -pkg_postinst() { - - einfo "After first run of the box, edit elisa.conf and add some media" - einfo "locations in [xmlmenu:locaions_builder]" - einfo "e.g." - einfo "locations = ['file://./sample_data/pictures', 'file:///media/videos']" - einfo "" - einfo "If you get failures loading plugins, delete ~/.elisa" - -} diff --git a/media-video/elisa/elisa-0.5.6.ebuild b/media-video/elisa/elisa-0.5.6.ebuild deleted file mode 100644 index 450f485..0000000 --- a/media-video/elisa/elisa-0.5.6.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 2006-2007 BreakMyGentoo.org -# Copyright 2008 Daniel Gryniewcz -# Distributed under the terms of the GNU General Public License v2 - -inherit distutils python - -DESCRIPTION="Elisa is an open source, cross platform media center solution for Linux, MacOSX and Windows on top of GStreamer." -HOMEPAGE="http://elisa.fluendo.com/" -SRC_URI="http://elisa.fluendo.com/static/download/${PN}/${P}.tar.gz" - -RESTRICT="nomirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~ppc ~x86" -IUSE="daap doc dvd hal ipod flash lirc upnp weather" - -MAKEOPTS="-j1" - -RDEPEND=">=dev-lang/python-2.5 - dev-python/setuptools - >=dev-python/imaging-1 - >=dev-python/twisted-2.2 - dev-python/twisted-web - dev-python/pyopenssl - dev-python/pygtk - dev-python/gnome-python-extras - >=dev-python/pigment-python-0.3.5 - >=media-libs/gstreamer-0.10.4 - >=dev-python/gst-python-0.10 - >=media-plugins/gst-plugins-ogg-0.10 - >=media-plugins/gst-plugins-vorbis-0.10 - >=media-plugins/gst-plugins-theora-0.10 - media-plugins/libvisual-plugins:0.4 - media-fonts/liberation-fonts-ttf - x11-misc/xdg-user-dirs - dev-python/pyxdg - dvd? ( - media-libs/libdvdcss - >=media-plugins/gst-plugins-ffmpeg-0.10 - >=media-libs/gst-plugins-bad-0.10 - >=media-libs/gst-plugins-ugly-0.10 - dev-python/tagpy - ) - flash? ( - >=media-plugins/gst-plugins-ffmpeg-0.10 - >=media-libs/gst-plugins-bad-0.10 - dev-python/gdata - ) - lirc? ( - app-misc/lirc - dev-python/pylirc - ) - daap? ( - dev-python/PythonDaap - >=sys-apps/dbus-1 - >=dev-python/dbus-python-0.71 - >=net-dns/avahi-0.6 - ) - hal? ( - >=sys-apps/hal-0.5 - >=dev-python/dbus-python-0.71 - ) - ipod? ( - media-libs/libgpod - ) - upnp? ( - dev-python/coherence - ) - weather? ( - dev-python/pymetar - )" - - -DEPEND="${DEPEND} - >=dev-util/pkgconfig-0.9" - -PDEPEND=">=media-plugins/elisa-plugins-good-${PV} - >=media-plugins/elisa-plugins-bad-${PV} - >=media-plugins/elisa-plugins-ugly-${PV}" - -DOCS="AUTHORS ChangeLog COPYING NEWS FIRST_RUN" - -pkg_setup() { - if use daap ; then - if built_with_use net-dns/avahi python ; then - einfo "Avahi Python bindings found ..." - else - eerror "Please rebuild net-dns/avahi with python support enabled!" - eerror "Try USE=\"python\" emerge net-dns/avahi," - eerror "or add \"python\" to your USE string in /etc/make.conf and" - eerror "emerge net-dns/avahi." - die "USE flag \"python\" must be enabled in net-dns/avahi" - fi - fi - - - if use ipod ; then - if built_with_use media-libs/libgpod python ; then - einfo "libgpod Python bindings found ..." - else - eerror "Please rebuild media-libs/libgpod with python support enabled!" - eerror "Try USE=\"python\" emerge media-libs/libgpod," - eerror "or add \"python\" to your USE string in /etc/make.conf and" - eerror "emerge media-libs/libgpod." - die "USE flag \"python\" must be enabled in media-libs/libgpod" - fi - fi - - addpredict "/root/.gstreamer-0.10" -} - -pkg_postinst() { - - einfo "After first run of the box, edit elisa.conf and add some media" - einfo "locations in [xmlmenu:locaions_builder]" - einfo "e.g." - einfo "locations = ['file://./sample_data/pictures', 'file:///media/videos']" - einfo "" - einfo "If you get failures loading plugins, delete ~/.elisa" - einfo "" - einfo "Please replace gstreamer:gst_metadata_client with" - einfo "gstreamer:gst_metadata in your ~/.elisa/elisa.conf to get song" - einfo "metadata scanning" - -} -- 2.11.4.GIT