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

gst-plugins-ugly (probably its ugly police or lawyer) upgraded to 1.17.1

üst f965b5d8
......@@ -4,20 +4,19 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import get
from inary.actionsapi import autotools
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-ugly package' \
--with-package-origin='http://www.github.com/SulinOS/'")
inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.meson_configure("-D package-name=\"GStreamer Bad Plugins (Sulin)\" \
-D package-origin=\"https://www.gitlab.com/sulinos\"")
def build():
autotools.make()
mesontools.ninja_build()
def install():
autotools.install()
mesontools.ninja_install()
inarytools.dodoc("README", "COPYING", "AUTHORS", "NEWS")
inarytools.dodoc( "AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "RELEASE", "REQUIREMENTS")
......@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Other plugins for gstreamer</Summary>
<Description>GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plugins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems.</Description>
<Archive sha1sum="be62f7d8744e0b9c0dd223ef7662e983be9fa5f7" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.16.2.tar.xz</Archive>
<Archive sha1sum="509375c700b7f0548e2b3a57db1d98e371e60bcf" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>orc-devel</Dependency>
<Dependency>x264-devel</Dependency>
......@@ -25,8 +25,8 @@
<Dependency>libmpeg2-devel</Dependency>
<Dependency>libdvdread-devel</Dependency>
<Dependency>opencore-amr-devel</Dependency>
<Dependency version="1.16.2">gstreamer-devel</Dependency>
<Dependency version="1.16.2">gst-plugins-base-devel</Dependency>
<Dependency version="1.17.1">gstreamer-devel</Dependency>
<Dependency version="1.17.1">gst-plugins-base-devel</Dependency>
</BuildDependencies>
</Source>
......@@ -44,8 +44,8 @@
<Dependency>libmpeg2</Dependency>
<Dependency>libdvdread</Dependency>
<Dependency>opencore-amr</Dependency>
<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/gstreamer-1.0</Path>
......@@ -57,6 +57,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