On Thu, 3 Mar 2011 17:34:13 -0800 (PST), Paul Pathiakis wrote:
> Hi Ports! > > Please don't ask me if I have time to spend on this. :-( > > However, when I rip things to H.264 or MP4, I use Handbrake on Windoze XP. It is so freakin' slow and CPU intensive that I want to scream. It's running on a dual-proc AMD Athlon II with 4 GB of RAM (or however much a 32-bit version will see). I see that they have this for Ubuntu and MAC as well as Windoze. Is there anyone that can get the GUI version running on KDE for FreeBSD? It would be just another thing I can get away from MS on. > > Thank you! > > Paul Pathiakis Paul, Well, the first issue is that this doesn't compile on FreeBSD out of the box: HandBrake-0.9.5> ./configure --launch --launch-jobs=0 ; open build/ .... : config.status: executing depfiles commands : config.status: executing libtool commands : rm: libtoolT: No such file or directory : Done configuring : touch contrib/libxml2/.stamp.configure ------------------------------------------------------------------------------- time end: Fri Mar 4 11:33:34 2011 duration: 18 seconds (18.70s) result: FAILURE (code 2) ------------------------------------------------------------------------------- Build is finished! You may now cd into ./build and examine the output. open: Command not found. Exit 1 For some reason, this build seems to download its own version of : : /usr/local/bin/wget -O ../download/faad2-2.7.tar.gz http://download.m0k.org/handbrake/contrib/faad2-2.7.tar.gz : /bin/mkdir -p contrib/faad2 : /usr/local/bin/wget -O ../download/ffmpeg-r25689.tar.bz2 http://download.m0k.org/handbrake/contrib/ffmpeg-r25689.tar.bz2 : /bin/mkdir -p contrib/ffmpeg : /usr/local/bin/wget -O ../download/fontconfig-2.8.0.tar.gz http://download.m0k.org/handbrake/contrib/fontconfig-2.8.0.tar.gz : /bin/mkdir -p contrib/fontconfig : /usr/local/bin/wget -O ../download/freetype-2.3.9.tar.gz http://download.m0k.org/handbrake/contrib/freetype-2.3.9.tar.gz : /bin/mkdir -p contrib/freetype : /usr/local/bin/wget -O ../download/libxml2-2.7.7.tar.gz http://download.m0k.org/handbrake/contrib/libxml2-2.7.7.tar.gz : /bin/mkdir -p contrib/libxml2 : /usr/local/bin/wget -O ../download/lame-3.98.tar.gz http://download.m0k.org/handbrake/contrib/lame-3.98.tar.gz : /bin/mkdir -p contrib/lame : /usr/local/bin/wget -O ../download/libass-0.9.9.tar.bz2 http://download.m0k.org/handbrake/contrib/libass-0.9.9.tar.bz2 : /bin/mkdir -p contrib/libass : /usr/local/bin/wget -O ../download/libdca-r81-strapped.tar.gz http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz So, if we can get this to build, then we can build a port. Rusty Nejdl
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
