community/freerdp to 2.0.0-3

This commit is contained in:
Kevin Mihelich 2020-05-04 17:50:45 +00:00
parent 1d417a2e6d
commit 87e4456f9e

View file

@ -9,7 +9,7 @@ _name=FreeRDP
pkgname=freerdp
epoch=2
pkgver=2.0.0
pkgrel=2
pkgrel=3
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
arch=('x86_64')
url="https://www.freerdp.com/"
@ -25,10 +25,12 @@ provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
'libwinpr-tools2.so' 'libuwac0.so')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
"$pkgname-2.0.0-manpage_formatting.patch"
"${pkgname}-2.0.0-usb_redirection_channel.patch::https://github.com/${pkgname}/${pkgname}/commit/0f8437d1d86b2798edd46033974eb9678b6eecf0.patch")
"${pkgname}-2.0.0-usb_redirection_channel.patch::https://github.com/${pkgname}/${pkgname}/commit/0f8437d1d86b2798edd46033974eb9678b6eecf0.patch"
"${pkgname}-2.0.0-ffmpeg_aac.patch::https://github.com/akallabeth/FreeRDP/commit/b0a8355f6f7ad67ded722ca17a11047496244c72.patch")
sha512sums=('efdaa1b018e5166c0f2469663bdd0dc788de0577d0c0cb8b98048a535f8cb07de1078f86aaacc9445d42078d2e02fd7bc7f1ed700ca96032976f6bd84c68ee8f'
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7'
'6ae7bbdd787e8005c52d1c89348d1e8691d48684863f67005dfbe3b1302eb2f6098008b74147e171dc1e4e6764579609fea9168253282fcef95c1cc4f81b89b9')
'6ae7bbdd787e8005c52d1c89348d1e8691d48684863f67005dfbe3b1302eb2f6098008b74147e171dc1e4e6764579609fea9168253282fcef95c1cc4f81b89b9'
'08ae2be84b07a79c1bb21ac6d1324ff5877a4415954184c48dcb8ca8e5589009d005f2e237473b9f8aa7fc73ddb482762173f2b594b033e086852ebe3cee1b2e')
prepare() {
mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@ -38,6 +40,9 @@ prepare() {
patch -Np1 -i "../${pkgname}-2.0.0-manpage_formatting.patch"
# fix usb redirection channel: https://bugs.archlinux.org/task/66209
patch -Np1 -i "../${pkgname}-2.0.0-usb_redirection_channel.patch"
# fix broken ffmpeg based AAC encoding:
# https://github.com/FreeRDP/FreeRDP/issues/6072
patch -Np1 -i "../${pkgname}-2.0.0-ffmpeg_aac.patch"
}
build() {