[vlc-devel] [PATCH 1/2] Contribs: update live555 to latest snapshot

Rémi Denis-Courmont remi at remlab.net
Sun Dec 18 11:35:44 CET 2011


Le vendredi 16 décembre 2011 01:46:00 Jean-Baptiste Kempf, vous avez écrit :
> ---
>  contrib/src/live555/SHA512SUMS |    2 +-
>  contrib/src/live555/rules.mak  |   11 +----------
>  2 files changed, 2 insertions(+), 11 deletions(-)
> 
> diff --git a/contrib/src/live555/SHA512SUMS
> b/contrib/src/live555/SHA512SUMS index da74cf1..9e416a4 100644
> --- a/contrib/src/live555/SHA512SUMS
> +++ b/contrib/src/live555/SHA512SUMS
> @@ -1 +1 @@
> -42e424e8743cdbce2d6c87b6ceeb182a8868e870a0b233df987004a99e97e80c216e6c9967
> 74e936be40b1c3397a7c95ac8aa74eb6dcd8fac42a81dfcb4fd767 
> live.2011.11.08.tar.gz
> +00578686c1e154cea7638d19a6ab7675fa79d7da8f1848e9765954e3b02b82c54fd05e448
> 0e7ffcdc399c7ad3a0ad26aff0a8ce97222e26e66e345fe82906e02 
> live.2011.12.02.tar.gz diff --git a/contrib/src/live555/rules.mak
> b/contrib/src/live555/rules.mak index a267981..f5bb7c1 100644
> --- a/contrib/src/live555/rules.mak
> +++ b/contrib/src/live555/rules.mak
> @@ -1,7 +1,7 @@
>  # live555
> 
>  #LIVEDOTCOM_URL :=
> http://live555.com/liveMedia/public/live555-latest.tar.gz -LIVE555_FILE :=
> live.2011.11.08.tar.gz
> +LIVE555_FILE := live.2011.12.02.tar.gz
>  LIVEDOTCOM_URL :=
> http://live555sourcecontrol.googlecode.com/files/$(LIVE555_FILE)
> 
>  PKGS += live555
> @@ -15,15 +15,6 @@ live555: $(LIVE555_FILE) .sum-live555
>  	rm -Rf live
>  	$(UNPACK)
>  	chmod -R u+w live
> -	patch -p0 < $(SRC)/live555/live-uselocale.patch
> -	patch -p0 < $(SRC)/live555/live-inet_ntop.patch
> -	patch -p0 < $(SRC)/live555/live-intptr.patch
> -ifndef HAVE_WIN32
> -ifndef HAVE_WINCE
> -	patch -p0 < $(SRC)/live555/live-getaddrinfo.patch
> -endif
> -endif
> -	patch -p0 < $(SRC)/live555/live-cloexec.patch
>  	mv live $@
>  	touch $@

If it were that simple I would already have done it. You need to set the 
correct CPP macros if you remove the patches. Otherwise you basically just 
reintroduce the old bugs.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list