blob: d10f4620fd07f1e50bad7b7d48b3d18413120e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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.
|