Ignore:
Timestamp:
04/25/2019 07:57:42 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e0ea073
Parents:
dcea4e3
Message:

Update to gstreamer

gstreamer-vaapi
gst-plugins-{base,good,bad,ugly}
gst-libav 1.16.0.

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

File:
1 edited

Legend:

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

    rdcea4e3 r0c61cb89  
    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        "90768a0074db071175ce980064d9a1ac">
    11   <!ENTITY gst10-plugins-ugly-size          "872 KB">
    12   <!ENTITY gst10-plugins-ugly-buildsize     "16 MB (with tests)">
    13   <!ENTITY gst10-plugins-ugly-time          "0.2 SBU (with tests)">
     10  <!ENTITY gst10-plugins-ugly-md5sum        "1ec343c58d4b17d682f7befa8453c11c">
     11  <!ENTITY gst10-plugins-ugly-size          "868 KB">
     12  <!ENTITY gst10-plugins-ugly-buildsize     "11 MB (with tests)">
     13  <!ENTITY gst10-plugins-ugly-time          "less than 0.1 SBU (with tests)">
    1414]>
    1515
     
    122122    </para>
    123123
    124 <screen><userinput>./configure --prefix=/usr \
    125             --with-package-name="GStreamer Ugly Plugins &gst10-plugins-ugly-version; BLFS" \
    126             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    127 make</userinput></screen>
     124<screen><userinput>mkdir build &amp;&amp;
     125cd    build &amp;&amp;
     126
     127meson  --prefix=/usr       \
     128       -Dbuildtype=release \
     129       -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     130       -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &amp;&amp;
     131ninja</userinput></screen>
    128132
    129133    <para>
    130       To test the results, issue: <command>make check</command>.
     134      To test the results, issue: <command>ninja test</command>.
    131135    </para>
    132136
     
    135139    </para>
    136140
    137 <screen role="root"><userinput>make install</userinput></screen>
     141<screen role="root"><userinput>ninja install</userinput></screen>
    138142  </sect2>
    139143
Note: See TracChangeset for help on using the changeset viewer.