Changeset 856c389


Ignore:
Timestamp:
03/05/2024 02:23:42 AM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
648752cf
Parents:
cd282974
Message:

Update to kImageAnnotator-0.7.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcd282974 r856c389  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to kImageAnnotator-0.7.1. Fixes
     46          <ulink url="&blfs-ticket-root;19388">#19388</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to kColorPicker-0.3.1. Fixes
    4650          <ulink url="&blfs-ticket-root;19387">#19387</ulink>.</para>
  • packages.ent

    rcd282974 r856c389  
    836836<!ENTITY imlib2-version               "1.12.2">
    837837<!ENTITY kcolorpicker-version         "0.3.1">
    838 <!ENTITY kimageannotator-version      "0.7.0">
     838<!ENTITY kimageannotator-version      "0.7.1">
    839839<!ENTITY keybinder2-version           "0.3.1">
    840840<!ENTITY keybinder3-version           "0.3.2">
  • x/lib/kimageannotator.xml

    rcd282974 r856c389  
    77  <!ENTITY kimageannotator-download-http "https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v&kimageannotator-version;/kImageAnnotator-&kimageannotator-version;.tar.gz">
    88  <!ENTITY kimageannotator-download-ftp  " ">
    9   <!ENTITY kimageannotator-md5sum        "337b493d010bc82b87a7b908855270cf">
     9  <!ENTITY kimageannotator-md5sum        "68990dfe7fe03f1aff5e0e5338b9f3bb">
    1010  <!ENTITY kimageannotator-size          "264 KB">
    1111  <!ENTITY kimageannotator-buildsize     "31 MB">
    12   <!ENTITY kimageannotator-time          "0.5 SBU (Using parallelism=4)">
     12  <!ENTITY kimageannotator-time          "0.6 SBU (Using parallelism=4)">
    1313]>
    1414
     
    8888cmake -DCMAKE_INSTALL_PREFIX=/usr \
    8989      -DCMAKE_BUILD_TYPE=Release  \
     90      -DBUILD_SHARED_LIBS=ON      \
     91      -DBUILD_WITH_QT6=ON         \
    9092      .. &amp;&amp;
    9193make</userinput></screen>
     
    114116        <seg>None</seg>
    115117        <seg>
    116           libkImageAnnotator-Qt5.a
     118          libkImageAnnotator.so
    117119        </seg>
    118120        <seg>
    119           /usr/include/kImageAnnotator-Qt5,
    120           /usr/lib/cmake/kImageAnnotator-Qt5, and
     121          /usr/include/kImageAnnotator-Qt6,
     122          /usr/lib/cmake/kImageAnnotator-Qt6, and
    121123          /usr/share/kImageAnnotator
    122124        </seg>
Note: See TracChangeset for help on using the changeset viewer.