Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (66483be1198209d229d9d2f2afe9c027211d2ef6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (66483be1198209d229d9d2f2afe9c027211d2ef6)
  • Date: Tue, 2 Dec 2014 15:49:17 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/firefox/DEPENDS | 17 ++++++++++++++---
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 5 +++++
http/firefox/mozconfig | 5 -----
4 files changed, 21 insertions(+), 10 deletions(-)

New commits:
commit 66483be1198209d229d9d2f2afe9c027211d2ef6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/firefox: updated to 34.0.5, reorganized mozconfig and DEPENDS

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 469afed..d94f095 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -1,6 +1,7 @@
depends -sub CXX gcc &&
depends perl &&
depends python &&
+depends icu '--with-system-icu' &&

depends glib2 &&
depends gtk+2 &&
@@ -10,14 +11,15 @@ depends libxext
&&
depends libxrender &&
depends libxt &&

-depends pango &&
+depends pango '--enable-pango' &&
depends libxft '--enable-xft --disable-freetype2' &&

-depends cairo &&
+depends cairo '--enable-system-cairo --enable-default-toolkit=cairo-gtk2'
&&
depends gdk-pixbuf2 &&

depends JPEG '--with-system-jpeg' &&
-depends -sub APNG libpng &&
+depends -sub APNG libpng '--enable-system-png' &&
+depends librsvg2 '--enable-svg' &&

depends nspr '--with-system-nspr' &&
depends -sub "3.17.x" nss '--with-system-nss' &&
@@ -85,5 +87,14 @@ optional_depends gstreamer \
--{en,dis}able-gstreamer \
'for gstreamer based AV support' &&

+if ! is_depends_enabled $SPELL gstreamer; then
+ optional_depends gstreamer-1.0 \
+ '--enable-gstreamer=1.0' \
+ '' \
+ 'for gstreamer 1.0 based AV support'
+fi &&
+
+
+
suggest_depends_2 firefox-smglwiki '' '' \
'to enable searching the SMGL Wiki from the Search Bar'
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 6827604..6960839 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,7 +1,7 @@
SPELL=firefox
- VERSION=34.0
+ VERSION=34.0.5
SOURCE=$SPELL-$VERSION.source.tar.bz2
-
SOURCE_HASH=sha512:b2f64bfe3df7b4f6aaba755e40413acf452825a41363fdaa49f730449c9357aade9a2b525edfdc347c0ed27fead1a0fe7997e91486d14a32d2c1d216e2207388
+
SOURCE_HASH=sha512:a6a545ac31f6afbd092778e39a861097918dc620d75ffa12c6feea98f2b45d43dbb768f76b05417fda2b096b919e597b27cae332e14167a44d9dc243e9c15eec

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}

SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.in2p3.fr/pub/mozilla/$SPELL/releases/$VERSION/source/$SOURCE
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f3af6ef..ab4db69 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2014-12-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: version 34.0.5
+ * DEPENDS, mozconfig: reorganized both files, added icu,
+ librsvg2 and gstreamer-1.0
+
2014-12-01 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 34.0, SECURITY_PATCH++
* DEPENDS: removed pysqlite, changed nss subdependency to 3.17.x
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index a50644b..9e70533 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -10,11 +10,6 @@ mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build
# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=browser
ac_add_options --with-pthreads
-ac_add_options --disable-system-png
-ac_add_options --disable-system-cairo
-ac_add_options --enable-default-toolkit=cairo-gtk2
-ac_add_options --enable-pango
-ac_add_options --enable-svg
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-crashreporter



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (66483be1198209d229d9d2f2afe9c027211d2ef6), Pol Vinogradov, 12/02/2014

Archive powered by MHonArc 2.6.24.

Top of Page