summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2017-02-12 21:47:12 +0100
committerBłażej Szczygieł2017-02-12 21:47:37 +0100
commitec09da15e038ea1c1e2f44fe350dce660bbcee2f (patch)
tree8cc2ce853f28e4c8e9c67ad257c0dd846e6dcd48
parente446084b6a5bb403373883e62cc4da48e29331cc (diff)
downloadaur-ec09da15e038ea1c1e2f44fe350dce660bbcee2f.tar.gz
Update to version 17.02.12 and use "-flto"
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8697c982c22a..a48771f7315c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 23 23:34:49 UTC 2016
+# Sun Feb 12 20:47:30 UTC 2017
pkgbase = qmplay2
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 16.12.23
+ pkgver = 17.02.12
pkgrel = 1
url = http://zaps166.sourceforge.net/?app=QMPlay2
arch = i686
@@ -33,8 +33,8 @@ pkgbase = qmplay2
depends = xdg-utils
optdepends = pulseaudio: PulseAudio support
optdepends = game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)
- source = https://github.com/zaps166/QMPlay2/releases/download/16.12.23/QMPlay2-src-16.12.23.tar.xz
- sha1sums = 11ab70ff4eab96f2707085aa8a238cdaaa15429d
+ source = https://github.com/zaps166/QMPlay2/releases/download/17.02.12/QMPlay2-src-17.02.12.tar.xz
+ sha1sums = 295d410ee877272e01332a64c833a2564a07a44e
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index bf33e4679de3..ed182be23fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2
-pkgver=16.12.23
+pkgver=17.02.12
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5')
@@ -12,7 +12,7 @@ optdepends=('pulseaudio: PulseAudio support'
'game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)')
makedepends=('make' 'gcc' 'pkg-config' 'qt5-tools' 'cmake')
source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}.tar.xz")
-sha1sums=(11ab70ff4eab96f2707085aa8a238cdaaa15429d)
+sha1sums=(295d410ee877272e01332a64c833a2564a07a44e)
build()
{
@@ -25,7 +25,7 @@ build()
cd $srcdir
mkdir -p QMPlay2-build
cd QMPlay2-build
- cmake ../QMPlay2-src-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_QT5=YES $USE_JEMALLOC $USE_SIDPLAYFP
+ cmake ../QMPlay2-src-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_QT5=ON -DUSE_LINK_TIME_OPTIMIZATION=ON $USE_JEMALLOC $USE_SIDPLAYFP
time make
}