Commit Graph

15 Commits

Author SHA1 Message Date
Andre Heider e7d9c86503 treewide: refactor to use PKG_BUILD_FLAGS:=lto
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
Rosen Penev 26a9b47588 libplist: get rid of libplistxx
Nothing uses it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-05 15:07:24 -08:00
Espen Jürgensen ca1bbd228f libplist: add missing pkgconfig files in libplist 2.2
Closes #12571.

Same fix as Debian, see:
137716df3f (commitcomment-40099153)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-06-27 09:02:39 +02:00
Rosen Penev d082258c3e
libplist: update to 2.2.0
Upstream finally got a proper tarball. Switched to that.

Remove autoreconf as it's no longer needed.

Adjusted new filepaths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Rosen Penev 130b770a8b
libplist: Several fixes
Add myself as maintainer.

Add PKG_CPE_ID.

Switch to submenu for easier readability.

Change libplist-utils name to the utility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-16 12:54:06 -08:00
Rosen Penev a856d6604b
libplist: Update to 2.1.0
The release of checkra1n necessitated a new release.

Removed inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:42:08 -08:00
Rosen Penev 5049588c46 libplist: Switch to normal releases
Also added the capability to use uclibcxx instead of libstdcpp.

Several size optimizations.

Fixed up Makefile to be up to standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-14 11:53:12 -07:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Lukasz Baj b945b3242f libplist: update to 2.0.0
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2017-06-13 15:15:26 +02:00
Florian Fainelli c6f813df2b libplist: Explicitly link with zlib
Fixes build errors with external toolchains that don't automatically
append STAGING_DIR to the library search path:

/opt/toolchains/stbgcc-4.8-1.5/lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
warning: libz.so.1, needed by
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so,
not found (try using -rpath or -rpath-link)
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzopen64'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdirect'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzclose'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzwrite'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzdopen'
/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so:
undefined reference to `gzread'
collect2: error: ld returned 1 exit status
make[5]: *** [plistutil] Error 1
make[5]: Leaving directory
`/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/libplist-1.13/tools'

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-06-05 17:18:51 -07:00
Lukasz Baj 2f39488cd4 Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2016-03-15 09:18:47 +01:00
Lukasz Baj dd9b7ea73a Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-12-04 14:40:13 +01:00
Ian Leonard ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Lukasz Baj c4f68cee5a libimobiledevice, usbmuxd, libplist, libusbmuxd: move to github
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-09-25 12:41:17 +02:00