Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/audio/libdts/Portfile

Revision 41910, 1.0 KB (checked in by devans@…, 3 weeks ago)

libdts: lint, add mode line, fix livecheck.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5
6name            libdts
7version         0.0.2
8categories      audio
9platforms       darwin
10maintainers     nomaintainer
11description     libdts provides a low-level interface to decode audio frames \
12                encoded using DTS Coherent Acoustics.
13long_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.
18homepage        http://www.videolan.org/dtsdec.html
19master_sites    http://debian.unnet.nl/pub/videolan/libdts/${version}
20checksums       sha1 602fd9d9442453600e425f62972797bf508ea2d3
21configure.args  --mandir=${prefix}/share/man
22
23livecheck.check regex
24livecheck.url   ${master_sites}
25livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Note: See TracBrowser for help on using the browser.