Changeset 1ca65eb
- Timestamp:
- 09/30/2018 10:40:42 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 32b15287
- Parents:
- 7d259126
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/vala.xml
r7d259126 r1ca65eb 74 74 </itemizedlist> 75 75 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 <itemizedlist spacing="compact"> 78 <listitem> 79 <para> 80 Optional patch to allow building without graphviz. 81 <ulink url="&patch-root;/vala-&vala-version;-avoid_graphviz-1.patch"/> 82 </para> 83 </listitem> 84 </itemizedlist> 85 76 86 <bridgehead renderas="sect3">Vala Dependencies</bridgehead> 77 87 … … 105 115 commands:</para> 106 116 107 <!--108 117 <note> 109 <para> The two sed commands and the autoreconf command below are required110 i f the optional dependency <xref linkend="graphviz"/> is not installed.111 This will allow building the valadoc program and libraries that can be112 used to generate API documentation in HTML formatfrom Vala source code.118 <para>If the recommended dependency <xref linkend="graphviz"/> is not 119 installed, apply a patch. This will prevent building the valadoc program 120 and libraries that can be used to generate API documentation in HTML format 121 from Vala source code. 113 122 </para> 114 <screen><userinput>sed -i '115d; 121,137d; 139,140d' configure.ac && 115 sed -i '/valadoc/d' Makefile.am&&123 124 <screen><userinput>patch -p1 -i ../vala-&vala-version;-avoid_graphviz-1.patch && 116 125 ACLOCAL= autoreconf -fiv</userinput></screen> 117 126 </note> 118 Removed in 0.42.0 - recommended Graphite. -renodr -->119 127 120 128 <screen><userinput>./configure --prefix=/usr && … … 146 154 vala-&vala-major-version;, 147 155 valac, 148 valadoc (not built if the sed is applied),156 valadoc (not built if the patch is applied), 149 157 vala-gen-introspect, and 150 158 vapigen (symlinks); 151 159 152 160 valac-&vala-major-version;, 153 valadoc-&vala-major-version; (not built if the sedis applied),161 valadoc-&vala-major-version; (not built if the patch is applied), 154 162 vala-gen-introspect-&vala-major-version;, and 155 163 vapigen-&vala-major-version; … … 157 165 <seg> 158 166 libvala-&vala-major-version;.so and 159 libvaladoc-&vala-major-version;.so (not built if the sedis applied)167 libvaladoc-&vala-major-version;.so (not built if the patch is applied) 160 168 </seg> 161 169 <seg> 162 170 /usr/include/vala-&vala-major-version;, 163 /usr/include/valadoc-&vala-major-version; (not built if the sedis applied),171 /usr/include/valadoc-&vala-major-version; (not built if the patch is applied), 164 172 /usr/lib/vala-&vala-major-version;, 165 /usr/lib/valadoc (not built if the sedis applied),166 /usr/share/vala, 167 /usr/share/valadoc (not built if the sedis applied),173 /usr/lib/valadoc (not built if the patch is applied), 174 /usr/share/vala, 175 /usr/share/valadoc (not built if the patch is applied), 168 176 /usr/share/devhelp/books/vala-&vala-major-version;, and 169 177 /usr/share/vala-&vala-major-version; -
introduction/welcome/changelog.xml
r7d259126 r1ca65eb 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[ken] - Add a patch to vala-0.42.0 so that graphviz is 50 not required. Fixes 51 <ulink url="&blfs-ticket-root;11198">#11198</ulink>.</para> 52 </listitem> 53 <listitem> 49 54 <para>[ken] - Update to rustc-1.29.1, using Python3. Fixes 50 55 <ulink url="&blfs-ticket-root;11188">#11188</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.