diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 22:29:08 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 22:29:08 +0000 |
commit | 26cfa84b8e7c2754262bdcee649687d8fc2e31c1 (patch) | |
tree | fc7fa212c835ed97f383d22e88da0c93c0c07c4d /gstreamer | |
parent | 4cc20126d188a737afff6361cc7847710f507273 (diff) |
add esound to DEPENDS
BKrev: 4106d7341X2o26R-CcOzj1MaNruVZw
Diffstat (limited to 'gstreamer')
-rw-r--r-- | gstreamer/gst-plugins_0.8.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe index 27285b81fe..853a802602 100644 --- a/gstreamer/gst-plugins_0.8.1.oe +++ b/gstreamer/gst-plugins_0.8.1.oe @@ -2,8 +2,9 @@ DESCRIPTION = "Plugins for GStreamer" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" +PR = "r1" -DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gnome-vfs" +DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gnome-vfs esound-gpe" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \ file://ivorbis.patch;patch=1" |