Changeset 14f0e13e
- Timestamp:
- 01/01/2017 06:53:08 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3690841
- Parents:
- 6bb16f7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/jasper.xml
r6bb16f7 r14f0e13e 7 7 <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz"> 8 8 <!ENTITY jasper-download-ftp " "> 9 <!ENTITY jasper-md5sum " cebd4d423995521b6d65a19ac3851922">9 <!ENTITY jasper-md5sum "06882adcf92524eb493f3cf0d3f62c9a"> 10 10 <!ENTITY jasper-size "1.6 MB"> 11 <!ENTITY jasper-buildsize " 20MB (with tests)">11 <!ENTITY jasper-buildsize "18 MB (with tests)"> 12 12 <!ENTITY jasper-time "0.3 SBU (with tests)"> 13 13 ]> … … 72 72 <bridgehead renderas="sect4">Optional</bridgehead> 73 73 <para role="optional"> 74 <xref linkend="freeglut"/> (required for <command>jiv</command>, see 75 Command Explanations below), 74 <xref linkend="freeglut"/> (required for <command>jiv</command>), 76 75 <xref linkend="doxygen"/> (needed for generating html documentation), and 77 76 <xref linkend="texlive"/> (needed to regnerate the pdf documention) … … 92 91 -DCMAKE_BUILD_TYPE=Release \ 93 92 -DCMAKE_SKIP_INSTALL_RPATH=YES \ 93 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \ 94 94 .. && 95 95 make</userinput></screen> … … 101 101 <screen role="root"><userinput>make install</userinput></screen> 102 102 103 <para>If you wish to install the PDF files for the Reference Manual and a104 tutorial on the JPEG-2000 standard, run the following commands as the105 <systemitem class="username">root</systemitem> user:</para>106 107 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version;/html &&108 install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>109 110 <para>If <xref linkend="doxygen"/> was installed, the html documentation111 was automatically built. If desired, install these files as the <systemitem112 class="username">root</systemitem> user:</para>113 114 <screen role="root"><userinput>cp -Rv doc/html/* /usr/share/doc/jasper-&jasper-version;/html</userinput></screen>115 116 103 </sect2> 117 104 118 105 <sect2 role="commands"> 119 106 <title>Command Explanations</title> 120 121 <para><option>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</option>: This option122 is needed so the <command>jiv</command> program can be sucessfully built.123 If <xref linkend="freeglut"/> is installed, this option is required.</para>124 107 125 108 <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes -
introduction/welcome/changelog.xml
r6bb16f7 r14f0e13e 44 44 --> 45 45 46 <listitem revision="systemd">46 <listitem> 47 47 <para>January 1st, 2017</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to jasper-2.0.10. Fixes 51 <ulink url="&blfs-ticket-root;8705">#8705</ulink>.</para> 52 </listitem> 49 53 <listitem revision="systemd"> 50 54 <para>[dj] - Remove unneeded dependency for systemd. Fixes 51 55 <ulink url="&blfs-ticket-root;8678">#8671#8678</ulink>.</para> 52 56 </listitem> 53 </itemizedlist>54 </listitem>55 56 <listitem>57 <para>December 30th, 2016</para>58 <itemizedlist>59 57 <listitem> 60 58 <para>[bdubbs] - Update to freetype-2.7.1. Fixes … … 69 67 <ulink url="&blfs-ticket-root;8701">#8701</ulink>.</para> 70 68 </listitem> 69 </itemizedlist> 70 </listitem> 71 72 <listitem> 73 <para>December 30th, 2016</para> 74 <itemizedlist> 71 75 <listitem> 72 76 <para>[bdubbs] - Update to qterminal-0.7.1 and qtermwidget-0.7.1. -
packages.ent
r6bb16f7 r14f0e13e 182 182 <!ENTITY harfbuzz-version "1.3.4"> 183 183 <!ENTITY ijs-version "0.35"> 184 <!ENTITY jasper-version "2.0. 6">184 <!ENTITY jasper-version "2.0.10"> 185 185 <!ENTITY lcms-version "1.19"> 186 186 <!ENTITY lcms2-version "2.8">
Note:
See TracChangeset
for help on using the changeset viewer.