Changeset 81f0120
- Timestamp:
- 03/30/2014 12:48:54 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 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:
- 1c0c290
- Parents:
- 9ceb07f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9ceb07f r81f0120 849 849 <!ENTITY cups-version "1.7.1"> 850 850 <!ENTITY cups-filters-version "1.0.49"> 851 <!ENTITY gs-version "9.1 0">851 <!ENTITY gs-version "9.14"> 852 852 <!ENTITY gutenprint-version "5.2.9"> 853 853 -
introduction/welcome/changelog.xml
r9ceb07f r81f0120 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Update to ghostscript-9.14. Thanks Armin K. for 52 fixing to build with system zlib. Fixes 53 <ulink url="&blfs-ticket-root;4867">#4867</ulink>.</para> 54 </listitem> 55 <listitem> 51 56 <para>[fernando] - Add patch to BlueZ-5.17. Thanks Armin K. Fixes to 52 57 work properly with gnome-bluetooth and_or kde bluedevil. -
pst/printing/gs.xml
r9ceb07f r81f0120 8 8 "http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2"> 9 9 <!ENTITY gs-download-ftp " "> 10 <!ENTITY gs-md5sum "7 179bb1ed4f6f453147e6f7e1f210ce8">10 <!ENTITY gs-md5sum "75f2e8ab8891d052ade9b64eb4eb5294"> 11 11 <!ENTITY gs-size "30 MB"> 12 12 <!ENTITY gs-buildsize 13 " 127MB (includes installing libgs.so, add 5 MB if the fonts are installed)">13 "212 MB (includes installing libgs.so, add 5 MB if the fonts are installed)"> 14 14 <!ENTITY gs-time 15 15 "2.3 SBU (includes building and installing libgs.so)"> … … 159 159 </para> 160 160 161 <screen><userinput>rm -rf expat freetype lcms2 jpeg libpng</userinput></screen> 162 161 <screen><userinput>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac configure && 162 rm -rf expat freetype lcms2 jpeg libpng</userinput></screen> 163 <!-- 163 164 <note> 164 165 <para> … … 169 170 <command>make -j4 || make -j1</command>). 170 171 </para> 171 </note> 172 </note>--> 172 173 173 174 <para>Compile <application>Ghostscript</application>:</para> … … 234 235 235 236 <para> 237 <command>sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' ... </command>: 238 Fix to build with system <application>zlib</application>. 239 </para> 240 241 <para> 236 242 <command>rm -rf zlib</command>: 237 243 <application>zlib</application> was installed as part of LFS. … … 249 255 250 256 <para> 251 <command>install -v -m644 base/*.h... </command>: Some packages257 <command>install -v -m644 base/*.h... </command>: Some packages 252 258 (<application>ImageMagick</application> is one) need the 253 259 <application>Ghostscript</application> interface headers in place to link … … 261 267 262 268 <para> 263 <command>ln -sfv ../ghostscript-&gs-version;/doc ... </command>: This puts269 <command>ln -sfv ../ghostscript-&gs-version;/doc ... </command>: This puts 264 270 a symbolic link to the documentation where it is expected to be found. 265 271 </para> … … 281 287 <seglistitem> 282 288 <seg> 283 bdftops, dvipdf, eps2eps, fixmswrd.pl, font2c, gs, gsbj, 284 gsc (from soinstall), gsdj, gsdj500, gslj, gslp, gsnd, gsx 285 (from soinstall), lprsetup.sh, pdf2dsc, pdf2ps, 286 pf2afm, pfbtopfa, printafm, ps2ascii, ps2epsi, ps2pdf, ps2pdf12, 287 ps2pdf13, ps2pdf14, ps2pdfwr, ps2ps, ps2ps2, pv.sh, unix-lpr.sh, and 288 wftopfa 289 dvipdf, eps2eps, font2c, gs, gsbj, gsc (from soinstall), gsdj, 290 gsdj500, gslj, gslp, gsnd, gsx (from soinstall), lprsetup.sh, 291 pdf2dsc, pdf2ps, pf2afm, pfbtopfa, pphs, printafm, ps2ascii, 292 ps2epsi, ps2pdf, ps2pdf12, ps2pdf13, ps2pdf14, ps2pdfwr, 293 ps2ps, ps2ps2, unix-lpr.sh, and wftopfa 289 294 <!-- I don't see bdftops,fixmswrd.pl or pv.sh on my builds [ I don't 290 295 have any bdf tools from xorg ] but they are still referenced in 291 296 base/unixinst.mak --> 292 297 </seg> 293 <seg>libgs.so</seg> 298 <seg>libgs.so and 299 /usr/lib/ghostscript/&gs-version;/X11.so</seg> 294 300 <seg> 295 301 /usr/include/ghostscript,
Note:
See TracChangeset
for help on using the changeset viewer.