Changeset 0b4d98d


Ignore:
Timestamp:
09/18/2023 08:53:46 PM (7 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1be2233
Parents:
70bea08
Message:

Archive sysprof.

It's optional for the packages that use it, and they only use it to
provide additional support for profiling.

Sysprof now requires two more packages which are specific to it, so
let's archive it.

Files:
12 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r70bea08 r0b4d98d  
    103103<!ENTITY elinks-url           "http://elinks.or.cz">
    104104<!ENTITY w3m-url              "http://w3m.sourceforge.net/">
     105<!ENTITY sysprof-url          "https://wiki.gnome.org/Apps/Sysprof">
    105106
    106107<!-- Convenience entities -->
  • general/genlib/glib2.xml

    r70bea08 r0b4d98d  
    9999      <xref linkend="glib-networking"/> (for some tests, but this is a circular
    100100      dependency), and
    101       <xref linkend="sysprof"/>
     101      <!--<xref linkend="sysprof"/>-->
     102      <ulink url="&sysprof-url;">sysprof</ulink>
    102103    </para>
    103104
  • general/prog/prog.xml

    r70bea08 r0b4d98d  
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
    5757  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="swig.xml"/>
    58   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysprof.xml"/>
     58<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysprof.xml"/>-->
    5959<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/> -->
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tk.xml"/>
  • gnome/platform/gjs.xml

    r70bea08 r0b4d98d  
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="sysprof"/>,
     87      <!--<xref linkend="sysprof"/>,-->
    8888      <xref linkend="valgrind"/> (for tests),
    8989      <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>,
    90       <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>, and
     90      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>,
     91      <ulink url="&sysprof-url;">sysprof</ulink>, and
    9192      <ulink url="https://sourceware.org/systemtap">Systemtap</ulink>
    9293    </para>
     
    134135    <para>
    135136      <option>-Dprofiler=disabled</option>: prevents building the profiler
    136       backend even if <xref linkend="sysprof"/> is installed.
     137      backend even if <ulink url="&sysprof-url;">sysprof</ulink> is installed.
    137138    </para>
    138139
  • gnome/platform/mutter.xml

    r70bea08 r0b4d98d  
    105105    <para role="optional">
    106106      <xref linkend="python-dbusmock"/> (required for tests),
    107       <xref linkend="sysprof"/>,
    108       <xref linkend="xorg-server"/> (for X11 sessions)
     107      <!--<xref linkend="sysprof"/>,-->
     108      <xref linkend="xorg-server"/> (for X11 sessions), and
     109      <ulink url="&sysprof-url;">sysprof</ulink>
    109110    </para>
    110111
  • introduction/welcome/changelog.xml

    r70bea08 r0b4d98d  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Archive sysprof. Fixes
     46          <ulink url="&blfs-ticket-root;18592">#18592</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to json-glib-1.8.0. Fixes
    4650          <ulink url="&blfs-ticket-root;18578">#18578</ulink>.</para>
  • networking/netlibs/libsoup.xml

    r70bea08 r0b4d98d  
    115115      <xref linkend="brotli"/>,
    116116      <xref linkend="curl"/> (required to run the test suite),
    117       <xref linkend="sysprof"/> (for profiling),
     117      <!--<xref linkend="sysprof"/> (for profiling),-->
    118118      <xref linkend="mitkrb"/> (required to run the test suite),
    119119      <xref linkend="gtk-doc"/>,
    120120         <!-- It seems that XMLRPC is part of PHP 5.4.10 -->
    121121      <xref linkend="php"/> compiled with XMLRPC-EPI
    122       support (only used for the XMLRPC regression tests), and
    123       <xref linkend="samba"/> (ntlm_auth is required to run the test suite)
     122      support (only used for the XMLRPC regression tests),
     123      <xref linkend="samba"/> (ntlm_auth is required to run the test suite), and
     124      <ulink url="&sysprof-url;">sysprof</ulink>
    124125    </para>
    125126
     
    190191
    191192    <para>
    192       <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically download
    193       a git version of <xref linkend="sysprof"/> if git is available or use the installed
    194       version if available.  If you need profiling, remove this option.
     193      <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically
     194      download a git version of <ulink url="&sysprof-url;">sysprof</ulink> if
     195      git is available or use the installed version if it is present on the
     196      system.  If you need profiling, remove this option.
    195197    </para>
    196198
  • networking/netlibs/libsoup3.xml

    r70bea08 r0b4d98d  
    9999      support (only used for the XMLRPC regression tests),
    100100      <xref linkend="samba"/> (ntlm_auth is required to run the test suite),
    101       <xref linkend="sysprof"/> (for profiling), and
     101      <!--<xref linkend="sysprof"/> (for profiling),-->
     102      <ulink url="&sysprof-url;">sysprof</ulink>, and
    102103      <ulink url="https://github.com/posener/wstest">wstest</ulink>
    103104    </para>
     
    172173
    173174    <para>
    174       <parameter>-Dsysprof=disabled</parameter>: libsoup3 will automatically download
    175       a git version of <xref linkend="sysprof"/> if git is available or use the installed
    176       version if available.  If you need profiling, remove this option.
     175      <parameter>-Dsysprof=disabled</parameter>: libsoup3 will automatically
     176      download a git version of <ulink url="&sysprof-url;">sysprof</ulink> if
     177      git is available or use the installed version if it is present on the
     178      system. If you need profiling, remove this option.
    177179    </para>
    178180
  • x/lib/gtk4.xml

    r70bea08 r0b4d98d  
    110110      <xref linkend="sassc"/>,
    111111      <xref linkend="tracker3"/>,
    112       <ulink url="https://github.com/OpenPrinting/cpdb-libs">cpdb</ulink>, and
     112      <ulink url="https://github.com/OpenPrinting/cpdb-libs">cpdb</ulink>,
     113      <ulink url="&sysprof-url;">sysprof</ulink>, and
    113114      <ulink url="https://vulkan.lunarg.com/sdk/home">vulkan</ulink>
    114115    </para>
     
    203204
    204205    <para>
    205       <option>-Dsysprof=enabled</option>: Use this switch if you have
    206       <xref linkend="sysprof"/> installed and wish to enable tracing support for
    207       GTK4-based applications.
    208     </para>
    209 
    210     <para>
    211206      <option>-Dtracker=enabled</option>: Use this switch if you have
    212207      <xref linkend="tracker3"/> installed and wish to use search functionality
     
    224219      <xref linkend='docutils'/> installed and wish to generate the man
    225220      pages.
     221    </para>
     222
     223    <para>
     224      <option>-Dsysprof=enabled</option>: Use this switch if you have
     225      <ulink url="&sysprof-url;">sysprof</ulink> installed and wish to enable
     226      tracing support for GTK4-based applications.
    226227    </para>
    227228
  • x/lib/gtksourceview5.xml

    r70bea08 r0b4d98d  
    8585    <para role="optional">
    8686      <xref linkend="gtk-doc"/>,
    87       <xref linkend="sysprof"/>,
     87      <!--<xref linkend="sysprof"/>,-->
    8888      <xref linkend="vala"/>,
    89       <xref linkend="valgrind"/>, and
     89      <xref linkend="valgrind"/>,
     90      <ulink url="&sysprof-url;">sysprof</ulink>,
    9091      <ulink url="https://www.vulkan.org/">Vulkan</ulink>
    9192    </para>
     
    129130    <para>
    130131      <option>-Dsysprof=true</option>: Use this switch if you have
    131       <xref linkend="sysprof"/> installed and wish to build with sysprof
    132       profiler support.
     132      <ulink url="&sysprof-url;">sysprof</ulink> installed and wish to build
     133      with sysprof profiler support.
    133134    </para>
    134135  </sect2>
  • x/lib/libdrm.xml

    r70bea08 r0b4d98d  
    150150    <para>
    151151      <parameter>-Dvalgrind=disabled</parameter>: This parameter disables
    152       building libdrm with valgrind support. This fixes building sysprof and
    153       other packages that use libdrm. Change this parameter to "enabled"
    154       (or remove it) if you need support for valgrind.
     152      building libdrm with valgrind support. This fixes building some packages
     153      that use libdrm. Change this parameter to "enabled" (or remove it) if you
     154      need support for valgrind.
    155155    </para>
    156156
  • x/lib/pango.xml

    r70bea08 r0b4d98d  
    9292      <xref linkend="cantarell-fonts"/> (for tests),
    9393  <!--<xref linkend="gtk-doc"/>,-->
    94       <xref linkend="sysprof"/>,
     94  <!--<xref linkend="sysprof"/>,-->
    9595      <xref linkend="gi-docgen"/> (to generate documentation),
    96       <ulink url="https://ftpmirror.gnu.org/gnu/help2man">help2man</ulink>, and
    97       <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink>
     96      <ulink url="https://ftpmirror.gnu.org/gnu/help2man">help2man</ulink>,
     97      <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink>, and
     98      <ulink url="&sysprof-url;">sysprof</ulink>
    9899    </para>
    99100
Note: See TracChangeset for help on using the changeset viewer.