Skip to Content.
Sympa Menu

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

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 (dd7ad7084196155aa3a1f3d49ebe3191b92e484a)
  • Date: Tue, 30 Sep 2014 17:51:29 -0500

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

http/firefox/DEPENDS | 56
++++++++++++++++++++++++++-------------------------
http/firefox/HISTORY | 3 ++
2 files changed, 32 insertions(+), 27 deletions(-)

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

firefox: Clean up dependencies

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 2dda25f..9312e8f 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -1,45 +1,49 @@
-depends atk &&
-depends cairo &&
-depends fontconfig &&
-depends freetype2 &&
depends -sub CXX gcc &&
-depends gdk-pixbuf2 &&
+depends perl &&
+depends python &&
+depends pysqlite &&
+
depends glib2 &&
-depends gtk+2 '--enable-xft --disable-freetype2' &&
-depends nspr '--with-system-nspr' &&
-depends -sub "3.16.x" nss '--with-system-nss' &&
-depends libidl &&
-depends libjpeg-turbo '--with-system-jpeg' &&
+depends gtk+2 &&
+depends atk &&
depends libx11 &&
depends libxext &&
depends libxrender &&
depends libxt &&
+
depends pango &&
-depends perl &&
-depends pysqlite &&
-depends python &&
+depends libxft '--enable-xft --disable-freetype2' &&
+
+depends cairo &&
+depends gdk-pixbuf2 &&
+
+depends JPEG '--with-system-jpeg' &&
+depends -sub APNG libpng &&
+
+depends nspr '--with-system-nspr' &&
+depends -sub "3.16.x" nss '--with-system-nss' &&
+
depends -sub "TSAFE SECURE_DELETE ENABLE_UNLOCK_NOTIFY" sqlite
'--enable-system-sqlite' &&
+
+depends libidl &&
+
depends zip &&
depends zlib '--with-system-zlib' &&

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

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

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

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

# Firefox is currently borked and does not compile without alsa-lib headers,
@@ -68,8 +72,7 @@ if is_depends_enabled $SPELL alsa-lib; then
fi &&

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

# Firefox is currently borked and does not compile without OpenGL headers
@@ -80,8 +83,7 @@ optional_depends dbus-glib \
depends OPENGL &&

optional_depends gstreamer \
- '--enable-gstreamer' \
- '--disable-gstreamer' \
+ --{en,dis}able-gstreamer \
'for gstreamer based AV support' &&

suggest_depends_2 firefox-smglwiki '' '' \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 64d2dde..02db8be 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2014-09-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Cleanup dependencies
+
2014-09-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 32.0.3, security update




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dd7ad7084196155aa3a1f3d49ebe3191b92e484a), Ismael Luceno, 09/30/2014

Archive powered by MHonArc 2.6.24.

Top of Page