gstreamer fix and update

This commit is contained in:
alihanozturk
2017-02-17 12:24:37 +03:00
parent f469d079ec
commit 0ec2f41802
27 changed files with 442 additions and 382 deletions
+2 -10
View File
@@ -10,23 +10,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.export("AUTOPOINT", "true")
#autotools.autoreconf("-vfi")
options = '--with-package-name="GStreamer for PisiLinux" \
--with-package-origin="http://www.pisilinux.org" \
--enable-nls \
--disable-dependency-tracking \
--disable-examples \
--enable-introspection \
--disable-static \
--disable-rpath \
--disable-valgrind \
--disable-gtk-doc'
if get.buildTYPE() == "emul32":
options += " --bindir=/usr/bin32 \
--libdir=/usr/lib32 \
--libexecdir=/usr/libexec32 \
--with-bash-completion-dir=no \
--disable-introspection"
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
+24 -8
View File
@@ -13,14 +13,12 @@
<IsA>app:console</IsA>
<Summary>GStreamer streaming media framework runtime</Summary>
<Description>GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related.</Description>
<Archive sha1sum="5f407278ffd38f3067aff030898f35a48fa2ebc5" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.8.1.tar.xz</Archive>
<Archive sha1sum="15f0f75739fdf690ddde52d69745c4866185d7e2" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>check</Dependency>
<Dependency>valgrind</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>ghostscript-devel</Dependency>
<!--Dependency>clutter</Dependency-->
<Dependency>glib2-devel</Dependency>
<Dependency>gsl-devel</Dependency>
</BuildDependencies>
</Source>
@@ -31,8 +29,14 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="library">/usr/lib/libgstbase*</Path>
<Path fileType="library">/usr/lib/libgstcheck*</Path>
<Path fileType="library">/usr/lib/libgstcontroller*</Path>
<Path fileType="library">/usr/lib/libgstnet*</Path>
<Path fileType="library">/usr/lib/libgstreamer*</Path>
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -55,7 +59,12 @@
<Dependency release="current">gstreamer-next</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
<Path fileType="library">/usr/lib32/libgstbase*</Path>
<Path fileType="library">/usr/lib32/libgstcheck*</Path>
<Path fileType="library">/usr/lib32/libgstcontroller*</Path>
<Path fileType="library">/usr/lib32/libgstnet*</Path>
<Path fileType="library">/usr/lib32/libgstreamer*</Path>
<Path fileType="library">/usr/lib32/gstreamer-1.0</Path>
</Files>
</Package>
@@ -75,6 +84,13 @@
</Package>
<History>
<Update release="5">
<Date>2017-02-17</Date>
<Version>1.10.3</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2016-06-09</Date>
<Version>1.8.1</Version>