Unverified Kaydet (Commit) 3c2294aa authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

libav plugin upgraded to 1.17.1

üst bb8c8f38
#!/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
def setup():
autotools.configure("PYTHON=python3 \
--with-package-name='Sulin gst-libav package' \
--with-package-origin='http://www.github.com/SulinOS/' \
--enable-ffmpeg")
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("README","NEWS","ChangeLog")
mesontools.ninja_install()
if get.buildTYPE()=="emul32":
inarytools.domove("/usr/*.so*", "/usr/lib32/")
inarytools.domove("/usr/gstreamer-1.0", "/usr/lib32/")
inarytools.domove("/usr/girepository-1.0", "/usr/lib32/")
inarytools.domove("/usr/pkgconfig", "/usr/lib32/")
......@@ -12,18 +12,18 @@
<IsA>library</IsA>
<Summary>Gstreamer plugin for the libav codec</Summary>
<Description>Gstreamer plugin for the libav codec.</Description>
<Archive sha1sum="87e6214cbea594f67854c41d844c2930e97a7e9d" type="tarxz">https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.16.2.tar.xz</Archive>
<Archive sha1sum="5aaa6b884ed142c2ab04b50627446b51c2a91b49" type="tarxz">https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>orc-devel</Dependency>
<Dependency version="1.16.2">gst-plugins-base-devel</Dependency>
<Dependency version="1.17.1">gst-plugins-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gst-libav</Name>
<RuntimeDependencies>
<Dependency version="1.16.2">gstreamer</Dependency>
<Dependency version="1.16.2">gst-plugins-base</Dependency>
<Dependency version="1.17.1">gstreamer</Dependency>
<Dependency version="1.17.1">gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
......@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="4">
<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="3">
<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