Installing HandBrake on Fedora13


Due to some reason Fedora12-HandBrake rpm is not working in Fedora13. So I decided to build the application from source.
Before doing this you must uninstall any previous version of HandBrake.

rpm -e `rpm -qa | grep HandBrake`

Installing Dependencies:

yum groupinstall -y "Development Tools" "Development Libraries" "X Software Development" "GNOME Software Development"
yum install -y yasm zlib-devel bzip2-devel dbus-glib-devel libgudev1-devel webkitgtk-devel libnotify-devel gstreamer-devel gstreamer-plugins-base-devel

Downloading source code from svn

mkdir /tmp/vidyadhar
cd /tmp/vidyadhar
svn checkout svn://svn.handbrake.fr/HandBrake/trunk hb-trunk

Installing HandBarke from source

cd /tmp/vidyadhar/hb-trunk
./configure
cd build
make
make install

Now we are ready to run application

/usr/local/bin/ghb

Related content:

  1. Convert video files for an iPod or iPhone
  2. Running HandBrake wihout installing it
  3. Itune replacement for Linux
  4. Configure Google calendar on Thunderbird
  5. Dowloading source RPM in fedora

Subscribe / Share

Article by Vidyadhar

Authors bio is coming up shortly.
Vidyadhar tagged this post with: , , , Read 43 articles by

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Notify me of followup comments via e-mail. You can also subscribe without commenting.

rss twitter facbook

Categories

Archives