Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (77b29c59fa9f5de88f4c76e18ed09c1b0cc1c7cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (77b29c59fa9f5de88f4c76e18ed09c1b0cc1c7cf)
  • Date: Wed, 19 Oct 2016 16:16:54 +0000

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 ++
z-utils/zoom-client/BUILD | 1
z-utils/zoom-client/DEPENDS | 54
++++++++++++++++++++++++++++++++++++++++++++
z-utils/zoom-client/DETAILS | 22 +++++++++++++++++
z-utils/zoom-client/HISTORY | 3 ++
z-utils/zoom-client/INSTALL | 3 ++
6 files changed, 86 insertions(+)

New commits:
commit 77b29c59fa9f5de88f4c76e18ed09c1b0cc1c7cf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

zoom-client: new spell, Zoom client for Linux

diff --git a/ChangeLog b/ChangeLog
index a32edff..bae3311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-10-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * z-utils/zoom-client: new spell, Zoom client for Linux
+
2016-08-16 Ismael Luceno <ismael AT sourcemage.org>
* z-utils/bluejeans: new spell, BlueJeans Video Conferencing Plugin
for Firefox
diff --git a/z-utils/zoom-client/BUILD b/z-utils/zoom-client/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-utils/zoom-client/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-utils/zoom-client/DEPENDS b/z-utils/zoom-client/DEPENDS
new file mode 100755
index 0000000..759018a
--- /dev/null
+++ b/z-utils/zoom-client/DEPENDS
@@ -0,0 +1,54 @@
+# essential
+runtime_depends -sub CXX gcc &&
+runtime_depends zlib &&
+runtime_depends util-linux &&
+runtime_depends glib2 &&
+runtime_depends freetype2 &&
+runtime_depends fontconfig &&
+runtime_depends sqlite &&
+runtime_depends dbus &&
+runtime_depends libxml2 &&
+runtime_depends libxslt &&
+
+# crypto stack
+runtime_depends nspr &&
+runtime_depends nss &&
+
+# X11
+runtime_depends libice &&
+runtime_depends libsm &&
+runtime_depends libx11 &&
+runtime_depends libxext &&
+runtime_depends libxi &&
+runtime_depends libxtst &&
+runtime_depends libxcomposite &&
+runtime_depends libxrender &&
+runtime_depends libxfixes &&
+runtime_depends libxdamage &&
+runtime_depends libxcursor &&
+runtime_depends libxcb &&
+
+# OpenGL
+runtime_depends OPENGL &&
+
+# audio
+runtime_depends alsa-lib &&
+
+suggest_depends pulseaudio "" "" "for PulseAudio support" &&
+
+# video
+runtime_depends gstreamer &&
+runtime_depends gst-plugins-base &&
+
+# other
+suggest_depends jasper "" "" "for JasPer processing support" &&
+
+# theming
+suggest_depends gtk+2 "" "" "for GTK+2 themes support" &&
+
+if is_depends_enabled ${SPELL} gtk+2; then
+ runtime_depends atk &&
+ runtime_depends pango &&
+ runtime_depends cairo &&
+ runtime_depends gdk-pixbuf2
+fi
diff --git a/z-utils/zoom-client/DETAILS b/z-utils/zoom-client/DETAILS
new file mode 100755
index 0000000..7985b97
--- /dev/null
+++ b/z-utils/zoom-client/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=zoom-client
+ SPELLX=${SPELL/-client/}
+ VERSION=2.0.63547.0830
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ ARCH=x86_64
+
SOURCE_HASH=sha512:14f5f79429800dfcf734911c9aa0e06722821aea63d58a0346e722be951f9ee2e72bb319cce740df52c81ae28e97acdf995d70ca4a5f96fc960adc1b501ea046
+else
+ ARCH=i686
+
SOURCE_HASH=sha512:9d63422b58d041ea854c7b768ce8b2f9cd3f5fda3f3113df4d71b97116e8480b2f4ee682f60d8e054b321f00ce90e45229170ca1c23a6a476a58d198ca7279cf
+fi
+ SOURCE=${SPELL}-${VERSION}_${ARCH}.tar.xz
+ SOURCE_URL[0]=https://zoom.us/client/${VERSION}/${SPELLX}_${ARCH}.tar.xz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}"
+ GATHER_DOCS=off
+ WEB_SITE=https://zoom.us/
+ LICENSE[0]=UNKNOWN
+ ENTERED=20161019
+ REJECT="is non-source"
+ SHORT="Zoom client for Linux"
+cat << EOF
+Zoom is cloud meeting and webinar software.
+EOF
diff --git a/z-utils/zoom-client/HISTORY b/z-utils/zoom-client/HISTORY
new file mode 100644
index 0000000..5d6f0fe
--- /dev/null
+++ b/z-utils/zoom-client/HISTORY
@@ -0,0 +1,3 @@
+2016-10-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, INSTALL, BUILD, UNATTEND_SAFE: created spell,
version
+ 2.0.63547.0830
diff --git a/z-utils/zoom-client/INSTALL b/z-utils/zoom-client/INSTALL
new file mode 100755
index 0000000..6b8f79f
--- /dev/null
+++ b/z-utils/zoom-client/INSTALL
@@ -0,0 +1,3 @@
+cp -vr "${SOURCE_DIRECTORY}" "${INSTALL_ROOT}/opt" &&
+
+ln -vsf "${TRACK_ROOT}/opt/zoom/ZoomLauncher"
"${INSTALL_ROOT}/usr/bin/zoom-client"
diff --git a/z-utils/zoom-client/UNATTEND_SAFE
b/z-utils/zoom-client/UNATTEND_SAFE
new file mode 100755
index 0000000..e69de29



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (77b29c59fa9f5de88f4c76e18ed09c1b0cc1c7cf), Vlad Glagolev, 10/19/2016

Archive powered by MHonArc 2.6.24.

Top of Page