Changeset f7a7e27
- Timestamp:
- 11/06/2020 01:13:11 PM (4 years ago)
- Branches:
- 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:
- 5cff1a2
- Parents:
- fca98f3e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfca98f3e rf7a7e27 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 5th, &year;">9 <!ENTITY releasedate "November 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfca98f3e rf7a7e27 43 43 --> 44 44 <listitem> 45 <para>November 6th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Recommend Xorg libs for SDL and SDL2, and Wayland 49 for SDL2: some dependent packages assume the corresponding modules 50 exist.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 45 56 <para>November 5th, 2020</para> 46 57 <itemizedlist> -
multimedia/libdriv/sdl.xml
rfca98f3e rf7a7e27 73 73 74 74 <bridgehead renderas="sect3">SDL Dependencies</bridgehead> 75 76 <bridgehead renderas="sect4">Recommended</bridgehead> 77 <para role="recommended"> 78 <xref linkend="xorg7-lib"/> (if they are not present, the corresponding 79 modules are not built) 80 </para> 75 81 76 82 <bridgehead renderas="sect4">Optional</bridgehead> -
multimedia/libdriv/sdl2.xml
rfca98f3e rf7a7e27 83 83 84 84 <bridgehead renderas="sect3">SDL2 Dependencies</bridgehead> 85 86 <bridgehead renderas="sect4">Recommended</bridgehead> 87 <para role="recommended"> 88 <xref linkend="libxkbcommon"/>, 89 <xref linkend="wayland-protocols"/>, and 90 <xref linkend="xorg7-lib"/> (if those are not present, the corresponding modules are not built) 91 </para> 85 92 86 93 <bridgehead renderas="sect4">Optional</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.