summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-11 20:38:12 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-11 20:38:12 +0000
commitf5a32fadd73b6a117352d9e09a11bfc056e3b2c1 (patch)
treec4ceda29f2658ff5850d8fbd857229fe0d438e1c /media-video
parentDelete older ebuild. (diff)
downloadgentoo-2-f5a32fadd73b6a117352d9e09a11bfc056e3b2c1.tar.gz
gentoo-2-f5a32fadd73b6a117352d9e09a11bfc056e3b2c1.tar.bz2
gentoo-2-f5a32fadd73b6a117352d9e09a11bfc056e3b2c1.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha26_p15/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/miro/ChangeLog8
-rw-r--r--media-video/miro/files/miro-2.5.3-fix-locale.patch11
-rw-r--r--media-video/miro/miro-2.5.3.ebuild118
3 files changed, 6 insertions, 131 deletions
diff --git a/media-video/miro/ChangeLog b/media-video/miro/ChangeLog
index 44f140df6a21..dde20ea1e8a5 100644
--- a/media-video/miro/ChangeLog
+++ b/media-video/miro/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/miro
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.7 2010/06/26 07:49:08 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.8 2011/03/11 20:38:12 arfrever Exp $
+
+ 11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -miro-2.5.3.ebuild, -files/miro-2.5.3-fix-locale.patch:
+ Delete.
26 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> miro-2.5.3.ebuild,
miro-2.5.4.ebuild:
diff --git a/media-video/miro/files/miro-2.5.3-fix-locale.patch b/media-video/miro/files/miro-2.5.3-fix-locale.patch
deleted file mode 100644
index e0c69e55cf1f..000000000000
--- a/media-video/miro/files/miro-2.5.3-fix-locale.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.old 2009-10-28 11:06:02.000000000 +0100
-+++ setup.py 2009-10-29 09:15:35.000000000 +0100
-@@ -736,6 +736,8 @@
-
- for source in glob (os.path.join (locale_dir, "*.mo")):
- lang = os.path.basename(source)[:-3]
-+ if 'LINGUAS' in os.environ and lang not in os.environ['LINGUAS']:
-+ continue
- dest = '/usr/share/locale/%s/LC_MESSAGES/miro.mo' % lang
- if self.root:
- dest = change_root(self.root, dest)
diff --git a/media-video/miro/miro-2.5.3.ebuild b/media-video/miro/miro-2.5.3.ebuild
deleted file mode 100644
index 4655ec5ba54d..000000000000
--- a/media-video/miro/miro-2.5.3.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/miro/miro-2.5.3.ebuild,v 1.6 2010/06/26 07:49:08 ssuominen Exp $
-
-EAPI="2"
-
-inherit eutils fdo-mime gnome2-utils python distutils
-
-DESCRIPTION="Open source video player and podcast client"
-HOMEPAGE="http://www.getmiro.com/"
-SRC_URI="http://ftp.osuosl.org/pub/pculture.org/${PN}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+gstreamer libnotify"
-
-CDEPEND="
- dev-libs/boost[python]
- dev-libs/glib:2
- dev-python/pygobject:2
- dev-python/pygtk:2
- media-libs/xine-lib
- >=net-libs/rb_libtorrent-0.14.1[python]
- net-libs/xulrunner:1.9
- x11-libs/gtk+:2
- x11-libs/libX11"
-RDEPEND="${CDEPEND}
- gstreamer? ( dev-python/gst-python:0.10 )
- libnotify? ( dev-python/notify-python )
- || ( dev-lang/python[sqlite] dev-python/pysqlite:2 )
- dev-python/dbus-python
- dev-python/gconf-python
- dev-python/gtkmozembed-python
- dev-python/pycairo"
-DEPEND="${CDEPEND}
- >=dev-python/pyrex-0.9.6.4
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${P}/platform/gtk-x11"
-
-# NOTES:
-# it's probably not working with python-3
-# used xulrunner has to be the same as the one used for gtkmozembed-python
-# psyco can make miro speedier, add a USE flag, recommand in postinst ?
-
-# TODO:
-# create a real test suite, upstream bug 12369
-# try to have a real xine/gstreamer choice, upstream bug 12371
-
-src_prepare() {
- # install only needed locales
- epatch "${FILESDIR}"/${P}-fix-locale.patch # upstream bug 12368
- # fix debug mode
- epatch "${FILESDIR}"/${P}-fix-debug.patch
- # disable xine hack which is failing
- epatch "${FILESDIR}"/${P}-disable-xine-hack.patch
- # prevent installing unneeded test files
- epatch "${FILESDIR}"/${P}-dont-install-test-files.patch # upstream bug 12370
- # do not show --unittest option
- epatch "${FILESDIR}"/${P}-remove-unittest-option.patch # upstream bug 12370
- # remove 'pkg-config --list-all' call, bug 294183, upstream bug 4613
- epatch "${FILESDIR}"/${P}-remove-pkg-config-list-all.patch
-
- # disable autoupdate
- sed -i -e "/autoupdate/d" ../../portable/startup.py || die "sed failed"
-
- # be sure libnotify is never used if disabled
- if ! use libnotify; then
- sed -i -e "s:import pynotify:import pynotifyisdisabled:" \
- ../../portable/frontends/widgets/gtk/trayicon.py \
- plat/frontends/widgets/application.py || die "sed failed"
- fi
-
- # set xine as the default renderer if gstreamer is disabled
- if ! use gstreamer; then
- sed -i -e "s:default=u\"gstreamer\":default=u\"xine\":" \
- plat/options.py || die "sed failed"
- fi
-}
-
-src_test() {
- # there is a test suite but it has been designed to be used when installed
- # should be fixed
- #./run.sh --unittests || die "tests failed"
- :
-}
-
-src_install() {
- # doing the mv now otherwise, distutils_src_install will install it
- mv README README.gtk || die "mv failed"
-
- distutils_src_install
-
- # installing docs
- dodoc README.gtk ../../{ADOPTERS,CREDITS,README} || die "dodoc failed"
- newdoc ../../portable/frontends/cli/README README.cli || die "dodoc failed"
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-
- elog "If you can't see a video or can't heard an audio,"
- elog "enable needed media-libs/xine-lib USE flags"
- elog "or install required gstreamer plugins"
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- gnome2_icon_cache_update
-}