Download and Install tablet-encode version 2.19 on Mac OS X
Tuesday the 2nd of December, 2008

    tablet-encode  most recent diff


    version 2.19

      View the most recent changes for the tablet-encode port at: tablet-encode.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for tablet-encode.
      The raw portfile for tablet-encode 2.19 is located here:
      http://tablet-encode.darwinports.com/dports/multimedia/tablet-encode/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/tablet-encode
      Google
      Web Darwinports.com



      # $Id: Portfile 42099 2008-11-15 05:27:55Z mcalhoun macports.org $

      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

      PortSystem 1.0

      Name: tablet-encode
      Version: 2.19
      Category: multimedia
      Maintainers: ecronin
      Platform: darwin
      Description: Transcoding video files for Nokia Internet Tablets
      Long Description: As the Nokia Internet Tablets have relatively slow processors, and relatively little storage space it is a good idea to "transcode" your videos to a smaller, more suitable format for watching them.
      Homepage: http://mediautils.garage.maemo.org/tablet-encode.html
      master_sites https://garage.maemo.org/frs/download.php/4264
      livecheck.check regex
      livecheck.url https://garage.maemo.org/frs/?group_id=455
      livecheck.regex tablet-encode-\(\[0-9\]+\.\[0-9\]+\)\.tar\.gz
      checksums md5 8c3f731f4284ec359ad0d735fda484a2 sha1 25d5c57a8414f8f2bf56fc41142b150f5818b9fc rmd160 6da7068097a375a3361711f03aeba1836798e987
      worksrcdir ${name}

      depends_run path:bin/perl:perl5 port:MPlayer

      Variant: gui description {GTK2 Graphical User Interface} {
      depends_run-append port:p5-gtk2
      }

      post-patch {
      reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/tablet-encode
      }

      use_configure no

      build {}

      destroot {
      xinstall -m 755 ${worksrcpath}/tablet-encode ${destroot}${prefix}/bin/tablet-encode
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/README.txt ${destroot}${prefix}/share/doc/${name}/README.txt
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/tablet-encode
      % sudo port install tablet-encode
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching tablet-encode
      ---> Verifying checksum for tablet-encode
      ---> Extracting tablet-encode
      ---> Configuring tablet-encode
      ---> Building tablet-encode with target all
      ---> Staging tablet-encode into destroot
      ---> Installing tablet-encode
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using tablet-encode with these commands:
      %  man tablet-encode
      % apropos tablet-encode
      % which tablet-encode
      % locate tablet-encode

     Where to find more information:

    Darwin Ports



    Lightbox this page.