diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml
index e9d8a6927e..176d32d2f0 100644
--- a/desktop/toolkit/qt5/qt5-base/pspec.xml
+++ b/desktop/toolkit/qt5/qt5-base/pspec.xml
@@ -66,8 +66,7 @@
freetype-devel
pulseaudio-libs-devel
alsa-lib-devel
- gstreamer-devel
- gstreamer-next-devel
+ gst-plugins-base-next-devel
wayland-devel
@@ -252,7 +251,7 @@
- 2016-05-01
+ 2016-05-02
5.6.0
Release Bump
PisiLinux Community
diff --git a/multimedia/video/gstreamer-vaapi/actions.py b/multimedia/video/gstreamer-vaapi/actions.py
index 193dc91874..15ce7eb8f1 100644
--- a/multimedia/video/gstreamer-vaapi/actions.py
+++ b/multimedia/video/gstreamer-vaapi/actions.py
@@ -13,13 +13,13 @@ def setup():
autotools.autoreconf("-fi")
shelltools.cd("../")
shelltools.makedirs("gst-next")
- shelltools.copy("gstreamer-vaapi-0.6.0/*", "gst-next")
+ shelltools.copy("gstreamer-vaapi-0.7.0/*", "gst-next")
shelltools.cd("gst-next")
autotools.aclocal()
autotools.configure("--prefix=/usr --disable-static")
shelltools.cd("../")
- shelltools.cd("gstreamer-vaapi-0.6.0")
+ shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.aclocal()
autotools.configure("--with-gstreamer-api=0.10")
@@ -31,7 +31,7 @@ def build():
autotools.make()
shelltools.cd("../")
- shelltools.cd("gstreamer-vaapi-0.6.0")
+ shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.make()
def install():
@@ -40,7 +40,7 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("../")
- shelltools.cd("gstreamer-vaapi-0.6.0")
+ shelltools.cd("gstreamer-vaapi-0.7.0")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
\ No newline at end of file
+ pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")