Changeset f3a6abc9


Ignore:
Timestamp:
08/11/2013 12:31:45 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
c32e0380
Parents:
104b5bf
Message:

qt5 fixes, transmission 2.82.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11610 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r104b5bf rf3a6abc9  
    744744<!ENTITY rox-filer-version            "2.11">
    745745<!ENTITY thunderbird-version          "17.0.8">
    746 <!ENTITY transmission-version         "2.81">
     746<!ENTITY transmission-version         "2.82">
    747747<!ENTITY xchat-version                "2.8.8">
    748748<!ENTITY xdg-utils-version            "1.1.0-rc1">
  • general/graphlib/poppler.xml

    r104b5bf rf3a6abc9  
    1010  <!ENTITY poppler-md5sum             "891000481f639e996d000d767d953a7f">
    1111  <!ENTITY poppler-size               "1.4 MB">
    12   <!ENTITY poppler-buildsize          "123 MB (excluding the encoding data) and
    13            122 MB (including the encoding data)">
    14   <!ENTITY poppler-time               "1.5 SBU">
     12  <!ENTITY poppler-buildsize          "180 MB (excluding the encoding data) and
     13           205 MB (including the encoding data)">
     14  <!ENTITY poppler-time               "1.56 SBU">
    1515
    1616  <!ENTITY poppler-data-version       "0.4.6">
     
    131131      <xref linkend="libtiff"/>,
    132132      <xref linkend="libxml2"/>,
    133       <xref linkend="openjpeg"/> and
     133      <xref linkend="openjpeg"/>,
    134134      <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library
    135       is needed for PDF support in <application>Okular</application>).
     135      is needed for PDF support in <application>Okular</application>) and
     136      <xref linkend="qt5"/>
    136137    </para>
    137138
     
    219220        <seg>
    220221          libpoppler.so, libpoppler-cpp.so,
    221           libpoppler-glib.so, and
    222           libpoppler-qt4.so
     222          libpoppler-glib.so,
     223          libpoppler-qt4.so, and
     224          libpoppler-qt5.so
    223225        </seg>
    224226        <seg>
     
    427429          <para>
    428430            is a wrapper library used to interface the PDF rendering functions
    429             with <application>Qt</application>-4.
     431            with <application>Qt</application>4.
    430432          </para>
    431433          <indexterm zone="poppler libpoppler-qt4">
     
    435437      </varlistentry>
    436438
     439      <varlistentry id="libpoppler-qt5">
     440        <term><filename class="libraryfile">libpoppler-qt5.so</filename></term>
     441        <listitem>
     442          <para>
     443            is a wrapper library used to interface the PDF rendering functions
     444            with <application>Qt</application>5.
     445          </para>
     446          <indexterm zone="poppler libpoppler-qt5">
     447            <primary sortas="c-libpoppler-qt5">libpoppler-qt5.so</primary>
     448          </indexterm>
     449        </listitem>
     450      </varlistentry>
     451
    437452    </variablelist>
    438453
  • introduction/welcome/changelog.xml

    r104b5bf rf3a6abc9  
    4848      <itemizedlist>
    4949         <listitem>
    50           <para>[krejzi] - Add Qt 5.1.0.</para>
     50          <para>[krejzi] - Added Qt 5.1.0.</para>
     51        </listitem>
     52         <listitem>
     53          <para>[krejzi] - Transmission 2.82.</para>
    5154        </listitem>
    5255      </itemizedlist>
  • x/lib/qt5.xml

    r104b5bf rf3a6abc9  
    176176            -nomake examples \
    177177            -nomake tests \
     178            -opengl es2 \
    178179            -optimized-qmake &amp;&amp;
    179180make</userinput></screen>
     
    242243    </para>
    243244
    244     <para><parameter>-release</parameter>:
    245     This switch disables building with debugging symbols.</para>
     245    <para>
     246      <parameter>-release</parameter>: This switch disables
     247      building with debugging symbols.
     248    </para>
    246249
    247250    <para>
    248251      <parameter>-nomake tests -nomake examples</parameter>:
    249       These switches disable building programs that are only of
     252      These switches disable building modules that are only of
    250253      interest to a <application>Qt</application> developer.
    251254    </para>
     
    253256    <para>
    254257      <parameter>-system-sqlite</parameter>: This switch enables use
    255       the system version of <application>SQLite</application>.
     258      of the system version of <application>SQLite</application>.
    256259    </para>
    257260
     
    276279      <application>Qt</application> libraries. Available drivers are:
    277280      ibase, mysql, psql, sqlite and odbc.
     281    </para>
     282
     283    <para>
     284      <parameter>-opengl es2</parameter>: This switch enables OpenGL ES2
     285      support in <application>Qt</application>.
     286    </para>
     287
     288    <para>
     289      <parameter>-optimized-qmake</parameter>: This switch enables
     290      building of the optimized <command>qmake</command> program.
    278291    </para>
    279292
  • xsoft/other/transmission.xml

    r104b5bf rf3a6abc9  
    88           "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz">
    99  <!ENTITY transmission-download-ftp  " ">
    10   <!ENTITY transmission-md5sum        "db1ad10ecff07150486dab2365ccb3a8">
     10  <!ENTITY transmission-md5sum        "a5ef870c0410b12d10449c2d36fa4661">
    1111  <!ENTITY transmission-size          "3.1 MB">
    12   <!ENTITY transmission-buildsize     "255 MB">
    13   <!ENTITY transmission-time          "0.5 SBU">
     12  <!ENTITY transmission-buildsize     "275 MB">
     13  <!ENTITY transmission-time          "0.6 SBU">
    1414]>
    1515
     
    8787    <para role="recommended">
    8888      <xref linkend="gtk3"/> or
    89       <xref linkend="qt4"/> and
     89      <xref linkend="qt5"/> and
    9090      <xref linkend="gdb"/>
    9191    </para>
     
    113113
    114114    <para>
    115       If you have installed <xref linkend="qt4"/> and would like to compile the
     115      If you have installed <xref linkend="qt5"/> and would like to compile the
    116116      Qt GUI, run the following commands:
    117117    </para>
    118118
    119119<screen><userinput>pushd qt &amp;&amp;
    120 qmake-qt4 &amp;&amp;
     120qmake-qt5 &amp;&amp;
    121121make &amp;&amp;
    122122popd</userinput></screen>
     
    151151      <application>GTK+</application> interface if
    152152      <application>GTK+</application> is present on the system (useful for
    153       <application>Qt4</application> or cli only builds).
     153      <application>Qt5</application> or cli only builds).
    154154    </para>
    155155
Note: See TracChangeset for help on using the changeset viewer.