summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2020-02-25 01:42:39 +0100
committerBłażej Szczygieł2020-02-25 01:42:39 +0100
commit6ce6415ffd4f8498198ff06a8330d5ab6ea4d9cb (patch)
treeb16f3588d33c631c9b27d96895e49fd54003bd0b
parentea7ecbfd1134bedc0fd8b2c99e1ebcf302640d64 (diff)
downloadaur-6ce6415ffd4f8498198ff06a8330d5ab6ea4d9cb.tar.gz
Add PCH
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ae77ac97e5..c2a4d1f22038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
pkgver = 19.12.19
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zaps166/QMPlay2
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 351f71092198..e55d0c3d8d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qmplay2-git
pkgver=19.12.19
-pkgrel=1
+pkgrel=2
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://github.com/zaps166/QMPlay2'
@@ -26,13 +26,10 @@ build()
# Uncomment below line if you don't want to have 'libsidplayfp' dependency and remove it from 'depends' list
#USE_SIDPLAYFP='-DUSE_CHIPTUNE_SID=OFF'
- # Uncomment below line for ccache
- #USE_CCACHE='-DCMAKE_CXX_COMPILER_LAUNCHER=ccache'
-
cd $srcdir
mkdir -p QMPlay2-build
cd QMPlay2-build
- cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=OFF $USE_CCACHE $USE_SIDPLAYFP
+ cmake ../QMPlay2 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=OFF -DUSE_PCH=ON $USE_SIDPLAYFP
time make
}