Changeset 6c52b1a


Ignore:
Timestamp:
12/09/2013 12:44:25 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2250e746
Parents:
d2bd92f
Message:

Update to libvpx-v1.3.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd2bd92f r6c52b1a  
    789789<!ENTITY libtheora-version            "1.1.1">
    790790<!ENTITY libvorbis-version            "1.3.3">
    791 <!ENTITY libvpx-version               "1.2.0">
     791<!ENTITY libvpx-version               "1.3.0">
    792792<!ENTITY opal-version                 "3.10.10">
    793793<!ENTITY opus-version                 "1.1">
  • introduction/welcome/changelog.xml

    rd2bd92f r6c52b1a  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to libvpx-v1.3.0. Fixes
     51          <ulink url="&blfs-ticket-root;4427">#4427</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Added liblinear-1.94. Fixes
    5155          <ulink url="&blfs-ticket-root;4226">#4226</ulink>.</para>
  • multimedia/libdriv/libvpx.xml

    rd2bd92f r6c52b1a  
    55  %general-entities;
    66
    7   <!ENTITY libvpx-download-http "http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2">
    8   <!ENTITY libvpx-download-ftp  " ">
    9   <!ENTITY libvpx-md5sum        "f8de058e6ba14555144583a2d031fe19">
    10   <!ENTITY libvpx-size          "1.7 MB">
    11   <!ENTITY libvpx-buildsize     "23 MB (without the documentation)">
    12   <!ENTITY libvpx-time          "0.4 SBU">
     7  <!ENTITY libvpx-download-http "&sources-anduin-http;/l/libvpx-v&libvpx-version;.tar.xz">
     8<!--  <!ENTITY libvpx-download-http "http://webm.googlecode.com/files/libvpx-v&libvpx-version;.tar.bz2"> -->
     9  <!ENTITY libvpx-download-ftp  "&sources-anduin-ftp;/l/libvpx-v&libvpx-version;.tar.xz">
     10  <!ENTITY libvpx-md5sum        "528cb52934d9a731dfc0a2853b1e260d">
     11  <!ENTITY libvpx-size          "1.8 MB">
     12  <!ENTITY libvpx-buildsize     "32 MB (without the documentation)">
     13  <!ENTITY libvpx-time          "0.8 SBU">
    1314]>
    1415
     
    3031    <title>Introduction to libvpx</title>
    3132
    32     <para>This package provides the reference implementation of the vp8 Codec
    33     from the WebM project, used in most current html5 video.</para>
     33    <para>This package, from the WebM project, provides the reference
     34    implementations of the VP8 Codec, used in most current html5 video,
     35    and of the next-generation VP9 Codec.</para>
    3436
    3537    &lfs74_checked;
     
    5658      </listitem>
    5759    </itemizedlist>
     60
     61    <para>The <application>libvpx</application> tarballs are no longer generated
     62    by the maintainers. To build from source, the
     63    <application>libvpx</application> developers recommend using current git.
     64    The source tarball shown above was created by the BLFS team by pulling a
     65    git version, and removing .git, .gitattributes and .gitignore. BLFS made
     66    no changes to the existing source files.</para>
    5867
    5968    <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
     
    107116    recommend building in a dedicated build directory.</para>
    108117
     118    <para><option>--disable-vp8</option>: This switch prevents building of VP8
     119    codec support.</para>
     120
     121    <para><option>--disable-vp9</option>: This switch prevents building of VP9
     122    codec support.</para>
     123
    109124    <para><option>--disable-static</option>: This switch prevents building of
    110125    static versions of libraries.</para>
     
    121136
    122137      <seglistitem>
    123         <seg>vp8_scalable_patterns, vpxdec and vpxenc</seg>
     138        <seg>vp8_scalable_patterns, vp9_spatial_scalable_encoder,
     139             vpxdec and vpxenc</seg>
    124140        <seg>libvpx.so</seg>
    125141        <seg>/usr/include/vpx</seg>
     
    135151        <term><command>vpxdec</command></term>
    136152        <listitem>
    137           <para>is the WebM Project VP8 decoder.</para>
     153          <para>is the WebM Project VP8 and VP9 decoder.</para>
    138154          <indexterm zone="libvpx vpxdec">
    139155            <primary sortas="b-vpxdec">vpxdec</primary>
     
    145161        <term><command>vpxenc</command></term>
    146162        <listitem>
    147           <para>is the WebM project VP8 encoder.</para>
     163          <para>is the WebM project VP8 and VP9 encoder.</para>
    148164          <indexterm zone="libvpx vpxenc">
    149165            <primary sortas="b-vpxenc">vpxenc</primary>
     
    155171        <term><filename class='libraryfile'>libvpx.so</filename></term>
    156172        <listitem>
    157           <para>provides functions to use the VP8 video codec.</para>
     173          <para>provides functions to use the VP8 and VP9 video codecs.</para>
    158174          <indexterm zone="libvpx libvpx-lib">
    159175            <primary sortas="c-libvpx">libvpx.so</primary>
Note: See TracChangeset for help on using the changeset viewer.