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-base.xml

    rdcea4e3 r0c61cb89  
    88           "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
    99  <!ENTITY gst10-plugins-base-download-ftp  " ">
    10   <!ENTITY gst10-plugins-base-md5sum        "4dbe20c1bf44191c2b8833234df5cb2a">
    11   <!ENTITY gst10-plugins-base-size          "3.5 MB">
    12   <!ENTITY gst10-plugins-base-buildsize     "177 MB (with tests)">
    13   <!ENTITY gst10-plugins-base-time          "3.2 SBU (Using parallelism=4; with tests)">
     10  <!ENTITY gst10-plugins-base-md5sum        "41dde92930710c75cdb49169c5cc6dfc">
     11  <!ENTITY gst10-plugins-base-size          "3.7 MB">
     12  <!ENTITY gst10-plugins-base-buildsize     "92 MB (with tests; without docs)">
     13  <!ENTITY gst10-plugins-base-time          "0.8 SBU (Using parallelism=4; with tests; without docs)">
    1414]>
    1515
     
    130130    </para>
    131131
    132 <screen><userinput>./configure --prefix=/usr \
    133             --with-package-name="GStreamer Base Plugins &gst10-plugins-base-version; BLFS" \
    134             --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
    135 make</userinput></screen>
     132<screen><userinput>mkdir build &amp;&amp;
     133cd    build &amp;&amp;
     134
     135meson  --prefix=/usr       \
     136       -Dbuildtype=release \
     137       -Dgtk_doc=disabled  \
     138       -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     139       -Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS" &amp;&amp;
     140ninja</userinput></screen>
    136141
    137142    <para>
Note: See TracChangeset for help on using the changeset viewer.