Commit graph

3819 commits

Author SHA1 Message Date
Rosen Penev
83dec7e40d
Merge pull request #14181 from sartura/feature_uci2-package
uci2: add library package
2020-12-11 14:59:14 -08:00
Jakov Petrina
4e2b5ea85c uci2: add library package
Maintainer: @jpetrina
Compile tested: arm, ipq4018, master@r15169-36e0268aa6
Run tested: arm, ipq4018, master@r15169-36e0268aa6

Description:

UCI2 is a C library that provides an alternative UCI parser with an Abstract
Syntax Tree (AST) representation of configuration files.

Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
Tested-by: Jakov Petrina <jakov.petrina@sartura.hr>
2020-12-10 11:54:08 +01:00
Rosen Penev
f86acf1e1a
libpng: fix paths in config files
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:51:05 -08:00
Rosen Penev
20b77be7be
xmlrpc-c: fix config file prefix path
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:51:05 -08:00
Rosen Penev
7d3737f82a
libgcrypt: fix config file
Change the prefix instead of each path.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev
4ee2e27896
libuv: fix pkgconfig paths for libuv-static.pc as well
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:27 -08:00
Rosen Penev
04b597a52d
apr-util: fix config file and install to proper location
This allows subversion to find it properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-08 16:56:00 -08:00
Andy Walsh
5b09cedcec libtirpc: update to 1.3.1
* update to 1.3.1

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-12-08 19:44:58 +01:00
Karl Palsson
2973f85310 libs: add cJSON
New package, new dependency of mosquitto v2.0

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-12-08 09:38:34 +00:00
Rosen Penev
a0b58ea57f
Merge pull request #14166 from neheb/neonn
neon: install neon-config to host path
2020-12-08 00:55:32 -08:00
Rosen Penev
187f84ea86
Merge pull request #14172 from neheb/apr
apr: install apr-1-config to host
2020-12-07 21:56:32 -08:00
Rosen Penev
96f499f9b6
Merge pull request #14171 from neheb/ftdione
libftdi: install libftdi-config to host
2020-12-07 21:24:41 -08:00
Rosen Penev
367eab02d9
apr: install apr-1-config to host
Helps old packages that don't use pkgconfig.

Fix some extra paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 21:21:49 -08:00
Rosen Penev
5356753283
libftdi: install libftdi-config to host
Helps old packages that don't use pkgconfig.

Fix wrong paths in config.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 21:20:44 -08:00
Rosen Penev
f0e0d88280
Merge pull request #14169 from neheb/daq
libdaq: fix config file
2020-12-07 21:09:33 -08:00
Rosen Penev
48d6dd05c8
Merge pull request #14167 from neheb/ftdi11
libftdi: install libftdi1-config to host
2020-12-07 21:09:07 -08:00
Rosen Penev
e5a0331846
Merge pull request #14170 from neheb/pcre222
pcre2: install pcre2-config to host path
2020-12-07 21:04:07 -08:00
Rosen Penev
c2cc52f2f1
Merge pull request #14164 from neheb/gphotoo
libgphoto2: install config files to host
2020-12-07 21:02:08 -08:00
Rosen Penev
b61a79e2c9
Merge pull request #14168 from neheb/tagg
taglib: install taglib-config to host path
2020-12-07 21:01:47 -08:00
Rosen Penev
eee073cf19
libftdi: install libftdi1-config to host
Helps old packages that don't use pkgconfig.

Fix prefix paths as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:20:47 -08:00
Rosen Penev
5e814c7972
pcre2: install pcre2-config to host path
Helps old packages that do not use pkgconfig.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:18:35 -08:00
Rosen Penev
33631ab9ff
libdaq: fix config file
Install to host to fix compilation with depending packages.

Fix paths to point to OpenWrt and not OS.

Don't install to device. This is strictly an InstallDev thing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:17:05 -08:00
Rosen Penev
72f6290de7
taglib: install taglib-config to host path
Helps old packages that do not use pkgconfig.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:16:21 -08:00
Rosen Penev
865031590f
neon: install neon-config to host path
Helps old packages that do not use pkgconfig.

Fixed paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:12:36 -08:00
Rosen Penev
bfedaf5f48
libmcrypt: install libmcrypt-config to host
Helps to fix old packages that don't use pkgconfig.

Cleaned up Makefile:

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Some minor cleanups for consistency between packages.

Fixed host paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:11:44 -08:00
Rosen Penev
3644cb7c14
libgphoto2: install config files to host
Helps old packages that don't use pkgconfig.

Remove old entries for previous versions of libgphoto2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-07 20:11:08 -08:00
Rosen Penev
747e77754f
lzo: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-04 19:18:39 -08:00
Rosen Penev
f44e353303
Merge pull request #14100 from neheb/protobb
protobuf: update to 3.14.0
2020-12-02 15:52:08 -08:00
Rosen Penev
4184fb950c
unixodbc: update to 2.3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:24:00 -08:00
Rosen Penev
2b2fa695bb
protobuf: update to 3.14.0
Remove pointless CMAKE_INSTALL. There's an InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:18:37 -08:00
Othmar Truniger
8a8bd020e9 libfmt: bump to release 7.1.3
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-12-01 14:32:07 +01:00
Rosen Penev
002ad117ae
google-authenticator-libpam: fix InstallDev paths
libpam will soon install to /usr/lib instead of /lib. Adjust accordingly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-30 01:03:29 -08:00
Rosen Penev
b75f250f3b
libpam: update to 1.5.1
Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e
upstream, this bug was exposed.

Instead of working around it, fix the patch.

After this, everything consistently gets installed to ipkg-install/usr.

Minor Makefile reorganization.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 17:00:05 -08:00
Rosen Penev
1ccc6bbe2c
libgphoto2: update to 2.5.26
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 02:33:24 -08:00
Rosen Penev
1fcb02973f
Merge pull request #14047 from neheb/lnq
libnetfilter-queue: import and update
2020-11-28 05:48:54 -08:00
Rosen Penev
9f9cf35a8d
Merge pull request #14048 from neheb/lnl
libnetfilter-log: import from baser
2020-11-28 05:48:02 -08:00
Rosen Penev
dc9f4bf26b
Merge pull request #14049 from neheb/lnctt
libnetfilter-cttimeout: import from base
2020-11-28 05:47:29 -08:00
Rosen Penev
755e27ce22
Merge pull request #14050 from neheb/lncth
libnetfilter-cthelper: import from base
2020-11-28 05:46:59 -08:00
Rosen Penev
9ec405756b
libnetfilter-cthelper: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 23:16:46 -08:00
Rosen Penev
367662534d
libnetfilter-cttimeout: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 23:15:55 -08:00
Rosen Penev
e281311f24
libnetfilter-log: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 23:14:52 -08:00
Rosen Penev
b60aa5ffdb
libnetfilter-queue: update to 1.0.5
Switch to normal tarballs for simplicity.

Removed upstream patch.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 22:28:18 -08:00
Rosen Penev
3be9bc06ba
libnetfilter-queue: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 22:28:17 -08:00
Rosen Penev
0095cb34e9
libusb-compat: fix libusb-config
Turns out, some packages like serdisplib actually use libusb-config.
Fix the paths in it so that they can work properly. Method taken from
libpng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 22:13:36 -08:00
Rosen Penev
99b347905e
libroxml: switch to CMake
Added patch to fix compilation with gcc10.

Fixed license information.

Fix ABI_VERSION.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-26 23:55:08 -08:00
Rosen Penev
ca320864ec
libroxml: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-26 23:55:08 -08:00
Rosen Penev
d9fcef2baa
hwloc: update to 2.3.0
Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-25 15:35:04 -08:00
Rosen Penev
d77df7b495
Merge pull request #13941 from jjm2473/master-fix-libtirpc-clang
libs/libtirpc: fix host compile with clang 12.0.0
2020-11-25 14:31:48 -08:00
Rosen Penev
c774cb16ee
Merge pull request #13942 from yangfl/master
libtorrent-rasterbar: add package
2020-11-25 14:30:19 -08:00
Rosen Penev
30bc508a2f
Merge pull request #14005 from pprindeville/issue#14004
avahi: incorrectly requires IFF_MULTICAST on point-to-point (tunnel) …
2020-11-25 14:29:27 -08:00