Merge pull request #10154 from Rmys/master

gst-* ver. bump
This commit is contained in:
Rmys
2022-04-19 18:17:36 +03:00
committed by GitHub
3 changed files with 19 additions and 6 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Server and user space API to deal with multimedia pipelines</Summary>
<Description>Server and user space API to deal with multimedia pipelines</Description>
<Archive sha1sum="e8951e807eb5ccc740da5abf1fcfd23325dbf2b2" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.43.tar.gz</Archive>
<Archive sha1sum="4f23c2159ad587e94eec9b62d2ab8de55192b731" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.50.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
@@ -102,6 +102,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-04-19</Date>
<Version>0.3.50</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-01-12</Date>
<Version>0.3.43</Version>
+1 -2
View File
@@ -17,7 +17,6 @@ def setup():
-Dpackage-origin='https://www.pisilinux.org' \
-Dtremor=disabled \
-Dexamples=disabled \
-Dgtk_doc=disabled \
"
if get.buildTYPE() == "emul32":
shelltools.export("CC", "%s -m32" % get.CC())
@@ -45,4 +44,4 @@ def install():
pisitools.removeDir("/usr/bin32")
return
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+10 -3
View File
@@ -12,7 +12,7 @@
<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="d7a1ff216b26aafd5f233c0bc09d7a6f01dd7faa" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.18.5.tar.xz</Archive>
<Archive sha1sum="6a9efb152406c713e871027a6e9c69a0a8c9ad04" type="tarxz">https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.20.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
@@ -45,7 +45,7 @@
<Dependency>libX11-devel</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>xorg-server-xvfb</Dependency>
<Dependency versionFrom="1.18.5">gstreamer-devel</Dependency>
<Dependency versionFrom="1.20.1">gstreamer-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
@@ -80,7 +80,7 @@
<Dependency>graphene</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency versionFrom="1.18.5">gstreamer</Dependency>
<Dependency versionFrom="1.20.1">gstreamer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -195,6 +195,13 @@
</Package-->
<History>
<Update release="16">
<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="15">
<Date>2021-10-27</Date>
<Version>1.18.5</Version>