Skip to Content.
Sympa Menu

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

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 (94f7e7f123784d9815d3f41bf6904e928fc46340)
  • Date: Thu, 1 Sep 2022 01:12:50 +0000

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

libs/libdrm/BUILD | 14 ++------------
libs/libdrm/DEPENDS | 43 +++++++++++++++----------------------------
libs/libdrm/DETAILS | 2 +-
libs/libdrm/HISTORY | 4 ++++
4 files changed, 22 insertions(+), 41 deletions(-)

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

libs/libdrm: version 2.4.113

diff --git a/libs/libdrm/BUILD b/libs/libdrm/BUILD
index f5915e4..8476c62 100755
--- a/libs/libdrm/BUILD
+++ b/libs/libdrm/BUILD
@@ -1,21 +1,11 @@
PREFIX=$INSTALL_ROOT/usr &&
for API in $DRM_API;do
- if [[ "${LIBDRM_BRANCH}" == "scm" ]]; then
- OPTS+=" $API=enabled"
- else
- # remove on next release
- OPTS+=" $API=true"
- fi
+ OPTS+=" $API=enabled"
done &&
# exclude all others
for EXC in $DRM_ALL;do
if ! list_find "$DRM_API" $EXC;then
- if [[ "${LIBDRM_BRANCH}" == "scm" ]]; then
- OPTS+=" $EXC=disabled"
- else
- # remove on next release
- OPTS+=" $EXC=false"
- fi
+ OPTS+=" $EXC=disabled"
fi
done &&
default_build
diff --git a/libs/libdrm/DEPENDS b/libs/libdrm/DEPENDS
index 655a531..68b98fc 100755
--- a/libs/libdrm/DEPENDS
+++ b/libs/libdrm/DEPENDS
@@ -5,31 +5,18 @@ optional_depends DEVICE-MANAGER \
'udev=true' \
'udev=false' \
'support for using udev instead of mknod' &&
-if [[ "${LIBDRM_BRANCH}" == "scm" ]]; then
- optional_depends valgrind \
- 'valgrind=enabled' \
- 'valgrind=disabled' \
- 'detect leaks' &&
- optional_depends cairo \
- 'cairo-tests=enabled' \
- 'cairo-tests=disabled' \
- 'use Cairo in tests' &&
- optional_depends docutils \
- 'man-pages=enabled' \
- 'man-pages=disabled' \
- 'build man pages'
-else
- # remove on next release
- optional_depends valgrind \
- 'valgrind=true' \
- 'valgrind=false' \
- 'detect leaks' &&
- optional_depends cairo \
- 'cairo-tests=true' \
- 'cairo-tests=false' \
- 'use Cairo in tests' &&
- optional_depends docutils \
- 'man-pages=true' \
- 'man-pages=false' \
- 'build man pages'
-fi
+
+optional_depends valgrind \
+ 'valgrind=enabled' \
+ 'valgrind=disabled' \
+ 'detect leaks' &&
+
+optional_depends cairo \
+ 'cairo-tests=enabled' \
+ 'cairo-tests=disabled' \
+ 'use Cairo in tests' &&
+
+optional_depends docutils \
+ 'man-pages=enabled' \
+ 'man-pages=disabled' \
+ 'build man pages'
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 6079979..f52aa57 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=2.4.112
+ VERSION=2.4.113
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_URL[0]=https://dri.freedesktop.org/${SPELL}/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index e84728c..fafc3e9 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,3 +1,7 @@
+2022-08-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.4.113
+ * BUILD, DEPENDS: removed old flags and branching code
+
2022-08-30 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS: fixed flags for scm branch (next release will be
with them)




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (94f7e7f123784d9815d3f41bf6904e928fc46340), Pavel Vinogradov, 08/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page