[Lunar-commits] <crater> update it.
Florin Braescu
florin at lunar-linux.org
Sun Feb 7 16:44:51 CET 2010
commit b47f47adc0a051a10dbcfea90f75e68080e62706
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Feb 7 17:44:51 2010 +0200
update it.
---
archive/albumart/BUILD | 8 ++++++++
archive/albumart/DEPENDS | 2 ++
archive/albumart/DETAILS | 19 +++++++++++++++++++
graphics/libkdcraw/DETAILS | 12 ++++++------
qt-apps/qt3/POST_INSTALL | 4 ++--
5 files changed, 37 insertions(+), 8 deletions(-)
diff --git a/archive/albumart/BUILD b/archive/albumart/BUILD
new file mode 100644
index 0000000..8030b75
--- /dev/null
+++ b/archive/albumart/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # this sedit is needed by Python as this file has utf-8 chars in it
+ sedit "1a\# vim: set fileencoding=utf-8 :" lib/albumart/albumart_images.py &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/archive/albumart/DEPENDS b/archive/albumart/DEPENDS
new file mode 100644
index 0000000..f607a98
--- /dev/null
+++ b/archive/albumart/DEPENDS
@@ -0,0 +1,2 @@
+depends PyQt &&
+depends pil
diff --git a/archive/albumart/DETAILS b/archive/albumart/DETAILS
new file mode 100644
index 0000000..2e61ee2
--- /dev/null
+++ b/archive/albumart/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=albumart
+ VERSION=1.6.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://louhi.kempele.fi/~skyostil/projects/albumart/dist
+ SOURCE_VFY=sha1:71be922bc207a9b6d9ae8df10e2611b8e5022faf
+ WEB_SITE=http://louhi.kempele.fi/~skyostil/projects/albumart
+ ENTERED=20070212
+ UPDATED=20070212
+ SHORT="Album Cover Art downloader"
+
+cat << EOF
+Here's a program that will semi-automatically download album cover images for
+your music collection. All you have to do is point it at the root of your music
+directory and for each directory, the program will download a set of
+corresponding (well, best guess) album covers from the Internet, from which you
+can choose one that suits your fancy.
+Currently supports downloading from: Amazon.com, Yahoo Images, Wal-mart,
+Buy.com,
+EOF
diff --git a/graphics/libkdcraw/DETAILS b/graphics/libkdcraw/DETAILS
index 1b6d339..719a231 100644
--- a/graphics/libkdcraw/DETAILS
+++ b/graphics/libkdcraw/DETAILS
@@ -1,13 +1,13 @@
MODULE=libkdcraw
- VERSION=0.1.3
+ VERSION=0.1.8
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/kipi/
- SOURCE_VFY=sha1:43db728197b13c2e8cc3c76cfb426dc67ff80eb2
+ SOURCE_URL=$SFORGE_URL/kipi
+ SOURCE_VFY=sha1:40f7194796f1c4bfd2b4094360cf68436346700d
MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
- WEB_SITE=http://www.kipi-plugins.org/drupal/
+ WEB_SITE=http://www.kipi-plugins.org/drupal
ENTERED=20070614
- UPDATED=20071229
+ UPDATED=20090308
SHORT="kipi dcraw library"
cat << EOF
-kipi dcraw library
+kipi dcraw library.
EOF
diff --git a/qt-apps/qt3/POST_INSTALL b/qt-apps/qt3/POST_INSTALL
index 9e34904..b8ae334 100644
--- a/qt-apps/qt3/POST_INSTALL
+++ b/qt-apps/qt3/POST_INSTALL
@@ -1,4 +1,4 @@
-if module_installed kdelibs3; then lin kdelibs3; fi
-if module_installed kdeartwork3; then lin kdeartwork3; fi
+#if module_installed kdelibs3; then lin kdelibs3; fi
+#if module_installed kdeartwork3; then lin kdeartwork3; fi
if module_installed sip; then lin sip; fi
if module_installed PyQt; then lin PyQt; fi
More information about the Lunar-commits
mailing list