Changeset 11b931a6
- Timestamp:
- 04/25/2018 01:47:34 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 987aff0
- Parents:
- ce796837
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rce796837 r11b931a6 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 4"> <!-- Always 2 digits -->3 <!ENTITY day "25"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 2 4th, &year;">9 <!ENTITY releasedate "April 25th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rce796837 r11b931a6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[timtas] - Update to vlc-3.0.2. Fixes 49 <ulink url="&blfs-ticket-root;10695">#10695</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[timtas] - Update to qemu-2.12.0. Fixes 53 <ulink url="&blfs-ticket-root;10699">#10699</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 <listitem> 58 <para>April 24th, 2018</para> 59 <itemizedlist> 60 <listitem> 48 61 <para>[ken] - Patch inkscape to build with poppler-0.64.0.</para> 49 62 </listitem> -
multimedia/videoutils/vlc.xml
rce796837 r11b931a6 7 7 <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz"> 8 8 <!ENTITY vlc-download-ftp " "> 9 <!ENTITY vlc-md5sum " 32292f9fc6eab0b00432cdd574fc9eae">10 <!ENTITY vlc-size "2 4MB">11 <!ENTITY vlc-buildsize "5 39MB (add 6 MB for tests)">9 <!ENTITY vlc-md5sum "bdca57018d772fd270b4243eab46f978"> 10 <!ENTITY vlc-size "25 MB"> 11 <!ENTITY vlc-buildsize "558 MB (add 6 MB for tests)"> 12 12 <!ENTITY vlc-time "2.0 SBU (using parallelism=4; add 0.3 SBU for tests)"> 13 13 ]> -
packages.ent
rce796837 r11b931a6 80 80 81 81 <!-- Chapter 8 Virtualization --> 82 <!ENTITY qemu-version "2.1 1.1">82 <!ENTITY qemu-version "2.12.0"> 83 83 84 84 <!-- Part III --> … … 852 852 <!ENTITY xine-ui-version "0.99.10"> 853 853 <!ENTITY transcode-version "1.1.7"> 854 <!ENTITY vlc-version "3.0. 1">854 <!ENTITY vlc-version "3.0.2"> 855 855 856 856 <!-- Chapter 49 --> -
postlfs/virtualization/qemu.xml
rce796837 r11b931a6 7 7 <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.bz2"> 8 8 <!ENTITY qemu-download-ftp " "> 9 <!ENTITY qemu-md5sum " 61cf862b6007eba4ac98247776af2e27">10 <!ENTITY qemu-size "3 1MB">9 <!ENTITY qemu-md5sum "ca553eb04c933f58111c304452fc4cc5"> 10 <!ENTITY qemu-size "34 MB"> 11 11 <!ENTITY qemu-buildsize "392 MB (add 276 MB for tests)"> 12 12 <!ENTITY qemu-time "0.7 SBU (using parallelism=4; add 1.7 SBU for tests)"> … … 76 76 <para role="optional"> 77 77 Depending on the sound system, various packages in <xref linkend="alsa"/>, 78 <xref linkend="pulseaudio"/>, 78 79 <xref linkend="bluez"/>, 79 80 <xref linkend="curl"/>, … … 188 189 fi 189 190 190 sed -i 's/ memfd_create/ qemu_memfd_create/' util/memfd.c &&191 191 192 192 mkdir -vp build && … … 251 251 <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio 252 252 driver to ALSA. For other drivers see the --audio-drv-list list in 253 <command>configure</command>'s help output. The default audio driver is 254 OSS. To enable support for alsa and pulseaudio, use <parameter>--audio-drv-list=alsa,pa</parameter> 255 </para> 256 257 <para> 258 <parameter>--audio-drv-list=pa</parameter>: This switch sets the audio 259 driver to pulseaudio. For other drivers see the --audio-drv-list list in 253 260 <command>configure</command>'s help output. The default audio driver is 254 261 OSS.
Note:
See TracChangeset
for help on using the changeset viewer.