Changeset 6c7866b4
- Timestamp:
- 08/23/2013 06:14:58 PM (11 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:
- a6c6923
- Parents:
- f0dfc28
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf0dfc28 r6c7866b4 295 295 <!ENTITY libjpeg-version "8d"> 296 296 <!ENTITY libjpeg-turbo-version "1.3.0"> 297 <!ENTITY libmng-version " 1.0.10">297 <!ENTITY libmng-version "2.0.2"> 298 298 <!ENTITY libpng-version "1.6.3"> 299 299 <!ENTITY librsvg-version "2.37.0"> <!-- Required version in order to use -
general/graphlib/libmng.xml
rf0dfc28 r6c7866b4 5 5 %general-entities; 6 6 7 <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar. bz2">7 <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.xz"> 8 8 <!ENTITY libmng-download-ftp " "> 9 <!ENTITY libmng-md5sum " eaf1476a3bb29f6190bca660e6abef16">10 <!ENTITY libmng-size " 840KB">11 <!ENTITY libmng-buildsize " 7.9MB">12 <!ENTITY libmng-time "0. 1SBU">9 <!ENTITY libmng-md5sum "3804bf2523af9b4e0670b5982b3bf984"> 10 <!ENTITY libmng-size "932 KB"> 11 <!ENTITY libmng-buildsize "15 MB"> 12 <!ENTITY libmng-time "0.2 SBU"> 13 13 ]> 14 14 … … 61 61 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="libjpeg"/> and 64 <xref linkend="lcms"/></para> 63 <para role="required"> 64 <xref linkend="libjpeg"/> and 65 <xref linkend="lcms2"/> 66 </para> 65 67 66 68 <para condition="html" role="usernotes">User Notes: … … 75 77 commands:</para> 76 78 77 <screen><userinput> cp makefiles/makefile.linux Makefile&&78 sed -i -e 's/unroll-loops/& -fPIC/' Makefile&&79 <screen><userinput>sed -i "s:#include <jpeg:#include <stdio.h>\n&:" libmng_types.h && 80 ./configure --prefix=/usr --disable-static && 79 81 make</userinput></screen> 80 82 … … 83 85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 84 86 85 <screen role="root"><userinput>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile && 86 make prefix=/usr install && 87 install -v -m644 doc/man/*.3 /usr/share/man/man3 && 88 install -v -m644 doc/man/*.5 /usr/share/man/man5 && 87 <screen role="root"><userinput>make install && 89 88 install -v -m755 -d /usr/share/doc/libmng-&libmng-version; && 90 install -v -m644 doc/*. {png,txt}/usr/share/doc/libmng-&libmng-version;</userinput></screen>89 install -v -m644 doc/*.txt /usr/share/doc/libmng-&libmng-version;</userinput></screen> 91 90 92 91 </sect2> … … 95 94 <title>Command Explanations</title> 96 95 97 <para><command>cp makefiles/makefile.linux Makefile</command>: There are no 98 autotools shipped with this package. The Linux <filename>Makefile</filename> 99 is copied to the root of the source tree, facilitating the installation.</para> 96 <para> 97 <command>sed -i "..." libmng_types.h</command>: This command adds a 98 missing header which would cause other apps that link to this 99 package fail to compile. 100 </para> 100 101 101 <para><command>sed -i -e 's/unroll-loops/& -fPIC/' Makefile</command>: 102 Add a gcc option to make the build compatible with x86_64 systems.</para> 103 104 <para><command>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile</command> 105 This command disables installing the static library.</para> 106 107 <para><command>install ...</command>: The documentation files are not 108 installed by the installation procedure, so they are copied manually.</para> 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 103 href="../../xincludes/static-libraries.xml"/> 109 104 110 105 </sect2> -
introduction/welcome/changelog.xml
rf0dfc28 r6c7866b4 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[fernando] - freetype: comment broken ftp link; compressdoc: note to alternatively use editor; cacerts: change wget to recommended and cut-and-pasting to copy-and-pasting.</para> 50 <para>[fernando] - freetype: comment broken ftp link; compressdoc: 51 note to alternatively use editor; cacerts: change wget to 52 recommended and cut-and-pasting to copy-and-pasting.</para> 53 </listitem> 54 <listitem> 55 <para>[krejzi] - libmng 2.0.2.</para> 51 56 </listitem> 52 57 </itemizedlist> -
x/lib/qt5.xml
rf0dfc28 r6c7866b4 78 78 </itemizedlist> 79 79 80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>81 <itemizedlist spacing="compact">82 <listitem>83 <para>84 Required patch:85 <ulink url="&patch-root;/qt-&qt5-version;-bison_fixes-1.patch"/>86 </para>87 </listitem>88 </itemizedlist>89 90 80 <bridgehead renderas="sect3">Qt Dependencies</bridgehead> 91 81 … … 150 140 </para> 151 141 152 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-bison_fixes-1.patch && 142 <screen><userinput>sed -i "s:Context\* context}:&\n%lex-param {YYLEX_PARAM}:" \ 143 qtwebkit/Source/ThirdParty/ANGLE/src/compiler/glslang.y && 144 145 sed -i -e "/#if/d" -e "/#error/d" -e "/#endif/d" \ 146 qtimageformats/config.tests/libmng/libmng.cpp && 153 147 154 148 ./configure -prefix /usr \ … … 166 160 -openssl-linked \ 167 161 -system-sqlite \ 168 -plugin-sql-sqlite \169 162 -no-nis \ 170 163 -nomake examples \ … … 311 304 312 305 <para> 306 <command>sed -i "..." ...</command>: First command fixes 307 building with <application>Bison</application> 3.0 and 308 second command fixes detection of 309 <application>libmng</application> 2.0. 310 </para> 311 312 <para> 313 313 <parameter>-confirm-license</parameter>: Accept license 314 314 without prompting user during configuration. … … 350 350 <application>Qt</application> libraries instead of 351 351 <command>dlopen()</command>-ing them. 352 </para>353 354 <para>355 <parameter>-plugin-sql-<replaceable><driver></replaceable></parameter>:356 These switches enable SQL support in the357 <application>Qt</application> libraries. Available drivers are:358 ibase, mysql, psql, sqlite and odbc.359 352 </para> 360 353
Note:
See TracChangeset
for help on using the changeset viewer.