Sorry about this question folks but this is my first kubuntu load and I am just learning about it. I went through the process of installing all the dependencies and installing handbrake but when I did it didn't create a menu item. The instructions I read were for ubuntu but I figured the dependencies and the process would be the same. Can anyone tell me how to create the menu item if that is all I need to do and if there is a different process would you please tell me? Everything appeared to install okay, no errors, etc. Here are the instructions I followed.
The GTK UI introduces some significant extra build requirements. If you intend to disable building the GUI with `configure --disable-gtk' you will not need many of these packages installed.
For Ubuntu 8.10 you need:
* subversion
* yasm
* build-essential
* autoconf
* libtool
* zlib1g-dev
* libbz2-dev
* intltool (gui)
* libglib2.0-dev (gui)
* libdbus-glib-1-dev (gui)
* libgtk2.0-dev (gui)
* libhal-dev (gui)
* libhal-storage-dev (gui)
* libwebkit-dev (gui)
* libnotify-dev (gui)
* libgstreamer0.10-dev (gui)
* libgstreamer-plugins-base0.10-dev (gui)
svn checkout svn://svn.handbrake.fr/HandBrake/trunk hb-trunk
cd hb-trunk
./configure --launch
cd build
sudo make install
This will install the binary and add a HandBrake option to your "Applications->Sound & Video" menu.
Well since there isn't an "Applications->Sound & Video" menu no item was created.
Thanks for the help.
The GTK UI introduces some significant extra build requirements. If you intend to disable building the GUI with `configure --disable-gtk' you will not need many of these packages installed.
For Ubuntu 8.10 you need:
* subversion
* yasm
* build-essential
* autoconf
* libtool
* zlib1g-dev
* libbz2-dev
* intltool (gui)
* libglib2.0-dev (gui)
* libdbus-glib-1-dev (gui)
* libgtk2.0-dev (gui)
* libhal-dev (gui)
* libhal-storage-dev (gui)
* libwebkit-dev (gui)
* libnotify-dev (gui)
* libgstreamer0.10-dev (gui)
* libgstreamer-plugins-base0.10-dev (gui)
svn checkout svn://svn.handbrake.fr/HandBrake/trunk hb-trunk
cd hb-trunk
./configure --launch
cd build
sudo make install
This will install the binary and add a HandBrake option to your "Applications->Sound & Video" menu.
Well since there isn't an "Applications->Sound & Video" menu no item was created.
Thanks for the help.
Comment