summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2019-08-27 21:59:06 +0200
committerBłażej Szczygieł2019-08-27 21:59:06 +0200
commit974d6354c3cdb08376fc07f13c6d299583945593 (patch)
tree3da758938802474351b388cd0a8df5782f5b0c52
parentaf531738f338bb232995d67378a5d52d44277824 (diff)
downloadaur-974d6354c3cdb08376fc07f13c6d299583945593.tar.gz
Update to version 19.08.27
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c750fdd197e..76206a0106b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 14 08:24:31 UTC 2019
+# Tue Aug 27 19:58:49 UTC 2019
pkgbase = qmplay2
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 18.12.26
- pkgrel = 2
+ pkgver = 19.08.27
+ pkgrel = 1
url = http://zaps166.sourceforge.net/?app=QMPlay2
arch = i686
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = qmplay2
makedepends = fakeroot
depends = qt5-base
depends = qt5-svg
+ depends = qt5-declarative
depends = qt5-x11extras
depends = ffmpeg
depends = libass
@@ -34,7 +35,7 @@ pkgbase = qmplay2
depends = libsidplayfp
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/18.12.26/QMPlay2-src-18.12.26.tar.xz
+ source = https://github.com/zaps166/QMPlay2/releases/download/19.08.27/QMPlay2-src-19.08.27.tar.xz
sha1sums = 4e5a320ab2403fc1463e013e9c7975f88a145a4a
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index 2aa6263b018f..3ecc2bc79bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2
-pkgver=18.12.26
-pkgrel=2
+pkgver=19.08.27
+pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='http://zaps166.sourceforge.net/?app=QMPlay2'
license=('LGPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'ffmpeg' 'libass' 'libgl' 'libva' 'libxv' 'alsa-lib' 'libcdio' 'taglib' 'libcddb' 'libpulse' 'libgme' 'libsidplayfp')
+depends=('qt5-base' 'qt5-svg' 'qt5-declarative' 'qt5-x11extras' 'ffmpeg' 'libass' 'libgl' 'libva' 'libxv' 'alsa-lib' 'libcdio' 'taglib' 'libcddb' 'libpulse' 'libgme' 'libsidplayfp')
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' 'fakeroot')
@@ -24,11 +24,8 @@ 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 if you want to use 'jemalloc' and add it to 'depends' list
- #USE_JEMALLOC='-DUSE_JEMALLOC=ON'
-
cd $srcdir/QMPlay2-build
- cmake ../QMPlay2-src-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=ON $USE_JEMALLOC $USE_SIDPLAYFP
+ cmake ../QMPlay2-src-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_LINK_TIME_OPTIMIZATION=ON $USE_SIDPLAYFP
time make
}