[32731] trunk/dports/multimedia

ecronin at macports.org ecronin at macports.org
Sat Jan 12 12:03:54 PST 2008


Revision: 32731
          http://trac.macosforge.org/projects/macports/changeset/32731
Author:   ecronin at macports.org
Date:     2008-01-12 12:03:52 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
New port.  Closes #13618

Added Paths:
-----------
    trunk/dports/multimedia/tablet-encode/
    trunk/dports/multimedia/tablet-encode/Portfile

Added: trunk/dports/multimedia/tablet-encode/Portfile
===================================================================
--- trunk/dports/multimedia/tablet-encode/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/tablet-encode/Portfile	2008-01-12 20:03:52 UTC (rev 32731)
@@ -0,0 +1,50 @@
+# -*- 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
+
+# $Id$
+
+PortSystem 1.0
+
+name            tablet-encode
+version         2.16
+categories      multimedia
+maintainers     ecronin
+platforms       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/2853
+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  e737d5bbc3a7b6d369c5c6c5b148cc9b \
+                sha1 e1512feb2ec5d82144872c587f73e0c62e429161 \
+                rmd160 e1785a774f8553c931f1fca74e261b29c1f7bec7
+worksrcdir      ${name}
+
+depends_run     port:perl5.8 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
+}
+
+configure       {}
+
+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
+}


Property changes on: trunk/dports/multimedia/tablet-encode/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080112/7d2875f3/attachment.html


More information about the macports-changes mailing list