Skip to Content.
Sympa Menu

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

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 (ec959363c2c446b1443970bac1b4bbba9d8696fc)
  • Date: Wed, 29 Aug 2018 20:59:57 +0000

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

x11/x11vnc/BUILD | 1 +
x11/x11vnc/DEPENDS | 35 ++++++++++++++++++-----------------
x11/x11vnc/DETAILS | 6 +++---
x11/x11vnc/HISTORY | 6 ++++++
4 files changed, 28 insertions(+), 20 deletions(-)

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

x11vnc 0.9.15

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

x11vnc: Switch from xorg-server to XSERVER

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

x11vnc: Make libvncserver dependency mandatory

It's not bundled anymore.

diff --git a/x11/x11vnc/BUILD b/x11/x11vnc/BUILD
index 5f1b5c86..90d935b 100755
--- a/x11/x11vnc/BUILD
+++ b/x11/x11vnc/BUILD
@@ -1,3 +1,4 @@
OPTS="$X11VNC_OPTS $OPTS"

+autoreconf -vsi &&
default_build
diff --git a/x11/x11vnc/DEPENDS b/x11/x11vnc/DEPENDS
index f93323a..b47d6a5 100755
--- a/x11/x11vnc/DEPENDS
+++ b/x11/x11vnc/DEPENDS
@@ -1,10 +1,9 @@
+depends autoconf &&
+depends automake &&
depends libxtst &&
-depends xorg-server &&
+depends XSERVER &&

-optional_depends libvncserver \
- "--with-system-libvncserver" \
- "--without-system-libvncserver" \
- "to use system libvncserver instead of bundled" &&
+depends libvncserver &&

if ! is_depends_enabled $SPELL libvncserver; then
optional_depends JPEG \
@@ -75,16 +74,18 @@ optional_depends libxinerama \
"--without-xinerama" \
"for xinerama extension support" &&

-optional_depends -sub DPMS xorg-server \
- "--with-dpms" \
- "--without-dpms" \
- "for dpms extension support" &&
-
-persistent_read xorg-server XORG_SERVER_OPTS XORG_SERVER_OPTS &&
-
-if list_find "$XORG_SERVER_OPTS" "--enable-record"; then
- config_query_option X11VNC_OPTS \
- "Enable xrecord extension support?" y \
- "--with-xrecord" \
- "--without-xrecord"
+if is_depends_enabled "$SPELL" xorg-server; then
+ optional_depends -sub DPMS xorg-server \
+ "--with-dpms" \
+ "--without-dpms" \
+ "for dpms extension support" &&
+ persistent_read xorg-server XORG_SERVER_OPTS XORG_SERVER_OPTS &&
+ if list_find "$XORG_SERVER_OPTS" "--enable-record"; then
+ config_query_option X11VNC_OPTS \
+ "Enable xrecord extension support?" y \
+ "--with-xrecord" \
+ "--without-xrecord"
+ fi
+else
+ OPTS+=" --with-dpms --with-xrecord"
fi
diff --git a/x11/x11vnc/DETAILS b/x11/x11vnc/DETAILS
index 2035cdf..26c6d18 100755
--- a/x11/x11vnc/DETAILS
+++ b/x11/x11vnc/DETAILS
@@ -1,8 +1,8 @@
SPELL=x11vnc
- VERSION=0.9.13
-
SOURCE_HASH=sha512:7b24e495f29122032e1c8ced7f7d8e0a56a2a8263e761a50725320742c99a0fcd5680d13038dd5d47e1c05d3b889d0caa13ba0b1aeda6fa42d5fb5ef3c43f908
+ VERSION=0.9.15
+
SOURCE_HASH=sha512:d5db90f87ba4b9801e8f6bb2c0821657c6388ce2c64e1565aeeabe41edf63b56ad72dc7be4cf874b817dacd7de5988eddd466df5b9396c13d69340ac90a1ca4d
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/libvncserver/$SOURCE
+ SOURCE_URL[0]=https://github.com/LibVNC/$SPELL/archive/$VERSION.tar.gz
WEB_SITE=http://www.karlrunge.com/x11vnc/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
ENTERED=20040404
diff --git a/x11/x11vnc/HISTORY b/x11/x11vnc/HISTORY
index ccef87a..134628c 100644
--- a/x11/x11vnc/HISTORY
+++ b/x11/x11vnc/HISTORY
@@ -1,3 +1,9 @@
+2018-08-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: libvncserver dependency is now mandatory
+ switched from xorg-server to XSERVER
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.9.15
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ec959363c2c446b1443970bac1b4bbba9d8696fc), Ismael Luceno, 08/29/2018

Archive powered by MHonArc 2.6.24.

Top of Page