[arch-commits] Commit in rtmpdump/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Mar 16 13:40:11 UTC 2017
Date: Thursday, March 16, 2017 @ 13:40:10
Author: jgc
Revision: 290935
upgpkg: rtmpdump 1:2.4.r96.fa8646d-3
Switch to gnutls, does not compile with OpenSSL 1.1 and no patches found
Modified:
rtmpdump/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-16 13:09:38 UTC (rev 290934)
+++ PKGBUILD 2017-03-16 13:40:10 UTC (rev 290935)
@@ -6,18 +6,18 @@
pkgname=rtmpdump
pkgver=2.4.r96.fa8646d
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Tool to download rtmp streams'
arch=('i686' 'x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
+url='https://rtmpdump.mplayerhq.hu/'
license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'openssl' 'zlib')
+depends=('glibc' 'gnutls' 'zlib')
makedepends=('git')
provides=('librtmp.so')
options=('!makeflags')
_commit='fa8646d'
-source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+source=("git+https://git.ffmpeg.org/rtmpdump#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {
@@ -31,6 +31,7 @@
build() {
cd rtmpdump
+ sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
make \
OPT="$CFLAGS" \
More information about the arch-commits
mailing list