Commits
David B. Evans authored e1690c60a94
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | name tablet-encode |
7 7 | license Artistic-1 |
8 8 | version 2.30 |
9 - | revision 4 |
9 + | revision 5 |
10 10 | categories multimedia |
11 11 | maintainers nomaintainer |
12 12 | platforms darwin |
13 13 | description Transcoding video files for Nokia Internet Tablets |
14 14 | long_description As the Nokia Internet Tablets have relatively slow \ |
15 15 | processors, and relatively little storage space it is \ |
16 16 | a good idea to "transcode" your videos to a smaller, \ |
17 17 | more suitable format for watching them. |
18 18 | homepage http://mediautils.garage.maemo.org/tablet-encode.html |
19 19 | master_sites https://garage.maemo.org/frs/download.php/6892 |
20 20 | |
21 21 | checksums rmd160 71aa43d56df5c70484dda3dd882033e8639ae8e0 \ |
22 22 | sha256 ce1f413c111429db14f41ca611297896357065d0934b7dce9e341a77e178f557 |
23 23 | |
24 - | perl5.branches 5.26 |
24 + | perl5.branches 5.28 |
25 25 | |
26 26 | depends_run port:perl${perl5.major} \ |
27 27 | path:bin/mplayer:mplayer-devel |
28 28 | |
29 29 | variant gui description {GTK2 Graphical User Interface} { |
30 30 | depends_run-append port:p${perl5.major}-gtk2 |
31 31 | } |
32 32 | |
33 33 | post-patch { |
34 34 | reinplace "s|/usr/bin/perl|${perl5.bin}|g" \ |