Dependencies for gst1-mod-alsa

I met the depends problem when I compile gst1-mod-alsa.ipk. The compiling information is as following:
Package gst1-mod-alsa is missing dependencies for the following libraries:
libglib-2.0.so.0
libgobject-2.0.so.0
libgstaudio-1.0.so.0
libgstbase-1.0.so.0
libgstreamer-1.0.so.0
libgsttag-1.0.so.0
libz.so.1

I try to add dependencies with "+libglib +libgobject +libgstaudio +libgstbase +libgstreamer +libgsttag +libz", but it can't solve the problem.

The version of OpenWRT is 18.06.2. The gst1 version is 1.12.4. I tried to upgrade gst1 version to 1.14 from master branch, but there is the same problem.

Who know how to add dependencies for it? Thank you at first.

I can use " DEPENDS+= +zlib +glib2 +gstreamer1" to solve some dependencies, but there is still problem as following:
Package gst1-mod-alsa is missing dependencies for the following libraries:
libgstaudio-1.0.so.0
libgsttag-1.0.so.0

At last, I upgrade libdmapsharing package, then it is OK. By the way, If I compile all other packages in libs, then compile libdmapsharing package, it is also OK.