Changeset c53e7e3 for xfce/apps


Ignore:
Timestamp:
03/16/2013 09:38:01 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5225afee
Parents:
dcd16c6
Message:

Parole and Midori updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11104 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xfce/apps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xfce/apps/midori.xml

    rdcd16c6 rc53e7e3  
    66
    77  <!ENTITY midori-download-http
    8     "http://archive.xfce.org/src/apps/midori/0.4/midori-&midori-version;.tar.bz2">
     8           "http://archive.xfce.org/src/apps/midori/0.4/midori-&midori-version;.tar.bz2">
    99  <!ENTITY midori-download-ftp  " ">
    10   <!ENTITY midori-md5sum        "14288197a1e2251b7c0803e1448daa0e">
    11   <!ENTITY midori-size          "932 KB">
    12   <!ENTITY midori-buildsize     "29 MB (5 MB installed)">
    13   <!ENTITY midori-time          "0.1 SBU">
     10  <!ENTITY midori-md5sum        "d2b3c436c08022f47a0db6bca3772790">
     11  <!ENTITY midori-size          "1.1 MB">
     12  <!ENTITY midori-buildsize     "50 MB (9 MB installed)">
     13  <!ENTITY midori-time          "0.3 SBU">
    1414]>
    1515
    16 <sect1 id="midori" xreflabel="midori-&midori-version;">
     16<sect1 id="midori" xreflabel="Midori-&midori-version;">
    1717  <?dbhtml filename="midori.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>midori-&midori-version;</title>
     24  <title>Midori-&midori-version;</title>
    2525
    2626  <indexterm zone="midori">
    27     <primary sortas="a-midori">midori</primary>
     27    <primary sortas="a-Midori">Midori</primary>
    2828  </indexterm>
    2929
     
    3333    <para>
    3434      <application>Midori</application> is a lightweight web browser that uses
    35       <application>WebKitGTK</application>.
     35      <application>WebKitGTK+</application>.
    3636    </para>
    3737
     
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="webkitgtk"/> (configured --with-gtk=2.0) and
    79       <xref linkend="vala"/>.
     78      <xref linkend="webkitgtk"/> (configured --with-gtk=2.0) or
     79      <xref linkend="webkitgtk"/> (configured --with-gtk=3.0) and
     80      <xref linkend="vala"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="libnotify"/> and
     86      <xref linkend="librsvg"/>
    8087    </para>
    8188
    8289    <bridgehead renderas="sect4">Optional</bridgehead>
    8390    <para role="optional">
    84       <xref linkend="libnotify"/>,
    85       <xref linkend="librsvg"/> and
    86       <xref linkend="libunique"/>.
     91      <ulink url="&gnome-download-http;/gnome-keyring">GNOME Keyring (2.x)</ulink> or
     92      <xref linkend="gcr"/>,
     93      <xref linkend="gtk-doc"/>,
     94      <ulink url="&gnome-download-http;/libunique">libunique (1.x)</ulink> or
     95      <xref linkend="libunique"/> and
     96      <xref linkend="libzeitgeist"/>
    8797    </para>
    8898
     
    100110    </para>
    101111
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/midori-&midori-version; &amp;&amp;
    103113make</userinput></screen>
    104114
     
    118128
    119129    <para>
    120       <command>export NOCOLOR=1</command>: This prevents the build process
    121       outputting coloured text. Coloured text is fine if you're running the
    122       commands in a terminal, but if you compile it with a script and pipe the
    123       output to a log file the control characters that colour the text can make
    124       the log file difficult to read with a text editor.
     130      <option>--enable-gtk3</option>: Use this switch if you want
     131      to build <application>Midori</application> with
     132      <application>GTK+ 3</application> dependencies.
    125133    </para>
     134
     135    <para>
     136      <option>--enable-apidocs</option>: Use this switch if
     137      <application>GTK-Doc</application> is installed and you
     138      wish to build and install the API documentation.
     139    </para>
     140
     141    <para>
     142      <command>export NOCOLOR=1</command>: This prevents the build
     143      process outputting colored text. Colored text is fine if
     144      you're running the commands in a terminal, but if you compile
     145      it with a script and pipe the output to a log file the control
     146      characters that color the text can makehe log file difficult
     147      to read with a text editor.
     148    </para>
     149
    126150  </sect2>
    127151
     
    135159
    136160      <seglistitem>
    137         <seg>midori</seg>
    138         <seg>None</seg>
     161        <seg>
     162          midori
     163        </seg>
     164        <seg>
     165          None
     166        </seg>
    139167        <seg>
    140168          /etc/xdg/midori,
    141169          /usr/include/midori-0.4,
    142170          /usr/lib/midori,
    143           /usr/share/midori and
    144           /usr/share/doc/midori
     171          /usr/share/doc/midori-&midori-version; and
     172          /usr/share/midori
    145173        </seg>
    146174      </seglistitem>
     
    156184        <listitem>
    157185          <para>
    158             is a lightweight <application>WebKitGTK</application> browser.
     186            is a lightweight <application>WebKitGTK+</application> browser.
    159187          </para>
    160188          <indexterm zone="midori midori-prog">
     
    163191        </listitem>
    164192      </varlistentry>
     193
    165194    </variablelist>
     195
    166196  </sect2>
     197
    167198</sect1>
  • xfce/apps/parole.xml

    rdcd16c6 rc53e7e3  
    66
    77  <!ENTITY parole-download-http
    8     "http://archive.xfce.org/src/apps/parole/0.2/parole-&parole-version;.tar.bz2">
     8           "http://archive.xfce.org/src/apps/parole/0.5/parole-&parole-version;.tar.bz2">
    99  <!ENTITY parole-download-ftp  " ">
    10   <!ENTITY parole-md5sum        "5d7e5ab7535bdf89508a8d7e551f9187">
    11   <!ENTITY parole-size          "640 KB">
    12   <!ENTITY parole-buildsize     "16 MB">
     10  <!ENTITY parole-md5sum        "d8adad20ee95dfca3082812ca44be122">
     11  <!ENTITY parole-size          "632 KB">
     12  <!ENTITY parole-buildsize     "18 MB">
    1313  <!ENTITY parole-time          "0.3 SBU">
    1414]>
    1515
    16 <sect1 id="parole" xreflabel="parole-&parole-version;">
     16<sect1 id="parole" xreflabel="Parole-&parole-version;">
    1717  <?dbhtml filename="parole.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>parole-&parole-version;</title>
     24  <title>Parole-&parole-version;</title>
    2525
    2626  <indexterm zone="parole">
    27     <primary sortas="a-parole">parole</primary>
     27    <primary sortas="a-Parole">Parole</primary>
    2828  </indexterm>
    2929
     
    3232
    3333    <para>
    34       <application>Parole</application> is a DVD/CD/music player that uses
    35       Gstreamer.
     34      <application>Parole</application> is a DVD/CD/music player for
     35      <application>Xfce</application> that uses
     36      <application>GStreamer</application>.
    3637    </para>
    3738
     
    7677    <bridgehead renderas="sect4">Required</bridgehead>
    7778    <para role="required">
    78       <xref linkend="dbus-glib"/>,
    79       <xref linkend="gst-plugins-base"/> and
    80       <xref linkend="libxfcegui4"/>.
     79      <xref linkend="gst-plugins-base"/> or
     80      <xref linkend="gst10-plugins-base"/> and
     81      <xref linkend="libxfce4ui"/>
    8182    </para>
    8283
    83     <bridgehead renderas="sect4">Recommended (for playing DVDs)</bridgehead>
     84    <bridgehead renderas="sect4">Recommended</bridgehead>
    8485    <para role="recommended">
    85       <xref linkend="gst-plugins-ugly"/> (with <xref linkend="libdvdcss"/>,
    86       <xref linkend="libdvdnav"/> and <xref linkend="libdvdread"/>).
     86      <xref linkend="libnotify"/> and
     87      <xref linkend="taglib"/>
    8788    </para>
    8889
     
    100101    </para>
    101102
    102 <screen><userinput>echo "video/webm" >>data/mime/mime-type-list.txt &amp;&amp;
    103 LIBS+=-lX11 ./configure --prefix=/usr &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr &amp;&amp;
    104104make</userinput></screen>
    105105
     
    113113
    114114<screen role="root"><userinput>make install</userinput></screen>
     115
    115116  </sect2>
    116117
     
    118119    <title>Command Explanations</title>
    119120
    120     <para><parameter>echo "video/webm" >>data/mime/mime-type-list.txt</parameter>:
    121     This allows <application>parole</application> to recognize that webm video
    122     files can be played (requires Gstreamer Good and Bad plugins).</para>
     121    <para>
     122      <parameter>--with-gstreamer=1.0</parameter>: Use this switch if
     123      you want to use <xref linkend="gst10-plugins-base"/> instead of
     124      <xref linkend="gst-plugins-base"/>.
     125    </para>
    123126
    124127  </sect2>
     128
    125129  <sect2 role="using">
    126130    <title>Using Parole</title>
    127131
    128132    <para>
    129       If you have installed Gstreamer Plugins Ugly with support for Libdvdnav
    130       and Libdvdread and would like to use Parole to play a DVD, click Media&gt;
     133      If you have installed Gstreamer Plugins Ugly with support for libdvdnav
     134      and libdvdread and would like to use Parole to play a DVD, click Media&gt;
    131135      Open location and enter dvd:// into the box.
    132136    </para>
    133137
    134138    <para>
    135       Similarly, to play a CD,  click Media&gt; Open location and enter cdda://
     139      Similarly, to play a CD, click Media&gt; Open location and enter cdda://
    136140      into the box.
    137141    </para>
     142
    138143  </sect2>
    139144
     
    147152
    148153      <seglistitem>
    149         <seg>parole</seg>
    150         <seg>None</seg>
     154        <seg>
     155          parole
     156        </seg>
     157        <seg>
     158          None
     159        </seg>
    151160        <seg>
    152161          /usr/include/parole,
     
    166175        <listitem>
    167176          <para>
    168             is a Gtk+ 2 media player that uses Gstreamer.
     177            is a <application>GTK+ 2</application> media player that
     178            uses <application>GStreamer</application>.
    169179          </para>
    170180          <indexterm zone="parole parole-prog">
     
    173183        </listitem>
    174184      </varlistentry>
     185
    175186    </variablelist>
     187
    176188  </sect2>
     189
    177190</sect1>
Note: See TracChangeset for help on using the changeset viewer.