Search Criteria
Package Details: libplist-git 1:2.4.0.r7.g5461eda-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libplist-git.git (read-only, click to copy) |
---|---|
Package Base: | libplist-git |
Description: | A library to handle Apple Property List format whereas it's binary or XML |
Upstream URL: | http://www.libimobiledevice.org/ |
Licenses: | LGPL-2.1-or-later |
Conflicts: | libplist |
Provides: | libplist, libplist++-2.0.so, libplist-2.0.so |
Submitter: | intellitech |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 33 |
Popularity: | 0.035038 |
First Submitted: | 2009-04-17 04:15 (UTC) |
Last Updated: | 2024-04-30 08:56 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- cython (cython-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – Python bindings
Required by (45)
- checkra1n-gui (requires libplist)
- dynamic-wallpaper-importer (requires libplist)
- idevicerestore (requires libplist)
- idevicerestore-git
- ifuse-git
- igetnonce-s0uthwest-git (requires libplist)
- img3tool-git (make)
- img4tool-git (requires libplist)
- inform7-ide (requires libplist)
- inform7-ide-git (requires libplist)
- ios-webkit-debug-proxy (requires libplist)
- jitterbugpair-bin (requires libplist)
- kio-extras-git (requires libplist)
- kodi-ext-git (requires libplist) (make)
- kodi-ext-git (requires libplist)
- kodi-ext-git-dev (requires libplist) (make)
- kodi-ext-git-eventclients (requires libplist) (make)
- kodi-ext-git-tools-texturepacker (requires libplist) (make)
- ldid (requires libplist)
- ldid-git (requires libplist)
- libideviceactivation-git
- libimobiledevice-git
- libimobiledevice-glue-git (requires libplist)
- libirecovery-git
- liboffsetfinder64-git (requires libplist) (make)
- libtatsu-git
- libusbmuxd-git
- libusbmuxd-rr-compatible (requires libplist)
- owntone-server (requires libplist)
- plist-viewer (requires libplist)
- pyglossary (requires libplist) (optional)
- rpiplay-git (requires libplist) (make)
- shairport-sync-git (requires libplist)
- shairport-sync-mpris-git (requires libplist)
- sideloader-bin (requires libplist)
- solid-git (requires libplist)
- strawberry-git (requires libplist)
- tsschecker-git
- upower-nocritical (requires libplist)
- upower-nosystemd-git (requires libplist)
- usbfluxd-git (requires libplist)
- usbmuxd-git
- usbmuxd2-git
- uxplay (requires libplist)
- uxplay-git (requires libplist)
Latest Comments
1 2 3 4 Next › Last »
ardv commented on 2025-05-13 05:56 (UTC)
i get this error:
Error compiling Cython file:
... return plist_copy(node._c_node) if isinstance(native, basestring): return plist_new_string(native) if isinstance(native, bool): return plist_new_bool(<bint>native) if isinstance(native, int) or isinstance(native, long): ^
plist.pyx:854:53: undeclared name not builtin: long make[2]: *** [Makefile:782: plist.c] Error 1 make[2]: Leaving directory '/home/endeavouros/.cache/yay/libplist-git/src/libplist/cython' make[1]: *** [Makefile:450: all-recursive] Error 1 make[1]: Leaving directory '/home/endeavouros/.cache/yay/libplist-git/src/libplist' make: *** [Makefile:380: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: libplist-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: libplist-git - exit status 4
intelfx commented on 2024-09-28 17:50 (UTC) (edited on 2024-09-28 17:57 (UTC) by intelfx)
This is not a problem of this package. Bumping VCS (e.g.
-git
) packages for new upstream versions is disallowed per AUR policy.Conversely, rebuilding VCS packages when needed, as well as usage of AUR helpers and management of bugs in said AUR helpers, is the user's risk and responsibility.
phyks commented on 2024-09-28 17:25 (UTC)
Update of libimobiledevice-git and libtatsu-git (with yay) is failing because package libplist-git is stuck at version 2.4.0 and update is not catched by yay. Running yay -S libplist-git does indeed pull version 2.6.0 and then the rest of the imobile libraries can be updated easily.
intelfx commented on 2024-04-30 13:56 (UTC)
Yup, already noticed my builds failing. Just bumped the makedeps, along with libimobiledevice-git. Thanks.
iGom commented on 2024-04-30 08:48 (UTC) (edited on 2024-04-30 10:21 (UTC) by iGom)
distutils package is removed in python version 3.12, as it was already was deprecated in Python 3.10 by PEP 632 “Deprecate distutils module”, so building is faling
xdewsz commented on 2023-05-07 17:58 (UTC)
For those experiencing issues with KDE plasma, I was able to work around that problem by navigating to /usr/lib and running
ln -rs libplist-2.0.so.3 libplits-2.0.so.4
to just point plasma to the existing .3 libplist when it looks for the .4. No idea if that's a terrible idea or not, but it did let me log in. Might require manual intervention to undo this workaround later.intelfx commented on 2023-05-07 10:15 (UTC)
Yup, this is expected and not a problem of this package. libplist has had a soname bump recently, which means all dependents need to be rebuilt against the new library.
behrad commented on 2023-05-07 07:31 (UTC)
@Zame I have the same problem, but it is not a problem with this package, libplist package is now in staging and even that has the same problem, so I guess KDE plasma applications should be updated to compatible with libplist 2.3 .
Zame commented on 2023-05-06 17:27 (UTC)
Last update breaks my Kde plasma
1 2 3 4 Next › Last »