Ignore:
Timestamp:
06/15/2005 03:03:00 PM (19 years ago)
Author:
David Jensen <djensen@…>
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:
98e781c
Parents:
7335dd2d
Message:

update Avifile to 0.7.43

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/avifile.xml

    r7335dd2d r2344c31  
    66
    77  <!ENTITY avifile-main-version  "0.7">
    8   <!ENTITY avifile-download-http "http://prdownloads.sourceforge.net/avifile/avifile-&avifile-main-version;-&avifile-version;.tar.gz">
     8  <!ENTITY avifile-download-http "http://prdownloads.sourceforge.net/avifile/avifile-&avifile-main-version;-&avifile-version;.tar.bz2">
    99  <!ENTITY avifile-download-ftp  " ">
    10   <!ENTITY avifile-md5sum        "a08911965d81a02ded95ddb95f63e1cf">
    11   <!ENTITY avifile-size          "3.4 MB">
    12   <!ENTITY avifile-buildsize     "48.2 MB">
    13   <!ENTITY avifile-time          "2.73 SBU">
     10  <!ENTITY avifile-md5sum        "821adfba2606773764aa29fcf14eb51f">
     11  <!ENTITY avifile-size          "2.9 MB">
     12  <!ENTITY avifile-buildsize     "50.4 MB">
     13  <!ENTITY avifile-time          "2.4 SBU">
    1414
    1515  <!ENTITY codec-download        "http://prdownloads.sourceforge.net/avifile/binaries-011002.tgz">
    1616  <!ENTITY codec-md5sum          "4db4edeeceefb9353b15b047207fa6d3">
    17   <!ENTITY codec-size            "4.4 MB">
     17  <!ENTITY codec-size            "4.3 MB">
    1818  <!ENTITY codec-installsize     "13 MB">
    1919]>
     
    113113<screen><userinput>./configure --prefix=/usr \
    114114    --with-win32-path=/usr/lib/avifile-&avifile-main-version;/win32 &amp;&amp;
    115 make &amp;&amp;
    116 sed -i -e "s,include/avifile,&amp;-&avifile-main-version;," avifile.pc</userinput></screen>
     115make</userinput></screen>
    117116
    118117    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    119118
    120119<screen role="root"><userinput>make install</userinput></screen>
    121 
    122   </sect2>
    123 
    124   <sect2 role="commands">
    125     <title>Command Explanations</title>
    126 
    127     <para><command>sed -i -e "s,include/avifile,&amp;-&avifile-main-version;,"
    128     avifile.pc</command>: The <application>pkgconfig</application> file is
    129     installed with an incorrect include directory definition. This command fixes
    130     the file.</para>
    131120
    132121  </sect2>
Note: See TracChangeset for help on using the changeset viewer.