* [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: mythvideo-0.23.1_p25367.ebuild ChangeLog
@ 2010-07-26 15:51 Doug Goldstein (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2010-07-26 15:51 UTC (permalink / raw
To: gentoo-commits
cardoe 10/07/26 15:51:29
Modified: ChangeLog
Added: mythvideo-0.23.1_p25367.ebuild
Log:
Upstream fix for artwork downloading and URL redirection.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.89 media-plugins/mythvideo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 26 Jul 2010 13:55:07 -0000 1.88
+++ ChangeLog 26 Jul 2010 15:51:29 -0000 1.89
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.88 2010/07/26 13:55:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.89 2010/07/26 15:51:29 cardoe Exp $
+
+*mythvideo-0.23.1_p25367 (26 Jul 2010)
+
+ 26 Jul 2010; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.23.1_p25367.ebuild:
+ Upstream fix for artwork downloading and URL redirection.
26 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
mythvideo-0.22_p23469.ebuild:
1.1 media-plugins/mythvideo/mythvideo-0.23.1_p25367.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p25367.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p25367.ebuild?rev=1.1&content-type=text/plain
Index: mythvideo-0.23.1_p25367.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p25367.ebuild,v 1.1 2010/07/26 15:51:29 cardoe Exp $
EAPI=2
inherit qt4 mythtv-plugins
DESCRIPTION="Video player module for MythTV."
IUSE="+jamu"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/URI
dev-perl/XML-Simple
sys-apps/eject
jamu? ( >=dev-python/imdbpy-3.8
dev-python/imaging
>=dev-python/mysql-python-1.2.2
media-tv/mythtv[python] )"
DEPEND=""
src_install() {
mythtv-plugins_src_install
newinitd "${FILESDIR}"/mtd.init.d mtd
# correct permissions so MythVideo is actually usable
fperms 755 /usr/share/mythtv/mythvideo/scripts/*.pl
fperms 755 /usr/share/mythtv/mythvideo/scripts/*.py
# setup JAMU cron jobs
if use jamu; then
exeinto /etc/cron.daily
newexe "${FILESDIR}/mythvideo.daily" mythvideo || die
exeinto /etc/cron.hourly
newexe "${FILESDIR}/mythvideo.hourly" mythvideo || die
exeinto /etc/cron.weekly
newexe "${FILESDIR}/mythvideo.weekly" mythvideo || die
insinto /home/mythtv/.mythtv/
newins mythvideo/scripts/jamu-example.conf jamu.conf || die
fi
}
pkg_postinst() {
elog "MythVideo can use any media player to playback files if you"
elog "are *NOT* using Storage Groups. If you are using Storage"
elog "Groups, you *MUST* use the Internal player."
elog
elog "Otherwise, you can install mplayer, xine or any other video"
elog "player and use that instead by configuring the player to use."
elog "The default is 'Internal'."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-26 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 15:51 [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: mythvideo-0.23.1_p25367.ebuild ChangeLog Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox