[Lunar-commits] <moonbase> phonon: Added a proper description of the module to the DETAILS.
Dave Brown
dagbrown at lunar-linux.org
Tue Jan 20 03:49:44 CET 2009
commit 33289f19b51b8954d68c1d3cc303d1209a9bcf49
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Tue Jan 20 11:49:44 2009 +0900
phonon: Added a proper description of the module to the DETAILS.
---
kde4/utils/phonon/DETAILS | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/kde4/utils/phonon/DETAILS b/kde4/utils/phonon/DETAILS
index 13ad698..cb273f5 100644
--- a/kde4/utils/phonon/DETAILS
+++ b/kde4/utils/phonon/DETAILS
@@ -6,9 +6,24 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/
SOURCE_VFY=sha1:11e2f2d73b0f0ccd66dfbe82f95d5185c6dc005b
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
- WEB_SITE=http://www.kde.org
+ WEB_SITE=http://phonon.kde.org
ENTERED=20080625
UPDATED=20080730
- SHORT=""
+ SHORT="provides a multimedia API for KDE applications"
cat << EOF
+Before KDE3 there were talks about adding video support to aRts and
+fixing the problems people had with it, but in the end not much changed.
+
+Phonon wants to fill in the gap and provide a multimedia API for KDE
+developers while at the same time giving the users more choices. With
+Phonon applications don't need to develop sound engines as Phonon
+provides them for free. Applications are written saying what they want
+and not how they want to do it. This leaves some room for the
+user/administrator to customize things.
+
+If you need multimedia functionality in your program, Phonon is for you.
+Use it from simple audio playback to full blown video playback with
+audio and video effects. Use it to record an audio signal or capture
+from a webcam. Use it to concentrate on your program and not on getting
+the mediaframework to work for you.
EOF
More information about the Lunar-commits
mailing list