Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/system.modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 09:56:23 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 09:56:23 (GMT)
commitafe7926e52a5263114f89e1f02e4cf46a3f9312f (patch)
tree459637be68ce0a5a03bbbaff2dcef790362641a2 /scripts/system.modules
parent5027c5f474d446ff5438316a05dd7d4b0532b545 (diff)
Move modules in their own dir
Diffstat (limited to 'scripts/system.modules')
-rw-r--r--scripts/system.modules102
1 files changed, 0 insertions, 102 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
deleted file mode 100644
index f6f8cf4..0000000
--- a/scripts/system.modules
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
-<moduleset>
- <repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
- <repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
- <repository type="git" name="gstreamer.freedesktop.org" href="git://anongit.freedesktop.org/gstreamer/"/>
- <repository type="git" name="freedesktop.org" href="git://anongit.freedesktop.org/"/>
- <repository type="git" name="git.sugarlabs.org" href="git://git.sugarlabs.org"/>
- <repository type="tarball" name="gnome.org" href="http://download.gnome.org/sources/"/>
- <autotools id="gtk+">
- <branch repo="git.gnome.org" revision="3.6.1"/>
- <dependencies>
- <dep package="atk"/>
- </dependencies>
- </autotools>
- <autotools id="atk">
- <branch repo="git.gnome.org" revision="ATK_2_6_0"/>
- <dependencies>
- <dep package="at-spi2-atk"/>
- </dependencies>
- </autotools>
- <autotools id="at-spi2-atk">
- <branch repo="git.gnome.org" revision="AT_SPI2_ATK_2_6_1"/>
- <dependencies>
- <dep package="at-spi2-core"/>
- </dependencies>
- </autotools>
- <autotools id="at-spi2-core">
- <branch repo="git.gnome.org" revision="AT_SPI2_CORE_2_6_1"/>
- <dependencies>
- </dependencies>
- </autotools>
- <autotools id="pygobject">
- <branch repo="git.gnome.org" revision="3.4.1.1"/>
- <dependencies>
- <dep package="glib"/>
- <dep package="gobject-introspection"/>
- </dependencies>
- </autotools>
- <autotools id="gobject-introspection">
- <branch repo="git.gnome.org" revision="GOBJECT_INTROSPECTION_1_34_1_1"/>
- <dependencies>
- <dep package="glib"/>
- </dependencies>
- </autotools>
- <autotools id="glib">
- <branch module="glib/2.34/glib-2.34.1.tar.xz" version="2.34.1"
- repo="gnome.org"
- hash="sha256:6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1"
- size="6363332"/>
- </autotools>
- <autotools id="gstreamer" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- </autotools>
- <autotools id="gst-plugins-base" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- <dependencies>
- <dep package="gstreamer"/>
- </dependencies>
- </autotools>
- <autotools id="gst-plugins-good" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- <dependencies>
- <dep package="gst-plugins-base"/>
- </dependencies>
- </autotools>
- <autotools id="gst-plugins-espeak" supports-non-srcdir-builds="no">
- <branch repo="git.sugarlabs.org" module="gst-plugins-espeak/mainline.git"
- revision="v0.4.0" checkoutdir="gst-plugins-espeak"/>
- </autotools>
- <autotools id="libxklavier">
- <branch repo="freedesktop.org" revision="libxklavier-5.3"/>
- </autotools>
- <autotools id="gst-plugins-bad" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- <dependencies>
- <dep package="gst-plugins-base"/>
- </dependencies>
- </autotools>
- <autotools id="gst-plugins-ugly" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- <dependencies>
- <dep package="gst-plugins-base"/>
- </dependencies>
- </autotools>
- <autotools id="gst-ffmpeg" supports-non-srcdir-builds="no">
- <branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>
- </autotools>
-
- <metamodule id="meta-system">
- <dependencies>
- <dep package="pygobject"/>
- <dep package="gtk+"/>
- <dep package="gst-plugins-good"/>
- <dep package="gst-plugins-espeak"/>
- <dep package="libxklavier"/>
- <dep package="gst-plugins-bad"/>
- <dep package="gst-plugins-ugly"/>
- <dep package="gst-ffmpeg"/>
- </dependencies>
- </metamodule>
-</moduleset>