[vlc-devel] [PATCH 1/2] Contribs: update live555 to latest snapshot
Rémi Denis-Courmont
remi at remlab.net
Sun Dec 18 11:39:42 CET 2011
Le vendredi 16 décembre 2011 02:17:50 Rafaël Carré, vous avez écrit :
> Le Fri, 16 Dec 2011 00:46:00 +0100,
>
> Jean-Baptiste Kempf <jb at videolan.org> a é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 @@
> > -42e424e8743cdbce2d6c87b6ceeb182a8868e870a0b233df987004a99e97e80c216e6c99
> > 6774e936be40b1c3397a7c95ac8aa74eb6dcd8fac42a81dfcb4fd767
> > live.2011.11.08.tar.gz
> > +00578686c1e154cea7638d19a6ab7675fa79d7da8f1848e9765954e3b02b82c54fd05e4
> > 480e7ffcdc399c7ad3a0ad26aff0a8ce97222e26e66e345fe82906e02
> > 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
>
> don't forget to git rm those patches when you'll commit
The uselocale patch is still needed on Linux (but probably not on MacOS) as
far as I can tell. So the next configure.ac patch is wrong.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list