Skip to Content.
Sympa Menu

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

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 (5ed5df032e02e540585a00fba308b8232167963f)
  • Date: Tue, 3 Sep 2019 14:24:29 +0000

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

dev/null |binary
libs/libvdpau/CONFIGURE | 1 +
libs/libvdpau/DEPENDS | 7 +++++--
libs/libvdpau/DETAILS | 11 ++++-------
libs/libvdpau/HISTORY | 5 +++++
5 files changed, 15 insertions(+), 9 deletions(-)

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

libs/libvdpau: version 1.3

diff --git a/libs/libvdpau/CONFIGURE b/libs/libvdpau/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/libs/libvdpau/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/libs/libvdpau/DEPENDS b/libs/libvdpau/DEPENDS
index aba3d79..60b3e54 100755
--- a/libs/libvdpau/DEPENDS
+++ b/libs/libvdpau/DEPENDS
@@ -1,8 +1,11 @@
+depends meson &&
+depends python3 &&
+depends ninja-build-system &&
depends -sub CXX gcc &&
depends libxext &&
depends libx11 &&
depends libxcb &&
depends libxau &&
depends libxdmcp &&
-optional_depends doxygen '--disable-documentation' \
- '--disable-documentation' 'install the documentation?'
+optional_depends doxygen 'documentation=true' \
+ 'documentation=false' 'install the documentation?'
diff --git a/libs/libvdpau/DETAILS b/libs/libvdpau/DETAILS
index 21e38e9..00316e5 100755
--- a/libs/libvdpau/DETAILS
+++ b/libs/libvdpau/DETAILS
@@ -1,13 +1,10 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=libvdpau
- VERSION=1.2
+ VERSION=1.3
+
SOURCE_HASH="sha512:c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330"
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- URL_PREFIX="https://gitlab.freedesktop.org/vdpau/${SPELL}/uploads";
- SOURCE_URL[0]="${URL_PREFIX}/14b620084c027d546fa0b3f083b800c6/${SOURCE}"
- SOURCE2="${SOURCE}.sig"
- SOURCE2_URL[0]="${URL_PREFIX}/0abd351387dbb4aa21a43caf847074f3/${SOURCE2}"
- SOURCE_GPG="vdpau.gpg:${SOURCE2}:UPSTREAM_KEY"
- SOURCE2_IGNORE="signature"
+
SOURCE_URL[0]="https://gitlab.freedesktop.org/vdpau/${SPELL}/-/archive/${VERSION}/${SOURCE}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://http.download.nvidia.com/XFree86/vdpau/doxygen/html/";
LICENSE[0]=BSD
diff --git a/libs/libvdpau/HISTORY b/libs/libvdpau/HISTORY
index 566ed08..150bcba 100644
--- a/libs/libvdpau/HISTORY
+++ b/libs/libvdpau/HISTORY
@@ -1,3 +1,8 @@
+2019-09-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 1.3, new URL, no gpg checking,
+ mesonified
+ * vdpau.gpg: dropped
+
2019-03-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.2, updated urls, added gpg checking
* vdpau.gpg: added new key, F56ACC8F09BA9635,
diff --git a/libs/libvdpau/vdpau.gpg b/libs/libvdpau/vdpau.gpg
deleted file mode 100644
index 3a4f9ae..0000000
Binary files a/libs/libvdpau/vdpau.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5ed5df032e02e540585a00fba308b8232167963f), Pavel Vinogradov, 09/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page