[vlc-devel] commit: Add all bindings as a submodule of the main vlc git tree. ( Rémi Duraffort )
git version control
git at videolan.org
Thu Feb 11 15:20:58 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Feb 11 10:08:22 2010 +0100| [6867a707cb4cf5cd8763ddebedb0febee9293d03] | committer: Rémi Duraffort
Add all bindings as a submodule of the main vlc git tree.
Some basic information about git submodule:
* by default the submodules are not clone
* by default the url for the submodules are git:// and not ssh://, the
developpers must change this (just uncomment the right line in .gitmodules)
to be able to commit to the bindings.
Git commandes:
* git submodule init => intialize the submodules
* git submodule status => status of the submodules
* git submodule update => update all submodules
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6867a707cb4cf5cd8763ddebedb0febee9293d03
---
.gitmodules | 16 ++++++++++++++++
bindings/jvlc | 1 +
bindings/libvlcpp | 1 +
bindings/phonon | 1 +
bindings/python | 1 +
5 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..3885a64
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,16 @@
+[submodule "bindings/libvlcpp"]
+ path = bindings/libvlcpp
+ url = git://git.videolan.org/vlc/bindings/libvlcpp.git
+# url = git at git.videolan.org:vlc/bindings/libvlcpp.git
+[submodule "bindings/jvlc"]
+ path = bindings/jvlc
+ url = git://git.videolan.org/vlc/bindings/jvlc.git
+# url = git at git.videolan.org:vlc/bindings/jvlc.git
+[submodule "bindings/python"]
+ path = bindings/python
+ url = git://git.videolan.org/vlc/bindings/python.git
+# url = git at git.videolan.org:vlc/bindings/python.git
+[submodule "bindings/phonon"]
+ path = bindings/phonon
+ url = git://git.videolan.org/vlc/bindings/phonon.git
+# url = git at git.videolan.org:vlc/bindings/phonon.git
diff --git a/bindings/jvlc b/bindings/jvlc
new file mode 160000
index 0000000..969cee2
--- /dev/null
+++ b/bindings/jvlc
@@ -0,0 +1 @@
+Subproject commit 969cee2a12b6ffc9e48ab50506abb85e0530f217
diff --git a/bindings/libvlcpp b/bindings/libvlcpp
new file mode 160000
index 0000000..377ad1c
--- /dev/null
+++ b/bindings/libvlcpp
@@ -0,0 +1 @@
+Subproject commit 377ad1ce94fea853329f92721489a353b15ad8c6
diff --git a/bindings/phonon b/bindings/phonon
new file mode 160000
index 0000000..918b7a8
--- /dev/null
+++ b/bindings/phonon
@@ -0,0 +1 @@
+Subproject commit 918b7a8d8892f480bd162e56e87be6dfea6e262e
diff --git a/bindings/python b/bindings/python
new file mode 160000
index 0000000..391f638
--- /dev/null
+++ b/bindings/python
@@ -0,0 +1 @@
+Subproject commit 391f6383e9568209c3242468c4179645708bdc39
More information about the vlc-devel
mailing list