Merge pull request #1705 from alihanozturk/master
qt5-base add build dep, gstreamer-vaapi actions fix
This commit is contained in:
@@ -66,8 +66,7 @@
|
|||||||
<Dependency>freetype-devel</Dependency>
|
<Dependency>freetype-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>gstreamer-devel</Dependency>
|
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||||
<Dependency>gstreamer-next-devel</Dependency>
|
|
||||||
<Dependency>wayland-devel</Dependency>
|
<Dependency>wayland-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
@@ -252,7 +251,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-05-01</Date>
|
<Date>2016-05-02</Date>
|
||||||
<Version>5.6.0</Version>
|
<Version>5.6.0</Version>
|
||||||
<Comment>Release Bump</Comment>
|
<Comment>Release Bump</Comment>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
|
|||||||
@@ -13,13 +13,13 @@ def setup():
|
|||||||
autotools.autoreconf("-fi")
|
autotools.autoreconf("-fi")
|
||||||
shelltools.cd("../")
|
shelltools.cd("../")
|
||||||
shelltools.makedirs("gst-next")
|
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")
|
shelltools.cd("gst-next")
|
||||||
autotools.aclocal()
|
autotools.aclocal()
|
||||||
autotools.configure("--prefix=/usr --disable-static")
|
autotools.configure("--prefix=/usr --disable-static")
|
||||||
|
|
||||||
shelltools.cd("../")
|
shelltools.cd("../")
|
||||||
shelltools.cd("gstreamer-vaapi-0.6.0")
|
shelltools.cd("gstreamer-vaapi-0.7.0")
|
||||||
autotools.aclocal()
|
autotools.aclocal()
|
||||||
autotools.configure("--with-gstreamer-api=0.10")
|
autotools.configure("--with-gstreamer-api=0.10")
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ def build():
|
|||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
shelltools.cd("../")
|
shelltools.cd("../")
|
||||||
shelltools.cd("gstreamer-vaapi-0.6.0")
|
shelltools.cd("gstreamer-vaapi-0.7.0")
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
@@ -40,7 +40,7 @@ def install():
|
|||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
shelltools.cd("../")
|
shelltools.cd("../")
|
||||||
shelltools.cd("gstreamer-vaapi-0.6.0")
|
shelltools.cd("gstreamer-vaapi-0.7.0")
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
|
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
|
||||||
Reference in New Issue
Block a user