Changeset 4ccc9375


Ignore:
Timestamp:
05/29/2005 09:10:11 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2d7a3088
Parents:
79e5f05
Message:

Updated to GNOME Magnifier-0.12.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r79e5f05 r4ccc9375  
    371371<!ENTITY java-access-bridge-version   "1.4.5">
    372372<!ENTITY gnome-speech-version         "0.3.6">
    373 <!ENTITY gnome-mag-version            "0.12.0">
     373<!ENTITY gnome-mag-version            "0.12.1">
    374374<!ENTITY gnopernicus-version          "0.10.9">
    375375<!ENTITY gok-version                  "1.0.4">
  • gnome/add/gnome-mag.xml

    r79e5f05 r4ccc9375  
    55  %general-entities;
    66
    7   <!ENTITY gnome-mag-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.11/gnome-mag-&gnome-mag-version;.tar.bz2">
    8   <!ENTITY gnome-mag-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.11/gnome-mag-&gnome-mag-version;.tar.bz2">
    9   <!ENTITY gnome-mag-md5sum "2603ef3349a8bbadcc1f3b36b467a9bf">
    10   <!ENTITY gnome-mag-size "311 KB">
    11   <!ENTITY gnome-mag-buildsize "5.1 MB">
    12   <!ENTITY gnome-mag-time "0.12 SBU">
     7  <!ENTITY gnome-mag-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
     8  <!ENTITY gnome-mag-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
     9  <!ENTITY gnome-mag-md5sum "8987cdd1034baeae4554ea50f82715aa">
     10  <!ENTITY gnome-mag-size "332 KB">
     11  <!ENTITY gnome-mag-buildsize "6 MB">
     12  <!ENTITY gnome-mag-time "0.2 SBU">
    1313]>
    1414
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para><xref linkend="libgail-gnome"/></para>
     62    <para><xref linkend="at-spi"/></para>
    6363
    64     <bridgehead renderas="sect4">Optional</bridgehead>
     64    <bridgehead renderas="sect4">Optional (For
     65    <application>XFree86</application> Only)</bridgehead>
    6566    <para><ulink
    6667    url="http://www.freedesktop.org/wiki/Software_2fxlibs">Xdamage</ulink>
     
    7475    url="http://www.freedesktop.org/wiki/Software_2fxlibs">DamageExt</ulink>)</para>
    7576
    76     <para>* The <application>XExtensions</application> package is included in
    77     a BLFS <application>X Window System</application> installation, but the
     77    <para>* The <application>XExtensions</application> package is included with
     78    the BLFS <application>XFree86</application> installation, but the
    7879    pkgconfig <filename>.pc</filename> file <application>FixesExt</application>
    7980    looks for is not installed. Satisfy the requirement by installing an
    80     <filename>xextensions.pc</filename> file into
    81     <filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
    82     downloaded from <ulink
    83     url="http://www.linuxfromscratch.org/~randy/xextensions.pc"/>.</para>
     81    <filename>xextensions.pc</filename> file:</para>
     82
     83<screen><userinput>cat &gt; /usr/X11R6/lib/pkgconfig/xextensions.pc &lt;&lt; "EOF"
     84<literal>prefix=/usr/X11R6
     85exec_prefix=${prefix}
     86libdir=${exec_prefix}/lib
     87includedir=${prefix}/include
     88
     89Name: XExtensions
     90Description: Sundry X extension headers
     91Version: 1.0.1
     92Cflags: -I${includedir}</literal>
     93
     94EOF</userinput></screen>
    8495
    8596  </sect2>
     
    92103
    93104<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    94 make &amp;&amp;
    95 make install</userinput></screen>
     105make</userinput></screen>
     106
     107    <para>This package does not come with a test suite.</para>
     108
     109    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     110
     111<screen role='root'><userinput>make install</userinput></screen>
    96112
    97113  </sect2>
     
    107123      <seglistitem>
    108124        <seg>magnifier</seg>
    109         <seg>libgnome-mag.[so,a]</seg>
    110         <seg>Not determined at this time</seg>
     125        <seg>libgnome-mag.so</seg>
     126        <seg>$GNOME_PREFIX/include/gnome-mag-1.0,
     127        $GNOME_PREFIX/share/gnome-mag and
     128        $GNOME_PREFIX/share/idl/gnome-mag-1.0</seg>
    111129      </seglistitem>
    112130    </segmentedlist>
  • introduction/welcome/changelog.xml

    r79e5f05 r4ccc9375  
    2929      installation path to /usr (thanks to Bruce Dubbs, David Jensen and Jody
    3030      Goldberg for their input); added popt to the libgnomeprint depedencies,
    31       suggested by David Jensen.</para>
     31      suggested by David Jensen; updated to GNOME Magnifier-0.12.1.</para>
    3232    </listitem>
    3333
Note: See TracChangeset for help on using the changeset viewer.