Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f835cab69373febfba707d0be658a109aa901014)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f835cab69373febfba707d0be658a109aa901014)
  • Date: Thu, 15 Feb 2018 16:03:13 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 12 ++++++------
graphics-libs/mesalib/DETAILS | 2 +-
graphics-libs/mesalib/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit f835cab69373febfba707d0be658a109aa901014
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesalib: version 17.3.4

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 6708d0d..c7e89b0 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -21,8 +21,11 @@ depends -sub PYTHON libxml2 &&

depends xorgproto &&

-case ${MESALIB_BUILD} in
- dri)
+if [[ "${MESALIB_BRANCH}" == "scm" ]]; then
+ depends git
+fi &&
+
+if [[ "${MESALIB_BUILD}" == "dri" ]]; then
depends libxext &&
depends libxxf86vm &&
depends libxdamage &&
@@ -90,10 +93,7 @@ case ${MESALIB_BUILD} in
sub_depends libdrm AMD
fi
fi
- ;;
- *)
- ;;
-esac &&
+fi &&

if ( list_find "${MESALIB_DRIVERS}" i915 ) || \
( list_find "${MESALIB_DRIVERS}" i965); then
diff --git a/graphics-libs/mesalib/DETAILS b/graphics-libs/mesalib/DETAILS
index 9224309..0835bf6 100755
--- a/graphics-libs/mesalib/DETAILS
+++ b/graphics-libs/mesalib/DETAILS
@@ -8,7 +8,7 @@ if [[ "${MESALIB_BRANCH}" == "scm" ]]; then
SOURCE_URL[0]="git://anongit.freedesktop.org/git/mesa/mesa:${SX}"
SOURCE_IGNORE="volatile"
else
- VERSION="17.3.3"
+ VERSION="17.3.4"
# VX=`echo $VERSION | cut -d. -f-2`
SX="mesa-${VERSION}"
SOURCE="${SX}.tar.xz"
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 260ae40..8085bd0 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2018-02-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 17.3.4
+ * DEPENDS: added git for scm branch, case -> if
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f835cab69373febfba707d0be658a109aa901014), Pavel Vinogradov, 02/15/2018

Archive powered by MHonArc 2.6.24.

Top of Page