1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
4 # Contributor: Elis Hughes <elishughes@googlemail.com>
10 pkgdesc='A toolkit for RTMP streams'
12 url=https://rtmpdump.mplayerhq.hu/
24 #options=('!makeflags')
25 _commit=f1b83c10d8beb43fcc70a6e88cf4325499f25857
26 source=(git+https://git.ffmpeg.org/rtmpdump#commit=${_commit})
31 echo "2.4.r$(git rev-list --count c28f1bab7822de97353849e7787b59e50bbb1428..HEAD).$(git rev-parse --short HEAD)"
36 sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
47 mandir=/usr/share/man \