aboutsummaryrefslogtreecommitdiff
path: root/libraries/libva/libva.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libva/libva.SlackBuild')
-rw-r--r--libraries/libva/libva.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/libraries/libva/libva.SlackBuild b/libraries/libva/libva.SlackBuild
index fcd56f5c31ef8..d13154b9b0cac 100644
--- a/libraries/libva/libva.SlackBuild
+++ b/libraries/libva/libva.SlackBuild
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libva
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +72,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# --enable-wayland=no isn't working without this patch
+patch -p1 < $CWD/wayland-automagic.patch
+mkdir m4
+
+autoreconf -if
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -81,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
+ --enable-wayland=no \
--build=$ARCH-slackware-linux
# configure creates its own libtool, but that libtool seems broken: