Skip to Content.
Sympa Menu

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

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 (9ec6bf2624da352f73994629d6134fa8b2da6343)
  • Date: Tue, 31 Oct 2017 08:26:51 +0000

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

libs/libva/DEPENDS | 4 ++--
libs/libva/DETAILS | 4 ++--
libs/libva/HISTORY | 5 +++++
libs/libva/UP_TRIGGERS | 3 +++
4 files changed, 12 insertions(+), 4 deletions(-)

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

libva: => 2.0.0

diff --git a/libs/libva/DEPENDS b/libs/libva/DEPENDS
index 61e0068..130f553 100755
--- a/libs/libva/DEPENDS
+++ b/libs/libva/DEPENDS
@@ -1,4 +1,5 @@
-depends mesalib &&
+optional_depends doxygen --enable-docs --disable-docs "build docs" &&
+optional_depends mesalib --enable-glx --disable-glx "VA/GLX API
support" &&
optional_depends libdrm --enable-drm --disable-drm "DRM driver" &&

# Those should be optional in future. Interdependencies of the
@@ -8,5 +9,4 @@ if is_depends_enabled $SPELL libx11; then
depends libxfixes &&
depends libxext
fi &&
-
optional_depends wayland --enable-wayland --disable-wayland "Wayland driver"
diff --git a/libs/libva/DETAILS b/libs/libva/DETAILS
index 46f4eb5..24620f4 100755
--- a/libs/libva/DETAILS
+++ b/libs/libva/DETAILS
@@ -1,6 +1,6 @@
SPELL=libva
- VERSION=1.8.3
-
SOURCE_HASH=sha512:870cfaa5c4487f4cb4b01c11379484e3884aa5e9026c3836cc7681804a5e08a0b245b2aa788984a24a3094bd64068fbd0406e66cb4c5e30fc84e31095eb4a3e1
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:72e0aba7808d541c4d54c2628c372d765e444bcdd266b9ef7a1aec2c9c8732efda6fb525befbf39ba2f8f3c845c2d647bef6678875d7b78fa2db5eaa05442bf3
SOURCE="${SPELL}-${VERSION}.tar.bz2"
WEB_SITE="https://github.com/01org/libva";
SOURCE_URL[0]="$WEB_SITE/releases/download/$VERSION/$SOURCE"
diff --git a/libs/libva/HISTORY b/libs/libva/HISTORY
index 15974df..44b1c51 100644
--- a/libs/libva/HISTORY
+++ b/libs/libva/HISTORY
@@ -1,3 +1,8 @@
+2017-10-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+ * UP_TRIGGERS: fix abi breakage
+ * DEPENDS: update
+
2017-10-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.3
new website & url
diff --git a/libs/libva/UP_TRIGGERS b/libs/libva/UP_TRIGGERS
new file mode 100755
index 0000000..a8e4eb4
--- /dev/null
+++ b/libs/libva/UP_TRIGGERS
@@ -0,0 +1,3 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+# Version 2 introduced ABI breakage.
+check_dependents_versionjump $SPELL $VERSION 2.0.0



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (9ec6bf2624da352f73994629d6134fa8b2da6343), Treeve Jelbert, 10/31/2017

Archive powered by MHonArc 2.6.24.

Top of Page