Search Criteria
Package Details: libplist-git 1:2.1.0.r34.ge2a030a-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | intellitech |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 26 |
Popularity: | 0.066764 |
First Submitted: | 2009-04-17 04:15 |
Last Updated: | 2020-05-26 23:08 |
Dependencies (6)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- autoconf-archive (autoconf-archive-git) (make)
- cython (cython-kivy, cython-git) (make)
- git (git-git) (make)
- python (python-dbg) (make)
- python-setuptools (make)
Required by (46)
- dynamic-wallpaper-importer (requires libplist)
- forked-daapd (requires libplist)
- futurerestore-git (requires libplist)
- futurerestore-marijuanarm-git (requires libplist)
- futurerestore-s0uthwest-git (requires libplist)
- idevicerestore (requires libplist)
- ifuse (requires libplist)
- ifuse-git
- igetnonce-s0uthwest-git (requires libplist)
- img4tool-git (requires libplist)
- kodi-eggz (requires libplist) (make)
- kodi-git-common (requires libplist)
- kodi-git-common (requires libplist) (make)
- kodi-git-dev (requires libplist) (make)
- kodi-git-eventclients (requires libplist) (make)
- kodi-git-gbm (requires libplist) (make)
- kodi-git-tools-texturepacker (requires libplist) (make)
- kodi-git-wayland (requires libplist) (make)
- kodi-git-x11 (requires libplist) (make)
- kodi-matrix-git-common (requires libplist)
- kodi-matrix-git-common (requires libplist) (make)
- kodi-matrix-git-dev (requires libplist) (make)
- kodi-matrix-git-eventclients (requires libplist) (make)
- kodi-matrix-git-gbm (requires libplist) (make)
- kodi-matrix-git-tools-texturepacker (requires libplist) (make)
- kodi-matrix-git-wayland (requires libplist) (make)
- kodi-matrix-git-x11 (requires libplist) (make)
- ldid (requires libplist)
- ldid-git (requires libplist)
- libideviceactivation-git
- libimobiledevice-git (make)
- liboffsetfinder64-git (requires libplist) (make)
- libusbmuxd-git (requires libplist)
- libusbmuxd-rr-compatible (requires libplist)
- openpht (requires libplist) (make)
- openpht (requires libplist) (optional)
- openpht-ffmpeg (requires libplist) (make)
- openpht-ffmpeg (requires libplist) (optional)
- openpht-git (requires libplist) (optional)
- openpht-git (requires libplist) (make)
- plist-viewer (requires libplist)
- rpiplay-git (requires libplist) (make)
- strawberry-full-git (requires libplist)
- strawberry-git (requires libplist)
- thefile (requires libplist) (optional)
- tsschecker-git
Latest Comments
1 2 3 Next › Last »
thaewrapt commented on 2020-07-13 14:03
This package is incompatible with "ccache"
makepkg
option at the moment. To prevent anyccache
usage, PKGBUILD needs a string:intelfx commented on 2020-05-26 23:09
@0x9fff00 Oof, indeed.
0x9fff00 commented on 2020-05-26 21:08
You need double quotes for "libplist=$pkgver", otherwise the variable isn't substituted
aqua123 commented on 2019-12-23 13:20
@intelfx Thank you!
intelfx commented on 2019-12-23 13:07
@aqua123
You should be building packages against the system python interpreter, not the pyenv or whatever you are using. Clean up your PATH/PYTHONPATH, or build as a separate user.
aqua123 commented on 2019-12-23 12:52
I'm getting this error while compiling:
intelfx commented on 2019-12-15 22:14
Package bumped and resynced with official repo PKGBUILD (long overdue).
tsj commented on 2018-02-13 22:26
I had to add the cython2 path for the autogen script, line 28 of PKGBUILD should read: PYTHON=/usr/bin/python2 CYTHON=/usr/bin/cython2 ./autogen.sh --prefix=/usr
Otherwise I ended up with some python error message instead of a path in the Makefile.
encounter commented on 2017-10-05 03:52
@intelfx: Turned out I had clang35 installed instead, so that was my fault. Thanks!
intelfx commented on 2017-08-14 15:30
@encounter: No idea why it attempts to use clang. Package builds here cleanly, both gcc and clang installed.