[Lunar-commits] <moonbase> libvalhalla: Moved here from zbeta, changed the name and fixed up the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Feb 20 15:02:15 CET 2010


commit d1662372248094de2ca7535410c9aa560afb4a80
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Feb 20 09:02:15 2010 -0500

    libvalhalla: Moved here from zbeta, changed the name and fixed up the
    
    DEPENDS and BUILD.
---
 utils/libvalhalla/BUILD   |   13 +++++++++++++
 utils/libvalhalla/DEPENDS |    7 +++++++
 utils/libvalhalla/DETAILS |   13 +++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/utils/libvalhalla/BUILD b/utils/libvalhalla/BUILD
new file mode 100644
index 0000000..4e28645
--- /dev/null
+++ b/utils/libvalhalla/BUILD
@@ -0,0 +1,13 @@
+(
+
+  if in_depends $MODULE ffmpeg ; then
+   OPTS="--with-lavc=/usr/include"
+  fi &&
+
+  # configure does not like --build.
+  ./configure --prefix=/usr     \
+              $OPTS            &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/utils/libvalhalla/DEPENDS b/utils/libvalhalla/DEPENDS
new file mode 100644
index 0000000..2661f45
--- /dev/null
+++ b/utils/libvalhalla/DEPENDS
@@ -0,0 +1,7 @@
+depends curl
+depends libxml2
+depends sqlite
+
+optional_depends "libexif" "--enable-grabber-exif"   "" "for the EXIF grabber"
+optional_depends "ffmpeg"  "--enable-grabber-ffmpeg" "" "for the FFmpeg grabber support"
+
diff --git a/utils/libvalhalla/DETAILS b/utils/libvalhalla/DETAILS
new file mode 100644
index 0000000..c252824
--- /dev/null
+++ b/utils/libvalhalla/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=libvalhalla
+         VERSION=1.0.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://libvalhalla.geexbox.org/releases/
+      SOURCE_VFY=sha1:07eea3135c4682bdc52384e30afec06c3d77a546
+        WEB_SITE=http://libvalhalla.geexbox.org/#Download
+         ENTERED=20091203
+         UPDATED=20100220
+           SHORT="media scanner library"
+cat << EOF
+A library for scanning various media files.
+EOF
+


More information about the Lunar-commits mailing list