Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (0d98ac5209b17d25bc111deb137396dee2a3dc7a)

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 z-rejected grimoire by Ismael Luceno (0d98ac5209b17d25bc111deb137396dee2a3dc7a)
  • Date: Tue, 16 Aug 2016 16:09:33 +0000

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

ChangeLog | 4 ++++
z-utils/bluejeans/BUILD | 1 +
z-utils/bluejeans/DEPENDS | 11 +++++++++++
z-utils/bluejeans/DETAILS | 36 ++++++++++++++++++++++++++++++++++++
z-utils/bluejeans/HISTORY | 2 ++
z-utils/bluejeans/INSTALL | 9 +++++++++
z-utils/bluejeans/PREPARE | 1 +
z-utils/bluejeans/PRE_BUILD | 5 +++++
8 files changed, 69 insertions(+)

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

bluejeans: new spell, BlueJeans Video Conferencing Plugin for Firefox

diff --git a/ChangeLog b/ChangeLog
index dd72987..a32edff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-16 Ismael Luceno <ismael AT sourcemage.org>
+ * z-utils/bluejeans: new spell, BlueJeans Video Conferencing Plugin
+ for Firefox
+
2016-08-10 Vlad Glagolev <stealth AT sourcemage.org>
* z-http/flash-ppapi: new spell, Adobe Flash Plugin for web browsers
(PPAPI version)
diff --git a/z-utils/bluejeans/BUILD b/z-utils/bluejeans/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-utils/bluejeans/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-utils/bluejeans/DEPENDS b/z-utils/bluejeans/DEPENDS
new file mode 100755
index 0000000..3b548c8
--- /dev/null
+++ b/z-utils/bluejeans/DEPENDS
@@ -0,0 +1,11 @@
+depends bzip2 &&
+depends expat &&
+depends firefox &&
+depends fontconfig &&
+depends freetype2 &&
+depends gtk+2 &&
+depends libbsd &&
+depends libpng &&
+depends mesalib &&
+depends pcre &&
+depends zlib
diff --git a/z-utils/bluejeans/DETAILS b/z-utils/bluejeans/DETAILS
new file mode 100755
index 0000000..3229471
--- /dev/null
+++ b/z-utils/bluejeans/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=bluejeans
+ VERSION=2.160.66.8
+case "$(uname -m)" in
+x86_64)
+ ARCH=amd64
+
SOURCE_HASH=sha512:72e9631c05d3807663fde4304e42a40a6993f3875c5caed6798128c4de9869813c3931db2e949fb415777cc9a61d889114fc0e5a198461344dd485bfae621b2b
+;;
+i?86)
+ ARCH=i386
+# SOURCE_HASH=sha512:
+;;
+esac
+ SOURCE="bjnplugin_$VERSION-1_$ARCH.deb"
+ SOURCE_URL[0]="https://swdl.bluejeans.com/skinny/$SOURCE";
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://bluejeans.com";
+ LICENSE[0]="UNKNOWN"
+ REJECT="binary only"
+ ENTERED=20160816
+ KEYWORDS=""
+ SHORT="BlueJeans Video Conferencing Plugin for Firefox"
+cat << EOF
+The Blue Jeans Browser Video Plugin is a browser plugin that allows a user
+to communicate over audio/video with the Blue Jeans multi-party interoperable
+cloud conferencing service using a supported browser (Firefox on Linux).
+
+Other participants of the same meeting can join via any of the following:
+ 1. Blue Jeans Browser Video Plugin on supported browsers
+ (Firefox, Safari, IE)
+ 2. WebRTC on compatible browsers (Chrome)
+ 3. Video clients or hardware devices that support H.323 or SIP
+ 4. Proprietary clients like Cisco Jabber, Microsoft Lync
+ or Skype for Business
+ 5. Blue Jeans desktop or mobile applications
+ 6. PSTN phone service
+EOF
diff --git a/z-utils/bluejeans/HISTORY b/z-utils/bluejeans/HISTORY
new file mode 100644
index 0000000..d9cabd4
--- /dev/null
+++ b/z-utils/bluejeans/HISTORY
@@ -0,0 +1,2 @@
+2016-08-16 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
diff --git a/z-utils/bluejeans/INSTALL b/z-utils/bluejeans/INSTALL
new file mode 100755
index 0000000..958b9e1
--- /dev/null
+++ b/z-utils/bluejeans/INSTALL
@@ -0,0 +1,9 @@
+install -d "$INSTALL_ROOT"/usr/lib/mozilla/plugins/.bjnplugin/{bin,config}
+for i in \
+ .bjnplugin/config/config.xml \
+ .bjnplugin/config/speakerTest.wav \
+ npbjninstallplugin_2.160.66.8.so \
+ npbjnplugin_2.160.66.8.so
+do
+ install -m644 {,"$INSTALL_ROOT"/}usr/lib/mozilla/plugins/"$i"
+done
diff --git a/z-utils/bluejeans/PREPARE b/z-utils/bluejeans/PREPARE
new file mode 100755
index 0000000..d209738
--- /dev/null
+++ b/z-utils/bluejeans/PREPARE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/REJECTED_MSG
diff --git a/z-utils/bluejeans/PRE_BUILD b/z-utils/bluejeans/PRE_BUILD
new file mode 100755
index 0000000..054179b
--- /dev/null
+++ b/z-utils/bluejeans/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir "$SOURCE_DIRECTORY" &&
+cd "$SOURCE_DIRECTORY" &&
+verify_file '' &&
+
+ar p "$SOURCE_CACHE/$SOURCE" data.tar.gz | gzip -dc | tar vx



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (0d98ac5209b17d25bc111deb137396dee2a3dc7a), Ismael Luceno, 08/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page