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
@@ -11,10 +11,7 @@ from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--enable-experimental \
--with-package-name='PisiLinux gstreamer-plugins-base package' \
autotools.configure("--with-package-name='PisiLinux gstreamer-plugins-base package' \
--with-package-origin='http://www.pisilinux.org'")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -22,10 +19,6 @@ def setup():
def build():
autotools.make()
# tests fail sandbox
#def check():
# autotools.make("-C tests/check check")
def install():
autotools.install()
@@ -12,42 +12,44 @@
<IsA>library</IsA>
<Summary>Basepack of plugins for gstreamer</Summary>
<Description>GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included.</Description>
<Archive sha1sum="44f0d1b415168a05fa6f35dcbf5f2b7016032eb5" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.8.1.tar.xz</Archive>
<Archive sha1sum="3cbea626ed3f9154b67aa9fbbaa20fb01ec9e4ba" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.10.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>orc-devel</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>libXv-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libtheora-devel</Dependency>
<Dependency>libvisual-devel</Dependency>
<Dependency>gstreamer-next-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>orc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gst-plugins-base-next</Name>
<RuntimeDependencies>
<Dependency>orc</Dependency>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gstreamer-next</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libXv</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libogg</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libopus</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>libvisual</Dependency>
<Dependency>libtheora</Dependency>
<Dependency>orc</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>gstreamer-next</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -78,6 +80,13 @@
</Package>
<History>
<Update release="4">
<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="3">
<Date>2016-06-10</Date>
<Version>1.8.1</Version>