Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255543 Details for
Bug 346915
media-plugins/mythvideo-0.24 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Mythvideo 0.24 ebuild
mythvideo-0.24_p27235.ebuild (text/plain), 1.49 KB, created by
Tom Flair
on 2010-11-27 03:50:18 UTC
(
hide
)
Description:
Mythvideo 0.24 ebuild
Filename:
MIME Type:
Creator:
Tom Flair
Created:
2010-11-27 03:50:18 UTC
Size:
1.49 KB
patch
obsolete
># 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_p25496.ebuild,v 1.1 2010/08/02 04:49: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 > > # correct permissions so MythVideo is actually usable > fperms 755 /usr/share/mythtv/mythvideo/scripts/jamu.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'." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 346915
:
255543
|
255891
|
257366
|
257368
|
260318
|
297837