summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e381eb9521e9..7900642dfe33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 24.04.07.r0.gfe1ce050
+ pkgver = 24.04.07.r12.gf032defc
pkgrel = 1
url = https://github.com/zaps166/QMPlay2
arch = i686
@@ -39,6 +39,7 @@ pkgbase = qmplay2-git
optdepends = game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)
provides = qmplay2
conflicts = qmplay2
+ options = !lto
source = git+https://github.com/zaps166/QMPlay2.git
source = git+https://github.com/zaps166/QmVk.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
diff --git a/PKGBUILD b/PKGBUILD
index 340e4bad5a54..e0643245ce36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=24.04.07.r0.gfe1ce050
+pkgver=24.04.07.r12.gf032defc
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -13,6 +13,7 @@ optdepends=('pulseaudio: PulseAudio support'
conflicts=('qmplay2')
provides=('qmplay2')
makedepends=('ninja' 'clang' 'git' 'pkg-config' 'qt6-tools' 'cmake' 'fakeroot' 'shaderc')
+options=(!lto)
source=(
'git+https://github.com/zaps166/QMPlay2.git'
'git+https://github.com/zaps166/QmVk.git'
@@ -47,7 +48,7 @@ build() {
../QMPlay2 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DUSE_LINK_TIME_OPTIMIZATION=OFF \
+ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF \
-DUSE_PCH=ON \
-DUSE_GLSLC=ON \
-DUSE_GIT_VERSION=ON