Changeset 3e5e86a
- Timestamp:
- 10/21/2014 12:03:20 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 131b1b7
- Parents:
- 1f8a9e7f
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1f8a9e7f r3e5e86a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- 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 "October 19th, &year;">9 <!ENTITY releasedate "October 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r1f8a9e7f r3e5e86a 44 44 45 45 --> 46 <listitem> 47 <para>October 20th, 2014</para> 48 <itemizedlist> 49 <listitem> 50 <para>[fernando] - Transcode-1.1.7: reword references to problems 51 with packages. We are trying to find a standard for that.</para> 52 </listitem> 53 <listitem> 54 <para>[fernando] - KDE: include instructions to install languages 55 besides the default one.</para> 56 </listitem> 57 <listitem> 58 <para>[fernando] - Update to Fontforge-20141014. Fixes 59 <ulink url="&blfs-ticket-root;5706">#5706</ulink>.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 46 63 47 64 <listitem> -
kde/core/config.xml
r1f8a9e7f r3e5e86a 72 72 73 73 <sect2 role="content"> 74 <title>Installing further languages (l10n)</title> 75 76 <para>You may want to install support for your locale language. The l10n 77 packages can be found at 78 <ulink url="&kde-download-http;&kde-version;/src/kde-l10n/">http</ulink> or 79 <ulink url="&kde-download-ftp;&kde-version;/src/kde-l10n/">ftp</ulink>. 80 See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a 81 KDE session when installing a new language and configure KDE to use it, the 82 session needs to be restarted, in order to see the effects.</para> 83 </sect2> 84 85 <sect2 role="content"> 74 86 <title>Installing further KDE packages</title> 75 <para>Every subsequent package can be built while having <application>KDE</application> up and 76 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para> 87 88 <para>Every subsequent package can be built while having 89 <application>KDE</application> up and running, but remember to keep 90 <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para> 91 77 92 </sect2> 78 93 -
multimedia/videoutils/transcode.xml
r1f8a9e7f r3e5e86a 151 151 <para> 152 152 If building with --enable-freetype2 configure switch, use the following 153 <command>sed</command> to fix building against newer versions of154 <application>FreeType </application>:153 <command>sed</command> to fix building against 154 <application>FreeType-2.5.1</application> or newer versions: 155 155 </para> 156 156 … … 195 195 <para> 196 196 <command>sed ... import/probe_ffmpeg.c</command>: This sed fixes 197 compilation with <application>ffmpeg </application> 2.4.197 compilation with <application>ffmpeg-2.4</application> or newer versions. 198 198 </para> 199 199 -
packages.ent
r1f8a9e7f r3e5e86a 591 591 <!ENTITY balsa-version "2.5.1"> 592 592 <!ENTITY ekiga-version "4.0.1"> 593 <!ENTITY fontforge-version "2.0.20140101"> 593 <!ENTITY fontforge-date "20141014"> 594 <!ENTITY fontforge-version "2.0.&fontforge-date;"> 594 595 <!ENTITY gparted-version "0.19.1"> 595 596 <!ENTITY gnash-version "0.8.10"> -
xsoft/other/fontforge.xml
r1f8a9e7f r3e5e86a 5 5 %general-entities; 6 6 7 <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz"> 7 <!-- <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">--> 8 <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-date;/fontforge-&fontforge-date;.tar.gz"> 8 9 <!ENTITY fontforge-download-ftp " "> 9 <!ENTITY fontforge-md5sum " 024ebb9dca824154fc19310b675f9d50">10 <!ENTITY fontforge-size "1 4MB">11 <!ENTITY fontforge-buildsize " 235 MB">12 <!ENTITY fontforge-time "2. 2 SBU">10 <!ENTITY fontforge-md5sum "2a9c7a8d88868fa6b421ab779e973f6d"> 11 <!ENTITY fontforge-size "118 MB"> 12 <!ENTITY fontforge-buildsize "353M MB (additional 1 MB for the tests)"> 13 <!ENTITY fontforge-time "2.1 SBU (additional 0.2 SBU for the tests)"> 13 14 ]> 14 15 … … 72 73 </listitem> 73 74 </itemizedlist> 74 75 <!-- 75 76 <para> 76 77 The <application>FontForge</application> tarball specified above was not … … 79 80 the autotools components and documentation. The BLFS team made no changes 80 81 to the existing source files. 81 </para> 82 </para>--> 82 83 83 84 <bridgehead renderas="sect3">FontForge Dependencies</bridgehead> … … 87 88 <xref linkend="cairo"/>, 88 89 <xref linkend="freetype2"/>, 90 <xref linkend="harfbuzz"/>, 91 <xref linkend="gtk2"/>, 89 92 <xref linkend="libxml2"/> and 90 93 <xref linkend="xorg7-lib"/> … … 116 119 117 120 <para> 118 Fix building with <application>Giflib</application> 5.1.0:119 </para>120 121 <screen><userinput>sed "/DGifCloseFile/s:gif:&, NULL:g" -i gutils/gimagereadgif.c</userinput></screen>122 123 <para>124 121 Install <application>FontForge</application> by running the following 125 122 commands: 126 123 </para> 127 124 128 <screen><userinput>./configure --prefix=/usr \ 129 --disable-static \ 130 --docdir=/usr/share/doc/fontforge-&fontforge-version; && 125 <screen><userinput>./bootstrap && 126 ./configure --prefix=/usr \ 127 --enable-gtk2-use \ 128 --disable-static \ 129 --docdir=/usr/share/doc/fontforge-&fontforge-date; && 131 130 make</userinput></screen> 132 131 133 132 <para> 134 To test the results, issue: <command>make -k check</command>. Test 32 135 fails for unknown reasons. 133 To test the results, issue: <command>make check</command>. 136 134 </para> 137 135 … … 141 139 142 140 <screen role="root"><userinput>make install</userinput></screen> 143 144 <para>145 If desired, install desktop support files as the146 <systemitem class="username">root</systemitem> user:147 </para>148 149 <screen role="root"><userinput>rm -rf desktop/icons/src &&150 cp -rf desktop/icons/* /usr/share/icons/hicolor &&151 install -Dm644 desktop/fontforge.desktop /usr/share/applications/fontforge.desktop &&152 install -Dm644 desktop/fontforge.xml /usr/share/mime/packages/fontforge.xml</userinput></screen>153 141 154 142 </sect2> … … 172 160 <seg> 173 161 /usr/include/fontforge, 174 /usr/share/doc/fontforge-&fontforge- version; and162 /usr/share/doc/fontforge-&fontforge-date; and 175 163 /usr/share/fontforge 176 164 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.