Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dd792dc30ec4eada1130e444e815cf492aa7ce74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dd792dc30ec4eada1130e444e815cf492aa7ce74)
  • Date: Sun, 27 Dec 2020 14:52:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video-libs/libvpx/BUILD | 18 +++++++++++++-----
video-libs/libvpx/HISTORY | 6 ++++++
2 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit dd792dc30ec4eada1130e444e815cf492aa7ce74
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libvpx: Disable static library

commit 3e7e89a93ce49062b356cbf693555b1526d32b83
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libvpx: Fix installation path; use INSTALL_ROOT

commit cdb7b2ad9dabcb1b0605361bbb29900a8522bd3f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libvpx: Fix the style of BUILD

commit 5cb11039bd4a2f5a848ada5a0092516aa959cb7a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libvpx: Switch to default_build_make in BUILD

diff --git a/video-libs/libvpx/BUILD b/video-libs/libvpx/BUILD
index 4248d42..7749aed 100755
--- a/video-libs/libvpx/BUILD
+++ b/video-libs/libvpx/BUILD
@@ -1,5 +1,13 @@
-./configure --prefix=/usr --enable-shared \
- --enable-vp8 --enable-runtime-cpu-detect \
- --enable-vp9 --disable-examples --enable-vp9-temporal-denoising\
- --enable-postproc --enable-pic &&
-make
+./configure \
+ --prefix="$INSTALL_ROOT"/usr \
+ --prefix=/usr \
+ --enable-shared \
+ --enable-pic \
+ --disable-static \
+ --enable-runtime-cpu-detect \
+ --disable-examples \
+ --enable-postproc \
+ --enable-vp8 \
+ --enable-vp9 \
+ --enable-vp9-temporal-denoising &&
+default_build_make
diff --git a/video-libs/libvpx/HISTORY b/video-libs/libvpx/HISTORY
index 4bd2ac3..972b07f 100644
--- a/video-libs/libvpx/HISTORY
+++ b/video-libs/libvpx/HISTORY
@@ -1,3 +1,9 @@
+2020-12-27 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: Switched to default_build_make
+ Fixed style; use one line per argument for configure
+ Fixed installation path; use INSTALL_ROOT
+ Disabled static library
+
2020-07-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.9.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dd792dc30ec4eada1130e444e815cf492aa7ce74), Ismael Luceno, 12/27/2020

Archive powered by MHonArc 2.6.24.

Top of Page