mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to vlc-3.0.3.
Update to mesa-18.1.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20192 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c5542b015c
commit
a6542daba9
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2018">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "June 2nd, &year;">
|
||||
<!ENTITY releasedate "June 5th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,20 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>June 5th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to vlc-3.0.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;10823">#10823</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mesa-18.1.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;10785">#10785</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>May 31st, 2018</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
|
||||
<!ENTITY vlc-download-ftp " ">
|
||||
<!ENTITY vlc-md5sum "bdca57018d772fd270b4243eab46f978">
|
||||
<!ENTITY vlc-size "25 MB">
|
||||
<!ENTITY vlc-buildsize "558 MB (add 6 MB for tests)">
|
||||
<!ENTITY vlc-time "2.0 SBU (using parallelism=4; add 0.3 SBU for tests)">
|
||||
<!ENTITY vlc-md5sum "cf01d4755c719fe1c8605ceb40d8f1d2">
|
||||
<!ENTITY vlc-size "24 MB">
|
||||
<!ENTITY vlc-buildsize "709 MB (add 13 MB for tests)">
|
||||
<!ENTITY vlc-time "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="vlc" xreflabel="VLC-&vlc-version;">
|
||||
@ -213,7 +213,7 @@
|
||||
<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h &&
|
||||
sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c &&
|
||||
sed -i '/#include <QString>/i#include <QButtonGroup>' \
|
||||
modules/gui/qt/components/simple_preferences.cpp &&
|
||||
modules/gui/qt/components/simple_preferences.cpp &&
|
||||
|
||||
BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &&
|
||||
|
||||
|
@ -537,7 +537,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY xbitmaps-version "1.1.2">
|
||||
<!ENTITY xcursor-themes-version "1.0.5">
|
||||
<!ENTITY xkeyboard-config-version "2.23.1">
|
||||
<!ENTITY mesa-major-minor "18.0">
|
||||
<!ENTITY mesa-major-minor "18.1">
|
||||
<!ENTITY mesa-version "&mesa-major-minor;.3">
|
||||
<!ENTITY xcb-util-version "0.4.0">
|
||||
<!ENTITY xcb-util-image-version "0.4.0">
|
||||
@ -853,7 +853,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY mplayer-version "1.3.0">
|
||||
<!ENTITY xine-ui-version "0.99.10">
|
||||
<!ENTITY transcode-version "1.1.7">
|
||||
<!ENTITY vlc-version "3.0.2">
|
||||
<!ENTITY vlc-version "3.0.3">
|
||||
|
||||
<!-- Chapter 49 -->
|
||||
<!ENTITY cdrdao-version "1.2.4">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
|
||||
<!ENTITY mesa-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
|
||||
<!ENTITY mesa-md5sum "b260580a26b71a5e52c608e3fe6d08a6">
|
||||
<!ENTITY mesa-size "10 MB">
|
||||
<!ENTITY mesa-buildsize "376 MB (with demos and docs, add 44 MB for tests)">
|
||||
<!ENTITY mesa-time "3.3 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
|
||||
<!ENTITY mesa-md5sum "">
|
||||
<!ENTITY mesa-size "11 MB">
|
||||
<!ENTITY mesa-buildsize "387 MB (with demos and docs, add 40 MB for tests)">
|
||||
<!ENTITY mesa-time "3.5 SBU (with parallelism=4, demos, and docs; add 1.0 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user