Changeset b3224f7


Ignore:
Timestamp:
10/07/2002 08:17:30 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b35b684
Parents:
0d00570
Message:

add xine-lib-0.9.13 and updated to fcron-2.9.2

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

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/fcron/fcron-exp.xml

    r0d00570 rb3224f7  
    11<sect2>
    22<title>Command explanations</title>
     3
     4<para><userinput>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-1.77</userinput> Can be added IF you have installed openjade and dsssl-stylesheets per the <ulink url="http://hints.linuxfromscratch.org/hints/docbook.txt">Docbook
     5Hint</ulink>.</para>
    36
    47<para><userinput>make CC="gcc $CFLAGS":</userinput> This makes fcron
  • general/sysutils/fcron/fcron-intro.xml

    r0d00570 rb3224f7  
    1515local mail system (<xref linkend="sendmail"/> or <xref linkend="postfix"/>, for example)
    1616fcron utilizes:
    17 <xref linkend="Linux_PAM"/></screen>
     17<xref linkend="Linux_PAM"/>, openjade and dsssl-stylesheets</screen>
    1818
    1919</sect2>
  • general/sysutils/fcron/fcron.ent

    r0d00570 rb3224f7  
    55<!ENTITY fcron-desc SYSTEM "fcron-desc.xml">
    66<!ENTITY fcron-config SYSTEM "fcron-config.xml">
    7 <!ENTITY fcron-buildsize "2.5 MB">
    8 <!ENTITY fcron-version "2.9.1">
    9 <!ENTITY fcron-download-http "http://fcron.free.fr/fcron-2.9.1.src.tar.gz">
    10 <!ENTITY fcron-download-ftp "">
    11 <!ENTITY fcron-size "360 KB">
     7<!ENTITY fcron-buildsize "2.7 MB">
     8<!ENTITY fcron-version "2.9.2">
     9<!ENTITY fcron-download-http "http://fcron.free.fr/fcron-2.9.2.src.tar.gz">
     10<!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-2.9.2.src.tar.gz">
     11<!ENTITY fcron-size "368 KB">
  • index.xml

    r0d00570 rb3224f7  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20021006">
    6 <!ENTITY releasedate "October 6th, 2002">
     5<!ENTITY version "20021007">
     6<!ENTITY releasedate "October 7th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r0d00570 rb3224f7  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>October 7th, 2002 [larry]: Multimedia: added
     14xine-lib-0.9.13.</para></listitem>
     15
     16<listitem><para>October 7th, 2002 [larry]: General: updated to
     17fcron-2.9.2.</para></listitem>
    1218
    1319<listitem><para>October 6th, 2002 [bdubbs]: KDE: updates to configure
  • multimedia/multimedia.ent

    r0d00570 rb3224f7  
    3535<!ENTITY % avifile SYSTEM "videoutils/avifile/avifile.ent">
    3636<!ENTITY % mplayer SYSTEM "videoutils/mplayer/mplayer.ent">
     37<!ENTITY % xine-lib SYSTEM "videoutils/xine/xine-lib.ent">
    3738<!ENTITY % xine SYSTEM "videoutils/xine/xine.ent">
    3839%avifile;
    3940%mplayer;
     41%xine-lib;
    4042%xine;
    4143
  • multimedia/videoutils/videoutils.xml

    r0d00570 rb3224f7  
    55&avifile;
    66&mplayer;
     7&xine-lib;
    78&xine;
    89
Note: See TracChangeset for help on using the changeset viewer.