Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (19606930675a69fd7751db86dd32e73fc32cc1f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (19606930675a69fd7751db86dd32e73fc32cc1f5)
  • Date: Wed, 11 Apr 2018 06:36:09 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 11 ++---------
graphics-libs/mesalib/HISTORY | 4 ++++
graphics-libs/mesalib/PRE_SUB_DEPENDS | 5 -----
graphics-libs/mesalib/SUB_DEPENDS | 5 -----
kde-frameworks/kwayland/DEPENDS | 2 +-
kde-frameworks/kwayland/HISTORY | 3 +++
kde5-apps/kdeconnect/DETAILS | 2 +-
kde5-apps/kdeconnect/HISTORY | 3 +++
xorg/xserver/DETAILS | 2 +-
xorg/xserver/HISTORY | 3 +++
10 files changed, 18 insertions(+), 22 deletions(-)

New commits:
commit 19606930675a69fd7751db86dd32e73fc32cc1f5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xserver: => 1.19.99.904

commit 853ffd7db1d2e30890ef8244a6d242f8e23e5697
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mesalib - delete wayland remnants

commit 60b97ef24ab29ad4032717fbe7a3947fbfc567e8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mesalib - tweaks SUB_DEPENDS

commit 2ff9b0507f0dd03371879458d195b202d96bfa91
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kwayland - tweak depends

commit 2bef0b9be3c23d0dfef4bec7e8843046dff6d201
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdeconnect: => 1.3.0

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index c7e89b0..984e7c0 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -60,16 +60,10 @@ if [[ "${MESALIB_BUILD}" == "dri" ]]; then

# remove obsolete fbdev option
list_remove MESA_EGL fbdev &&
+ list_remove MESA_EGL wayland &&

- config_query_multi MESA_EGL "which EGL platforms?" android drm
surfaceless x11 wayland &&
+ config_query_multi MESA_EGL "which EGL platforms?" android drm
surfaceless x11 &&

- if list_find "${MESA_EGL}" "wayland"; then
- list_remove MESALIB_OPTS "--disable-shared-glapi" &&
- list_remove MESALIB_OPTS "--disable-gbm" &&
- list_remove MESALIB_OPTS "--disable-gles2" &&
- list_add MESALIB_OPTS "--enable-shared-glapi --enable-gbm
--enable-gles2" &&
- depends wayland
- else
list_remove MESALIB_OPTS '--disable-shared-glapi' &&
list_add MESALIB_OPTS '--enable-shared-glapi'

@@ -77,7 +71,6 @@ if [[ "${MESALIB_BUILD}" == "dri" ]]; then
"--enable-gbm" "--disable-gbm"
config_query_option MESALIB_OPTS "enable support for OpenGL ES 2.x
API?" n \
"--enable-gles2" "--disable-gles2"
- fi

if list_find "${MESALIB_GALLIUM}" "i915"; then
sub_depends libdrm INTEL
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index b2ca200..f23c3ca 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2018-04-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * SUB_DEPENDS PRE_SUB_DEPENDS:: delete WAYLAND
+ * DEPENDS: delete wayland stuff
+
2018-03-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 18.0.0

diff --git a/graphics-libs/mesalib/PRE_SUB_DEPENDS
b/graphics-libs/mesalib/PRE_SUB_DEPENDS
index 5372493..bf78a14 100755
--- a/graphics-libs/mesalib/PRE_SUB_DEPENDS
+++ b/graphics-libs/mesalib/PRE_SUB_DEPENDS
@@ -1,9 +1,4 @@
case $THIS_SUB_DEPENDS in
DRI) [[ $MESALIB_BUILD == dri ]] && return 0 ;;
- WAYLAND)
- if list_find "$MESA_EGL" wayland;then
- return 0
- fi
- ;;
esac
return 1
diff --git a/graphics-libs/mesalib/SUB_DEPENDS
b/graphics-libs/mesalib/SUB_DEPENDS
index 08c625e..43eb386 100755
--- a/graphics-libs/mesalib/SUB_DEPENDS
+++ b/graphics-libs/mesalib/SUB_DEPENDS
@@ -19,11 +19,6 @@ case $THIS_SUB_DEPENDS in
MESALIB_DRIVERS="$AVAILABLE_DRIVERS"
fi
fi ;;
- WAYLAND)
- if ! list_find "$MESA_EGL" wayland;then
- list_add MESA_EGL wayland
- fi
-
;;
*) echo "Unknown sub_depends $THIS_SUB_DEPENDS!"; return 1 ;;
esac
diff --git a/kde-frameworks/kwayland/DEPENDS b/kde-frameworks/kwayland/DEPENDS
index 8ffabed..a11d5c1 100755
--- a/kde-frameworks/kwayland/DEPENDS
+++ b/kde-frameworks/kwayland/DEPENDS
@@ -1,3 +1,3 @@
source $GRIMOIRE/KDE5_DEPENDS
depends wayland &&
-depends -sub WAYLAND MESA
+depends MESA
diff --git a/kde-frameworks/kwayland/HISTORY b/kde-frameworks/kwayland/HISTORY
index e04d7e9..cfbf740 100644
--- a/kde-frameworks/kwayland/HISTORY
+++ b/kde-frameworks/kwayland/HISTORY
@@ -1,3 +1,6 @@
+2018-04-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove '-sub WAYLAND'
+
2018-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.44.0

diff --git a/kde5-apps/kdeconnect/DETAILS b/kde5-apps/kdeconnect/DETAILS
index 90afe23..262973b 100755
--- a/kde5-apps/kdeconnect/DETAILS
+++ b/kde5-apps/kdeconnect/DETAILS
@@ -1,6 +1,6 @@
SPELL=kdeconnect
SPELLX=$SPELL-kde
- VERSION=1.2.1
+ VERSION=1.3.0
VX=${VERSION}
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/$SPELL/$VX/src/$SOURCE
diff --git a/kde5-apps/kdeconnect/HISTORY b/kde5-apps/kdeconnect/HISTORY
index 2037964..d962ad8 100644
--- a/kde5-apps/kdeconnect/HISTORY
+++ b/kde5-apps/kdeconnect/HISTORY
@@ -1,3 +1,6 @@
+2018-04-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0
+
2018-03-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.1

diff --git a/xorg/xserver/DETAILS b/xorg/xserver/DETAILS
index fc1e599..9ae9af8 100755
--- a/xorg/xserver/DETAILS
+++ b/xorg/xserver/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xserver
SPELLX=xorg-server
- VERSION=1.19.99.903
+ VERSION=1.19.99.904
SOURCE=$SPELLX-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/xserver/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index f2d2cbe..baa8a75 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2018-04-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19.99.904
+
2018-04-04 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: added, create a symlink X->Xorg, needed by many programs




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (19606930675a69fd7751db86dd32e73fc32cc1f5), Treeve Jelbert, 04/11/2018

Archive powered by MHonArc 2.6.24.

Top of Page