libmbim libqmi ver. bump
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.export("PYTHON","/usr/bin/python3")
|
||||
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,12 +12,15 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>MBIM modem protocol helper library.</Summary>
|
||||
<Description>libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
|
||||
<Archive sha1sum="ab0c9a1f84c48f6f2284245c5e36da75efb790f2" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.6.tar.xz</Archive>
|
||||
<Archive sha1sum="83d0178b681f614fe03a0112997a6dcfa3b0c6a0" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!-- <Dependency>python-six</Dependency> -->
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -55,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.24.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2021-04-03</Date>
|
||||
<Version>1.24.6</Version>
|
||||
|
||||
@@ -6,9 +6,12 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("PYTHON","/usr/bin/python3")
|
||||
|
||||
autotools.configure("--prefix=/usr \
|
||||
--disable-static \
|
||||
--with-tests \
|
||||
|
||||
@@ -12,13 +12,15 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>QMI modem protocol helper library</Summary>
|
||||
<Description>libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
|
||||
<Archive sha1sum="857ace336958c9ee2a43012342b2ef6b2dce5d5f" type="tarxz">https://www.freedesktop.org/software/libqmi/libqmi-1.28.2.tar.xz</Archive>
|
||||
<Archive sha1sum="5fd33c53e21fbd2e4c1606f42831a393d59ca04f" type="tarxz">https://www.freedesktop.org/software/libqmi/libqmi-1.28.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.6">libmbim-devel</Dependency>
|
||||
<Dependency versionFrom="1.24.8">libmbim-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -55,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2021-06-24</Date>
|
||||
<Version>1.28.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-04-03</Date>
|
||||
<Version>1.28.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user