hamlib: update to 4.4, adopt.
This commit is contained in:
parent
87958993b7
commit
8f3f05837e
3 changed files with 12 additions and 11 deletions
|
@ -3540,8 +3540,8 @@ libfstrcmp.so.0 libfstrcmp-0.7.D001_1
|
||||||
libUMP.so.3 libump-git-20181122_2
|
libUMP.so.3 libump-git-20181122_2
|
||||||
libdri2.so.1 libdri2-git-20140317_2
|
libdri2.so.1 libdri2-git-20140317_2
|
||||||
libpst.so.4 libpst-0.6.72_1
|
libpst.so.4 libpst-0.6.72_1
|
||||||
libhamlib.so.4 hamlib-4.2_1
|
libhamlib.so.4 hamlib-4.4_1
|
||||||
libhamlib++.so.4 hamlib-4.2_1
|
libhamlib++.so.4 hamlib-4.4_1
|
||||||
libnss_mdns_minimal.so.2 nss-mdns-0.14.1_1
|
libnss_mdns_minimal.so.2 nss-mdns-0.14.1_1
|
||||||
libnss_mdns4_minimal.so.2 nss-mdns-0.14.1_1
|
libnss_mdns4_minimal.so.2 nss-mdns-0.14.1_1
|
||||||
libnss_mdns6_minimal.so.2 nss-mdns-0.14.1_1
|
libnss_mdns6_minimal.so.2 nss-mdns-0.14.1_1
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
Index: rigs/prm80/prm80.h
|
upstreamed in Hamlib/Hamlib#1024
|
||||||
===================================================================
|
|
||||||
--- a/rigs/prm80/prm80.h
|
--- a/rigs/prm80/prm80.h
|
||||||
+++ b/rigs/prm80/prm80.h
|
+++ b/rigs/prm80/prm80.h
|
||||||
@@ -23,6 +23,7 @@
|
@@ -23,6 +23,7 @@
|
||||||
#define _PRM80_H 1
|
#define _PRM80_H 1
|
||||||
|
|
||||||
#include <hamlib/rig.h>
|
#include <hamlib/rig.h>
|
||||||
+#include <sys/time.h> /* for timeval */
|
+#include <sys/time.h>
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
#define BACKEND_VER "20210416"
|
#define BACKEND_VER "20210416"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hamlib'
|
# Template file for 'hamlib'
|
||||||
pkgname=hamlib
|
pkgname=hamlib
|
||||||
version=4.2
|
version=4.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-perl-binding --with-python-binding
|
configure_args="--disable-static --with-perl-binding --with-python-binding
|
||||||
--with-tcl-binding --with-xml-support"
|
--with-tcl-binding --with-xml-support"
|
||||||
|
@ -10,11 +10,11 @@ makedepends="gettext-devel libusb-devel libxml2-devel python3-devel readline-dev
|
||||||
tcl-devel"
|
tcl-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Library to control radio transceivers and receivers"
|
short_desc="Library to control radio transceivers and receivers"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/hamlib/"
|
homepage="https://sourceforge.net/projects/hamlib/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e200b22f307e9a0c826187c2b08fe81c7d0283cf07056e6db3463d1481580fd5
|
checksum=8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
|
CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue