Changeset 784e8600


Ignore:
Timestamp:
08/17/2007 04:34:55 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e44819d
Parents:
d5404360
Message:

Updated to libmpeg3-1.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5404360 r784e8600  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    136136<!ENTITY libgpg-error-version         "1.5">
    137137<!ENTITY libgcrypt-version            "1.2.4">
     138<!ENTITY libksba-version              "1.0.2">
    138139
    139140<!-- Obsolete
     
    628629<!ENTITY libvorbis-version            "1.1.2">
    629630<!ENTITY nas-version                  "1.9">
    630 <!ENTITY libmpeg3-version             "1.6">
     631<!ENTITY libmpeg3-version             "1.7">
    631632<!ENTITY libmad-version               "0.15.1b">
    632633<!ENTITY libquicktime-version         "0.9.9">
  • introduction/welcome/changelog.xml

    rd5404360 r784e8600  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>August 17th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libmpeg3-1.7.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • multimedia/libdriv/libmpeg3.xml

    rd5404360 r784e8600  
    77  <!ENTITY libmpeg3-download-http "http://downloads.sourceforge.net/heroines/libmpeg3-&libmpeg3-version;-src.tar.bz2">
    88  <!ENTITY libmpeg3-download-ftp  " ">
    9   <!ENTITY libmpeg3-md5sum        "08ad35f5a88a59eb2b85ed7d912257e0">
    10   <!ENTITY libmpeg3-size          "496 KB">
    11   <!ENTITY libmpeg3-buildsize     "14.1 MB">
     9  <!ENTITY libmpeg3-md5sum        "4a3e8896164d59d7d0dff69b50b75352">
     10  <!ENTITY libmpeg3-size          "320 KB">
     11  <!ENTITY libmpeg3-buildsize     "12 MB">
    1212  <!ENTITY libmpeg3-time          "less than 0.1 SBU">
    1313]>
     
    5959      <listitem>
    6060        <para>Required Patch: <ulink
    61         url="&patch-root;/libmpeg3-&libmpeg3-version;-blfs_install-1.patch"/></para>
     61        url="&patch-root;/libmpeg3-&libmpeg3-version;-makefile_mods-1.patch"/></para>
    6262      </listitem>
    6363    </itemizedlist>
     
    7979    commands:</para>
    8080
    81 <screen><userinput>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-blfs_install-1.patch &amp;&amp;
     81<screen><userinput>patch -Np1 -i ../libmpeg3-&libmpeg3-version;-makefile_mods-1.patch &amp;&amp;
    8282./configure &amp;&amp;
    8383make</userinput></screen>
     
    106106    <command>make install</command> command instead of just the executables
    107107    being installed and manual commands used to install the library, interface
    108     headers and documentation.</para>
     108    headers and documentation. The patch also fixes a syntax error in the
     109    <filename>Makefile</filename>.</para>
    109110
    110111    <para><command>./configure</command>: This is not a typical Autotools
Note: See TracChangeset for help on using the changeset viewer.