Changeset 06da9a6
- Timestamp:
- 06/20/2015 04:16:28 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
- 6173a928
- Parents:
- 0dd2bc6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0dd2bc6 r06da9a6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 19th &year;">9 <!ENTITY releasedate "June 20th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0dd2bc6 r06da9a6 44 44 45 45 --> 46 47 <listitem> 48 <para>June 20th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to ffmpeg-2.7.1. Fixes 52 <ulink url="&blfs-ticket-root;6632">#6632</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to LVM2.2.02.122. Fixes 56 <ulink url="&blfs-ticket-root;6631">#6631</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
multimedia/videoutils/ffmpeg.xml
r0dd2bc6 r06da9a6 7 7 <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2"> 8 8 <!ENTITY ffmpeg-download-ftp " "> 9 <!ENTITY ffmpeg-md5sum " 5a16425b0bde1b952f58cff71b569a45">9 <!ENTITY ffmpeg-md5sum "f159c6d7eed8546b23e1a17325cbf1f8"> 10 10 <!ENTITY ffmpeg-size "7.8 MB"> 11 11 <!ENTITY ffmpeg-buildsize "1.1 GB (with optional docs); additional 2.3 GB to run the FATE suite)"> 12 <!ENTITY ffmpeg-time " 4.2 SBU (with optional docs); additional 3.8 SBUto run the FATE suite, after sample files are downloaded">12 <!ENTITY ffmpeg-time "1.7 SBU (with -j4 and optional docs); additional 2.9 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded"> 13 13 ]> 14 14 … … 292 292 </para> 293 293 294 <screen><userinput>make fate SAMPLES=fate-suite/ | tee ../fate.log &&294 <screen><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log && 295 295 grep ^TEST ../fate.log | wc -l</userinput></screen> 296 297 <para> 298 where <replaceable>N</replaceable> is an integer, 299 <replaceable>N</replaceable> ≤ number of threads in the system. 300 </para> 296 301 297 302 </sect2> -
packages.ent
r0dd2bc6 r06da9a6 42 42 <!ENTITY fuse-version "2.9.4"> 43 43 <!ENTITY jfsutils-version "1.1.15"> 44 <!ENTITY lvm2-version "2.02.12 1">44 <!ENTITY lvm2-version "2.02.122"> 45 45 <!ENTITY mdadm-version "3.3.2"> 46 46 <!ENTITY ntfs-3g-version "2015.3.14"> … … 704 704 705 705 <!-- Chapter 40 --> 706 <!ENTITY ffmpeg-version "2.7 ">706 <!ENTITY ffmpeg-version "2.7.1"> 707 707 <!ENTITY mplayer-version "2015-02-20"> 708 708 <!ENTITY xine-ui-version "0.99.9"> -
postlfs/filesystems/lvm2.xml
r0dd2bc6 r06da9a6 7 7 <!ENTITY lvm2-download-http " "> 8 8 <!ENTITY lvm2-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz"> 9 <!ENTITY lvm2-md5sum " 702c61bf07a8fc6dc0db6e9d323d9f6d">9 <!ENTITY lvm2-md5sum "a88bf7d68955635d009a5aec1ffecc48"> 10 10 <!ENTITY lvm2-size "1.6 MB"> 11 <!ENTITY lvm2-buildsize " 29 MB (additional 14MB to run the test suite)">12 <!ENTITY lvm2-time "0. 3 SBU (additional 24SBU to run the test suite)">11 <!ENTITY lvm2-buildsize "30 MB (additional 10 MB to run the test suite)"> 12 <!ENTITY lvm2-time "0.4 SBU (additional 8.2 SBU to run the test suite)"> 13 13 ]> 14 14 … … 131 131 132 132 <para> 133 The check command must be run as the <systemitem133 <!--The check command must be run as the <systemitem 134 134 class="username">root</systemitem> user. Also the tests are known to 135 135 hang if at least one partition on a hard drive is not set up as a Linux 136 LVM partition (type 8e00). To test the results, issue: <command>make136 LVM partition (type 8e00).-->To test the results, issue: <command>make -k 137 137 check</command> as the <systemitem class="username">root</systemitem> 138 user. The test timings are very dependent on the speed of the disk(s), 139 and on the number of enabled kernel options. 138 user. At least one partition on a hard drive must be set up as a Linux 139 LVM partition (type 8e00). The test timings are very dependent on the 140 speed of the disk(s), and on the number of enabled kernel options. A 141 small number of tests fail, for unknown reasons. 140 142 </para> 141 143
Note:
See TracChangeset
for help on using the changeset viewer.