Skip to Content.
Sympa Menu

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

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 (f35b4c5a4097ef494e9976d6005092e1d6c7d9d8)
  • Date: Tue, 23 Aug 2016 15:24:24 +0000

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

devel/moonlight/DETAILS | 13 +++++--------
devel/moonlight/HISTORY | 3 +++
http/firefox/CONFIGURE | 4 +++-
http/firefox/HISTORY | 3 +++
http/firefox/PRE_BUILD | 4 ++++
5 files changed, 18 insertions(+), 9 deletions(-)

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

firefox: Add option for Widevine DRM

commit dab53dd847e3c79519e20a07666e132be98d0b49
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

moonlight: Fix description

diff --git a/devel/moonlight/DETAILS b/devel/moonlight/DETAILS
index 3cc68b1..86315cb 100755
--- a/devel/moonlight/DETAILS
+++ b/devel/moonlight/DETAILS
@@ -10,12 +10,9 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SHORT="The Mono implementation of Microsoft Silverlight"
cat << EOF
Moonlight is an open source implementation of Silverlight
-(http://silverlight.net),
-primarily for Linux and other Unix/X11 based operating systems. In September
-of 2007,
-Microsoft and Novell announced a technical collaboration that includes
-access to
-Microsoft's test suites for Silverlight and the distribution of a Media
-Pack for
-Linux users that will contain licensed media codecs for video and audio.
+(http://silverlight.net), primarily for Linux and other Unix/X11 based
+operating systems. In September of 2007, Microsoft and Novell announced a
+technical collaboration that includes access to Microsoft's test suites for
+Silverlight and the distribution of a Media Pack for Linux users that will
+contain licensed media codecs for video and audio.
EOF
diff --git a/devel/moonlight/HISTORY b/devel/moonlight/HISTORY
index 2d4b6aa..72cb2b4 100644
--- a/devel/moonlight/HISTORY
+++ b/devel/moonlight/HISTORY
@@ -1,3 +1,6 @@
+2016-08-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed description
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index 94d2155..a81b078 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -16,4 +16,6 @@ config_query FIREFOX_SDK \
config_query FIREFOX_PGO \
'Enable profile guided optimizations (takes twice as
long to build)?' \
n
-config_query_list FIREFOX_GTK_VERSION "Select a version of gtk+" 3 2
+config_query_list FIREFOX_GTK_VERSION "Select a version of gtk+" 3 2 &&
+config_query FIREFOX_WIDEVINE \
+ 'Enable Widevine DRM' n
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 42239fb..26e22ee 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2016-08-23 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, PRE_BUILD: Added option for Widevine DRM
+
2016-08-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 48.0.1

diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 71c9baf..1c3b2f5 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -39,4 +39,8 @@ if [[ $FIREFOX_PGO == y ]]; then
echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON)
\$(OBJDIR)/_profile/pgo/profileserver.py'" >> .mozconfig
else
echo "ac_add_options --disable-tests" >> .mozconfig
+fi &&
+
+if [[ $FIREFOX_WIDEVINE == y ]]; then
+ echo "ac_add_options --enable-eme=widevine" >> .mozconfig
fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f35b4c5a4097ef494e9976d6005092e1d6c7d9d8), Ismael Luceno, 08/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page