mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
rtmpdump: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
04962a0743
commit
5ee9a5309e
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build openssl
|
||||
|
||||
cd $PKG_BUILD/librtmp
|
||||
|
||||
make prefix=/usr \
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install openssl
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/librtmp/*.so* $INSTALL/usr/lib
|
||||
|
||||
|
14
packages/multimedia/rtmpdump/meta
Normal file
14
packages/multimedia/rtmpdump/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="rtmpdump"
|
||||
PKG_VERSION="2.3"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://rtmpdump.mplayerhq.hu/"
|
||||
PKG_URL="http://rtmpdump.mplayerhq.hu/download/$PKG_NAME-$PKG_VERSION.tgz"
|
||||
PKG_DEPENDS="zlib openssl"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib openssl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="multimedia"
|
||||
PKG_SHORTDESC="rtmpdump: a toolkit for RTMP streams."
|
||||
PKG_LONGDESC="rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.3.tgz
|
Loading…
x
Reference in New Issue
Block a user