Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY gegl-download-http "http://download.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">
    88  <!ENTITY gegl-download-ftp " ">
    9 <!--  <!ENTITY gegl-download-ftp "ftp://ftp.gimp.org/pub/gegl/0.2/gegl-&gegl-version;.tar.bz2">-->
    109  <!ENTITY gegl-md5sum        "32b00002f1f1e316115c4ed922e1dec8">
    1110  <!ENTITY gegl-size          "7.2 MB">
     
    3635    </para>
    3736
    38     &lfs76_checked;
     37    &lfs77_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8382
    8483    <bridgehead renderas="sect3">gegl Dependencies</bridgehead>
    85 
    8684
    8785    <bridgehead renderas="sect4">Required</bridgehead>
     
    9290    <bridgehead renderas="sect4">Optional</bridgehead>
    9391    <para role="optional">
    94       <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
    9592      <xref linkend="cairo"/>,
    9693      <xref linkend="enscript"/>,
     
    9996      <xref linkend="gdk-pixbuf"/>,
    10097      <xref linkend="graphviz"/>,
    101       <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
    10298      <xref linkend="libjpeg"/>,
    103       <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
    10499      <xref linkend="libpng"/>,
    105100      <xref linkend="librsvg"/>,
    106       <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
    107101      <xref linkend="lua"/>,
    108       <ulink url="http://www.openexr.org">OpenEXR</ulink>,
    109102      <xref linkend="pango"/>,
    110103      <xref linkend="python2"/>,
     
    113106      <xref linkend="gobject-introspection"/>,
    114107      <xref linkend="vala"/>,
    115       <xref linkend="w3m"/> and
    116       <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>
     108      <xref linkend="w3m"/>,
     109      <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>,
     110      <ulink url="http://lensfun.berlios.de/">lensfun</ulink>,
     111      <ulink url="http://libopenraw.freedesktop.org/wiki/">libopenraw</ulink>,
     112      <ulink url="http://libspiro.sourceforge.net/">libspiro</ulink>,
     113      <ulink url="http://www.cise.ufl.edu/research/sparse/umfpack/">libumfpack</ulink>, and
     114      <ulink url="http://www.openexr.org">OpenEXR</ulink>
    117115    </para>
    118116
     
    130128
    131129<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
     130
    132131./configure --prefix=/usr &amp;&amp;
    133132LC_ALL=en_US make</userinput></screen>
     
    143142<screen role="root"><userinput>make install &amp;&amp;
    144143install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/gegl &amp;&amp;
    145 install -d -v -m755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
     144install -v -dm755 /usr/share/gtk-doc/html/gegl/images &amp;&amp;
    146145install -v -m644 docs/images/* /usr/share/gtk-doc/html/gegl/images</userinput></screen>
    147146  </sect2>
     
    177176
    178177      <seglistitem>
    179         <seg>gegl</seg>
    180         <seg>libgegl-0.2.so and libraries in /usr/lib/gegl-0.2</seg>
    181         <seg>/usr/include/gegl-0.2</seg>
     178        <seg>
     179          gegl
     180        </seg>
     181        <seg>
     182          libgegl-0.2.so
     183        </seg>
     184        <seg>
     185          /usr/include/gegl-0.2
     186        </seg>
    182187      </seglistitem>
    183188    </segmentedlist>
     
    201206
    202207      <varlistentry id="libgegl-0.2">
    203         <term><filename class='libraryfile'>libgegl-0.2.so</filename></term>
     208        <term><filename class="libraryfile">libgegl-0.2.so</filename></term>
    204209        <listitem>
    205210          <para>
     
    212217        </listitem>
    213218      </varlistentry>
     219
    214220    </variablelist>
    215   </sect2>
     221
     222  </sect2>
     223
    216224</sect1>
Note: See TracChangeset for help on using the changeset viewer.