summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-03-12 11:37:00 +0000
committerAndy Wingo <wingo@pobox.com>2008-03-12 11:37:00 +0000
commit80d0e76c7f64c3c7b29b9576fe1eae383ef88d3d (patch)
treeaac04c1e071fef7d49e86d21516f8423081666a2
parent526682ae1ec87949aa223317fced24f4849aea5e (diff)
Add gst-plugins-gl package. Add liboil as a dep of gst-plugins-base.
-rw-r--r--ChangeLog5
-rw-r--r--gstreamer.modules9
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..0429c12
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2008-03-12 Andy Wingo <wingo@pobox.com>
+
+ * gstreamer.modules: Add gst-plugins-gl package. Add liboil as a
+ dep of gst-plugins-base.
+
diff --git a/gstreamer.modules b/gstreamer.modules
index fc0846b..8e5c805 100644
--- a/gstreamer.modules
+++ b/gstreamer.modules
@@ -35,6 +35,7 @@
<autotools id="gst-plugins-base">
<dependencies>
<dep package="gstreamer"/>
+ <dep package="liboil"/>
</dependencies>
<branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base"/>
</autotools>
@@ -63,6 +64,14 @@
<branch repo="gstreamer" module="gst-plugins-ugly" checkoutdir="gst-plugins-ugly"/>
</autotools>
+ <autotools id="gst-plugins-gl">
+ <dependencies>
+ <dep package="gstreamer"/>
+ <dep package="gst-plugins-base"/>
+ </dependencies>
+ <branch repo="gstreamer" module="gst-plugins-gl" checkoutdir="gst-plugins-gl"/>
+ </autotools>
+
<autotools id="gst-ffmpeg">
<dependencies>
<dep package="gstreamer"/>