Changeset 9ac88cc5


Ignore:
Timestamp:
10/21/2017 07:55:49 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
c28df1a9
Parents:
0fe4cbe
Message:

It's déjâ vu all over again (e.g. r19076). Add sed to gst-plugins-bad so that it will build if current openjpeg2, but not the old version, is present.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    r0fe4cbe r9ac88cc5  
    55  %general-entities;
    66
     7  <!-- TODO : when upgrading, consider changing or reinstating the
     8   sed in gst10-plugins-bad so that the new headers will be found -->
    79  <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;/openjpeg-&openjpeg2-version;.tar.gz">
    810  <!ENTITY openjpeg2-download-ftp  " ">
  • multimedia/libdriv/gst10-plugins-bad.xml

    r0fe4cbe r9ac88cc5  
    159159    </para>
    160160
    161 <screen><userinput>./configure --prefix=/usr     \
    162             --disable-wayland \
    163             --disable-opencv  \
     161<screen><userinput>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ext/openjpeg/gstopenjpeg.h    &amp;&amp;
     162./configure --prefix=/usr                                           \
     163            --disable-wayland                                       \
     164            --disable-opencv                                        \
    164165            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    165166            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     
    181182  <sect2 role="commands">
    182183    <title>Command Explanations</title>
     184
     185    <para>
     186      <parameter>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</parameter>: The
     187      openjpeg headers are in a versioned directory, BLFS has now moved to a
     188      newer version. Omit this if you are building against
     189      <application>openjpeg-2.2</application>.
     190    </para>
    183191
    184192    <para>
Note: See TracChangeset for help on using the changeset viewer.