Changeset d980016
- Timestamp:
- 01/23/2005 04:12:30 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b7d4094
- Parents:
- 2f6f829
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2f6f829 rd980016 1 <!ENTITY day "2 1">1 <!ENTITY day "22"> 2 2 <!ENTITY month "01"> 3 3 <!ENTITY year "2005"> 4 4 <!ENTITY version "svn-&year;&month;&day;"> 5 <!ENTITY releasedate "January &day; st, &year;">5 <!ENTITY releasedate "January &day;nd, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 7 <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> -
general/genlib/popt.xml
r2f6f829 rd980016 5 5 %general-entities; 6 6 7 <!ENTITY popt-download-http "http:// gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">8 <!ENTITY popt-download-ftp "ftp://ftp .rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">9 <!ENTITY popt-size "56 4KB">7 <!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz"> 8 <!ENTITY popt-download-ftp "ftp://ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz"> 9 <!ENTITY popt-size "562 KB"> 10 10 <!ENTITY popt-buildsize "17.4 MB"> 11 11 <!ENTITY popt-time "0.06 SBU"> 12 12 ]> 13 13 14 <sect1 id="popt" xreflabel="popt-&popt-version; ">14 <sect1 id="popt" xreflabel="popt-&popt-version;-5"> 15 15 <sect1info> 16 16 <othername>$LastChangedBy$</othername> … … 18 18 </sect1info> 19 19 <?dbhtml filename="popt.html"?> 20 <title><application>popt</application>-&popt-version;</title> 20 <title><application>popt</application>-&popt-version;-5</title> 21 <indexterm zone="popt"> 22 <primary sortas="a-popt">Popt</primary></indexterm> 21 23 22 24 <sect2> … … 40 42 </sect3> 41 43 44 <sect3><title>Additional downloads</title> 45 <itemizedlist spacing='compact'> 46 <listitem><para>Patch level upgrade: <ulink 47 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem> 48 </itemizedlist> 49 </sect3> 50 42 51 </sect2> 43 52 … … 48 57 commands:</para> 49 58 50 <screen><userinput><command>./configure --prefix=/usr && 59 <screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff && 60 ./configure --prefix=/usr && 61 cp configure.in configure.ac && 62 touch configure.in configure.ac && 51 63 make && 52 64 make install</command></userinput></screen> … … 55 67 56 68 <sect2> 69 <title>Command explanations</title> 70 71 <para><command>cp configure.in configure.ac</command>: 72 Because we updated <filename>configure.in</filename> with the patch, 73 we need to create this file for configure to work properly.</para> 74 75 <para><command>touch configure.in configure.ac</command>: 76 Ensure file timestamps are the same.</para> 77 78 </sect2> 79 80 <sect2> 57 81 <title>Contents</title> 58 82 59 <para>The <application>popt</application> package contains the 60 <filename class="libraryfile">libpopt</filename> libraries.</para> 83 <segmentedlist> 84 <!-- <segtitle>Installed Program</segtitle> --> 85 <segtitle>Installed Library</segtitle> 86 <!-- <segtitle>Installed Directories</segtitle> --> 87 <seglistitem> 88 <!-- <seg>tclsh</seg> --> 89 <seg>libpopt</seg> 90 <!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> --> 91 </seglistitem> 92 </segmentedlist> 61 93 62 </sect2> 94 <variablelist> 95 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 96 <?dbfo list-presentation="list"?> 63 97 64 <sect2><title>Description</title> 65 66 <sect3><title>popt library</title> 67 <para>The <filename class="libraryfile">libpopt</filename> library is used to 68 parse command-line options.</para></sect3> 98 <varlistentry id="libpopt"> 99 <term><filename role='library'>libpopt.so</filename></term> 100 <listitem><para> is used to parse command-line options.</para> 101 <indexterm zone="popt libpopt"> 102 <primary sortas="c-libpopt">libpopt</primary></indexterm> 103 </listitem> 104 </varlistentry> 105 </variablelist> 69 106 70 107 </sect2> -
introduction/welcome/changelog.xml
r2f6f829 rd980016 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 22nd, 2005 [bdubbs]: Updated to libpopt-1.7-5 26 and uodated download locations.</para></listitem> 24 27 25 28 <listitem><para>January 20th, 2005 [randy]: Updated to MPlayer-1.0pre6a,
Note:
See TracChangeset
for help on using the changeset viewer.