rtmpdump: rebuild with gnutls
This commit is contained in:
parent
98137acc03
commit
4e5bb9ed3e
|
@ -1103,7 +1103,7 @@ libpwquality.so.1 libpwquality-1.1.1_1
|
||||||
libisl.so.10 isl-0.10_1
|
libisl.so.10 isl-0.10_1
|
||||||
libisl.so.19 isl15-0.19_1
|
libisl.so.19 isl15-0.19_1
|
||||||
libcloog-isl.so.4 cloog-0.18.1_1
|
libcloog-isl.so.4 cloog-0.18.1_1
|
||||||
librtmp.so.1 librtmp-2.4.20161210_1
|
librtmp.so.1 librtmp-2.4.20161210_9
|
||||||
libORBit-2.so.0 libORBit2-2.14.19_1
|
libORBit-2.so.0 libORBit2-2.14.19_1
|
||||||
libORBit-imodule-2.so.0 libORBit2-2.14.19_1
|
libORBit-imodule-2.so.0 libORBit2-2.14.19_1
|
||||||
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
|
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rtmpdump'
|
# Template file for 'rtmpdump'
|
||||||
pkgname=rtmpdump
|
pkgname=rtmpdump
|
||||||
version=2.4.20161210
|
version=2.4.20161210
|
||||||
revision=8
|
revision=9
|
||||||
_patchlevel=${version##*.}
|
_patchlevel=${version##*.}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="zlib-devel $(vopt_if gnutls 'gnutls-devel' 'libressl-devel')"
|
makedepends="zlib-devel $(vopt_if gnutls 'gnutls-devel' 'openssl-devel')"
|
||||||
short_desc="Toolkit for RTMP streams"
|
short_desc="Toolkit for RTMP streams"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
|
@ -18,6 +18,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
build_options="gnutls"
|
build_options="gnutls"
|
||||||
|
build_options_default="gnutls"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" OPT="$CFLAGS" LDFLAGS="$LDFLAGS" "$(vopt_if gnutls 'CRYPTO=GNUTLS' 'CRYPTO=OPENSSL')" ${makejobs}
|
make CC="$CC" OPT="$CFLAGS" LDFLAGS="$LDFLAGS" "$(vopt_if gnutls 'CRYPTO=GNUTLS' 'CRYPTO=OPENSSL')" ${makejobs}
|
||||||
|
|
Loading…
Reference in New Issue