[vlc-commits] Get the npapi SDK by wget and not svn

Jean-Baptiste Kempf git at videolan.org
Wed May 18 11:59:50 CEST 2016


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 18 11:58:29 2016 +0200| [270140140b2fa123f61ebb3d7d7a33d83847a7b9] | committer: Jean-Baptiste Kempf

Get the npapi SDK by wget and not svn

> https://code.videolan.org/videolan/npapi-vlc/commit/270140140b2fa123f61ebb3d7d7a33d83847a7b9
---

 npapi/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index 4b2aaad..fef54eb 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -43,8 +43,9 @@ npvlc_la_LIBADD = $(libvlcplugin_la_LIBADD)
 npvlc_la_LDFLAGS = $(libvlcplugin_la_LDFLAGS)
 
 npapi-sdk:
-	svn export http://npapi-sdk.googlecode.com/svn/trunk/headers npapi-sdk-svn -r HEAD
-	mv npapi-sdk-svn npapi-sdk
+	wget https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/npapi-sdk/source-archive.zip
+	unzip -j source-archive.zip "npapi-sdk/trunk/headers/*" -x "npapi-sdk/trunk/headers/.svn/*" -d npapi-sdk
+	rm -rf source-archive.zip
 
 if HAVE_XCB
 



More information about the vlc-commits mailing list