Changeset efdbb27
- Timestamp:
- 12/30/2012 03:07:50 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 307b4b98
- Parents:
- 22da31c
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r22da31c refdbb27 298 298 <!ENTITY babl-version "0.1.10"> 299 299 <!ENTITY exiv2-version "0.23"> 300 <!ENTITY freetype2-version "2.4.1 0">301 <!ENTITY fontconfig-version "2.10. 1">300 <!ENTITY freetype2-version "2.4.11"> 301 <!ENTITY fontconfig-version "2.10.2"> 302 302 <!ENTITY fribidi-version "0.19.4"> 303 303 <!ENTITY gegl-version "0.2.0"> 304 304 <!ENTITY giflib-version "4.1.6"> 305 <!ENTITY harfbuzz-version "0.9. 6">305 <!ENTITY harfbuzz-version "0.9.9"> 306 306 <!ENTITY ijs-version "0.35"> 307 307 <!ENTITY imlib2-version "1.4.5"> … … 317 317 <!ENTITY libtiff-version "4.0.3"> 318 318 <!ENTITY openjpeg-version "1.5.1"> 319 <!ENTITY pixman-version "0.28. 0">319 <!ENTITY pixman-version "0.28.2"> 320 320 <!ENTITY poppler-version "0.22.0"> 321 321 <!ENTITY qpdf-version "3.0.2"> … … 396 396 <!ENTITY gdb-version "7.5"> 397 397 <!ENTITY git-version "1.8.0"> 398 <!ENTITY guile-version "2.0. 6">398 <!ENTITY guile-version "2.0.7"> 399 399 <!ENTITY icedtea-version "2.3.3"> 400 400 <!ENTITY openjdk-version "1.7.0.9"> -
general/graphlib/fontconfig.xml
r22da31c refdbb27 7 7 <!ENTITY fontconfig-download-http "http://fontconfig.org/release/fontconfig-&fontconfig-version;.tar.bz2"> 8 8 <!ENTITY fontconfig-download-ftp " "> 9 <!ENTITY fontconfig-md5sum " e9b9142080b7cd6b43890344fec7fbd8">9 <!ENTITY fontconfig-md5sum "2f239690057d1438aa282e051f721d08"> 10 10 <!ENTITY fontconfig-size "1.4 MB"> 11 11 <!ENTITY fontconfig-buildsize "16 MB"> … … 134 134 </para> 135 135 136 <screen role="root"><userinput>install -v - m755 \137 -d/usr/share/{man/man{3,5},doc/fontconfig-&fontconfig-version;/fontconfig-devel} &&136 <screen role="root"><userinput>install -v -dm755 \ 137 /usr/share/{man/man{3,5},doc/fontconfig-&fontconfig-version;/fontconfig-devel} && 138 138 install -v -m644 fc-*/*.1 /usr/share/man/man1 && 139 139 install -v -m644 doc/*.3 /usr/share/man/man3 && 140 140 install -v -m644 doc/fonts-conf.5 /usr/share/man/man5 && 141 141 install -v -m644 doc/fontconfig-devel/* \ 142 /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel &&142 /usr/share/doc/fontconfig-&fontconfig-version;/fontconfig-devel && 143 143 install -v -m644 doc/*.{pdf,sgml,txt,html} \ 144 /usr/share/doc/fontconfig-&fontconfig-version;</userinput></screen>144 /usr/share/doc/fontconfig-&fontconfig-version;</userinput></screen> 145 145 146 146 </sect2> … … 148 148 <sect2 role="commands"> 149 149 <title>Command Explanations</title> 150 151 <para>152 <parameter>--docdir=/usr/share/doc/fontconfig-&fontconfig-version;</parameter>:153 Though this parameter seems counter-intuitive following the preceding154 parameter to the <command>configure</command> command, it is used so that155 if the builder removes the <parameter>--disable-docs</parameter> parameter,156 the documentation will be installed in a versioned directory name instead157 of the default158 <filename class='directory'>/usr/share/doc/fontconfig</filename>.159 </para>160 150 161 151 <para> … … 355 345 356 346 <varlistentry id="libfontconfig"> 357 <term><filename class= 'libraryfile'>libfontconfig.so</filename></term>347 <term><filename class="libraryfile">libfontconfig.so</filename></term> 358 348 <listitem> 359 349 <para> -
general/graphlib/freetype2.xml
r22da31c refdbb27 7 7 <!ENTITY freetype2-download-http "&sourceforge-repo;/freetype/freetype-&freetype2-version;.tar.bz2"> 8 8 <!ENTITY freetype2-download-ftp "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2"> 9 <!ENTITY freetype2-md5sum " 13286702e9390a91661f980608adaff1">9 <!ENTITY freetype2-md5sum "b93435488942486c8d0ca22e8f768034"> 10 10 <!ENTITY freetype2-size "1.5 MB"> 11 <!ENTITY freetype2-buildsize " 26MB (includes installing additional documentation)">11 <!ENTITY freetype2-buildsize "30 MB (includes installing additional documentation)"> 12 12 <!ENTITY freetype2-time "0.3 SBU"> 13 13 14 14 <!ENTITY freetype2-doc-download-http "&sourceforge-repo;/freetype/freetype-doc-&freetype2-version;.tar.bz2"> 15 15 <!ENTITY freetype2-doc-download-ftp "&gentoo-ftp-repo;/freetype-doc-&freetype2-version;.tar.bz2"> 16 <!ENTITY freetype2-doc-md5sum "2 611613f2b1d0d846c6b33d49d4933ed">16 <!ENTITY freetype2-doc-md5sum "20f148103e069093f53584ce5ba16581"> 17 17 <!ENTITY freetype2-doc-size "108 KB"> 18 18 ]> … … 201 201 202 202 <varlistentry id="libfreetype"> 203 <term><filename class= 'libraryfile'>libfreetype.so</filename></term>203 <term><filename class="libraryfile">libfreetype.so</filename></term> 204 204 <listitem> 205 205 <para> -
general/graphlib/harfbuzz.xml
r22da31c refdbb27 8 8 "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2"> 9 9 <!ENTITY harfbuzz-download-ftp " "> 10 <!ENTITY harfbuzz-md5sum " f3a100a0512c185b211a0deb4790c34c">11 <!ENTITY harfbuzz-size "8 44KB">12 <!ENTITY harfbuzz-buildsize " 24MB">10 <!ENTITY harfbuzz-md5sum "e901ffe556d706b7d43b272f83be7f09"> 11 <!ENTITY harfbuzz-size "860 KB"> 12 <!ENTITY harfbuzz-buildsize "35 MB"> 13 13 <!ENTITY harfbuzz-time "0.3 SBU"> 14 14 ]> -
general/graphlib/pixman.xml
r22da31c refdbb27 7 7 <!ENTITY pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz"> 8 8 <!ENTITY pixman-download-ftp " "> 9 <!ENTITY pixman-md5sum " 0554c354aed2d7845180f310a9a15f20">10 <!ENTITY pixman-size "7 36KB">11 <!ENTITY pixman-buildsize " 26MB">9 <!ENTITY pixman-md5sum "f68916a612921c24e5f94f1eae71d121"> 10 <!ENTITY pixman-size "720 KB"> 11 <!ENTITY pixman-buildsize "40 MB"> 12 12 <!ENTITY pixman-time "0.5 SBU"> 13 13 ]> … … 95 95 96 96 <para> 97 To test the results, issue: <command>make check</command>. Note that 98 <application>GTK+2</application> must be installed. 97 To test the results, issue: <command>make check</command>. 99 98 </para> 100 99 -
general/prog/guile.xml
r22da31c refdbb27 7 7 <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz"> 8 8 <!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz"> 9 <!ENTITY guile-md5sum " 2d8f33c2c622399ca20145a5892369e2">9 <!ENTITY guile-md5sum "30ff9e94663a2e2098b52f8ce9d050b9"> 10 10 <!ENTITY guile-size "4.2 MB"> 11 11 <!ENTITY guile-buildsize "90 MB"> -
introduction/welcome/changelog.xml
r22da31c refdbb27 54 54 </listitem> 55 55 <listitem> 56 <para>[krejzi] - Freetype2 2.4.11.</para> 57 </listitem> 58 <listitem> 59 <para>[krejzi] - Fontconfig 2.10.2.</para> 60 </listitem> 61 <listitem> 62 <para>[krejzi] - Harfbuzz 0.9.9.</para> 63 </listitem> 64 <listitem> 56 65 <para>[krejzi] - GStreamer 1.0.4.</para> 57 66 </listitem> … … 70 79 <listitem> 71 80 <para>[krejzi] - GStreamer Libav 1.0.4.</para> 81 </listitem> 82 <listitem> 83 <para>[krejzi] - Guile 2.0.7.</para> 84 </listitem> 85 <listitem> 86 <para>[krejzi] - Pixman 0.28.2.</para> 72 87 </listitem> 73 88 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.