I've put this post into Software since the question part of it is from Gnome 2.28 and not on Fedora 12.
To get kdenlive and qdvdauthor to work on Fedora 12, follow these steps:
(this uses non-Fedora repositories, so use at your own risk)
Install rpm fusion
Code:
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Go to System --> Administration --> Add/Remove Software. Select install after finding these packages and say okay to install dependencies.
Add/Remove software:
Code:
install qt-devel
intall mjpegtools, mjpegtools-devel, mjpegtools-gui, mjpegtools-libs
install mplayer, mplayer-gui
install qt3-devel
install kdenlive
Make a build directory for qdvdauthor and copy or move the tar.gz file to that directory.
Get source:
Code:
http://sourceforge.net/projects/qdvdauthor/files/qdvdauthor/2.1.0/qdvdauthor-2.1.0.tar.gz/download
Code:
mkdir /home/fedora/buildqdvd
mv /home/fedora/Download/qdvdauthor-2.1.0.tar.gz /home/fedora/buildqdvd
cd /home/fedora/buildqdvd
tar xzvf qdvdauthor-2.1.0.tar.gz
./configure -c
After the configurator gui shows up, select compile, install.
This completes the installtion for kdenlive and qdvdauthor. Now comes the question part of this post. How can you add icons for custom applications to the Gnome selection list? When I try to add qdvdauthor to the panel with the Add Custom selection, there are no icons to select from?
Next question, how can I add qdvdauthor to the Gnome Applications menu? This is for Gnome 2.28.