Jump to content

greenythebeast

Members
  • Posts

    101
  • Joined

  • Last visited

Posts posted by greenythebeast

  1. I was able to get the the package handbrake-0.9.8-i486-1alien.txz to work using the dependencies listed in aiden's post (with some tweaks).

    installpkg fontconfig-2.8.0-i486-1.txz
    installpkg freetype-2.4.10-i486-1_slack13.1.txz
    installpkg gcc-g++-4.5.2-i486-2.txz
    installpkg glib-1.2.10-i486-3.txz
    installpkg glibc-2.11.1-i486-7_slack13.1.txz
    installpkg libogg-1.1.4-i486-1.txz
    installpkg libsamplerate-0.1.7-i486-1.txz
    installpkg libtheora-1.1.1-i486-1.txz
    installpkg libvorbis-1.2.3-i486-1.txz
    installpkg libxml2-2.7.6-i486-3_slack13.1.txz
    installpkg zlib-1.2.5-i486-4.txz

     

    I moved my HandBrakeCLI to /usr/local/bin/ to work with my queue scripts.

    ldd /usr/local/bin/HandBrakeCLI
            linux-gate.so.1 =>  (0xb771a000)
            libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb76e6000)
            libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb766c000)
            libogg.so.0 => /usr/lib/libogg.so.0 (0xb7667000)
            libsamplerate.so.0 => /usr/lib/libsamplerate.so.0 (0xb74fc000)
            libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb74ab000)
            libtheoraenc.so.1 => /usr/lib/libtheoraenc.so.1 (0xb7468000)
            libtheoradec.so.1 => /usr/lib/libtheoradec.so.1 (0xb744f000)
            libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7427000)
            libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb732e000)
            libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7208000)
            libbz2.so.1 => /lib/libbz2.so.1 (0xb71f7000)
            libz.so.1 => /usr/lib/libz.so.1 (0xb71e3000)
            libpthread.so.0 => /lib/libpthread.so.0 (0xb71ca000)
            libdl.so.2 => /lib/libdl.so.2 (0xb71c6000)
            libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb70dd000)
            libm.so.6 => /lib/libm.so.6 (0xb70b7000)
            libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb70ab000)
            libc.so.6 => /lib/libc.so.6 (0xb6f43000)
            libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6f23000)
            /lib/ld-linux.so.2 (0xb771b000)

     

    This can work, but I'm interested in the settings ClunkClunk used to compile the earlier package that didn't need the extra libs.

     

    Glad to see you got it to work. I use ffmpeg now, so I'm not really sure how to assist any further :P

  2. Thanks Andy, but I'm having some problems with this.

     

    ./handbrake.SlackBuild

     

    HandBrake-0.9.8/make/.svn/props/
    HandBrake-0.9.8/make/config.guess
    HandBrake-0.9.8/make/xcodemake
    Hmm...  Looks like a unified diff to me...
    The text leading up to this was:
    --------------------------
    |--- HandBrake-0.9.6.orig/make/include/main.defs        2012-04-13 13:17:09.204577586 +0200
    |+++ HandBrake-0.9.6/make/include/main.defs     2012-04-13 14:40:54.843931048 +0200
    --------------------------
    patching file make/include/main.defs
    Using Plan A...
    Hunk #1 succeeded at 16.
    done
    Building ...
    ./handbrake.SlackBuild: line 317: svn: command not found
    ./handbrake.SlackBuild FAILED at line 317

     

    I also tried the package from Here, but get an error when I execute HandbrakeCLI

     

    HandBrakeCLI: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory

     

    The package ClunkClunk was making worked without any other installpkg's. I'm fairly knowledgeable using Linux, but it's a life long learning process. Any suggestion is appreciated.

     

    In regard to the second part of your post, the reason it's failing is that you don't have the required dependencies to run Handbrake.

     

    Run the following to see the dependencies and whether or not you have them:

    ldd /usr/bin/HandBrakeCLI

     

    libfontconfig.so.1 can be found in the fontconfig package which can be found here:

    http://slackbuilds.org/mirror/slackware/slackware-current/slackware/x/fontconfig-2.9.0-i486-1.txz

     

    If you post the output of ldd, I can let you know where to get the other files.

×
×
  • Create New...