diff options
author | Błażej Szczygieł | 2017-01-29 23:18:48 +0100 |
---|---|---|
committer | Błażej Szczygieł | 2017-01-29 23:18:48 +0100 |
commit | ef5f03f986284af1a5fcbaead187fa90121cb5e8 (patch) | |
tree | 4567ef9521dc7c9556cbbda6a0f61f23d9952201 /PKGBUILD | |
parent | 1606e3ab1b1b2466c5ed2f61df8850d83d9bc97c (diff) | |
download | aur-ef5f03f986284af1a5fcbaead187fa90121cb5e8.tar.gz |
Update version, add flto
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: zaps166 <spaz16@wp.pl> pkgname=qmplay2-git -pkgver=16.12.23 +pkgver=17.01.24 pkgrel=1 pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs' arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5') @@ -32,7 +32,7 @@ build() cd $srcdir mkdir -p QMPlay2-build cd QMPlay2-build - cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_QT5=YES $USE_JEMALLOC $USE_SIDPLAYFP + cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_QT5=ON -DUSE_LINK_TIME_OPTIMIZATION=ON $USE_JEMALLOC $USE_SIDPLAYFP time make } |