Ignore:
Timestamp:
05/09/2017 07:40:27 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
78399edc
Parents:
714eef7a
Message:

Update gstreamer and plugins to version 1.12.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer10.xml

    r714eef7a r7cc4fd57  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "7c91a97e4a2dc81eafd59d0a2f8b0d6e">
    10   <!ENTITY gstreamer10-size          "3.6 MB">
    11   <!ENTITY gstreamer10-buildsize     "102 MB (add 38 MB for tests)">
    12   <!ENTITY gstreamer10-time          "0.8 SBU (add 1.2 SBU for tests)">
     9  <!ENTITY gstreamer10-md5sum        "8f76b6b5e4b3307e505bd6ab9304dd03">
     10  <!ENTITY gstreamer10-size          "3.0 MB">
     11  <!ENTITY gstreamer10-buildsize     "74 MB (add 39 MB for tests)">
     12  <!ENTITY gstreamer10-time          "1.0 SBU (add 1.4 SBU for tests)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       <application>gstreamer</application> is a streaming media framework that enables
    34       applications to share a common set of plugins for things like video encoding and
    35       decoding, audio encoding and decoding, audio and video filters, audio visualisation,
    36       web streaming and anything else that streams in real-time or otherwise. This package
    37       only provides base functionality and libraries. You may need at least
    38       <xref linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav plugins.
     33      <application>gstreamer</application> is a streaming media framework that
     34      enables applications to share a common set of plugins for things like
     35      video encoding and decoding, audio encoding and decoding, audio and video
     36      filters, audio visualisation, web streaming and anything else that
     37      streams in real-time or otherwise. This package only provides base
     38      functionality and libraries. You may need at least <xref
     39      linkend="gst10-plugins-base"/> and one of Good, Bad, Ugly or Libav
     40      plugins.
    3941    </para>
    4042
     
    117119      To test the results, issue: <command>make check</command>.
    118120    </para>
     121
     122    <caution>
     123      <para>If you are reinstalling <application>gstreamer</application> from a
     124      previous version, it is best if you remove the prior version, including
     125      plugins, before installing the new version.  If there is a mixture of
     126      versions installed, using processes may hang or not work properly.  As
     127      the  <systemitem class="username">root</systemitem> user: </para>
     128
     129<screen role="nodump"><userinput>rm -rf /usr/bin/gst-* /usr/{lib,libexec}/gstreamer-1.0</userinput></screen>
     130    </caution>
    119131
    120132    <para>
Note: See TracChangeset for help on using the changeset viewer.