1 | PortSystem 1.0 |
---|
2 | name ogmtools |
---|
3 | version 1.2 |
---|
4 | revision 0 |
---|
5 | categories audio |
---|
6 | maintainers pguyot@kallisys.net |
---|
7 | description OGG media streams manipulation tools. |
---|
8 | long_description \ |
---|
9 | The ogmtools allow users to display information about \ |
---|
10 | (ogminfo), extract streams from (ogmdemux), merge several \ |
---|
11 | streams into (ogmmerge), and split (ogmsplit) Ogg files. \ |
---|
12 | Supported stream types include video streams from AVIs or Ogg \ |
---|
13 | files and Vorbis audio from Ogg files. |
---|
14 | homepage http://www.bunkus.org/videotools/ogmtools/ |
---|
15 | platforms darwin |
---|
16 | extract.suffix tar.bz2 |
---|
17 | use_bzip2 yes |
---|
18 | master_sites http://www.bunkus.org/videotools/ogmtools/ |
---|
19 | checksums md5 f5fe7e8a01847924f574dea91b91ccef |
---|
20 | post-extract { |
---|
21 | cd "${worksrcpath}" |
---|
22 | system "rm INSTALL" |
---|
23 | } |
---|
24 | configure.args --without-dvdread --mandir="${prefix}/share/man" |
---|
25 | depends_lib lib:libogg.a:libogg lib:libvorbis.a:libvorbis |
---|