diff --git a/general/prog/lxml.xml b/general/prog/lxml.xml index 54adf924fb..97a2c5cdf1 100644 --- a/general/prog/lxml.xml +++ b/general/prog/lxml.xml @@ -6,9 +6,9 @@ - - - + + + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 1fa016ca0b..6881a22f26 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,18 @@ September 10th, 2018 + + [bdubbs] - Update to lxml-4.2.5 (Python module). Fixes + #11131. + + + [bdubbs] - Update to mesa-18.2.0. Fixes + #11127. + + + [bdubbs] - Update to vlc-3.0.4. Fixes + #11089. + [bdubbs] - Update to ghostscript-9.24. Fixes #11108. diff --git a/multimedia/videoutils/vlc.xml b/multimedia/videoutils/vlc.xml index 6b8b97852d..b6838f052d 100644 --- a/multimedia/videoutils/vlc.xml +++ b/multimedia/videoutils/vlc.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -212,14 +212,16 @@ 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 && sed -i '/118/s/$/\&\& X264_BUILD < 153/' modules/codec/x264.c && BUILDCC=gcc ./configure --prefix=/usr --disable-opencv && make + To test the results, issue: make check. @@ -261,13 +263,13 @@ make sed ... modules/codec/x264.c This command allows building with the current version of . - + : This switch is required to disable opencv which is not compatible with this diff --git a/packages.ent b/packages.ent index ab213ab828..b7d98ca679 100644 --- a/packages.ent +++ b/packages.ent @@ -414,7 +414,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + @@ -542,8 +542,8 @@ to avoid building libxml2 twice, which is slow with all deps --> - - + + @@ -859,7 +859,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml index b0486bc312..a037cc7318 100644 --- a/x/installing/mesa.xml +++ b/x/installing/mesa.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -162,13 +162,14 @@ + Now, select the drivers you wish to install. The available drivers - are i915, nouveau, r300, r600, radeonsi, freedreno, svga, swrast, vc4, - and virgl. If the Gallium drivers are not specified, the default is - 'r300,r600,svga,swrast'. Modify the command below for any desired drivers. - The listed drivers below will cover most modern video cards. For help in - selecting drivers see - . + are i915, nouveau, r300, r600, radeonsi, freedreno, pl111, svga, swrast, + swr, tegra, v3d, vc4, virgl, etnaviv, and imx. If the Gallium drivers are + not specified, the default is 'r300,r600,svga,swrast'. Modify the command + below for any desired drivers. The listed drivers below will cover most + modern video cards. For help in selecting drivers see . GLL_DRV="i915,r600,nouveau,radeonsi,svga,swrast"