Changeset a5a10c0


Ignore:
Timestamp:
02/12/2023 11:56:47 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4a2c6d3c
Parents:
f16ab62
git-author:
Xi Ruoyao <xry111@…> (02/12/2023 11:46:12 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/12/2023 11:56:47 AM)
Message:

libcddb: Fix the default server and most of the test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libcddb.xml

    rf16ab62 ra5a10c0  
    7676
    7777    <para>
     78      By default this package accesses
     79      <systemitem class='domainname'>freedb.org</systemitem>, which is
     80      already closed.  Modify the default to use
     81      <systemitem class='domainname'>gnudb.gnudb.org</systemitem> instead,
     82      and fix two stale test data files:
     83    </para>
     84
     85<screen><userinput>sed -e '/DEFAULT_SERVER/s/freedb.org/gnudb.gnudb.org/' \
     86    -e '/DEFAULT_PORT/s/888/&amp;0/'                       \
     87    -i include/cddb/cddb_ni.h                          &amp;&amp;
     88sed '/^Genre:/s/Trip-Hop/Electronic/' -i tests/testdata/920ef00b.txt &amp;&amp;
     89sed '/DISCID/i# Revision: 42'         -i tests/testcache/misc/12340000</userinput></screen>
     90
     91    <para>
    7892      Install <application>libcddb</application> by running the
    7993      following commands:
     
    8498
    8599    <para>
    86       To test the results, issue: <command>make check</command>. Two
    87       tests fail due to missing test servers.
     100      To test the results, issue: <command>make check -k</command>.
     101      The test suite needs the Internet connection.  One test fails due to
     102      missing test server.
    88103    </para>
    89104
Note: See TracChangeset for help on using the changeset viewer.