My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://techienote.com and update your bookmarks.

Tech Resources

Monday, May 31, 2010

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

Labels: , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home