Skip to content
Snippets Groups Projects
Commit eb08dee3 authored by nfg's avatar nfg
Browse files

upgpkg: 2:2.10.0-3, ffmpeg6 rebuild

parent 723867ec
No related branches found
No related tags found
1 merge request!1upgpkg: 2:2.10.0-3, ffmpeg6 rebuild
......@@ -9,7 +9,7 @@
_name=FreeRDP
pkgname=freerdp
pkgver=2.10.0
pkgrel=2
pkgrel=3
epoch=2
pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
......@@ -20,6 +20,7 @@ target=${pkgname}-${pkgver}
source=(
https://github.com/$track/$target.tar.gz
$pkgname-2.0.0-manpage_formatting.patch
https://github.com/FreeRDP/FreeRDP/commit/aa2cb9aa.patch
)
#----------------------
......@@ -86,6 +87,7 @@ prepare() {
## fix man page formatting:
## https://bugs.archlinux.org/task/64814
patch -d $_name-$pkgver -p1 -i ../$pkgname-2.0.0-manpage_formatting.patch
patch -d $_name-$pkgver -p1 -i ../aa2cb9aa.patch # Fix build with FFmpeg 6
}
#----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment