Changeset 488388be
- Timestamp:
- 03/16/2004 03:28:02 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/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, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 389696a
- Parents:
- 8591347
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/libpng/libpng-inst.xml
r8591347 r488388be 4 4 <para>Install <application>libpng</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>make prefix=/usr \ 6 <screen><userinput><command>patch -Np1 -i libpng-1.2.5-link-to-proper-libs.patch && 7 make prefix=/usr \ 7 8 ZLIBINC=/usr/include ZLIBLIB=/usr/lib -f scripts/makefile.linux && 8 9 make prefix=/usr install -f scripts/makefile.linux</command></userinput></screen> -
general/graphlib/libpng/libpng-intro.xml
r8591347 r488388be 18 18 </sect3> 19 19 20 <!-- <para>Download the patch to force linking of libpng to libz from 21 <ulink url="&hfile-root;"/>.</para> --> 20 <sect3><title>Additional downloads</title> 21 <itemizedlist spacing='compact'> 22 <listitem><para>Required Patch to explicitly link libpng against system libraries: <ulink 23 url="&patch-root;/libpng-1.2.5-link-to-proper-libs.patch"/></para></listitem> 24 </itemizedlist></sect3> 22 25 23 26 </sect2> -
index.xml
r8591347 r488388be 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004031 5">6 <!ENTITY releasedate "March 1 5th, 2004">5 <!ENTITY version "CVS-20040316"> 6 <!ENTITY releasedate "March 16th, 2004"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r8591347 r488388be 11 11 12 12 <itemizedlist> 13 14 <listitem><para>March 16th, 2004 [tushar]: Add patch to link libpng against 15 system libz and libm. Fixed bug in espgs shared lib compilation. Submitted by 16 Anderson Lizardo. See Bug # 644.</para></listitem> 13 17 14 18 <listitem><para>March 15th, 2004 [tushar]: Added hd2u-0.9.0.</para></listitem> -
pst/printing/espgs/espgs-inst.xml
r8591347 r488388be 26 26 <para>Proceed with the following commands:</para> 27 27 28 <screen><userinput><command>make so &&28 <screen><userinput><command>make CFLAGS_SO='-fPIC $(ACDEFS)' so && 29 29 make soinstall</command></userinput></screen> 30 30
Note:
See TracChangeset
for help on using the changeset viewer.