public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: ChangeLog mythvideo-0.22_p22864-r1.ebuild mythvideo-0.22_p22864.ebuild
@ 2009-11-22  5:57 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2009-11-22  5:57 UTC (permalink / raw
  To: gentoo-commits

cardoe      09/11/22 05:57:25

  Modified:             ChangeLog
  Added:                mythvideo-0.22_p22864-r1.ebuild
  Removed:              mythvideo-0.22_p22864.ebuild
  Log:
  fix JAMU epends. Install default JAMU configuration scripts
  (Portage version: 2.1.7.5/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 media-plugins/mythvideo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	21 Nov 2009 05:28:37 -0000	1.82
+++ ChangeLog	22 Nov 2009 05:57:25 -0000	1.83
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/mythvideo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.82 2009/11/21 05:28:37 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.83 2009/11/22 05:57:25 cardoe Exp $
+
+*mythvideo-0.22_p22864-r1 (22 Nov 2009)
+
+  22 Nov 2009; Doug Goldstein <cardoe@gentoo.org>
+  -mythvideo-0.22_p22864.ebuild, +mythvideo-0.22_p22864-r1.ebuild:
+  fix JAMU epends. Install default JAMU configuration scripts
 
 *mythvideo-0.22_p22864 (21 Nov 2009)
 



1.1                  media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild?rev=1.1&content-type=text/plain

Index: mythvideo-0.22_p22864-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild,v 1.1 2009/11/22 05:57:25 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/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:[~2009-11-22  5:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-22  5:57 [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: ChangeLog mythvideo-0.22_p22864-r1.ebuild mythvideo-0.22_p22864.ebuild 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