[Lunar-commits] r26632 - in moonbase/trunk/qt-apps: . qdvdauthor
Dennis Veatch
stumbles at lunar-linux.org
Tue Nov 6 16:04:08 CET 2007
Author: stumbles
Date: 2007-11-06 16:04:08 +0100 (Tue, 06 Nov 2007)
New Revision: 26632
Added:
moonbase/trunk/qt-apps/qdvdauthor/
moonbase/trunk/qt-apps/qdvdauthor/BUILD
moonbase/trunk/qt-apps/qdvdauthor/DEPENDS
moonbase/trunk/qt-apps/qdvdauthor/DETAILS
Log:
Initial import. Using vlc is broke atm and I had to do the BUILD
this way cause they felt the need to get cute with the configure,
make and make install process.
Added: moonbase/trunk/qt-apps/qdvdauthor/BUILD
===================================================================
--- moonbase/trunk/qt-apps/qdvdauthor/BUILD (rev 0)
+++ moonbase/trunk/qt-apps/qdvdauthor/BUILD 2007-11-06 15:04:08 UTC (rev 26632)
@@ -0,0 +1,28 @@
+(
+
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ if module_installed xine-lib ; then
+ export WITH_XINE_SUPPORT=1
+ fi &&
+
+ if module_installed MPlayer ; then
+ export WITH_MPLAYER_SUPPORT=1
+ fi &&
+
+# if module_installed vlc ; then
+# export WITH_VLC_SUPPORT=1
+# fi &&
+
+ ./configure --build-qplayer --build-qslideshow \
+ $OPTS &&
+
+ cd qdvdauthor && qmake qdvdauthor.pro && make &&
+ cd qslideshow && qmake qslideshow.pro && make && cd ../ &&
+ cd qplayer && qmake qplayer.pro && make && cd ../ &&
+
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/qt-apps/qdvdauthor/DEPENDS
===================================================================
--- moonbase/trunk/qt-apps/qdvdauthor/DEPENDS (rev 0)
+++ moonbase/trunk/qt-apps/qdvdauthor/DEPENDS 2007-11-06 15:04:08 UTC (rev 26632)
@@ -0,0 +1,5 @@
+depends dvd-slideshow
+
+optional_depends "xine-lib" "" "" "for xine support"
+optional_depends "MPlayer" "" "" "for MPlayer support"
+#optional_depends "vlc" "" "" "for vlc support"
Added: moonbase/trunk/qt-apps/qdvdauthor/DETAILS
===================================================================
--- moonbase/trunk/qt-apps/qdvdauthor/DETAILS (rev 0)
+++ moonbase/trunk/qt-apps/qdvdauthor/DETAILS 2007-11-06 15:04:08 UTC (rev 26632)
@@ -0,0 +1,33 @@
+ MODULE=qdvdauthor
+ VERSION=1.0.0-2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1.0.0
+ MODULE_PREFIX=${QT3_PREFIX:-/opt/lunar/qt/3}
+ SOURCE_VFY=sha1:7ce9d0071f2f00334fa69a712781d8d1f86171ed
+ WEB_SITE=http://qdvdauthor.sourceforge.net/
+ ENTERED=20071106
+ UPDATED=20071106
+ SHORT="GUI frontend for dvdauthor and other related tools"
+ PSAFE=no
+
+cat << EOF
+What is possible so far with qdvdauthor ?
+You can use a simple Template dialog to create your menus.
+You can convert the whole project from PAL to NTSC and of course from NTSC to PAL.
+You can generate the main menu.
+You can generate Sub Menus.
+You can create Subtitles for your videos.
+You can transcode your input videos.
+You can apply multiple audio streams to the input videos.
+You can generate Buttons.
+You can scale, color, stretch, twist and shout each object.
+You can give each menu multiple sound tracks.
+You can generate a dvd-slideshow.
+You can create a full blown DVD without knowing the command line tools.
+You can modify every generated command before executing and generating the DVD.
+You can create animated menus (moving stuff around).
+You can generate MovieMenus.
+You can generate MovieButtons
+ Note: Animated menus, MovieMenus and MovieButtons REQUIRE mplayer/mencoder !
+EOF
More information about the Lunar-commits
mailing list