summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-07 14:49:26 +0000
committer Eric Hameleers <alien@slackware.com>2015-09-07 14:49:26 +0000
commit5a84d81541d214532b9df590900e9123157b5552 (patch)
tree5c488ea95293101330cf11115f9a602925698660
parent4dcee00d861c708bb3667d6b8e12f526d851c6a8 (diff)
downloadasb-5a84d81541d214532b9df590900e9123157b5552.tar.gz
asb-5a84d81541d214532b9df590900e9123157b5552.tar.xz
libva: updated to 1.5.1. Changed the location of the DRI drivers from /usr/lib${LIBDIRSUFFIX}/va/drivers to /usr/lib${LIBDIRSUFFIX}/dri (the default)
-rwxr-xr-xlibva/build/libva.SlackBuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/libva/build/libva.SlackBuild b/libva/build/libva.SlackBuild
index 4bb5cadf..db4a531a 100755
--- a/libva/build/libva.SlackBuild
+++ b/libva/build/libva.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2013, 2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -38,6 +38,8 @@
# * Update.
# 1.2.1-1: 11/dec/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.5.1-1: 07/sep/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libva.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -45,16 +47,14 @@
#
# -----------------------------------------------------------------------------
-# Set initial variables:
-
PRGNAM=libva
-VERSION=${VERSION:-"1.2.1"}
+VERSION=${VERSION:-"1.5.1"}
EXTRAVER=${EXTRAVER:-""}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
-DOCS="COPYING NEWS"
+DOCS="COPYING* NEWS README*"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)
@@ -177,11 +177,9 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--localstatedir=/var \
--sysconfdir=/etc \
- --enable-static \
+ --enable-dummy-driver \
--enable-shared \
- --enable-glx \
- --disable-wayland \
- --with-drivers-path=/usr/lib${LIBDIRSUFFIX}/va/drivers \
+ --enable-static \
--program-prefix= \
--program-suffix= \
--build=$TARGET \