1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
---|
2 | c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
3 | # $Id$ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name replex |
---|
7 | version 0.1.6.8 |
---|
8 | categories multimedia |
---|
9 | maintainers emyr.thomas@gmail.com |
---|
10 | platforms darwin |
---|
11 | homepage http://www.metzlerbros.org/dvb/ |
---|
12 | master_sites ${homepage} |
---|
13 | use_configure no |
---|
14 | |
---|
15 | description Remultiplex an MPEG2 TS into a PS for DVD |
---|
16 | |
---|
17 | long_description Replex was created to remultiplex transport stream (TS)\ |
---|
18 | data taken from a DVB source. The result is supposed to be\ |
---|
19 | a program stream (PS) that can be used to be burned to a\ |
---|
20 | DVD (with dvdauthor). |
---|
21 | |
---|
22 | checksums md5 de02c1b55bc7863f811adffe611f1c71 \ |
---|
23 | sha1 594a5195d65059f26203ac25ad2f332d3c34c1ae \ |
---|
24 | rmd160 9b29af523b82e008981169497956e5a590d5c268 |
---|
25 | |
---|
26 | depends_lib |
---|
27 | |
---|
28 | patchfiles patch-replex.c |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -m 755 ${worksrcpath}/replex ${destroot}${prefix}/bin |
---|
32 | xinstall -m 644 ${worksrcpath}/libreplex.a ${destroot}${prefix}/lib |
---|
33 | } |
---|