Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/ortp/Config.in
Normal file
10
deprecated/firmware/buildroot/package/ortp/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_ORTP
|
||||
bool "oRTP"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
|
||||
|
||||
http://www.linphone.org/eng/documentation/dev/ortp.html
|
||||
|
||||
comment "ortp needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/ortp/ortp.hash
Normal file
2
deprecated/firmware/buildroot/package/ortp/ortp.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 6e37e29b3c3559bac1f2ae0c977f6ceb4d4ce8dc713b691dea8bae57bda92d0b ortp-0.22.0.tar.gz
|
||||
17
deprecated/firmware/buildroot/package/ortp/ortp.mk
Normal file
17
deprecated/firmware/buildroot/package/ortp/ortp.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# ortp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ORTP_VERSION = 0.22.0
|
||||
ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
|
||||
|
||||
# ortp is not happy with the libsrtp implementation packaged in
|
||||
# Buildroot
|
||||
ORTP_CONF_OPTS = --disable-strict --with-srtp=none
|
||||
ORTP_INSTALL_STAGING = YES
|
||||
ORTP_LICENSE = LGPLv2.1+
|
||||
ORTP_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user