[Lunar-commits] <moonbase-other> libplist: BUILD removed, they switched back to autotools. Bump to 1.12.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Nov 9 15:32:18 CET 2014
commit 708c2ea2d66fa9ed1b320531e66f95eda8e30455
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 09 Nov 2014 09:31:12 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/708c2ea2d66fa9ed1b320531e66f95eda8e30455
libplist: BUILD removed, they switched back to autotools. Bump to 1.12.
Adding an optional_depends for Cython.
---
libs/libplist/BUILD | +0/-2
libs/libplist/DEPENDS | +3/-1
libs/libplist/DETAILS | +3/-4
3 files changed, 6 insertions(+), 7 deletions(-)
--- a/libs/libplist/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-
- default_cmake_build
--- a/libs/libplist/DEPENDS
+++ b/libs/libplist/DEPENDS
@@ -1,3 +1,5 @@
-depends cmake
depends glib-2
depends libxml2
+
+# The --with-cython has to be left blank, else it gets confused and thinks you don't want it.
+optional_depends "Cython" "" "--without-cython" "For Python bindings support using Cython"
--- a/libs/libplist/DETAILS
+++ b/libs/libplist/DETAILS
@@ -1,14 +1,13 @@
MODULE=libplist
- VERSION=1.10
+ VERSION=1.12
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.libimobiledevice.org/downloads
- SOURCE_VFY=sha1:a642bb37eaa4bec428d0b2a4fa8399d80ee73a18
+ SOURCE_VFY=sha1:48f071c723387637ef2cc2980d4ca0627aab067b
WEB_SITE=http://www.libimobiledevice.org
ENTERED=20100221
- UPDATED=20130405
+ UPDATED=20141109
SHORT="library to handle Apple Property List format"
-PSAFE=no
cat << EOF
A library to handle Apple Property List format whereas it's binary or XML.
EOF
More information about the Lunar-commits
mailing list