Skip to content

Commit

Permalink
v0.21.00, 2008-03-05. Start prepping for 0.21. Add a tip for using a
Browse files Browse the repository at this point in the history
subdirectory as the target of a storage group in case of mount failure to
prevent root partition fillup.  Update SVN download instructions to grab the
entire tree, so that you don't end up with versions of code / themes that
are incompatible.  Bump XMLTV version.  bjm's recording updates.



git-svn-id: http://svn.mythtv.org/svn/branches/release-0-21-fixes@16404 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
rkulagowski committed Mar 5, 2008
1 parent a40f64f commit 48f8523
Show file tree
Hide file tree
Showing 20 changed files with 882 additions and 576 deletions.
2 changes: 1 addition & 1 deletion mythtv/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<H1>Installing and using MythTV</H1>

<H2>Robert Kulagowski,
<A HREF="mailto:rkulagow@rocketmail.com">mailto:rkulagow@rocketmail.com</A></H2>2008-02-25, v0.21.00pre
<A HREF="mailto:rkulagow@rocketmail.com">mailto:rkulagow@rocketmail.com</A></H2>2008-03-05, v0.21.00pre
<HR>
<EM>Initially, installation of MythTV seems like a huge task. There are lots
of dependencies, and various distributions seem to do the same thing
Expand Down
4 changes: 2 additions & 2 deletions mythtv/docs/mythtv-HOWTO-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ <H2><A NAME="ss1.6">1.6</A> <A HREF="mythtv-HOWTO.html#toc1.6">Document conventi
<FIGURE>
<EPS FILE="add.eps">
<IMG SRC="add.png">
<CAPTION>Feature that has been added to SVN but is not available in the current
release.</CAPTION>
<CAPTION>Feature that has been added to SVN (subversion, a revision control system)
but is not available in the current release.</CAPTION>
</FIGURE>
</P>

Expand Down
4 changes: 2 additions & 2 deletions mythtv/docs/mythtv-HOWTO-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ <H2><A NAME="ss11.2">11.2</A> <A HREF="mythtv-HOWTO.html#toc11.2">Using themes w
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ tar -xjf myththemes-0.20.2.tar.bz2
$ cd ~/myththemes-0.20.2
$ tar -xjf myththemes-0.21.tar.bz2
$ cd ~/myththemes-0.21
$ qmake myththemes.pro
$ su -
# make install
Expand Down
277 changes: 179 additions & 98 deletions mythtv/docs/mythtv-HOWTO-12.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions mythtv/docs/mythtv-HOWTO-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <H2><A NAME="mythplugins_"></A> <A NAME="s13">13.</A> <A HREF="mythtv-HOWTO.html
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ tar -xjf mythplugins-0.20.2.tar.bz2
$ cd mythplugins-0.20.2
$ tar -xjf mythplugins-0.21.tar.bz2
$ cd mythplugins-0.21
$ ./configure --help

Usage: configure [options]
Expand Down Expand Up @@ -69,7 +69,7 @@ <H2><A NAME="mythplugins_"></A> <A NAME="s13">13.</A> <A HREF="mythtv-HOWTO.html
</CODE></BLOCKQUOTE>
</P>
<P>The sections detailing configuration of the plugins assume that you are
already in the <CODE>~/mythplugins-0.20.2/</CODE> directory.</P>
already in the <CODE>~/mythplugins-0.21/</CODE> directory.</P>
<P>Note that a single <B>configure</B> script now does configuration for all
modules. By default, it will compile all modules. If you do not wish to
compile a module, either because it is of no use to you, or you do not have
Expand All @@ -84,7 +84,7 @@ <H2><A NAME="mythplugins_"></A> <A NAME="s13">13.</A> <A HREF="mythtv-HOWTO.html
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-opengl --enable-mythgallery --enable-exif --enable-mythmusic --enable-fft
$ qmake mythplugins.pro
$ make
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <H2><A NAME="ss14.2">14.2</A> <A HREF="mythtv-HOWTO.html#toc14.2">Completing the
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2/mythweb
$ cd ~/mythplugins-0.21/mythweb
$ su
# mkdir /var/www/html/mythweb
# cp -r . /var/www/html/mythweb
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <H2><A NAME="ss15.1">15.1</A> <A HREF="mythtv-HOWTO.html#toc15.1">Installation a
Once you have satisfied the prerequisites for your distribution, install the application:
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-opengl --enable-mythgallery
$ qmake mythplugins.pro
$ make
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <H2><A NAME="ss16.4">16.4</A> <A HREF="mythtv-HOWTO.html#toc16.4">Download and I
<P>Switch to the mythplugins directory:
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
</PRE>
</CODE></BLOCKQUOTE>
</P>
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-17.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <H2><A NAME="ss17.4">17.4</A> <A HREF="mythtv-HOWTO.html#toc17.4">Compiling Myth
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythmusic --enable-fftw --enable-sdl --enable-aac
$ qmake mythplugins.pro
$ make
Expand Down
5 changes: 1 addition & 4 deletions mythtv/docs/mythtv-HOWTO-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@
<HR>
<H2><A NAME="s18">18.</A> <A HREF="mythtv-HOWTO.html#toc18">MythWeather.</A></H2>

<P><B>NOTE</B>: As of MythTV v0.20.2, MythWeather is disabled because it
no longer works correctly. A working version of MythWeather can be found in
svn.</P>
<P>MythWeather is a part of the <B>mythplugins</B> package. See
<A HREF="mythtv-HOWTO-13.html#mythplugins_">MythPlugins</A> for instructions on downloading the
tarball.</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythweather
$ qmake mythplugins.pro
$ make
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-19.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <H2><A NAME="s19">19.</A> <A HREF="mythtv-HOWTO.html#toc19">MythVideo.</A></H2>
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythvideo
$ qmake mythplugins.pro
$ make
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-21.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <H2><A NAME="s21">21.</A> <A HREF="mythtv-HOWTO.html#toc21">MythNews.</A></H2>
tarball. MythNews is a RSS reader.
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.20.2
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythnews
$ qmake mythplugins.pro
$ make
Expand Down
6 changes: 3 additions & 3 deletions mythtv/docs/mythtv-HOWTO-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <H2><A NAME="DownloadAndCompile"></A> <A NAME="s5">5.</A> <A HREF="mythtv-HOWTO.
skip XMLTV-related instructions), but you need <B>wget</B> version 1.9.1
or higher.</P>
<P>Get XMLTV from
<A HREF="http://xmltv.sourceforge.net">http://xmltv.sourceforge.net</A>. Download the latest version (0.5.48).</P>
<A HREF="http://xmltv.sourceforge.net">http://xmltv.sourceforge.net</A>. Download the latest version (0.5.51).</P>
<P>
<HR>
<PRE>
Expand Down Expand Up @@ -135,7 +135,7 @@ <H3>Manual installation</H3>
<A NAME="untarring_xmltv"></A> Untar the xmltv file:
<BLOCKQUOTE><CODE>
<PRE>
$ tar -xjf xmltv-0.5.48.tar.bz2
$ tar -xjf xmltv-0.5.51.tar.bz2
</PRE>
</CODE></BLOCKQUOTE>

Expand All @@ -159,7 +159,7 @@ <H3>Manual installation</H3>
<P>Change to the XMLTV directory and compile it:
<BLOCKQUOTE><CODE>
<PRE>
$ cd xmltv-0.5.48
$ cd xmltv-0.5.51
$ perl Makefile.PL
</PRE>
</CODE></BLOCKQUOTE>
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-8.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <H2><A NAME="completing_lirc_install"></A> <A NAME="ss8.3">8.3</A> <A HREF="myth
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythtv-0.20.2/contrib/configfiles
$ cd ~/mythtv-0.21/contrib/configfiles
$ cp lircrc.example ~/.lircrc
</PRE>
</CODE></BLOCKQUOTE>
Expand Down
2 changes: 1 addition & 1 deletion mythtv/docs/mythtv-HOWTO-9.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <H2><A NAME="ss9.2">9.2</A> <A HREF="mythtv-HOWTO.html#toc9.2">Post-configuratio
<P>mythbackend will print information about connections and what it's doing to
the console. If you'd like to see the options that are available for
mythbackend, type <CODE>mythbackend -h</CODE> for help.</P>
<P>As of MythTV v0.20.2, the available options are:
<P>As of MythTV v0.21, the available options are:
<BLOCKQUOTE><CODE>
<PRE>
$ mythbackend --help
Expand Down
Loading

0 comments on commit 48f8523

Please sign in to comment.