Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120609 Details for
Bug 156497
media-tv/freevo-1.7.2 (include dev-python/kaa-base dev-python/kaa-metadata dev-python/kaa-imlib2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
freevo-1.7.2-r1.ebuild with correct dependancies
freevo-1.7.2-r1.ebuild (text/plain), 6.04 KB, created by
cazzantonio
on 2007-05-29 12:42:13 UTC
(
hide
)
Description:
freevo-1.7.2-r1.ebuild with correct dependancies
Filename:
MIME Type:
Creator:
cazzantonio
Created:
2007-05-29 12:42:13 UTC
Size:
6.04 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.5.4-r2.ebuild,v 1.1 2006/10/24 18:38:21 mattepiu Exp $ > >inherit distutils > >MY_P="${P/_rc/-rc}" > >IUSE="dvd lirc matrox minimal mixer nls sqlite tv X" >DESCRIPTION="Digital video jukebox (PVR, DVR)." >HOMEPAGE="http://www.freevo.org/" >S="${WORKDIR}/${MY_P}" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >RESTRICT="nomirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc x86" > >DEPEND=">=dev-python/pygame-1.5.6 > >=dev-python/pyxml-0.8.2 > >=dev-python/imaging-1.1.3 > =dev-python/twisted-2.4* > >=dev-python/twisted-web-0.5.0-r1 > !minimal?( >=media-video/mplayer-0.92 ) > >=media-libs/freetype-2.1.4 > >=media-libs/libsdl-1.2.5 > >=sys-apps/sed-4 > >=dev-python/elementtree-1.2.6 > >=dev-python/beautifulsoup-3.0 > >=dev-python/kaa-metadata-0.6.1 > >=dev-python/kaa-imlib2-0.2.1 > dvd? ( >=media-video/xine-ui-0.9.22 >=media-video/lsdvd-0.10 ) > tv? ( media-tv/tvtime !minimal?( media-tv/xmltv ) ) > mixer? ( media-sound/aumix ) > matrox? ( >=media-video/matroxset-0.3 ) > lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 ) > sqlite? ( =dev-python/pysqlite-1* )" > >src_unpack() { > unpack ${A} > cp "${FILESDIR}/freevo.rc6" "${WORKDIR}/" > if use X ; then > sed -e 's/lircd/lircd xdm/g' "${WORKDIR}/freevo.rc6" > "${WORKDIR}/freevo.rc6b" > else > sed -e 's/lircd/lircd local/g' "${WORKDIR}/freevo.rc6" > "${WORKDIR}/freevo.rc6b" > fi >} > >src_install() { > distutils_src_install > > insinto /etc/freevo ># doins "${T}/freevo.conf" > newins local_conf.py.example local_conf.py > > if [ "${PROFILE_ARCH}" == "xbox" ]; then > sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py > newins ${FILESDIR}/xbox-lircrc lircrc > fi > > if use X; then > echo "#!/bin/bash" > freevo > echo "${ROOT}/usr/bin/freevoboot startx" >> freevo > exeinto /etc/X11/Sessions/ > doexe freevo > > KDFREEVO=`kde-config --prefix` > if [ "x$KDFREEVO" != "x" ]; then > FREEVOSESSION=`grep ^SessionsDirs= ${KDFREEVO}/share/config/kdm/kdmrc | cut -d= -f 2 | cut -d: -f1` > if [ "x${FREEVOSESSION}" != "x" ]; then > insinto ${FREEVOSESSION} > doins "${FILESDIR}/freevo.desktop" freevo.desktop > fi > fi > > insinto /etc/X11/dm/Sessions > doins "${FILESDIR}/freevo.desktop" freevo.desktop > fi > > exeinto ${ROOT}/usr/bin > newexe "${FILESDIR}/freevo.boot" freevoboot > newconfd "${FILESDIR}/freevo.conf" freevo > > rm -rf "${D}/usr/share/doc" > newdoc Docs/README README.docs > dodoc BUGS COPYING ChangeLog FAQ INSTALL PKG-INFO README TODO \ > Docs/{CREDITS,NOTES,plugins/*.txt} > cp -r Docs/{installation,plugin_writing} "${D}/usr/share/doc/${PF}" > > use nls || rm -rf ${D}/usr/share/locale ># } > ># pkg_postinst() { > einfo "If you want to schedule programs, emerge xmltv now." > echo > > einfo "Please check /etc/freevo/freevo.conf and" > einfo "/etc/freevo/local_conf.py before starting Freevo." > einfo "To rebuild freevo.conf with different parameters," > einfo "please run:" > einfo " freevo setup" > echo > > if [ -e "${ROOT}/etc/init.d/freevo" ] ; then > ewarn "Please remove ${ROOT}/etc/init.d/freevo because is no longer used" > ewarn "and runnining freevo as root could be a security risk" > fi > echo > ewarn "Freevo starting method for freevo-only-systems is changed, cause" > ewarn "initscript would run it as root and this may cause unsecurity." > ewarn "That is now substituted with freevoboot, a wrapper to be runned" > ewarn "as user. Configuration is still in /etc/conf.d/freevo" > ewarn "and you can always use freevo directly." > echo > if use X ; then > ewarn "If you're using a Freevo-only system with X, you'll need" > ewarn " to setup the autologin (as user) and choose freevo as" > ewarn "default session. If you need to run recordserver/webserver" > ewarn "at boot, please use /etc/conf.d/freevo as always." > echo > ewarn "Should you decide to personalize your freevo.desktop" > ewarn "session, keep inside ${ROOT}/usr/bin/freevoboot startx (wrapper)." > echo > else > ewarn "Freevo initscript is changed and should not be run as root" > echo > ewarn "If you want Freevo to start automatically,you'll need" > ewarn "to follow instructions at :" > ewarn "http://freevo.sourceforge.net/cgi-bin/doc/BootFreevo" > echo > ewarn "*NOTE: you can use mingetty or provide a login" > ewarn "program for getty to autologin as limited privileges user" > ewarn "a tutorial for getty is at:" > ewarn "http://ubuntuforums.org/showthread.php?t=152274" > echo > ewarn "Sorry for the disadvantage, this is done for bug #150568." > echo > fi > > if [ -e "${ROOT}/etc/init.d/freevo" ] ; then > ewarn "Please remove ${ROOT}/etc/init.d/freevo as is a security" > ewarn "threat. To set autostart read above." > fi > > if [ -e "${ROOT}/opt/freevo" ] ; then > ewarn "Please remove ${ROOT}/opt/freevo because it is no longer used." > fi > if [ -e "${ROOT}/etc/freevo/freevo_config.py" ] ; then > ewarn "Please remove ${ROOT}/etc/freevo/freevo_config.py." > fi > if [ -e "${ROOT}/etc/init.d/freevo-record" ] ; then > ewarn "Please remove ${ROOT}/etc/init.d/freevo-record" > fi > if [ -e "${ROOT}/etc/init.d/freevo-web" ] ; then > ewarn "Please remove ${ROOT}/etc/init.d/freevo-web" > fi > > local myconf > if [ "`${ROOT}/bin/ls -l /etc/localtime | grep -e "Europe\|GMT"`" ] || [ "`${ROOT}/bin/cat /etc/timezone | grep -e "Europe\|GMT"`" ] ; then > myconf="${myconf} --tv=pal" > fi > if [ "${PROFILE_ARCH}" == "xbox" ]; then > myconf="${myconf} --geometry=640x480 --display=x11" > elif use matrox && use directfb; then > myconf="${myconf} --geometry=768x576 --display=dfbmga" > elif use matrox ; then > myconf="${myconf} --geometry=768x576 --display=mga" > elif use directfb; then > myconf="${myconf} --geometry=768x576 --display=directfb" > elif use X ; then > myconf="${myconf} --geometry=800x600 --display=x11" > else > myconf="${myconf} --geometry=800x600 --display=fbdev" > fi > > sed -i 's/\/etc\/freevo\/freevo.conf/freevo.conf/g' ${S}/src/setup_freevo.py || die > cd src > python setup_freevo.py ${myconf} || die "configure problem" > insinto ${ROOT}/etc/freevo > newins freevo.conf freevo.conf || die "configure issue" >}
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 156497
:
102905
|
102906
|
102907
|
103127
|
103128
|
110904
|
110906
|
110907
|
110908
|
111262
|
111303
|
111305
|
111306
|
111308
|
113714
|
113715
|
117166
|
117192
|
117369
|
118870
|
118871
|
118873
|
118875
|
120470
| 120609