Explorar o código

package/rtmpdump: bump to latest git

Drop patch (not needed since
https://git.ffmpeg.org/gitweb/rtmpdump.git/commit/06142d3ef4754c9ebd6c4c5f52c858aa63811161)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Fabrice Fontaine hai 1 ano
pai
achega
b22828cb0b

+ 0 - 1
.checkpackageignore

@@ -1225,7 +1225,6 @@ package/rpi-userland/0005-dtmerge-add-missing-include-for-va_list.patch lib_patc
 package/rpi-userland/0006-interface-vcos-pthreads-CMakeLists.txt-fix-build-wit.patch lib_patch.Upstream
 package/rpi-userland/0007-GLES2-gl2ext.h-add-GLint64-GLuint64-and-GLsync-typed.patch lib_patch.Upstream
 package/rt-tests/0001-Fix-a-build-issue-with-uClibc-ng.patch lib_patch.Upstream
-package/rtmpdump/0001-include-limits.h.patch lib_patch.Upstream
 package/rtorrent/0001-Added--disable-execinfo-option-to-configure.patch lib_patch.Upstream
 package/rtty/0001-CMakeLists.txt-prefer-pkg_check_modules.patch lib_patch.Upstream
 package/rubix/0001-dont-use-legacy-functions.patch lib_patch.Upstream

+ 0 - 39
package/rtmpdump/0001-include-limits.h.patch

@@ -1,39 +0,0 @@
-From b9d010d2c07e07eeffa510f14ff833ecb10dc0c8 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Mon, 24 Jun 2019 21:11:33 +0200
-Subject: [PATCH] include <limits.h>
-
-Needed after
-https://repo.or.cz/rtmpdump.git/commitdiff/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
-
-to fix
-
-rtmp.c: In function 'HTTP_read':
-rtmp.c:4459:26: error: 'INT_MAX' undeclared (first use in this function); did you mean 'INT8_MAX'?
-
-reported by buildroot autobuilders:
-http://autobuild.buildroot.net/?reason=rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
-
-Patch sent upstream by e-mail to author of
-https://repo.or.cz/rtmpdump.git/patch/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
----
- librtmp/rtmp.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h
-index 6d7dd89..48d4fc3 100644
---- a/librtmp/rtmp.h
-+++ b/librtmp/rtmp.h
-@@ -32,6 +32,7 @@
- #include <errno.h>
- #include <stdint.h>
- #include <stddef.h>
-+#include <limits.h>
- 
- #include "amf.h"
- 
--- 
-2.20.1
-

+ 1 - 1
package/rtmpdump/rtmpdump.hash

@@ -1,3 +1,3 @@
 # Locally computed
-sha256  810908e60c8f4e453bc828775937e4bad996fafac89b9546652f17e08a3dac81  rtmpdump-c5f04a58fc2aeea6296ca7c44ee4734c18401aa3-git4.tar.gz
+sha256  372b5574af90ad3ec8cb7fde9bb3db76f7f7379c135a31d7af2c1ebba3051526  rtmpdump-6f6bb1353fc84f4cc37138baa99f586750028a01-git4.tar.gz
 sha256  03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd  librtmp/COPYING

+ 1 - 1
package/rtmpdump/rtmpdump.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RTMPDUMP_VERSION = c5f04a58fc2aeea6296ca7c44ee4734c18401aa3
+RTMPDUMP_VERSION = 6f6bb1353fc84f4cc37138baa99f586750028a01
 RTMPDUMP_SITE = https://git.ffmpeg.org/rtmpdump
 RTMPDUMP_SITE_METHOD = git
 RTMPDUMP_INSTALL_STAGING = YES