Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (05ff9d0d24a7a6737c91d12369b41f231bb3808a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (05ff9d0d24a7a6737c91d12369b41f231bb3808a)
  • Date: Tue, 12 Apr 2016 19:22:15 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/firefox/DEPENDS | 74
+++++++++++++++++++++++++++------------------------
http/firefox/DETAILS | 4 +-
http/firefox/HISTORY | 4 ++
3 files changed, 46 insertions(+), 36 deletions(-)

New commits:
commit 05ff9d0d24a7a6737c91d12369b41f231bb3808a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: version 45.0.2

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 19085cd..0a7f10b 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -1,10 +1,10 @@
depends -sub CXX gcc &&
depends perl &&
depends python &&
-depends icu '--with-system-icu' &&
+depends icu "--with-system-icu" &&

depends glib2 &&
-depends gtk+${FIREFOX_GTK_VERSION}
"--enable-default-toolkit=cairo-gtk${FIREFOX_GTK_VERSION}" &&
+depends "gtk+${FIREFOX_GTK_VERSION}"
"--enable-default-toolkit=cairo-gtk${FIREFOX_GTK_VERSION}" &&
depends atk &&
depends libx11 &&
depends libxext &&
@@ -12,49 +12,53 @@ depends libxrender
&&
depends libxt &&
depends libxcomposite &&

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


#depends -sub TEE cairo '--enable-system-cairo' &&
depends gdk-pixbuf2 &&

-depends libjpeg-turbo '--with-system-jpeg' &&
-depends -sub APNG libpng '--enable-system-png' &&
-depends librsvg2 '--enable-svg' &&
+depends libjpeg-turbo "--with-system-jpeg" &&
+depends -sub APNG libpng "--enable-system-png" &&
+depends librsvg2 "--enable-svg" &&

-depends nspr '--with-system-nspr' &&
-depends -sub "3.21.x" nss '--with-system-nss' &&
+depends nspr "--with-system-nspr" &&
+depends -sub "3.21.x" nss "--with-system-nss" &&

-depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY ENABLE_DBSTAT_VTAB"
sqlite '--enable-system-sqlite' &&
+depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY ENABLE_DBSTAT_VTAB"
sqlite "--enable-system-sqlite" &&

depends libidl &&

depends zip &&
-depends zlib '--with-system-zlib' &&
+depends zlib "--with-system-zlib" &&

-depends bzip2 '--with-system-bz2' &&
-depends libevent '--with-system-libevent' &&
-depends libvpx '--with-system-vpx' &&
-depends libffi '--enable-system-ffi' &&
-depends hunspell '--enable-system-hunspell' &&
-depends pixman '--enable-system-pixman' &&
+depends bzip2 "--with-system-bz2" &&
+depends libevent "--with-system-libevent" &&
+depends libvpx "--with-system-vpx" &&
+depends libffi "--enable-system-ffi" &&
+depends hunspell "--enable-system-hunspell" &&
+depends pixman "--enable-system-pixman" &&

optional_depends startup-notification \
- --{en,dis}able-startup-notification \
- 'for startup notifications' &&
+ "--enable-startup-notification" \
+ "--disable-startup-notification" \
+ "for startup notifications" &&

optional_depends gconf2 \
- --{en,dis}able-gconf \
- 'for gconf support' &&
+ "--enable-gconf" \
+ "--disable-gconf" \
+ "for gconf support" &&

optional_depends wireless_tools \
- --{en,dis}able-necko-wifi \
- 'for Necko WiFi scanning' &&
+ "--enable-necko-wifi" \
+ "--disable-necko-wifi" \
+ "for Necko WiFi scanning" &&

optional_depends pulseaudio \
- --{en,dis}able-pulseaudio \
- 'use pulseaudio for audio support' &&
+ "--enable-pulseaudio" \
+ "--disable-pulseaudio" \
+ "use pulseaudio for audio support" &&

# Firefox is currently borked and does not compile without alsa-lib headers,
# this should have been fixed when Firefox started using Mozilla core 23,
but it
@@ -82,8 +86,9 @@ if is_depends_enabled $SPELL alsa-lib; then
fi &&

optional_depends dbus-glib \
- --{en,dis}able-dbus \
- 'for dbus support' &&
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for dbus support" &&

# Firefox is currently borked and does not compile without OpenGL headers
#optional_depends OPENGL \
@@ -93,15 +98,16 @@ optional_depends dbus-glib \
depends OPENGL &&

optional_depends gstreamer \
- --{en,dis}able-gstreamer \
- 'for gstreamer based AV support' &&
+ "--enable-gstreamer" \
+ "--disable-gstreamer" \
+ "for gstreamer based AV support" &&
if is_depends_enabled $SPELL gstreamer; then
depends gst-plugins-base
else
optional_depends gstreamer-1.0 \
- '--enable-gstreamer=1.0' \
- '' \
- 'for gstreamer 1.0 based AV support' &&
+ "--enable-gstreamer=1.0" \
+ "" \
+ "for gstreamer 1.0 based AV support" &&
if is_depends_enabled $SPELL gstreamer-1.0; then
depends gst-plugins-base-1.0
fi
@@ -109,5 +115,5 @@ fi &&



-suggest_depends_2 firefox-smglwiki '' '' \
- 'to enable searching the SMGL Wiki from the Search Bar'
+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 8b5b170..c9f0954 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,7 +1,7 @@
SPELL=firefox
- VERSION=45.0.1
+ VERSION=45.0.2
SOURCE=$SPELL-$VERSION.source.tar.xz
-
SOURCE_HASH=sha512:ff28116aff3dd07bf9c43724c7870cac8e4764639c5ee1248cc1003a4f6005f86b823a0f7969425970e2aeba3eca22e4aa88fa3c5d912c253373d398257d8438
+
SOURCE_HASH=sha512:8c0b7afb41a1a405fe499299d1a8b1138dac52b9ad67bfc8761b70a26f330581c2aa1d76d67075896ec3a0c3f5367b8b58365ebc8b3a01f801fa37071b3de526

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
SECURITY_PATCH=92
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3a630d5..93fb106 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2016-04-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 45.0.2
+ * DEPENDS: expanded bash shortcuts, ' -> "
+
2016-03-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 45.0.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (05ff9d0d24a7a6737c91d12369b41f231bb3808a), Pavel Vinogradov, 04/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page