|
Revision 41910, 1.0 KB
(checked in by devans@…, 2 months ago)
|
|
libdts: lint, add mode line, fix livecheck.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name libdts |
|---|
| 7 | version 0.0.2 |
|---|
| 8 | categories audio |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers nomaintainer |
|---|
| 11 | description libdts provides a low-level interface to decode audio frames \ |
|---|
| 12 | encoded using DTS Coherent Acoustics. |
|---|
| 13 | long_description libdts provides a low-level interface to decode audio frames \ |
|---|
| 14 | encoded using DTS Coherent Acoustics. DTS Coherent Acoustics \ |
|---|
| 15 | streams are commonly found on DVDs, DTS audio CDs and some \ |
|---|
| 16 | radio broadcastings. libdts also provides downmixing and \ |
|---|
| 17 | dynamic range compression for various output configurations. |
|---|
| 18 | homepage http://www.videolan.org/dtsdec.html |
|---|
| 19 | master_sites http://debian.unnet.nl/pub/videolan/libdts/${version} |
|---|
| 20 | checksums sha1 602fd9d9442453600e425f62972797bf508ea2d3 |
|---|
| 21 | configure.args --mandir=${prefix}/share/man |
|---|
| 22 | |
|---|
| 23 | livecheck.check regex |
|---|
| 24 | livecheck.url ${master_sites} |
|---|
| 25 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
|---|