Changeset f4f11ec4


Ignore:
Timestamp:
12/16/2022 07:38:24 PM (16 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4693aa1f
Parents:
5c9d6e2c
Message:

Update to cheese-43.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r5c9d6e2c rf4f11ec4  
    8686<!ENTITY baobab-version                    "42.0">
    8787<!ENTITY brasero-version                   "3.12.3">
    88 <!ENTITY cheese-version                    "41.1">
     88<!ENTITY cheese-version                    "43.0">
    8989<!ENTITY eog-version                       "42.3">
    9090<!ENTITY evince-version                    "42.3">
  • gnome/applications/cheese.xml

    r5c9d6e2c rf4f11ec4  
    55  %general-entities;
    66
    7   <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-41;/cheese-&cheese-version;.tar.xz">
    8   <!ENTITY cheese-download-ftp  "&gnome-download-ftp;/cheese/&gnome-41;/cheese-&cheese-version;.tar.xz">
    9   <!ENTITY cheese-md5sum        "f847793aaf08fb349f5d182e76d4c83d">
     7  <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-43;/cheese-&cheese-version;.tar.xz">
     8  <!ENTITY cheese-download-ftp  "&gnome-download-ftp;/cheese/&gnome-43;/cheese-&cheese-version;.tar.xz">
     9  <!ENTITY cheese-md5sum        "176f154ef15bed6df77fe69e2c308879">
    1010  <!ENTITY cheese-size          "1.0 MB">
    11   <!ENTITY cheese-buildsize     "22 MB">
     11  <!ENTITY cheese-buildsize     "19 MB">
    1212  <!ENTITY cheese-time          "0.2 SBU">
    1313]>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 
    69     <!--
    70     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    71     <itemizedlist spacing="compact">
    72       <listitem>
    73         <para>
    74           Required patch:
    75           <ulink url="&patch-root;/cheese-&cheese-version;-upstream_fixes-1.patch"/>
    76         </para>
    77       </listitem>
    78     </itemizedlist>
    79     -->
    8068
    8169    <bridgehead renderas="sect3">Cheese Dependencies</bridgehead>
     
    146134cd    build &amp;&amp;
    147135
    148 meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     136meson --prefix=/usr        \
     137      --buildtype=release  \
     138      -Dgtk_doc=false      \
     139      -Dtests=true         .. &amp;&amp;
    149140ninja</userinput></screen>
    150141
    151      <para>
    152       This package does not have a working test suite.
     142    <para>
     143      To test the results, issue: <command>ninja test</command>
    153144    </para>
    154145
     
    173164      and wish to generate and install the API documentation. Building the
    174165      documentation is broken due to an incompatibility with gtk-doc.
     166    </para>
     167
     168    <para>
     169      <parameter>-Dtests=true</parameter>: This switch allows building the
     170      tests so that the test suite can be run. Remove this switch if you are
     171      not going to run the tests.
    175172    </para>
    176173  </sect2>
  • introduction/welcome/changelog.xml

    r5c9d6e2c rf4f11ec4  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to cheese-43.0. Fixes
     46          <ulink url="&blfs-ticket-root;17401">#17401</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to gnome-desktop-43. Fixes
    4650          <ulink url="&blfs-ticket-root;17090">#17090</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.