Skip to Content.
Sympa Menu

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

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 (30f880f9c3d9f37137bf01be3fe0e92084389692)
  • Date: Thu, 19 Oct 2017 16:26:03 +0000

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

graphics-libs/mesalib/DEPENDS | 3 ++-
graphics-libs/mesalib/DETAILS | 2 +-
graphics-libs/mesalib/HISTORY | 6 ++++++
graphics-libs/mesalib/PROVIDES | 1 +
xorg-xserver/xorg-server/DEPENDS | 2 +-
xorg-xserver/xorg-server/HISTORY | 4 ++++
xorg-xserver/xorg-server/PROVIDES | 1 +
7 files changed, 16 insertions(+), 3 deletions(-)

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

mesalib: => 17.2.3

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

xorg-server - small tweaks

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 3cc25e1..e889c1e 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -115,4 +115,5 @@ fi &&

optional_depends libva "" "" "video acceleration support" &&
optional_depends libvdpau "" "" "VDPAU support" &&
-optional_depends libxvmc "--enable-xvmc" "--disable-xvmc" "XvMC support
(obsolete)"
+optional_depends libxvmc "--enable-xvmc" "--disable-xvmc" "XvMC support
(obsolete)" &&
+optional_depends libunwind "--enable-libunwind" "--disable-libunwind"
"debugging"
diff --git a/graphics-libs/mesalib/DETAILS b/graphics-libs/mesalib/DETAILS
index d3f567b..00effe9 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.2.2"
+ VERSION="17.2.3"
# 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 4ecd7cb..17f9509 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,9 @@
+2017-10-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 17.2.3
+
+ * PROVIDES: add MESA
+ * DEPENDS: add libunwind
+
2017-10-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 17.2.2

diff --git a/graphics-libs/mesalib/PROVIDES b/graphics-libs/mesalib/PROVIDES
index 3fc56f6..45eb22c 100755
--- a/graphics-libs/mesalib/PROVIDES
+++ b/graphics-libs/mesalib/PROVIDES
@@ -1 +1,2 @@
OPENGL
+MESA
diff --git a/xorg-xserver/xorg-server/DEPENDS
b/xorg-xserver/xorg-server/DEPENDS
index aca01d4..6698777 100755
--- a/xorg-xserver/xorg-server/DEPENDS
+++ b/xorg-xserver/xorg-server/DEPENDS
@@ -107,7 +107,7 @@ optional_depends wayland '--enable-xwayland' \
if is_depends_enabled $SPELL wayland;then
depends wayland-protocols
fi &&
-optional_depends libunwind '' '' 'debugging support' &&
+optional_depends libunwind '--enable-libunwind' '--disable-libunwind'
'debugging support' &&

depends freetype2 &&
depends libxfontcache &&
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index c764583..2dd671a 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,7 @@
+2017-10-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add flags to libunwind
+ * PROVIDES: add XSERVER
+
2017-10-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.19.5
SECURITY_PATCH++ fix CVE-2017-12176..CVE-2017-12187
diff --git a/xorg-xserver/xorg-server/PROVIDES
b/xorg-xserver/xorg-server/PROVIDES
index 7d468d2..f43e807 100755
--- a/xorg-xserver/xorg-server/PROVIDES
+++ b/xorg-xserver/xorg-server/PROVIDES
@@ -1 +1,2 @@
X11-SERVER
+XSERVER



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (30f880f9c3d9f37137bf01be3fe0e92084389692), Treeve Jelbert, 10/19/2017

Archive powered by MHonArc 2.6.24.

Top of Page