Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (fcce40c57cc8d8ac0bd969afbe5eb2c0b7f441fc)

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 devel-xorg-modular grimoire by Treeve Jelbert (fcce40c57cc8d8ac0bd969afbe5eb2c0b7f441fc)
  • Date: Fri, 19 Sep 2014 14:24:11 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

graphics-libs/mesalib-1x/DEPENDS | 14 +++++++-------
graphics-libs/mesalib-1x/HISTORY | 3 +++
graphics-libs/mesalib-1x/PRE_SUB_DEPENDS | 2 +-
graphics-libs/mesalib-1x/SUB_DEPENDS | 2 +-
xorg-app/weston/DETAILS | 4 ++--
xorg-app/weston/HISTORY | 3 +++
xorg-lib/wayland/DETAILS | 4 ++--
xorg-lib/wayland/HISTORY | 3 +++
8 files changed, 22 insertions(+), 13 deletions(-)

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

weston: => 1.6.0

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

wayland: => 1.6.0

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

mesalib-1x - fix find_list usage

diff --git a/graphics-libs/mesalib-1x/DEPENDS
b/graphics-libs/mesalib-1x/DEPENDS
index edad606..0fac5a2 100755
--- a/graphics-libs/mesalib-1x/DEPENDS
+++ b/graphics-libs/mesalib-1x/DEPENDS
@@ -25,23 +25,23 @@ depends -sub PYTHON libxml2 &&

if [[ "$MESALIB_GALLIUM" != "none" ]]; then
depends llvm
- if list_find wayland "$MESA_EGL";then
+ if list_find "$MESA_EGL" wayland;then
depends wayland
fi
fi &&

-if ( list_find "i915" $MESALIB_DRIVERS ) || \
- ( list_find "i965" $MESALIB_DRIVERS ); then
+if ( list_find $MESALIB_DRIVERS i915 ) || \
+ ( list_find $MESALIB_DRIVERS i965); then
sub_depends libdrm INTEL
fi &&

-if ( list_find "r200" $MESALIB_DRIVERS ) || \
- ( list_find "radeon" $MESALIB_DRIVERS ); then
+if ( list_find $MESALIB_DRIVERS r200) || \
+ ( list_find $MESALIB_DRIVERS radeon); then
sub_depends libdrm RADEON
fi &&

-if ( list_find "nouveau" $MESALIB_DRIVERS ); then
- sub_depends libdrm NV
+if ( list_find $MESALIB_DRIVERS nouveau); then
+ sub_depends libdrm NOUVEAU
fi &&
optional_depends wayland '' '' 'Wayland support'
optional_depends libvdpau '' '' 'VDPAU support'
diff --git a/graphics-libs/mesalib-1x/HISTORY
b/graphics-libs/mesalib-1x/HISTORY
index 1e2342b..887ff9a 100644
--- a/graphics-libs/mesalib-1x/HISTORY
+++ b/graphics-libs/mesalib-1x/HISTORY
@@ -1,3 +1,6 @@
+2014-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS,DEPENDS: fix list_find usage
+
2014-08-24 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, CONFIGURE: Change driver selection and make this beast build.
It is not perfect, but results in a working build including r600 and
diff --git a/graphics-libs/mesalib-1x/PRE_SUB_DEPENDS
b/graphics-libs/mesalib-1x/PRE_SUB_DEPENDS
index c25997c..5372493 100755
--- a/graphics-libs/mesalib-1x/PRE_SUB_DEPENDS
+++ b/graphics-libs/mesalib-1x/PRE_SUB_DEPENDS
@@ -1,7 +1,7 @@
case $THIS_SUB_DEPENDS in
DRI) [[ $MESALIB_BUILD == dri ]] && return 0 ;;
WAYLAND)
- if list_find wayland "$MESA_EGL";then
+ if list_find "$MESA_EGL" wayland;then
return 0
fi
;;
diff --git a/graphics-libs/mesalib-1x/SUB_DEPENDS
b/graphics-libs/mesalib-1x/SUB_DEPENDS
index 0b14a8e..08c625e 100755
--- a/graphics-libs/mesalib-1x/SUB_DEPENDS
+++ b/graphics-libs/mesalib-1x/SUB_DEPENDS
@@ -20,7 +20,7 @@ case $THIS_SUB_DEPENDS in
fi
fi ;;
WAYLAND)
- if ! list_find wayland "$MESA_EGL";then
+ if ! list_find "$MESA_EGL" wayland;then
list_add MESA_EGL wayland
fi

diff --git a/xorg-app/weston/DETAILS b/xorg-app/weston/DETAILS
index 8969adb..2c8f828 100755
--- a/xorg-app/weston/DETAILS
+++ b/xorg-app/weston/DETAILS
@@ -1,6 +1,6 @@
SPELL=weston
- VERSION=1.5.0
-
SOURCE_HASH=sha512:25230a2d2d0242fecfb35426d538ffe65bec1c984ef3529569d5aa97afd47058785227567ee80bd46cfaa2e914191eee24351a7fe5442f72d1cc32ff646c50e9
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:24220a60ee599cd5cf90258f0ce284370162a78bb8aca513a0372220ccfd67b8bbc72efd1123824dcefacea66c0f053a9ee2a73a16f1f00563bed0b83b774de2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://wayland.freedesktop.org
diff --git a/xorg-app/weston/HISTORY b/xorg-app/weston/HISTORY
index 4805444..d44f311 100644
--- a/xorg-app/weston/HISTORY
+++ b/xorg-app/weston/HISTORY
@@ -1,3 +1,6 @@
+2014-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2014-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add optional libinput

diff --git a/xorg-lib/wayland/DETAILS b/xorg-lib/wayland/DETAILS
index cc5f048..2a90836 100755
--- a/xorg-lib/wayland/DETAILS
+++ b/xorg-lib/wayland/DETAILS
@@ -1,6 +1,6 @@
SPELL=wayland
- VERSION=1.5.0
-
SOURCE_HASH=sha512:2b7d5f51e740d98488a59b0c477da39dd585ae1934a0720ad5d8d402026a31a964768ea583d2ecd0b59a4fbdaf224bd711d6a6e37ab83bf4b17e7fa5a248a783
+ VERSION=1.6.0
+
SOURCE_HASH=sha512:11fc8cb90f00a07b9952c073f1d18bf53284a46b4cc3aa5c71ed33cf509fca0cdf45afbdb852461a7fae236424b1be0e5314a2bbde8a59de2ab81246960da055
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/xorg-lib/wayland/HISTORY b/xorg-lib/wayland/HISTORY
index b19bd30..40b072d 100644
--- a/xorg-lib/wayland/HISTORY
+++ b/xorg-lib/wayland/HISTORY
@@ -1,3 +1,6 @@
+2014-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.6.0
+
2014-05-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.0




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (fcce40c57cc8d8ac0bd969afbe5eb2c0b7f441fc), Treeve Jelbert, 09/19/2014

Archive powered by MHonArc 2.6.24.

Top of Page