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.23.1_p26407.ebuild
@ 2010-10-01  3:36 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2010-10-01  3:36 UTC (permalink / raw
  To: gentoo-commits

cardoe      10/10/01 03:36:36

  Modified:             ChangeLog
  Added:                mythvideo-0.23.1_p26407.ebuild
  Log:
  Version bump. Fix compilation with Qt-4.7
  
  (Portage version: 2.1.9.12/cvs/Linux x86_64)

Revision  Changes    Path
1.94                 media-plugins/mythvideo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	2 Aug 2010 04:49:29 -0000	1.93
+++ ChangeLog	1 Oct 2010 03:36:36 -0000	1.94
@@ -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.93 2010/08/02 04:49:29 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.94 2010/10/01 03:36:36 cardoe Exp $
+
+*mythvideo-0.23.1_p26407 (01 Oct 2010)
+
+  01 Oct 2010; Doug Goldstein <cardoe@gentoo.org>
+  +mythvideo-0.23.1_p26407.ebuild:
+  Version bump. Fix compilation with Qt-4.7
 
 *mythvideo-0.23.1_p25496 (02 Aug 2010)
 



1.1                  media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild?rev=1.1&content-type=text/plain

Index: mythvideo-0.23.1_p26407.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_p26407.ebuild,v 1.1 2010/10/01 03:36:36 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
	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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: ChangeLog mythvideo-0.23.1_p26407.ebuild
@ 2011-07-08 16:44 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2011-07-08 16:44 UTC (permalink / raw
  To: gentoo-commits

cardoe      11/07/08 16:44:15

  Modified:             ChangeLog mythvideo-0.23.1_p26407.ebuild
  Log:
  Mark the latest 0.23.1 as stable since I've been running it on both x86 and amd64 stable machines for a long time.
  
  (Portage version: 2.1.10.4/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 media-plugins/mythvideo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	31 Mar 2011 15:24:13 -0000	1.95
+++ ChangeLog	8 Jul 2011 16:44:15 -0000	1.96
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/mythvideo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.95 2011/03/31 15:24:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.96 2011/07/08 16:44:15 cardoe Exp $
+
+  08 Jul 2011; Doug Goldstein <cardoe@gentoo.org>
+  mythvideo-0.23.1_p26407.ebuild:
+  Mark the latest 0.23.1 as stable since I've been running it on both x86 and
+  amd64 stable machines for a long time.
 
   31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
   mythvideo-0.22_p22991.ebuild, mythvideo-0.22_p23469.ebuild,



1.3                  media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild?r1=1.2&r2=1.3

Index: mythvideo-0.23.1_p26407.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythvideo-0.23.1_p26407.ebuild	31 Mar 2011 15:24:13 -0000	1.2
+++ mythvideo-0.23.1_p26407.ebuild	8 Jul 2011 16:44:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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_p26407.ebuild,v 1.2 2011/03/31 15:24:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.23.1_p26407.ebuild,v 1.3 2011/07/08 16:44:15 cardoe Exp $
 
 EAPI=2
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Video player module for MythTV."
 IUSE="+jamu"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="dev-perl/libwww-perl
 	dev-perl/HTML-Parser






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: ChangeLog mythvideo-0.23.1_p26407.ebuild
@ 2012-03-08  2:37 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-03-08  2:37 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/03/08 02:37:48

  Modified:             ChangeLog
  Removed:              mythvideo-0.23.1_p26407.ebuild
  Log:
  Remove old version
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 media-plugins/mythvideo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythvideo/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	7 Jan 2012 03:41:12 -0000	1.98
+++ ChangeLog	8 Mar 2012 02:37:48 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/mythvideo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.98 2012/01/07 03:41:12 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.99 2012/03/08 02:37:48 cardoe Exp $
+
+  07 Mar 2012; Doug Goldstein <cardoe@gentoo.org>
+  -mythvideo-0.23.1_p26407.ebuild:
+  Remove old version
 
 *mythvideo-0.24.1_p20110524 (07 Jan 2012)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-08  2:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  3:36 [gentoo-commits] gentoo-x86 commit in media-plugins/mythvideo: ChangeLog mythvideo-0.23.1_p26407.ebuild Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-08 16:44 Doug Goldstein (cardoe)
2012-03-08  2:37 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