Changeset 059a1a5c for general/graphlib


Ignore:
Timestamp:
02/25/2015 10:44:17 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 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:
fda88cea
Parents:
758637c
Message:

Tags and minor updates

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

Location:
general/graphlib
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r758637c r059a1a5c  
    3636    </para>
    3737
    38     &lfs76_checked;
     38    &lfs77_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    130130
    131131<screen><userinput>patch -Np1 -i ../gegl-&gegl-version;-ffmpeg2-1.patch &amp;&amp;
     132
    132133./configure --prefix=/usr &amp;&amp;
    133134LC_ALL=en_US make</userinput></screen>
  • general/graphlib/graphite2.xml

    r758637c r059a1a5c  
    4646    </para>
    4747
    48     &lfs76_checked;
     48    &lfs77_checked;
    4949
    5050    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    129129
    130130<screen><userinput>mkdir build &amp;&amp;
    131 cd build &amp;&amp;
     131cd    build &amp;&amp;
     132
    132133cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    133134make</userinput></screen>
  • general/graphlib/lcms.xml

    r758637c r059a1a5c  
    3333    programs to provide color management facilities.</para>
    3434
    35     &lfs76_checked;
     35    &lfs77_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/newt.xml

    r758637c r059a1a5c  
    3838    </para>
    3939
    40     &lfs76_checked;
     40    &lfs77_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    110110    -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
    111111    -i Makefile.in                           &amp;&amp;
     112
    112113./configure --prefix=/usr --with-gpm-support &amp;&amp;
    113114make</userinput></screen>
  • general/graphlib/openjpeg.xml

    r758637c r059a1a5c  
    3434    and can compress/decompress lossless 16-bit images.</para>
    3535
    36     &lfs76_checked;
     36    &lfs77_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/graphlib/openjpeg2.xml

    r758637c r059a1a5c  
    3434    and can compress/decompress lossless 16-bit images.</para>
    3535
    36     &lfs76_checked;
     36    &lfs77_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787
    8888<screen><userinput>mkdir build &amp;&amp;
    89 cd build &amp;&amp;
     89cd    build &amp;&amp;
     90
    9091cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
    9192make</userinput></screen>
     
    9899<screen role="root"><userinput>make install &amp;&amp;
    99100cd ../doc &amp;&amp;
     101
    100102for man in man/man?/* ; do
    101103    install -v -D -m 644 $man /usr/share/$man
Note: See TracChangeset for help on using the changeset viewer.