diff options
author | John Mylchreest <johnm@gentoo.org> | 2003-07-09 00:05:53 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2003-07-09 00:05:53 +0000 |
commit | ad62387ea90b03113c4e76d87e9ecfd6f7e21ba7 (patch) | |
tree | 6bed4dbc1f186ee8b82b6b9f76b717d6382dcaae | |
parent | initial check-in (diff) | |
download | gentoo-2-ad62387ea90b03113c4e76d87e9ecfd6f7e21ba7.tar.gz gentoo-2-ad62387ea90b03113c4e76d87e9ecfd6f7e21ba7.tar.bz2 gentoo-2-ad62387ea90b03113c4e76d87e9ecfd6f7e21ba7.zip |
initial check-in
-rw-r--r-- | media-tv/mythtv/ChangeLog | 60 | ||||
-rw-r--r-- | media-tv/mythtv/Manifest | 8 | ||||
-rw-r--r-- | media-tv/mythtv/files/digest-mythtv-0.10 | 1 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend.conf | 23 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend.rc6 | 56 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythfilldatabase.cron | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.10.ebuild | 117 |
7 files changed, 265 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog new file mode 100644 index 000000000000..d10f4620fd07 --- /dev/null +++ b/media-tv/mythtv/ChangeLog @@ -0,0 +1,60 @@ +# ChangeLog for media-video/mythtv +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.1 2003/07/09 00:05:43 johnm Exp $ + + 03 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.8.ebuild: + Set KEYWORDS to ~x86. + + 02 Jul 2003; Max Kalika <max@lsit.ucsb.edu> files/mythfilldatabase.cron: + Remove --update and --no-delete from the sample cron file. + + 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> files/mythbackend.conf, + files/mythbackend.rc6: + Fix up mythbackend start up script: reset permissions on pid and log + directories, change MYTH_NOWARN to MYTH_WARN and reverse the functionality, + other cleanups. + +*mythtv-0.10 (01 Jul 2003) + + 01 Jul 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.10.ebuild, + files/mythbackend.conf: + Bump version to 0.10. Drop all patches -- just move config to /etc/mythtv and + link to /usr/share/mythtv. Change xmltv depend to >= 0.5.14. Move + /usr/share/mythtv/setup to /usr/bin/mythsetup and add note on pkg_postinst(). + Drop permission change of /var/{log,run}/mythtv -- do it as part of the rc + script. Change startup script config file to start mythbackend as root -- + will still warn about root not being part of the video group and gives the + user an option to change to a non-root user; helps with hanging mythbackend + on startup as reported on #10533. Add a note about the importance of upgrading + the database. + + 22 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.9.1-r2.ebuild: + Rename patch to mythtv-0.9-gentoo.patch. Depend on >=sys-apps/sed-4. Die + if sed fails. Clean up some other dependencies. + +*mythtv-0.9.1-r2 (18 Jun 2003) + + 18 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.9.1-r2.ebuild, + Move to media-tv. Drop the mysql dependency. + +*mythtv-0.9.1 (13 Jun 2003) + + 13 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.9.1.ebuild, + mythtv-gentoo.patch: + Bump to 0.9.1. Drop the sed fix for config file in /etc/mythtv and use + a patch instead which also fixes another file. This allows mythgallery + to show up on the main mythfrontend screen. + +*mythtv-0.9 (09 Jun 2003) + + 09 Jun 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.9.ebuild: + Bump to 0.9. Make all sed operations inline. Add a sed fix to use config + file in /etc/mythtv instead of /usr/etc/mythtv. Run qmake as in all other + Myth projects to generate a valid Makefile. Change emake to make because + parallel builds do not seem to work. Install keys.txt and HOWTO docs. + Install all html doc files. Drop obsolete einfo comment. Other cleanups. + +*mythtv-0.8 (28 Apr 2003) + + 28 Apr 2003; Max Kalika <max@lsit.ucsb.edu> mythtv-0.8.ebuild: + Initial import. diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest index 3cc5ede9384c..234dce4f9fba 100644 --- a/media-tv/mythtv/Manifest +++ b/media-tv/mythtv/Manifest @@ -1,6 +1,6 @@ -MD5 d3a6bbe930485c5564b49f7cb8ce897f ChangeLog 2683 -MD5 93839304c75bb767c628465486bbd226 mythtv-0.10.ebuild 3036 -MD5 790d2d5812512ad990db10a0e3c97d9d files/mythbackend.conf 858 -MD5 b2e751160af5ec63a2a762ca246def1f files/mythbackend.rc6 1661 +MD5 02ef526f5ea6f99aac46e233c3d36881 ChangeLog 2692 +MD5 51592cc8ddf7a7abc7b6ca362b752c6b mythtv-0.10.ebuild 3045 +MD5 ce8c4dae21199ea11abd156b16cc3b8a files/mythbackend.conf 867 +MD5 897368570b822b7a42c9693e16f1f052 files/mythbackend.rc6 1670 MD5 e14a28e72b9ac693884dc418dbeef119 files/digest-mythtv-0.10 65 MD5 b3a4780890d53640604812b8069a8297 files/mythfilldatabase.cron 74 diff --git a/media-tv/mythtv/files/digest-mythtv-0.10 b/media-tv/mythtv/files/digest-mythtv-0.10 new file mode 100644 index 000000000000..6fbdb3de9d4c --- /dev/null +++ b/media-tv/mythtv/files/digest-mythtv-0.10 @@ -0,0 +1 @@ +MD5 3e6dad28e1c25929ceb124ad7d0a3d0b mythtv-0.10.tar.bz2 2466640 diff --git a/media-tv/mythtv/files/mythbackend.conf b/media-tv/mythtv/files/mythbackend.conf new file mode 100644 index 000000000000..44ee86fbec66 --- /dev/null +++ b/media-tv/mythtv/files/mythbackend.conf @@ -0,0 +1,23 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.conf,v 1.1 2003/07/09 00:05:43 johnm Exp $ + +# Uncomment this to disable the permission warnings. +MYTH_WARN=yes + +# Specify which user to run as +# +# NOTE: this user must have permissions to write +# to the LOG and PID directories specified +# below. Furthermore, this user must be able +# to write to the audio and video devices +# that are configured in MythTV. This can +# be achieved by adding this user to the +# audio and video groups. +MYTH_USER=root + +# Specify which file to use for the backend log. +MYTH_LOG=/var/log/mythtv/mythbackend.log + +# Specify in which file to store the backend process id. +MYTH_PID=/var/run/mythtv/mythbackend.pid diff --git a/media-tv/mythtv/files/mythbackend.rc6 b/media-tv/mythtv/files/mythbackend.rc6 new file mode 100644 index 000000000000..3eaa74ebfe68 --- /dev/null +++ b/media-tv/mythtv/files/mythbackend.rc6 @@ -0,0 +1,56 @@ +#!/sbin/runscript +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.rc6,v 1.1 2003/07/09 00:05:43 johnm Exp $ + +depend() { + need net + use mysql +} + +checkconfig() { + for i in $(groups "${MYTH_USER/:*/}") ; do + [ "${i}" = "audio" ] && audio="yes" + [ "${i}" = "video" ] && video="yes" + done + + if [ -z "${audio}" -o -z "${video}" ] ; then + ewarn "" + [ -z "${audio}" ] && \ + ewarn "${HILITE}${MYTH_USER/:*/}${NORMAL} is not in the audio group" + [ -z "${video}" ] && \ + ewarn "${HILITE}${MYTH_USER/:*/}${NORMAL} is not in the video group" + ewarn "" + ewarn "insufficient permissions discovered" + ewarn "mythbackend may not start correctly" + ewarn "" + fi +} + +start() { + [ -z "${MYTH_USER}" ] && MYTH_USER="nobody:nobody" + [ -z "${MYTH_LOG}" ] && MYTH_LOG="/var/log/mythtv/mythbackend.log" + [ -z "${MYTH_PID}" ] && MYTH_PID="/var/run/mythtv/mythbackend.pid" + [ -z "${MYTH_WARN}" -o "${MYTH_WARN}" = "yes" ] && checkconfig + + HOME="$(dirname "${MYTH_PID}")" + QTDIR=/usr/qt/3 + + # Work around any strange permissions that may be on these files. + chown -R "${MYTH_USER}" "$(dirname "${MYTH_LOG}")" + chown -R "${MYTH_USER}" "$(dirname "${MYTH_PID}")" + + ebegin "Starting myth backend" + start-stop-daemon --start --quiet --chuid "${MYTH_USER}" \ + --exec /usr/bin/mythbackend -- \ + --daemon --pidfile "${MYTH_PID}" --logfile "${MYTH_LOG}" + eend $? +} + +stop () { + [ -z "${MYTH_PID}" ] && MYTH_PID="/var/run/mythtv/mythbackend.pid" + + ebegin "Stopping myth backend" + start-stop-daemon --stop --quiet --pidfile="${MYTH_PID}" + eend $? +} diff --git a/media-tv/mythtv/files/mythfilldatabase.cron b/media-tv/mythtv/files/mythfilldatabase.cron new file mode 100644 index 000000000000..f1a675c1d121 --- /dev/null +++ b/media-tv/mythtv/files/mythfilldatabase.cron @@ -0,0 +1,4 @@ +#! /bin/sh + +QTDIR=/usr/qt/3 +/usr/bin/mythfilldatabase --no-delete --quiet diff --git a/media-tv/mythtv/mythtv-0.10.ebuild b/media-tv/mythtv/mythtv-0.10.ebuild new file mode 100644 index 000000000000..1f28a3d0192e --- /dev/null +++ b/media-tv/mythtv/mythtv-0.10.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.10.ebuild,v 1.1 2003/07/09 00:05:43 johnm Exp $ + +inherit flag-o-matic + +IUSE="lcd mmx oss" +DESCRIPTION="Homebrew PVR project." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=x11-libs/qt-3 + media-libs/a52dec + >=media-tv/xmltv-0.5.14 + media-sound/lame + >=media-libs/freetype-2.0 + >=sys-apps/sed-4 + virtual/x11" + +RDEPEND="${DEPEND} + lcd? ( app-misc/lcdproc )" + +src_unpack() { + + unpack ${A} + + for i in `grep -lr usr/local "${S}"` ; do + sed -e "s:usr/local:usr:" -i "${i}" || die "sed failed" + done + +} + +src_compile() { + + local myconf="--enable-a52bin --enable-shared" + myconf="${myconf} `use_enable lcd`" + myconf="${myconf} `use_enable mmx`" + myconf="${myconf} `use_enable oss audio-oss`" + + cpu="`get-flag march`" + if [ -n "${cpu}" ] ; then + myconf="${myconf} --cpu=${cpu}" + sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed" + fi + + qmake -o "${S}/Makefile" "${S}/${PN}.pro" + + econf ${myconf} + + # Parallel build doesn't work. + make || die "compile problem" + +} + +src_install() { + + make INSTALL_ROOT="${D}" install || die "make install failed" + newbin "setup/setup" "mythsetup" + + dodir /etc/mythtv + mv "${D}/usr/share/mythtv/mysql.txt" "${D}/etc/mythtv" + dosym /etc/mythtv/mysql.txt /usr/share/mythtv/mysql.txt + + exeinto /etc/init.d + newexe "${FILESDIR}/mythbackend.rc6" mythbackend + + insinto /etc/conf.d + newins "${FILESDIR}/mythbackend.conf" mythbackend + + exeinto /usr/share/mythtv + doexe "${FILESDIR}/mythfilldatabase.cron" + + insinto /usr/share/mythtv/database + doins "${S}"/database/* + + dodoc AUTHORS COPYING FAQ README UPGRADING keys.txt docs/*.txt + dohtml docs/*.html + + keepdir /var/{log,run}/mythtv + +} + +pkg_postinst() { + + ewarn "Please note that /usr/share/mythtv/setup has been moved" + ewarn "to /usr/bin/mythsetup" + echo + + einfo "If this is the first time you install MythTV," + einfo "you need to add /usr/share/mythtv/database/mc.sql" + einfo "to your mysql database." + einfo + einfo "You might run 'mysql < /usr/share/mythtv/database/mc.sql'" + einfo + einfo "Next, you need to run the mythsetup program." + einfo "It will ask you some questions about your hardware, and" + einfo "then run xmltv's grabber to configure your channels." + einfo + einfo "Once you have configured your database, you can run" + einfo "/usr/bin/mythfilldatabase to populate the schedule" + einfo "or copy /usr/share/mythtv/mythfilldatabase.cron to" + einfo "/etc/cron.daily for this to happen automatically." + einfo + einfo "If you're upgrading from an older version and for more" + einfo "setup and usage instructions, please refer to:" + einfo " /usr/share/doc/${PF}/README.gz" + einfo " /usr/share/doc/${PF}/UPGRADING.gz" + ewarn "This part is important as there might be database changes" + ewarn "which need to be performed or this package will not work" + ewarn "properly." + echo + +} |