Skip to content

Commit

Permalink
libqmi-1.16.2 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Nov 30, 2016
1 parent 26f2881 commit d52abe1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 32 deletions.
41 changes: 22 additions & 19 deletions libqmi/README
Expand Up @@ -4,44 +4,44 @@ This package contains the libraries that make it easier to use QMI
functionality from applications that use glib.

Runtime requirements:
bash-4.3.42-4
cygwin-2.4.1-1
libglib2.0-devel-2.46.2-3
libglib2.0_0-2.46.2-3
libqmi-glib-devel-1.14.2-1bl1
libqmi-glib5-1.14.2-1bl1
pkg-config-0.29-1
bash-4.3.46-7
cygwin-2.6.0-1
libglib2.0-devel-2.46.2-4
libglib2.0_0-2.46.2-4
libqmi-glib-devel-1.16.2-1bl1
libqmi-glib5-1.16.2-1bl1
pkg-config-0.29.1-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.25-4
cygport-0.21.1-1
gcc-core-5.3.0-3
libtool-2.4.6-3
make-4.1-1
cygport-0.23.0-1
gcc-core-5.4.0-1
libtool-2.4.6-4
make-4.2.1-1

Canonical website:
http://www.freedesktop.org/wiki/Software/libqmi/
https://www.freedesktop.org/wiki/Software/libqmi/

Canonical download:
http://www.freedesktop.org/software/libqmi/libqmi-1.14.2.tar.xz
https://www.freedesktop.org/software/libqmi/libqmi-1.16.2.tar.xz

-------------------------------------------

Build instructions:
1. unpack libqmi-1.14.2-X-src.tar.xz
1. unpack libqmi-1.16.2-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./libqmi-1.14.2-X.cygport all
% cygport ./libqmi-1.16.2-X.cygport all

This will create:
/usr/src/libqmi-1.14.2-X-src.tar.xz
/usr/src/libqmi-1.14.2-X.tar.xz
/usr/src/libqmi-glib5-1.14.2-X.tar.xz
/usr/src/libqmi-glib-devel-1.14.2-X.tar.xz
/usr/src/libqmi-1.16.2-X-src.tar.xz
/usr/src/libqmi-1.16.2-X.tar.xz
/usr/src/libqmi-glib5-1.16.2-X.tar.xz
/usr/src/libqmi-glib-devel-1.16.2-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -110,6 +110,9 @@ Files included in the binary package:

Port Notes:

----- version 1.16.2-1bl1 -----
Version bump.

----- version 1.14.2-1bl1 -----
Version bump.

Expand Down
11 changes: 0 additions & 11 deletions libqmi/libqmi-1.14.2-1bl1.src.patch

This file was deleted.

@@ -1,5 +1,5 @@
HOMEPAGE="http://www.freedesktop.org/wiki/Software/${PN}/"
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/${PN}/"
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"

CATEGORY="Libs"
SUMMARY="QMI modem protocol helper library"
Expand Down
21 changes: 21 additions & 0 deletions libqmi/libqmi-1.16.2-1bl1.src.patch
@@ -0,0 +1,21 @@
--- origsrc/libqmi-1.16.2/src/libqmi-glib/Makefile.am 2016-11-07 18:57:27.000000000 +0900
+++ src/libqmi-1.16.2/src/libqmi-glib/Makefile.am 2016-11-30 22:45:13.553447600 +0900
@@ -43,7 +43,7 @@ libqmi_glib_la_LIBADD = \
$(GLIB_LIBS) \
$(MBIM_LIBS)

-libqmi_glib_la_LDFLAGS = \
+libqmi_glib_la_LDFLAGS = -no-undefined \
-version-info $(QMI_GLIB_LT_CURRENT):$(QMI_GLIB_LT_REVISION):$(QMI_GLIB_LT_AGE)

includedir = @includedir@/libqmi-glib
--- origsrc/libqmi-1.16.2/src/libqmi-glib/qmi-version.h 2016-11-07 19:02:15.000000000 +0900
+++ src/libqmi-1.16.2/src/libqmi-glib/qmi-version.h 2016-11-30 22:46:53.441050300 +0900
@@ -81,6 +81,6 @@
*
* Since: 1.16
*/
-#define QMI_MBIM_QMUX_SUPPORTED 1
+#define QMI_MBIM_QMUX_SUPPORTED 0

#endif /* _QMI_VERSION_H_ */

0 comments on commit d52abe1

Please sign in to comment.