Changeset ce34cbb
- Timestamp:
- 07/30/2017 09:29:44 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 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:
- 0e956e6f
- Parents:
- c7cb25b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc7cb25b rce34cbb 46 46 <para>July 30th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to mpg123-1.25.3. Fixes 50 <ulink url="&blfs-ticket-root;9501">#9501</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to nano-2.8.6 and configuration. Fixes 54 <ulink url="&blfs-ticket-root;9512">#9512</ulink>and 55 <ulink url="&blfs-ticket-root;9517">#9517</ulink>.</para> 56 </listitem> 48 57 <listitem> 49 58 <para>[bdubbs] - Update to faad-2.8.1. Fixes -
multimedia/audioutils/mpg123.xml
rc7cb25b rce34cbb 7 7 <!ENTITY mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2"> 8 8 <!ENTITY mpg123-download-ftp " "> 9 <!ENTITY mpg123-md5sum " 2ffbe29c99130215b0ee7d1b11c0ea4b">10 <!ENTITY mpg123-size " 896KB">9 <!ENTITY mpg123-md5sum "d600d629161a834d996222dad78c6427"> 10 <!ENTITY mpg123-size "900 KB"> 11 11 <!ENTITY mpg123-buildsize "12 MB"> 12 12 <!ENTITY mpg123-time "0.2 SBU"> -
packages.ent
rc7cb25b rce34cbb 70 70 <!ENTITY emacs-version "25.2"> 71 71 <!ENTITY joe-version "4.4"> 72 <!ENTITY nano-version "2.8. 5">72 <!ENTITY nano-version "2.8.6"> 73 73 <!ENTITY vim-version "8.0.586"> 74 74 <!ENTITY vim-majmin "80"> … … 814 814 815 815 <!-- Chapter 47 --> 816 <!ENTITY mpg123-version "1.25. 0">816 <!ENTITY mpg123-version "1.25.3"> 817 817 <!ENTITY vorbistools-version "1.4.0"> 818 818 <!ENTITY lame-version "3.99.5"> -
postlfs/editors/nano.xml
rc7cb25b rce34cbb 8 8 <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2.8/nano-&nano-version;.tar.xz"> 9 9 <!ENTITY nano-download-ftp " "> 10 <!ENTITY nano-md5sum " dfcadeeca124a38bf37a5fd286933b39">10 <!ENTITY nano-md5sum "66e3ca6b718d3cac7ba6c4410a198aab"> 11 11 <!ENTITY nano-size "1.4 MB"> 12 12 <!ENTITY nano-buildsize "16 MB"> … … 107 107 108 108 <screen role="root"><userinput>make install && 109 install -v -m644 doc/ nano.html/usr/share/doc/nano-&nano-version;</userinput></screen>109 install -v -m644 doc/{nano.html,sample.nanorc) /usr/share/doc/nano-&nano-version;</userinput></screen> 110 110 111 111 </sect2> … … 156 156 157 157 <screen><literal>set autoindent 158 set const 158 set constantshow 159 159 set fill 72 160 160 set historylog 161 161 set multibuffer 162 162 set nohelp 163 set nowrap 164 set positionlog 165 set quickblank 163 166 set regexp 164 167 set smooth … … 167 170 <para> 168 171 Another example is the <filename>nanorc.sample</filename> file 169 in the <filename class="directory">/etc</filename>directory.172 in the installed documentation directory. 170 173 It includes color configurations and has some documentation included 171 174 in the comments.
Note:
See TracChangeset
for help on using the changeset viewer.