From a093445b12fdc6db96d99cd39ed35875076599bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 11 Jan 2016 13:58:41 +0100 Subject: [PATCH] rtmpdump: update to latest git HEAD No new release yet... --- .../rtmpdump/patches/rtmpdump-2.4_git.patch | 57 ++++++++++++++++--- media-video/rtmpdump/rtmpdump-2.4_git.recipe | 4 +- 2 files changed, 52 insertions(+), 9 deletions(-) diff --git a/media-video/rtmpdump/patches/rtmpdump-2.4_git.patch b/media-video/rtmpdump/patches/rtmpdump-2.4_git.patch index 7d21da6f9..03ed19838 100644 --- a/media-video/rtmpdump/patches/rtmpdump-2.4_git.patch +++ b/media-video/rtmpdump/patches/rtmpdump-2.4_git.patch @@ -1,7 +1,7 @@ -From 7880b48ee867e41193eb0d70476ccad7faf8cd7d Mon Sep 17 00:00:00 2001 +From 7a9d0881e262b2b7d33eab5cf88a5f13a23b5b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 20 Oct 2014 00:59:52 +0200 -Subject: [PATCH 1/2] Add Haiku support +Subject: [PATCH 1/3] Add Haiku support --- Makefile | 3 +++ @@ -80,18 +80,19 @@ index 2c1c790..f81851d 100644 SHARED=yes -- -1.8.3.4 +2.7.0 -From eab330a936df9ef7325d28e5a412ccc32b0ee761 Mon Sep 17 00:00:00 2001 +From 2454b0545ca1dad168fe1aec2e03611302c9724d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 20 Oct 2014 01:12:47 +0200 -Subject: [PATCH 2/2] POSIX says fd_set is in sys/select.h +Subject: [PATCH 2/3] POSIX says fd_set is in sys/select.h --- rtmpgw.c | 1 + + rtmpsrv.c | 1 + rtmpsuck.c | 1 + - 2 files changed, 2 insertions(+) + 3 files changed, 3 insertions(+) diff --git a/rtmpgw.c b/rtmpgw.c index 3e47602..2745723 100644 @@ -105,6 +106,18 @@ index 3e47602..2745723 100644 #include +diff --git a/rtmpsrv.c b/rtmpsrv.c +index 5df4d3a..2e78dcc 100644 +--- a/rtmpsrv.c ++++ b/rtmpsrv.c +@@ -31,6 +31,7 @@ + + #include + #include ++#include + + #include + diff --git a/rtmpsuck.c b/rtmpsuck.c index e886179..990b477 100644 --- a/rtmpsuck.c @@ -118,5 +131,35 @@ index e886179..990b477 100644 #include -- -1.8.3.4 +2.7.0 + + +From 32e5291ed67a71a2965379893327ca39937645d6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= +Date: Mon, 11 Jan 2016 13:33:22 +0100 +Subject: [PATCH 3/3] Update README to mention building on Haiku + +--- + README | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/README b/README +index dcf5f52..306bc80 100644 +--- a/README ++++ b/README +@@ -19,7 +19,11 @@ for MacOSX or + + $ make SYS=mingw + +-for Windows. ++for Windows or ++ ++ $ make SYS=haiku ++ ++for Haiku. + + You can cross-compile for other platforms using the CROSS_COMPILE variable: + +-- +2.7.0 diff --git a/media-video/rtmpdump/rtmpdump-2.4_git.recipe b/media-video/rtmpdump/rtmpdump-2.4_git.recipe index 3085a924c..937b80ee3 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_git.recipe +++ b/media-video/rtmpdump/rtmpdump-2.4_git.recipe @@ -10,8 +10,8 @@ COPYRIGHT="2009 Andrej Stepanchuk LICENSE="GNU LGPL v2.1 GNU GPL v2 " -REVISION="1" -SOURCE_URI="git://git.ffmpeg.org/rtmpdump#a1900c3e152085406ecb87c1962c55ec9c6e4016" +REVISION="2" +SOURCE_URI="git://git.ffmpeg.org/rtmpdump#fa8646daeb19dfd12c181f7d19de708d623704c0" PATCHES="rtmpdump-2.4_git.patch" ARCHITECTURES="!x86_gcc2 x86 x86_64"