Ignore:
Timestamp:
12/15/2015 07:05:10 PM (8 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.9, 8.0, 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, nosym, 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:
2a2cb6f
Parents:
1015ec3
Message:
  • Update to gstreamer-1.6.2, gst-plugins-base-1.6.2, gst-plugins-good-1.6.2, gst-plugins-bad-1.6.2, gst-plugins-ugly-1.6.2, and, gst-libav-1.6.2.

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

File:
1 edited

Legend:

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

    r1015ec3 r666920e  
    88           "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
    99  <!ENTITY gst10-plugins-bad-download-ftp  " ">
    10   <!ENTITY gst10-plugins-bad-md5sum        "c92d7d32de68e7293712bf9b6c99dc77">
     10  <!ENTITY gst10-plugins-bad-md5sum        "7c73bec1d389f0e184ebbbbb9e9f883d">
    1111  <!ENTITY gst10-plugins-bad-size          "4.0 MB">
    12   <!ENTITY gst10-plugins-bad-buildsize     "170 MB (additional 49 MB to run the test suite)">
    13   <!ENTITY gst10-plugins-bad-time          "1.8 SBU (additional 1.3 SBU to run the test suite)">
     12  <!ENTITY gst10-plugins-bad-buildsize     "217 MB (with tests)">
     13  <!ENTITY gst10-plugins-bad-time          "2.5 SBU (with tests)">
    1414]>
    1515
     
    7474      </listitem>
    7575    </itemizedlist>
    76 
     76<!--
    7777    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
     
    8383        </para>
    8484      </listitem>
    85     </itemizedlist>
     85    </itemizedlist>-->
    8686
    8787    <bridgehead renderas="sect3">GStreamer Bad Plug-ins Dependencies</bridgehead>
     
    134134      <ulink url="http://sourceforge.net/projects/mjpeg/">MJPEG Tools</ulink>,
    135135      <ulink url="http://kcat.strangesoft.net/openal.html">OpenAL</ulink>,
    136       <ulink url="http://kcat.strangesoft.net/openal.html">OpenAL</ulink>,
    137136      <ulink url="http://gstreamer.freedesktop.org/src/orc/">Orc</ulink>,
    138137      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">VO AAC</ulink>,
     
    157156      If you have installed <xref linkend="openjpeg2"/> and wish to use it with
    158157      <application>GStreamer Bad Plug-ins</application>, apply the following
    159       patch:
    160     </para>
    161 
    162 <screen><userinput>patch -Np1 -i ../gst-plugins-bad-&gst10-plugins-bad-version;-openjpeg21-1.patch &amp;&amp;</userinput></screen>
     158      sed commnds:
     159    </para>
     160
     161<screen><userinput>sed -e '/openjpeg-2/ s/0/1/' \
     162    -i configure ext/openjpeg/gstopenjpeg.h &amp;&amp;
     163sed -e '/user_data (/ s/mstream/&amp;, NULL/' \
     164    -i ext/openjpeg/gstopenjpeg{enc,dec}.c  &amp;&amp;</userinput></screen>
    163165
    164166    <para>
     
    173175
    174176    <para>
    175       To test the results, issue: <command>make check</command>. One test
    176       (camerabin) needs hardware with a camera. Several tests need a
    177       terminal emulator in a graphical session.
     177      To test the results, issue: <command>make check</command>. Several tests
     178      need a terminal emulator in a graphical session.
    178179    </para>
    179180
     
    213214          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers,gl},
    214215          /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,mpegts},
    215           /usr/include/gstreamer-1.0/gst/uridownloader, and
     216          /usr/include/gstreamer-1.0/gst/uridownloader,
     217          /usr/lib/gstreamer-1.0/include, and
    216218          /usr/share/gtk-doc/html/gst-plugins-bad-{libs,plugins}-1.0
    217219        </seg>
Note: See TracChangeset for help on using the changeset viewer.