Unverified Kaydet (Commit) 6a9374f3 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

base gst plugins has been upgraded to 1.17.1

üst 3c2294aa
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import autotools
from inary.actionsapi import get
from inary.actionsapi import mesontools
from inary.actionsapi import inarytools
from inary.actionsapi import shelltools
from inary.actionsapi import get
def setup():
autotools.configure("--with-package-name='Sulin gstreamer-plugins-base package' \
--with-package-origin='http://www.github.com/SulinOS/'")
inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.meson_configure()
def build():
autotools.make()
mesontools.ninja_build()
def install():
autotools.install()
inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
mesontools.ninja_install()
......@@ -12,10 +12,12 @@
<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="7c650c99cd02f8ebc66d7b980a6b33663c71a89d" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.16.2.tar.xz</Archive>
<Archive sha1sum="73a82c3839bea6645302ab52b7b37e3dea2190d1" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>orc-devel</Dependency>
<Dependency>git</Dependency> <!-- gl_header is part of this project and it is subproject please compile with network connection-->
<Dependency>cdparanoia</Dependency>
<Dependency>cdparanoia-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>libXv-devel</Dependency>
......@@ -24,10 +26,11 @@
<Dependency>libopus-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>graphene-devel</Dependency>
<Dependency>libtheora-devel</Dependency>
<Dependency>libvisual-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency version="1.16.2">gstreamer-devel</Dependency>
<Dependency version="1.17.1">gstreamer-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
......@@ -42,13 +45,14 @@
<Dependency>libX11</Dependency>
<Dependency>libogg</Dependency>
<Dependency>libXext</Dependency>
<Dependency>graphene</Dependency>
<Dependency>libopus</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>libvisual</Dependency>
<Dependency>libtheora</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency version="1.16.2">gstreamer</Dependency>
<Dependency version="1.17.1">gstreamer</Dependency>
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
......@@ -68,7 +72,7 @@
<Summary>Development files for gst-plugins-base</Summary>
<RuntimeDependencies>
<Dependency release="current">gst-plugins-base</Dependency>
<Dependency version="1.16.2">gstreamer-devel</Dependency>
<Dependency version="1.17.1">gstreamer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
......@@ -78,6 +82,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-07-02</Date>
<Version>1.17.1</Version>
<Comment>Version bump to 1.17.1</Comment>
<Name>Suleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-12-09</Date>
<Version>1.16.2</Version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment