diff options
author | Mike Westerhof <mwester@dls.net> | 2009-02-20 00:27:29 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-02-20 00:27:29 -0600 |
commit | 4afdf8809c8272b53371633fa0ffa2cd00f911bb (patch) | |
tree | 062922aa23fb6cde17d9caaecb06ce7b45764df1 | |
parent | ff363a5e672a894bb366b66c0460c5fc07f12034 (diff) |
gst-plugins-base: re-instate 0.10.17 so that SlugOS feeds build again.
Sigh.
-rw-r--r-- | packages/gstreamer/gst-plugins-base_0.10.17.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-base_0.10.17.bb b/packages/gstreamer/gst-plugins-base_0.10.17.bb new file mode 100644 index 0000000000..0a1f17fcd8 --- /dev/null +++ b/packages/gstreamer/gst-plugins-base_0.10.17.bb @@ -0,0 +1,12 @@ +require gst-plugins.inc + +PROVIDES += "gst-plugins" + +# gst-plugins-base only builds the alsa plugin +# if alsa has been built and is present. You will +# not get an error if this is not present, just +# a missing alsa plugin +DEPENDS += "alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + +PR = "r5" + |