Changeset 9ac88cc5
- Timestamp:
- 10/21/2017 07:55:49 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- c28df1a9
- Parents:
- 0fe4cbe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/openjpeg2.xml
r0fe4cbe r9ac88cc5 5 5 %general-entities; 6 6 7 <!-- TODO : when upgrading, consider changing or reinstating the 8 sed in gst10-plugins-bad so that the new headers will be found --> 7 9 <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;/openjpeg-&openjpeg2-version;.tar.gz"> 8 10 <!ENTITY openjpeg2-download-ftp " "> -
multimedia/libdriv/gst10-plugins-bad.xml
r0fe4cbe r9ac88cc5 159 159 </para> 160 160 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 && 162 ./configure --prefix=/usr \ 163 --disable-wayland \ 164 --disable-opencv \ 164 165 --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \ 165 166 --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" && … … 181 182 <sect2 role="commands"> 182 183 <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> 183 191 184 192 <para>
Note:
See TracChangeset
for help on using the changeset viewer.