Changeset ba59340
- Timestamp:
- 04/16/2005 01:09:34 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cd2c23f
- Parents:
- 1604a5bd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1604a5bd rba59340 92 92 <!ENTITY giflib-version "4.1.3"> 93 93 <!ENTITY lcms-version "1.14"> 94 <!ENTITY libmng-version "1.0. 8">94 <!ENTITY libmng-version "1.0.9"> 95 95 <!ENTITY freetype2-version "2.1.9"> 96 96 <!ENTITY fontconfig-version "2.3.1"> -
general/graphlib/libmng.xml
r1604a5bd rba59340 7 7 <!ENTITY libmng-download-http "http://prdownloads.sourceforge.net/libmng/libmng-&libmng-version;.tar.gz"> 8 8 <!ENTITY libmng-download-ftp " "> 9 <!ENTITY libmng-md5sum " d688ca879c934e9cde8b323cf3025f89">10 <!ENTITY libmng-size " 498KB">11 <!ENTITY libmng-buildsize " 13.7MB">12 <!ENTITY libmng-time "0. 41 SBU">9 <!ENTITY libmng-md5sum "ff1205ef70855a75c098ea09690413c6"> 10 <!ENTITY libmng-size "554 KB"> 11 <!ENTITY libmng-buildsize "7.1 MB"> 12 <!ENTITY libmng-time "0.11 SBU"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="libmng.html"?> 21 21 <title>libmng-&libmng-version;</title> 22 <indexterm zone="libmng"> 23 <primary sortas="a-Libmng">Libmng</primary></indexterm> 22 24 23 25 <sect2> … … 57 59 commands:</para> 58 60 59 <screen><userinput><command>chmod 755 autogen.sh && 60 sh autogen.sh && 61 ./configure --prefix=/usr && 62 make && 63 make install && 64 cp doc/man/*.3 /usr/share/man/man3 && 65 cp doc/man/*.5 /usr/share/man/man5</command></userinput></screen> 61 <screen><userinput><command>cp makefiles/makefile.linux Makefile && 62 make</command></userinput></screen> 63 64 <para>Now, as the root user:</para> 65 66 <screen><userinput role='root'><command>make prefix=/usr install && 67 install -v -m644 doc/man/*.3 /usr/share/man/man3 && 68 install -v -m644 doc/man/*.5 /usr/share/man/man5 && 69 install -v -m755 -d /usr/share/doc/libmng-&libmng-version; && 70 install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version;</command></userinput></screen> 66 71 67 72 </sect2> … … 70 75 <title>Command explanations</title> 71 76 72 <para><command> sh autogen.sh</command>: This package does not ship73 with a configure script. The autotool files need to be generated 74 before configuring the package.</para>77 <para><command>cp makefiles/makefile.linux Makefile</command>: There are no 78 autotools shipped with this package. The Linux <filename>makefile</filename> 79 is copied to the root of the source tree, facilitating the installation.</para> 75 80 76 <para><command> cp doc/man/*.X /usr/share/man/manX</command>: The77 install procedure doesn't install the man pagesso they are copied81 <para><command>install ...</command>: The documentation files are not 82 installed by the installation procedure, so they are copied 78 83 manually.</para> 79 84 … … 83 88 <title>Contents</title> 84 89 85 <para>The <application>libmng</application> package contains 86 <filename>libmng</filename> libraries.</para> 90 <segmentedlist> 91 <segtitle>Installed Programs</segtitle> 92 <segtitle>Installed Library</segtitle> 93 <segtitle>Installed Directory</segtitle> 87 94 88 </sect2> 95 <seglistitem> 96 <seg>None</seg> 97 <seg>libmng.[so,a]</seg> 98 <seg>/usr/share/doc/libmng-&libmng-version;</seg> 99 </seglistitem> 100 </segmentedlist> 89 101 90 <sect2><title>Description</title> 102 <variablelist> 103 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 104 <?dbfo list-presentation="list"?> 91 105 92 <sect3><title>MNG libraries</title> 93 <para><filename>libmng</filename> provides functions for programs wishing to 94 read and write <acronym>MNG</acronym> files which are animation files without 95 the patent problems associated with certain other formats.</para></sect3> 106 <varlistentry id="libmng-lib"> 107 <term><filename class='libraryfile'>libmng.[so,a]</filename></term> 108 <listitem><para>provides functions for programs wishing to read and write 109 <acronym>MNG</acronym> files which are animation files without 110 the patent problems associated with certain other formats.</para> 111 <indexterm zone="libmng libmng-lib"> 112 <primary sortas="c-libmng">libmng.[so,a]</primary> 113 </indexterm></listitem> 114 </varlistentry> 115 </variablelist> 96 116 97 117 </sect2> -
introduction/welcome/changelog.xml
r1604a5bd rba59340 23 23 <itemizedlist> 24 24 25 <listitem><para>April 15th, 2005 [randy]: Updated to libsoup-2.2.3 and 26 Samba-3.0.14a; added documentation installation commands to the LZO 27 instructions; added a patch to fix a build issue, added documentation 28 installation commands, updated build entities and added indexing tags to the 29 lcms instructions.</para></listitem> 25 <listitem><para>April 15th, 2005 [randy]: Updated to libsoup-2.2.3, 26 Samba-3.0.14a and libmng-1.0.9; added documentation installation commands to 27 the LZO instructions; added a patch to fix a build issue and documentation 28 installation commands to the lcms instructions.</para></listitem> 30 29 31 30 <listitem><para>April 14th, 2005 [randy]: Updated to libxklavier-2.0 and
Note:
See TracChangeset
for help on using the changeset viewer.