From 92c7ae1fce6506f6a4f4e884d8bcca326d8ca8ad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 25 Mar 2022 16:45:52 -0700 Subject: Rebuild without broken ffmpeg support. --- PKGBUILD | 23 +++++++++++------------ 1 file 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 -# Maintainer (AUR): codestation +# Maintainer (AUR): silverhikari +# Contributor (AUR): codestation # # 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 } -- cgit v1.2.1