Changeset 088576d6
- Timestamp:
- 06/11/2014 11:29:08 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- d9bfb9f
- Parents:
- 369d7767
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r369d7767 r088576d6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1 0th, &year;">9 <!ENTITY releasedate "June 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 852 852 <!-- Chapter 42 --> 853 853 <!ENTITY cups-version "1.7.3"> 854 <!ENTITY cups-filters-version "1.0.5 3">854 <!ENTITY cups-filters-version "1.0.54"> 855 855 <!ENTITY gs-version "9.14"> 856 856 <!ENTITY gutenprint-version "5.2.10"> -
general/prog/cmake.xml
r369d7767 r088576d6 125 125 <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>. 126 126 Option -N can be used to display all available tests, and you can run 127 <command>bin/ctest</command> for a sub-set of tests by using their name128 s or numbers, separated by spaces, as options. Option --help can be used129 toshow all options.127 <command>bin/ctest</command> for a sub-set of tests by using separated by 128 spaces names or numbers as options. Option --help can be used to 129 show all options. 130 130 </para> 131 131 -
introduction/welcome/changelog.xml
r369d7767 r088576d6 44 44 45 45 --> 46 47 <listitem> 48 <para>June 11th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - cups-filters-1.0.54. Fixes 52 <ulink url="&blfs-ticket-root;5145">#5145</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 46 57 <listitem> 47 58 <para>June 10th, 2014</para> -
pst/printing/cups-filters.xml
r369d7767 r088576d6 8 8 "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> 9 9 <!ENTITY cups-filters-download-ftp " "> 10 <!ENTITY cups-filters-md5sum " 85c605f82cddfd9990a17f1ffaf51eec">10 <!ENTITY cups-filters-md5sum "181ee0e6c27cfbb05e241f0267363678"> 11 11 <!ENTITY cups-filters-size "1.3 MB"> 12 <!ENTITY cups-filters-buildsize "3 0MB (additional 2 MB for the tests)">12 <!ENTITY cups-filters-buildsize "32 MB (additional 2 MB for the tests)"> 13 13 <!ENTITY cups-filters-time "0.4 SBU"> 14 14 ]> … … 70 70 <para> 71 71 Estimated build time: &cups-filters-time; 72 </para> 73 </listitem> 74 </itemizedlist> 75 76 <bridgehead renderas="sect3">Additional Download</bridgehead> 77 <itemizedlist spacing="compact"> 78 <listitem> 79 <para> 80 Required patch: 81 <ulink url="&patch-root;/cups-filters-&cups-filters-version;-pdftoraster-1.patch"/> 72 82 </para> 73 83 </listitem> … … 120 130 </para> 121 131 122 <screen><userinput>./configure --prefix=/usr \ 132 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-pdftoraster-1.patch && 133 ./configure --prefix=/usr \ 123 134 --sysconfdir=/etc \ 124 135 --localstatedir=/var \
Note:
See TracChangeset
for help on using the changeset viewer.