aboutsummaryrefslogtreecommitdiff
path: root/libs/libplist
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | 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>
* libplist: get rid of libplistxxRosen Penev2021-03-05
| | | | | | Nothing uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libplist: add missing pkgconfig files in libplist 2.2Espen Jürgensen2020-06-27
| | | | | | | | | Closes #12571. Same fix as Debian, see: https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0#commitcomment-40099153 Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* libplist: update to 2.2.0Rosen Penev2020-06-19
| | | | | | | | | | 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>
* libplist: Several fixesRosen Penev2019-12-16
| | | | | | | | | | | | 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>
* libplist: Update to 2.1.0Rosen Penev2019-11-27
| | | | | | | | The release of checkra1n necessitated a new release. Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libplist: Switch to normal releasesRosen Penev2019-10-14
| | | | | | | | | | 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>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | 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>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* libplist: update to 2.0.0Lukasz Baj2017-06-13
| | | | Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* libplist: Explicitly link with zlibFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update libimobiledevice, libplist, libusbmuxd and usbmuxdLukasz Baj2016-03-15
| | | | | | | 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>
* Update libimobiledevice, libplist, libusbmuxd and usbmuxdLukasz Baj2014-12-04
| | | | | | | 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>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* libimobiledevice, usbmuxd, libplist, libusbmuxd: move to githubLukasz Baj2014-09-25
Signed-off-by: Lukasz Baj <l.baj@radytek.com>