1 | # $Id $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name dvdauthor |
---|
5 | version 0.6.11 |
---|
6 | categories multimedia |
---|
7 | maintainers meissnem@gmail.com |
---|
8 | description A simple set of tools to help author a DVD. |
---|
9 | |
---|
10 | long_description \ |
---|
11 | A simple set of tools to help you author a DVD. The idea is to be \ |
---|
12 | able to create menus, buttons, chapters, etc, but for now you can \ |
---|
13 | just take an mpeg stream (as created by mplex -f 8 from mjpegtools \ |
---|
14 | 1.6.0) and write it to DVD. |
---|
15 | |
---|
16 | homepage http://dvdauthor.sourceforge.net/ |
---|
17 | checksums md5 d2c45879e4cfb95d410bf603af891e07 |
---|
18 | master_sites sourceforge |
---|
19 | |
---|
20 | depends_lib port:libdvdread port:libxml port:zlib port:libpng port:libiconv |
---|
21 | |
---|
22 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include |
---|
23 | configure.args --mandir=${prefix}/share/man |
---|