summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-03-25 16:45:52 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-03-25 16:45:52 -0700
commit92c7ae1fce6506f6a4f4e884d8bcca326d8ca8ad (patch)
tree23409f81cc17ad29af3122807ed0239f4d6412a3
parentInitial commit (diff)
downloadqcma-92c7ae1fce6506f6a4f4e884d8bcca326d8ca8ad.tar.xz
Rebuild without broken ffmpeg support.HEADmaster
-rw-r--r--PKGBUILD23
1 files changed, 11 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be44de8..38b1675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,31 @@
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
-# Maintainer (AUR): codestation <codestation404@gmail.com>
+# Maintainer (AUR): silverhikari <kerrickethan@gmail.com>
+# Contributor (AUR): codestation <codestation404@gmail.com>
# # I maintain this because:
# I use it and it is not in an official repo
pkgname=qcma
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Content Manager Assistant for the PS Vita"
arch=("i686" "x86_64")
url="https://github.com/codestation/qcma"
license=('GPL')
makedepends=('qt5-tools')
-depends=('qt5-base' 'libvitamtp>=2.5.9' 'ffmpeg' 'libnotify')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/codestation/${pkgname}/archive/v${pkgver}.tar.gz"
- "qcma-avdecoder.patch")
-sha256sums=('f107b6cfd69f7346cd1e7a1f125f866f12d1e1a63a22f44981043f58d8811f80' '1a8acfe28c5bb1ead66805da76b09d28cf858ea55858ccc5e6362b1c053fd9d9')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "${srcdir}/qcma-avdecoder.patch"
-}
+depends=('qt5-base' 'libvitamtp>=2.5.9' 'libnotify')
+source=(
+ "${pkgname}-${pkgver}.tar.gz::https://github.com/codestation/${pkgname}/archive/v${pkgver}.tar.gz"
+)
+sha256sums=(
+ 'f107b6cfd69f7346cd1e7a1f125f866f12d1e1a63a22f44981043f58d8811f80'
+)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
lrelease-qt5 common/resources/translations/*.ts
- qmake-qt5 qcma.pro PREFIX="/usr"
+ qmake-qt5 qcma.pro PREFIX="/usr" CONFIG+=DISABLE_FFMPEG
make
}