diff options
Diffstat (limited to 'media-tv/mythtv/ChangeLog')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 60 |
1 files changed, 60 insertions, 0 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. |