Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88fb9c89d4e8234c769880c6888c52c697f61129)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88fb9c89d4e8234c769880c6888c52c697f61129)
  • Date: Mon, 5 Sep 2016 14:46:07 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

http/firefox-esr/HISTORY | 3 +++
http/firefox-esr/mozconfig | 1 -
video-libs/gst-plugins-ugly-1.0/BUILD | 2 --
video-libs/gst-plugins-ugly-1.0/HISTORY | 4 ++++
4 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 88fb9c89d4e8234c769880c6888c52c697f61129
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-esr: allow profile-guided builds by not enforcing --disable-tests
unconditonally

commit 28f7844e8aec8c60990fd902e3ca00b640da101e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gst-plugins-ugly-1.0: do not enforce disabled x264

diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index 91a98fd..4eec724 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,3 +1,6 @@
+2016-08-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * mozconfig: Do not disable tests by default, needed for PGO.
+
2016-08-04 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 45.3.0esr, security fixes as always

diff --git a/http/firefox-esr/mozconfig b/http/firefox-esr/mozconfig
index 403dd78..a680f4f 100644
--- a/http/firefox-esr/mozconfig
+++ b/http/firefox-esr/mozconfig
@@ -12,7 +12,6 @@ ac_add_options --enable-application=browser
ac_add_options --with-pthreads
ac_add_options --disable-installer
ac_add_options --disable-updater
-ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --prefix=${INSTALL_ROOT}/usr
ac_add_options --mandir=${INSTALL_ROOT}/usr
diff --git a/video-libs/gst-plugins-ugly-1.0/BUILD
b/video-libs/gst-plugins-ugly-1.0/BUILD
index b6b3573..c2cd837 100755
--- a/video-libs/gst-plugins-ugly-1.0/BUILD
+++ b/video-libs/gst-plugins-ugly-1.0/BUILD
@@ -3,8 +3,6 @@ if [ "$GST_PLUGINS_UGLY_MP3" = "y" ]; then
else
OPTS="--disable-mad $OPTS"
fi &&
-# disabled x264 plugin as it is not compatible with the current API
-OPTS="$OPTS --disable-x264" &&
if [[ $GST_PLUGINS_UGLY_EXPERIMENTAL == "y" ]]; then
OPTS+=" --enable-experimental"
fi &&
diff --git a/video-libs/gst-plugins-ugly-1.0/HISTORY
b/video-libs/gst-plugins-ugly-1.0/HISTORY
index 148d33b..aa33a11 100644
--- a/video-libs/gst-plugins-ugly-1.0/HISTORY
+++ b/video-libs/gst-plugins-ugly-1.0/HISTORY
@@ -1,3 +1,7 @@
+2016-09-05 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: It is time we actually tried building the x264
+ plugin, eh? It builds alright here.
+
2016-09-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 1.8.3




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (88fb9c89d4e8234c769880c6888c52c697f61129), Thomas Orgis, 09/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page