[Lunar-commits] <moonbase> phonon: new module
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Aug 9 05:16:34 CEST 2008
commit 3c5313d3e7d57596905d90b7a1da84edd4102328
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Jul 16 19:49:32 2008 -0400
phonon: new module
---
kde4/utils/phonon/BUILD | 17 +++++++++++++++++
kde4/utils/phonon/DEPENDS | 1 +
kde4/utils/phonon/DETAILS | 14 ++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/kde4/utils/phonon/BUILD b/kde4/utils/phonon/BUILD
new file mode 100644
index 0000000..170891e
--- /dev/null
+++ b/kde4/utils/phonon/BUILD
@@ -0,0 +1,17 @@
+(
+
+ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ mkdir $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
+
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/utils/phonon/DEPENDS b/kde4/utils/phonon/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/kde4/utils/phonon/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/kde4/utils/phonon/DETAILS b/kde4/utils/phonon/DETAILS
new file mode 100644
index 0000000..8405990
--- /dev/null
+++ b/kde4/utils/phonon/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=phonon
+ MAJOR=4.1
+ VERSION=${MAJOR}.83
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$KDE_URL/unstable/4.0.83/support/
+ SOURCE_VFY=sha1:125eb4c6d3a24f3dacab923998e1705951897f30
+ WEB_SITE=http://www.kde.org
+ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+ ENTERED=20080625
+ UPDATED=20080703
+ SHORT=""
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list