Skip to Content.
Sympa Menu

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

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 (d7c610d080e940409c373a79ca6dbfd9f4c8c0f4)
  • Date: Wed, 25 Sep 2019 18:32:31 +0000

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

graphics-libs/mesa/CONFIGURE | 2 +-
graphics-libs/mesa/DEPENDS | 2 +-
graphics-libs/mesa/DETAILS | 2 +-
graphics-libs/mesa/HISTORY | 5 +++++
xorg-lib/libxvmc/DETAILS | 2 +-
xorg-lib/libxvmc/HISTORY | 3 +++
6 files changed, 12 insertions(+), 4 deletions(-)

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

mesa: => 19.2.0

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

libxvmc: => 1.0.12

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 862bf80..8f27c41 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -26,7 +26,7 @@ if list_find "$MESA_DRM" RADEON;then
fi &&
if list_find "$MESA_DRM" INTEL;then
AVAILABLE_DRIVERS+=" i915 i965"
- AVAILABLE_GALLIUM+=" i915"
+ AVAILABLE_GALLIUM+=" i915 iris"
AVAILABLE_VULKAN+=" intel"
fi &&
if list_find "$MESA_DRM" NOUVEAU;then
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index b63eaca..c54129f 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -24,7 +24,7 @@ if (list_find "${MESA_GALLIUM}" "radeonsi") ||
depends -sub AMD llvm &&
depends LIBELF &&
depends mako &&
- depends python
+ depends python3
else
optional_depends llvm 'llvm=true' 'llvm=false' 'LLVM support'
fi &&
diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index 27bc4d9..a9b5b94 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -9,7 +9,7 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=19.1.6
+ VERSION=19.2.0
SOURCE=mesa-$VERSION.tar.xz
SOURCE_URL[0]="https://mesa.freedesktop.org/archive/${SOURCE}";
SOURCE2=$SOURCE.sig
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index c96c6e7..7b455eb 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,8 @@
+2019-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 19.2.0
+ * CONFIGURE: add iris support
+ * DEPENDS: python3
+
2019-09-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 19.1.6

diff --git a/xorg-lib/libxvmc/DETAILS b/xorg-lib/libxvmc/DETAILS
index b7aecf3..6a507b1 100755
--- a/xorg-lib/libxvmc/DETAILS
+++ b/xorg-lib/libxvmc/DETAILS
@@ -1,6 +1,6 @@
SPELL=libxvmc
PKG=libXvMC
- VERSION=1.0.11
+ VERSION=1.0.12
SECURITY_PATCH=1
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/lib/${SOURCE}
diff --git a/xorg-lib/libxvmc/HISTORY b/xorg-lib/libxvmc/HISTORY
index 8c40e6c..1c2ddaa 100644
--- a/xorg-lib/libxvmc/HISTORY
+++ b/xorg-lib/libxvmc/HISTORY
@@ -1,3 +1,6 @@
+2019-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.12
+
2019-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.11




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d7c610d080e940409c373a79ca6dbfd9f4c8c0f4), Treeve Jelbert, 09/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page