Changeset 7c4f32b for x/lib/libepoxy.xml


Ignore:
Timestamp:
07/17/2015 12:43:56 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
458e839c
Parents:
895c4b7
Message:

LXQt 0.9.1: typos.
Xorg-Server-1.17.2: typo.
PIN-Entry-0.9.5: attempt to clarify fixes when building pinentry-qt4.
WebKitGTK+-2.8.4: include switch to build and install MiniBrowser, good
test if there are build problems and can be useful for simple browsing.
Update to NetworkManager-1.0.4.
Update to network-manager-applet-1.0.4.
Update to Samba-4.2.3.
Update to libepoxy-1.3.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libepoxy.xml

    r895c4b7 r7c4f32b  
    55  %general-entities;
    66
    7   <!ENTITY libepoxy-download-http "http://crux.nu/files/libepoxy-&libepoxy-version;.tar.gz">
     7  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/v&libepoxy-version;/libepoxy-&libepoxy-version;.tar.bz2">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "12d6b7621f086c0c928887c27d90bc30">
    10   <!ENTITY libepoxy-size          "264 KB">
    11   <!ENTITY libepoxy-buildsize     "21 MB">
    12   <!ENTITY libepoxy-time          "0.2 SBU">
     9  <!ENTITY libepoxy-md5sum        "96f6620a9b005a503e7b44b0b528287d">
     10  <!ENTITY libepoxy-size          "804 KB">
     11  <!ENTITY libepoxy-buildsize     "27 MB (with the tests)">
     12  <!ENTITY libepoxy-time          "0.1 SBU (with the tests)">
    1313]>
    1414
     
    9191    </para>
    9292
    93 <screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9494make</userinput></screen>
    9595
    9696    <para>
    97       To test the results, issue: <command>make -k check</command>. Some
    98       tests may fail for unknown reasons.
     97      To test the results, issue: <command>make check</command>.
    9998    </para>
    10099
Note: See TracChangeset for help on using the changeset viewer.