diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-09-10 18:51:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 03:18:58 +0700 |
commit | dca22c7d7759e53ecf79e9bf8f76779de859a2b3 (patch) | |
tree | 138823a4fc7e265937a584bcaf7e448e47c3b839 /libraries/libva/libva.SlackBuild | |
parent | bdd2bfc8246ae9043fcd776ac9f70ab4abbaab40 (diff) | |
download | slackbuilds-dca22c7d7759e53ecf79e9bf8f76779de859a2b3.tar.gz |
libraries/libva: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libva/libva.SlackBuild')
-rw-r--r-- | libraries/libva/libva.SlackBuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libraries/libva/libva.SlackBuild b/libraries/libva/libva.SlackBuild index d13154b9b0..9c9fa66a31 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.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,11 +72,6 @@ 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 \ @@ -89,9 +84,6 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-wayland=no \ --build=$ARCH-slackware-linux -# configure creates its own libtool, but that libtool seems broken: -cp -a $(which libtool) . - make make install-strip DESTDIR=$PKG |