Merge pull request #1705 from alihanozturk/master

qt5-base add build dep, gstreamer-vaapi actions fix
This commit is contained in:
yusuf
2016-05-02 23:19:45 +03:00
2 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -66,8 +66,7 @@
<Dependency>freetype-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gst-plugins-base-next-devel</Dependency>
<Dependency>wayland-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -252,7 +251,7 @@
<History>
<Update release="2">
<Date>2016-05-01</Date>
<Date>2016-05-02</Date>
<Version>5.6.0</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
+5 -5
View File
@@ -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")
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")