Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (aa91db89c7c2aa4ebf9ab00600f91f13722d536a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (aa91db89c7c2aa4ebf9ab00600f91f13722d536a)
  • Date: Sun, 10 Feb 2019 17:25:06 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

video/vlc/HISTORY | 3 +++
video/vlc/PRE_BUILD | 10 +++++++---
2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit aa91db89c7c2aa4ebf9ab00600f91f13722d536a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

vlc - fix build with vpx-1.8

diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index c68778d..17a0ff2 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2019-02-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix refs to non-existent vpx formats
+
2019-01-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.6

diff --git a/video/vlc/PRE_BUILD b/video/vlc/PRE_BUILD
index fb9246e..ef92f0c 100755
--- a/video/vlc/PRE_BUILD
+++ b/video/vlc/PRE_BUILD
@@ -1,8 +1,12 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-sed -i "/#include <QFont>/a \
-#include <QButtonGroup>" \
- modules/gui/qt/components/simple_preferences.cpp &&
+# remove refs to non-existent vpx formats, remove in vpc-1.8
+sed -i \
+-e '/VPX_IMG_FMT_RGB555/D;/VPX_IMG_FMT_RGB565/D' \
+-e '/VPX_IMG_FMT_RGB24/D;/VPX_IMG_FMT_RGB32/D' \
+-e '/VPX_IMG_FMT_ARGB/D;/VPX_IMG_FMT_ARGB_LE/D' \
+-e
'/VPX_IMG_FMT_444A/D;/VPX_IMG_FMT_YUY2/D;/VPX_IMG_FMT_UYVY/D;/VPX_IMG_FMT_YVYU/D'
\
+ modules/codec/vpx.c &&
# Deprecation and actual removal of API just to get nicer names
# should banned, worldwide! Anyhow, it is strange how long vlc
# development needs to catch up with this, too, given that they



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (aa91db89c7c2aa4ebf9ab00600f91f13722d536a), Treeve Jelbert, 02/10/2019

Archive powered by MHonArc 2.6.24.

Top of Page