* [gentoo-commits] gentoo-x86 commit in media-video/miro: metadata.xml ChangeLog miro-4.0.1.ebuild
@ 2011-05-25 14:23 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-25 14:23 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/05/25 14:23:34
Modified: metadata.xml ChangeLog
Added: miro-4.0.1.ebuild
Log:
Add new version. Fixes bug #342093. Also add patch to build with latest ffmpeg (patch not submitted upstream).
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Revision Changes Path
1.2 media-video/miro/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/miro/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 30 Oct 2009 08:29:50 -0000 1.1
+++ metadata.xml 25 May 2011 14:23:34 -0000 1.2
@@ -7,4 +7,3 @@
<name>Mounir Lamouri</name>
</maintainer>
</pkgmetadata>
-
1.10 media-video/miro/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 11 Mar 2011 20:47:12 -0000 1.9
+++ ChangeLog 25 May 2011 14:23:34 -0000 1.10
@@ -1,6 +1,13 @@
# ChangeLog for media-video/miro
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.9 2011/03/11 20:47:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.10 2011/05/25 14:23:34 scarabeus Exp $
+
+*miro-4.0.1 (25 May 2011)
+
+ 25 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ +files/4.0.1-ffmpeg.patch, +miro-4.0.1.ebuild, metadata.xml:
+ Add new version. Fixes bug #342093. Also add patch to build with latest
+ ffmpeg (patch not submitted upstream).
11 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
miro-2.5.4.ebuild:
1.1 media-video/miro/miro-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/miro-4.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/miro-4.0.1.ebuild?rev=1.1&content-type=text/plain
Index: miro-4.0.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/miro/miro-4.0.1.ebuild,v 1.1 2011/05/25 14:23:34 scarabeus Exp $
EAPI=3
PYTHON_DEPEND="2:2.7"
PYTHON_USE_WITH="sqlite"
inherit eutils fdo-mime gnome2-utils 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 ~x86"
IUSE="libnotify aac musepack xvid"
CDEPEND="
dev-libs/glib:2
dev-libs/boost[python]
>=dev-python/pyrex-0.9.6.4
dev-python/pygtk:2
dev-python/pygobject:2
>=virtual/ffmpeg-0.6.90"
RDEPEND="${CDEPEND}
dev-python/dbus-python
dev-python/pycairo
dev-python/gconf-python
dev-python/gst-python:0.10
>=dev-python/pywebkitgtk-1.1.5
dev-python/pycurl
>=net-libs/rb_libtorrent-0.14.1[python]
media-libs/mutagen
media-plugins/gst-plugins-meta:0.10
media-plugins/gst-plugins-pango:0.10
aac? ( media-plugins/gst-plugins-faad:0.10 )
libnotify? ( dev-python/notify-python )
musepack? ( media-plugins/gst-plugins-musepack:0.10 )
xvid? ( media-plugins/gst-plugins-xvid:0.10 )"
DEPEND="${CDEPEND}"
S="${WORKDIR}/${P}/linux"
src_prepare() {
epatch "${FILESDIR}/${PV}-ffmpeg.patch"
distutils_src_prepare
}
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 ../{CREDITS,README} || 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
ewarn
ewarn "If miro doesn't play some video or audio format, please"
ewarn "check your USE flags on media-plugins/gst-plugins-meta"
ewarn
elog "Miro for Linux doesn't support Adobe Flash, therefore you"
elog "you will not see any embedded video player on MiroGuide."
elog
}
pkg_postrm() {
distutils_pkg_postrm
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-25 14:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 14:23 [gentoo-commits] gentoo-x86 commit in media-video/miro: metadata.xml ChangeLog miro-4.0.1.ebuild Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox