summaryrefslogtreecommitdiff
path: root/package/ortp
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-03-28 21:49:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-29 03:04:15 +0200
commit0ebad1fb1e56fa3a48d6ceb40910560ea2a8534a (patch)
treeae545780e567c9b61326d8932180d4ceb72fa4a7 /package/ortp
parent4c6bf9408dcb5ad7e1ddbeb85e9403f865ad1baf (diff)
package/ortp: bump version to 0.25.0
This version bump is needed by mediastreamer 2.12.1, the mediastreamer bump is needed to provide support for ffmpeg 3.0. Removed srtp option after srtp support was removed from ortp: https://github.com/BelledonneCommunications/ortp/commit/5e37fa55f1f15f5896d69156e64cdc95a1ff68bf Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ortp')
-rw-r--r--package/ortp/ortp.hash4
-rw-r--r--package/ortp/ortp.mk6
2 files changed, 4 insertions, 6 deletions
diff --git a/package/ortp/ortp.hash b/package/ortp/ortp.hash
index 728a0d1fb..8b099a705 100644
--- a/package/ortp/ortp.hash
+++ b/package/ortp/ortp.hash
@@ -1,2 +1,2 @@
-# Locally calculated after checking pgp signature
-sha256 6e37e29b3c3559bac1f2ae0c977f6ceb4d4ce8dc713b691dea8bae57bda92d0b ortp-0.22.0.tar.gz
+# Locally calculated
+sha256 0deb826b79b1fd329f7638821d5439dc343bc55bb122daa6c90d19116cfe8d9a ortp-0.25.0.tar.gz
diff --git a/package/ortp/ortp.mk b/package/ortp/ortp.mk
index 89bfc06a7..ca4a90d6d 100644
--- a/package/ortp/ortp.mk
+++ b/package/ortp/ortp.mk
@@ -4,12 +4,10 @@
#
################################################################################
-ORTP_VERSION = 0.22.0
+ORTP_VERSION = 0.25.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_CONF_OPTS = --disable-strict
ORTP_INSTALL_STAGING = YES
ORTP_LICENSE = LGPLv2.1+
ORTP_LICENSE_FILES = COPYING