Changeset c052d9f
- Timestamp:
- 11/30/2017 12:57:17 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- b1f7ec3
- Parents:
- 9e7475f0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9e7475f0 rc052d9f 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 7th, &year;">9 <!ENTITY releasedate "November 29th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r9e7475f0 rc052d9f 43 43 --> 44 44 <listitem> 45 <para>November 29th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to vlc-2.2.8. Fixes 49 <ulink url="&blfs-ticket-root;10060">#10060</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to qt5-5.9.3. Fixes 53 <ulink url="&blfs-ticket-root;10065">#10065</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>November 28th, 2017</para> 46 60 <itemizedlist> -
multimedia/videoutils/vlc.xml
r9e7475f0 rc052d9f 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 " 031d1bbef7737d44d18d78d6761ed26e">9 <!ENTITY vlc-md5sum "b721fddf65aaf64eeee5629aa9bf7c9e"> 10 10 <!ENTITY vlc-size "21 MB"> 11 <!ENTITY vlc-buildsize " 490 MB (add 1MB for tests)">12 <!ENTITY vlc-time "1. 5SBU (using parallism=4; add 0.1 SBU for tests)">11 <!ENTITY vlc-buildsize "546 MB (add 3 MB for tests)"> 12 <!ENTITY vlc-time "1.6 SBU (using parallism=4; add 0.1 SBU for tests)"> 13 13 ]> 14 14 … … 225 225 sed -i 's/error-implicit-function-declaration//' configure && 226 226 227 CFLAGS="-DLUA_COMPAT_5_1" \228 227 ./configure --prefix=/usr --disable-atmo && 229 228 … … 261 260 a gcc option that treats a warning as an error. 262 261 </para> 263 262 <!-- 264 263 <para> 265 264 <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable 266 265 ensures the use of the correct variation of <xref linkend='lua'/>. 267 266 </para> 268 267 --> 269 268 <para> 270 269 <parameter>--disable-atmo</parameter>: This switch disables -
packages.ent
r9e7475f0 rc052d9f 576 576 <!ENTITY pango-version "1.40.14"> 577 577 <!ENTITY pangomm-version "2.40.1"> 578 <!ENTITY qt5-version "5.9. 2">578 <!ENTITY qt5-version "5.9.3"> 579 579 <!ENTITY qtwebengine-version "5.9.2"> 580 580 <!ENTITY qtwebkit-version "5.9.0"> … … 844 844 <!ENTITY xine-ui-version "0.99.9"> 845 845 <!ENTITY transcode-version "1.1.7"> 846 <!ENTITY vlc-version "2.2. 6">846 <!ENTITY vlc-version "2.2.8"> 847 847 848 848 <!-- Chapter 49 --> -
x/lib/qt5.xml
r9e7475f0 rc052d9f 10 10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz"> 11 11 <!ENTITY qt5-download-ftp " "> 12 <!ENTITY qt5-md5sum " 738d1b98106e1bd39f00cc228beb522a">12 <!ENTITY qt5-md5sum "eae2435509493a2084405714e0a9bdf9"> 13 13 <!ENTITY qt5-size "288 MB"> 14 <!ENTITY qt5-buildsize "8.7 GB (21 6MB installed)">15 <!ENTITY qt5-time "2 7SBU (using parallelism=4)">14 <!ENTITY qt5-buildsize "8.7 GB (215 MB installed)"> 15 <!ENTITY qt5-time "25 SBU (using parallelism=4)"> 16 16 ]> 17 17
Note:
See TracChangeset
for help on using the changeset viewer.