Ignore:
Timestamp:
12/08/2017 11:47:19 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
062205f7
Parents:
fdcf97c7
Message:

Update to gstreamer-1.12.4. Includes plugins-{base,good,bad,ugly},
libav, and vaapi.

Update to QupZilla-2.2.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-ugly.xml

    rfdcf97c7 r98ad269  
    88           "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
    99  <!ENTITY gst10-plugins-ugly-download-ftp  " ">
    10   <!ENTITY gst10-plugins-ugly-md5sum        "8a0ba8141b1548ee094eb97e7cf5471f">
     10  <!ENTITY gst10-plugins-ugly-md5sum        "e2b836fb2747f6ae3a1a6f33a9d8c952">
    1111  <!ENTITY gst10-plugins-ugly-size          "884 KB">
    12   <!ENTITY gst10-plugins-ugly-buildsize     "16 MB (with tests)">
     12  <!ENTITY gst10-plugins-ugly-buildsize     "17 MB (with tests)">
    1313  <!ENTITY gst10-plugins-ugly-time          "0.2 SBU (with tests)">
    1414]>
     
    124124    </para>
    125125
    126 <screen><userinput>sed -e "/cdtext.h/a #undef LIBCDIO_VERSION_NUM\n#define LIBCDIO_VERSION_NUM 84" \
    127     -i ext/cdio/gstcdio.h &amp;&amp;
    128 
    129 ./configure --prefix=/usr \
     126<screen><userinput>./configure --prefix=/usr \
    130127            --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
    131128            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     
    141138
    142139<screen role="root"><userinput>make install</userinput></screen>
    143   </sect2>
    144 
    145   <sect2 role="commands">
    146     <title>Command Explanations</title>
    147 
    148     <para>
    149       <command>sed ... ext/cdio/gstcdio.h</command>: This command
    150       works around a problem introduced by libcdio-1.0.0.
    151     </para>
    152140  </sect2>
    153141
Note: See TracChangeset for help on using the changeset viewer.