Changeset 3020f793
- Timestamp:
- 12/06/2019 06:19:29 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, 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:
- 8126c5d
- Parents:
- 4348b74
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4348b74 r3020f793 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 "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 5th, &year;">9 <!ENTITY releasedate "December 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/platform/dconf.xml
r4348b74 r3020f793 159 159 </para> 160 160 161 <screen><userinput remap="pre">sed -i 's|link_whole|link_with|' c ommon/meson.build &&161 <screen><userinput remap="pre">sed -i 's|link_whole|link_with|' client/meson.build && 162 162 sed -i 's/module/& | grep -v mangle_path/' gsettings/abicheck.sh</userinput></screen> 163 163 -
gnome/platform/tracker-miners.xml
r4348b74 r3020f793 71 71 </itemizedlist> 72 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Required patch: 78 <ulink url="&patch-root;/tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 73 83 <bridgehead renderas="sect3">Tracker-miners Dependencies</bridgehead> 74 84 … … 116 126 117 127 <para> 128 First, apply some fixes from upstream that fix deadlock bugs: 129 </para> 130 131 <screen><userinput remap="pre">patch -Np1 -i ../tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch</userinput></screen> 132 133 <para> 118 134 Install <application>Tracker-miners</application> by running the following 119 135 commands: … … 128 144 129 145 <para> 130 To test the results, issue: <command>ninja test</command>. 131 Three tests, test-image-1, xmp-loaded-1, and 132 test_external_cue_sheet, are known to fail. 146 To test the results, as the root user, 147 issue: <command>ninja test</command>. 148 <!--Three tests, test-image-1, xmp-loaded-1, and 149 test_external_cue_sheet, are known to fail.--> 133 150 </para> 134 151 -
introduction/welcome/changelog.xml
r4348b74 r3020f793 42 42 </listitem> 43 43 --> 44 44 <listitem> 45 <para>December 6th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Fix the DConf sed so that dconf-editor builds.</para> 49 </listitem> 50 <listitem> 51 <para>[renodr] - Fix deadlock bugs in tracker-miners caused by 52 gstreamer and MP3 files.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 45 56 46 57 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.