[Lunar-commits] <moonbase> libkexiv2: Adding to moonbase. This library has been split from the kdegraphics module.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Aug 14 12:22:34 CEST 2011


commit 94fa0c4cbe1f73b13b88ff76dffeeaf486abf830
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Aug 14 06:22:34 2011 -0400

    libkexiv2: Adding to moonbase. This library has been split from the kdegraphics module.
    
    I considered putting this in /libs, however for now since this file is in what we would
    equate to kde4/base on the kde master server I will keep it here for now. In fact there
    will be more additions to moonbase following this meme for the kde-4.7.0 bump.
---
 kde4/base/libkexiv2/BUILD   |    8 ++++++++
 kde4/base/libkexiv2/DEPENDS |    1 +
 kde4/base/libkexiv2/DETAILS |   15 +++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/kde4/base/libkexiv2/BUILD b/kde4/base/libkexiv2/BUILD
new file mode 100644
index 0000000..5cad278
--- /dev/null
+++ b/kde4/base/libkexiv2/BUILD
@@ -0,0 +1,8 @@
+(
+
+  source /etc/profile.d/qt4.rc   &&
+  source /etc/profile.d/kde4.rc  &&
+
+  default_cmake_build
+  
+) > $C_FIFO 2>&1
diff --git a/kde4/base/libkexiv2/DEPENDS b/kde4/base/libkexiv2/DEPENDS
new file mode 100644
index 0000000..2f4509e
--- /dev/null
+++ b/kde4/base/libkexiv2/DEPENDS
@@ -0,0 +1 @@
+depends exiv2
diff --git a/kde4/base/libkexiv2/DETAILS b/kde4/base/libkexiv2/DETAILS
new file mode 100644
index 0000000..da0bfe8
--- /dev/null
+++ b/kde4/base/libkexiv2/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=libkexiv2
+         VERSION=4.7.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/stable/$VERSION/src
+      SOURCE_VFY=sha1:ee5f524d02c7b1fb29767177890f556fa155c5fc
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
+        WEB_SITE=http://www.kde.org
+         ENTERED=20110813
+         UPDATED=20110813
+           SHORT="wrapper around Exiv2 library"
+
+cat << EOF
+Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures 
+metadata as EXIF/IPTC and XMP.
+EOF


More information about the Lunar-commits mailing list