Changeset 6fd9b81
- Timestamp:
- 05/21/2020 10:13:46 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- eee50c2
- Parents:
- a751f65
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra751f65 r6fd9b81 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 21 th, &year;">9 <!ENTITY releasedate "May 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
ra751f65 r6fd9b81 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Patch transcode to avoid the use of -fcommon.</para> 49 </listitem> 50 <listitem> 48 51 <para>[renodr] - Update to dovecot-2.3.10.1 (Security Update). Fixes 49 52 <ulink url="&blfs-ticket-root;13545">#13545</ulink>.</para> -
multimedia/videoutils/transcode.xml
ra751f65 r6fd9b81 10 10 <!ENTITY transcode-md5sum "9bb25a796a8591fb764de46ee87ce505"> 11 11 <!ENTITY transcode-size "2.1 MB"> 12 <!ENTITY transcode-buildsize " 66MB">13 <!ENTITY transcode-time "0. 6SBU">12 <!ENTITY transcode-buildsize "72 MB"> 13 <!ENTITY transcode-time "0.5 SBU"> 14 14 ]> 15 15 … … 94 94 <listitem> 95 95 <para> 96 Required patch :96 Required patch to fix API changes in ffmpeg: 97 97 <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg4-1.patch"/> 98 </para> 99 </listitem> 100 <listitem> 101 <para> 102 Required patch to fix some issues exposed by GCC 10 and later: 103 <ulink url="&patch-root;/transcode-&transcode-version;-gcc10_fix-1.patch"/> 98 104 </para> 99 105 </listitem> … … 188 194 $(find . -name Makefile.in -exec grep -l 'docsdir =' {} \;) && 189 195 190 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg4-1.patch && 191 ./configure --prefix=/usr \ 192 CFLAGS="$CFLAGS -fcommon" \ 193 --enable-alsa \ 194 --enable-libmpeg2 && 196 patch -Np1 -i ../transcode-&transcode-version;-ffmpeg4-1.patch && 197 patch -Np1 -i ../transcode-&transcode-version;-gcc10_fix-1.patch && 198 199 ./configure --prefix=/usr \ 200 --enable-alsa \ 201 --enable-libmpeg2 && 195 202 make</userinput></screen> 196 203
Note:
See TracChangeset
for help on using the changeset viewer.