Ticket #36158: Portfile

File Portfile, 1.9 KB (added by stefan.van.der.eijk@…, 12 years ago)
Line 
1# $Id: Portfile 76692 2011-03-05 21:18:58Z ryandesign@macports.org $
2
3PortSystem          1.0
4
5name                x264transcode
6version             0.3.1
7categories          multimedia
8platforms           darwin
9maintainers         gmail.com:stefan.van.der.eijk openmaintainer
10license             GPL-3+
11supported_archs     noarch
12
13description         Automated DVD/VOB/M2TS to MKV system
14long_description    Script for automated backup of DVDs, SD vob and HD m2ts \
15                    files for GNU/Linux and MacOS X. It works in _completely \
16                    unattended mode_ and is designed to run in the \
17                    background. It rips ALL subtitles and ALL audio tracks \
18                    and transcodes video to x264, profile 3.1, crf mode, \
19                    with b-frames. Video stream is cropped to get rid of \
20                    black borders. Chapters work. The container is MKV.
21               
22homepage            http://go.warwick.ac.uk/grok/x264transcode
23master_sites        https://github.com/downloads/jzachwieja/x264transcode
24worksrcdir          ${name}
25
26depends_lib         port:crswallow \
27                    port:giflib \
28                    port:lsdvd \
29                    port:mkvtoolnix \
30                    port:mplayer-devel \
31                    port:ogmtools
32
33checksums           sha1    ec7b7ce7558e2ef46a2331e76285f1547b0de08d \
34                    rmd160  246780a7a645e2047f04fe5b649cf2c86186960b
35
36use_configure no
37build {}
38
39destroot {
40    xinstall -m 444 ${worksrcpath}/autoripper.conf \
41        ${destroot}${prefix}/etc/autoripper.conf.default
42    xinstall -W ${worksrcpath} autorip.py crippler.sh  monitor.sh ripper.sh \
43        x264transcode.sh ${destroot}${prefix}/bin
44    file mkdir ${destroot}${prefix}/share/doc/${name}
45    xinstall -m 444 -W ${worksrcpath} CHANGELOG COPYING README \
46        ${destroot}${prefix}/share/doc/${name}
47}
48
49livecheck.type      regex
50livecheck.regex     ${name}-(\[0-9a-z.\]+)\\.tar