Merge pull request #10153 from Rmys/master

gst-* ver. bump
This commit is contained in:
Rmys
2022-04-19 18:13:14 +03:00
committed by GitHub
2 changed files with 11 additions and 5 deletions
+1 -2
View File
@@ -15,7 +15,6 @@ def setup():
-Dpackage-origin='https://www.pisilinux.org' \
-Dptp-helper-permissions=capabilities \
-Ddbghelp=disabled \
-Dgtk_doc=disabled \
"
if get.buildTYPE() == "emul32":
shelltools.export("CC", "%s -m32" % get.CC())
@@ -41,4 +40,4 @@ def install():
pisitools.removeDir("/usr/libexec32")
return
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*")
+10 -3
View File
@@ -13,7 +13,7 @@
<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="dbc2c791783f18b8a4f473de9b6f80ec7e811e24" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.18.5.tar.xz</Archive>
<Archive sha1sum="48fd31a5497f858c3fb588e1b06a8f6e7befca27" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.20.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -57,7 +57,7 @@
<!-- <Path fileType="doc">/usr/share/gtk-doc</Path> -->
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/gstreamer-1.0/gdb</Path>
<Path fileType="data">/usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.1805.0-gdb.py</Path>
<Path fileType="data">/usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2001.0-gdb.py</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
<Replaces>
@@ -89,7 +89,7 @@
<Path fileType="library">/usr/lib32/libgstnet*</Path>
<Path fileType="library">/usr/lib32/libgstreamer*</Path>
<Path fileType="library">/usr/lib32/gstreamer-1.0</Path>
<Path fileType="data">/usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.1805.0-gdb.py</Path>
<Path fileType="data">/usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.2001.0-gdb.py</Path>
</Files>
<Replaces>
<Package>gstreamer-next-32bit</Package>
@@ -128,6 +128,13 @@
</Package-->
<History>
<Update release="14">
<Date>2022-04-13</Date>
<Version>1.20.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-10-27</Date>
<Version>1.18.5</Version>