]> git.sesse.net Git - vlc/commitdiff
Add all bindings as a submodule of the main vlc git tree.
authorRémi Duraffort <ivoire@videolan.org>
Thu, 11 Feb 2010 09:08:22 +0000 (10:08 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Thu, 11 Feb 2010 14:17:34 +0000 (15:17 +0100)
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

.gitmodules [new file with mode: 0644]
bindings/jvlc [new submodule]
bindings/libvlcpp [new submodule]
bindings/phonon [new submodule]
bindings/python [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..3885a64
--- /dev/null
@@ -0,0 +1,16 @@
+[submodule "bindings/libvlcpp"]
+       path = bindings/libvlcpp
+       url = git://git.videolan.org/vlc/bindings/libvlcpp.git
+#      url = git@git.videolan.org:vlc/bindings/libvlcpp.git
+[submodule "bindings/jvlc"]
+       path = bindings/jvlc
+       url = git://git.videolan.org/vlc/bindings/jvlc.git
+#      url = git@git.videolan.org:vlc/bindings/jvlc.git
+[submodule "bindings/python"]
+       path = bindings/python
+       url = git://git.videolan.org/vlc/bindings/python.git
+#      url = git@git.videolan.org:vlc/bindings/python.git
+[submodule "bindings/phonon"]
+       path = bindings/phonon
+       url = git://git.videolan.org/vlc/bindings/phonon.git
+#      url = git@git.videolan.org:vlc/bindings/phonon.git
diff --git a/bindings/jvlc b/bindings/jvlc
new file mode 160000 (submodule)
index 0000000..969cee2
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 969cee2a12b6ffc9e48ab50506abb85e0530f217
diff --git a/bindings/libvlcpp b/bindings/libvlcpp
new file mode 160000 (submodule)
index 0000000..377ad1c
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 377ad1ce94fea853329f92721489a353b15ad8c6
diff --git a/bindings/phonon b/bindings/phonon
new file mode 160000 (submodule)
index 0000000..918b7a8
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 918b7a8d8892f480bd162e56e87be6dfea6e262e
diff --git a/bindings/python b/bindings/python
new file mode 160000 (submodule)
index 0000000..391f638
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 391f6383e9568209c3242468c4179645708bdc39