mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/freerdp to 2.5.0-1.1
This commit is contained in:
parent
085ac2e895
commit
ba25162815
1 changed files with 2 additions and 11 deletions
|
@ -2,13 +2,12 @@
|
|||
# Contributor: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Stijn Segers <francesco dot borromini at gmail dot com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - define WITH_NEON and ARM_FP_ABI
|
||||
# remove when bumped upstream
|
||||
|
||||
_name=FreeRDP
|
||||
pkgname=freerdp
|
||||
pkgver=2.5.0
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
epoch=2
|
||||
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
|
||||
arch=('x86_64')
|
||||
|
@ -40,18 +39,10 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
export CFLAGS+=" ${CPPFLAGS}"
|
||||
export CXXFLAGS+=" ${CPPFLAGS}"
|
||||
|
||||
[[ $CARCH == "arm" ]] && ABI="soft"
|
||||
[[ $CARCH == "armv6h" || $CARCH == "armv7h" ]] && ABI="hard"
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX='/usr' \
|
||||
-DCMAKE_INSTALL_LIBDIR='lib' \
|
||||
-DCMAKE_BUILD_TYPE='None' \
|
||||
-DPROXY_PLUGINDIR='/usr/lib/freerdp2/server/proxy/plugins' \
|
||||
-DWITH_NEON=OFF \
|
||||
-DARM_FP_ABI=${ABI} \
|
||||
-DWITH_DSP_FFMPEG=ON \
|
||||
-DWITH_FFMPEG=ON \
|
||||
-DWITH_PULSE=ON \
|
||||
|
|
Loading…
Reference in a new issue