Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7617b9bc9c3406504b445835a2c655d7e436c26c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7617b9bc9c3406504b445835a2c655d7e436c26c)
  • Date: Wed, 8 Mar 2017 21:34:23 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

http/firefox/DEPENDS | 2 +-
http/firefox/DETAILS | 1 +
http/firefox/HISTORY | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 7617b9bc9c3406504b445835a2c655d7e436c26c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

http/firefox: fix alsa audio

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index ae52a73..29a4585 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -70,7 +70,7 @@ optional_depends pulseaudio \
# 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
# wasn't see https://bugzilla.mozilla.org/show_bug.cgi?id=875268
-depends alsa-lib &&
+depends alsa-lib "--enable-alsa" &&
#optional_depends alsa-lib \
# '--enable-wave' \
# '--disable-wave --disable-ogg --disable-webm
--disable-dash' \
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index e672e2c..37936d6 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,5 +1,6 @@
SPELL=firefox
VERSION=52.0
+ PATCHLEVEL=1
SOURCE=${SPELL}-${VERSION}.source.tar.xz

SOURCE_HASH=sha512:bffe5fd9eee240f252bf8a882c46f04551d21f6f58b8da68779cd106ed012ea77ee16bc287c847f8a7b959203c79f1b1d3f50151111f9610e1ca7a57c7b811f7

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/${SPELL}/releases/${VERSION}/source/${SOURCE}
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 51a7efd..30491ef 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2017-03-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: fix alsa sound
+ * DETAILS: PATCHLEVEL++
+
2017-03-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 52.0
* patches/firefox-50.0-system_graphite2_harfbuzz-1.patch: removed
@@ -5,7 +9,6 @@
* patches/2001_system_harfbuzz.patch,
patches/2002_system_graphite2.patch: added patches from FreeBSD

-
2017-02-06 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: added a libevent 2.1.8 fix from BLFS




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (7617b9bc9c3406504b445835a2c655d7e436c26c), Florian Franzmann, 03/08/2017

Archive powered by MHonArc 2.6.24.

Top of Page