Changeset 4b65cdf for multimedia


Ignore:
Timestamp:
02/26/2017 07:48:51 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
83d18450
Parents:
0cc9262
Message:

Update to xine-lib-1.2.8.
Update to nano-2.7.5.
Update to phonon-backend-vlc-0.9.1.
Update to libsigsegv-2.11.
Update to NSS-3.29.1.
Update to poppler-0.52.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r0cc9262 r4b65cdf  
    99  <!ENTITY xine-lib-download-ftp
    1010    "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
    11   <!ENTITY xine-lib-md5sum        "02ee3c2380273989b4b016903209e05e">
    12   <!ENTITY xine-lib-size          "4.8 MB">
    13   <!ENTITY xine-lib-buildsize     "121 MB (additional 123 MB to install API documentation)">
    14   <!ENTITY xine-lib-time          "1.4 SBU (additional 0.1 SBU to install API documentation)">
     11  <!ENTITY xine-lib-md5sum        "427cc4568632eea725d5169a4a50ff22">
     12  <!ENTITY xine-lib-size          "4.9 MB">
     13  <!ENTITY xine-lib-buildsize     "96 MB (add 67 MB for API documentation)">
     14  <!ENTITY xine-lib-time          "0.7 SBU (add 0.1 SBU for API documentation)">
    1515]>
    1616
     
    125125    </para>
    126126
    127 <screen><userinput>sed -e 's/avcodec_alloc_frame/av_frame_alloc/'        \
    128     -e 's/avcodec_free_frame/av_frame_free/'          \
    129     -i src/combined/ffmpeg/ff_{audio,video}_decoder.c \
    130        src/dxr3/ffmpeg_encoder.c &amp;&amp;
    131 
    132 sed -e 's|wand/magick_wand.h|MagickWand/MagickWand.h|' \
     127<screen><userinput>sed -e 's|wand/magick_wand.h|MagickWand/MagickWand.h|' \
    133128    -i src/video_dec/image.c &amp;&amp;
    134 
    135 sed -e '/xineplug_vo_out_xcbxv_la_LIBADD/s/$(XCB_LIBS)/$(XCBSHM_LIBS) $(XCB_LIBS)/' \
    136     -i src/video_out/Makefile.in &amp;&amp;
    137129
    138130sed -e 's/\(xcb-shape >= 1.0\)/xcb \1/' \
     
    179171    <para>
    180172      <command>sed ...</command>: These commands enable the package to be
    181       built with <xref linkend='ffmpeg'/>, <xref linkend='imagemagick'/>
    182       and <xref linkend="libxcb"/>.
     173      built with <xref linkend='imagemagick'/> and <xref linkend="libxcb"/>.
    183174    </para>
    184175
Note: See TracChangeset for help on using the changeset viewer.