1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gavl |
---|
7 | version 1.1.0 |
---|
8 | categories multimedia |
---|
9 | maintainers jmpoure \ |
---|
10 | poure.com:jm |
---|
11 | description Gmerlin low level audio and video library - runtime files |
---|
12 | long_description Gavl handles all the details of audio and video formats like colorspaces, \ |
---|
13 | samplerates, multichannel configurations etc. It provides standardized \ |
---|
14 | definitions for those formats as well as container structures for carrying \ |
---|
15 | audio samples or video images inside an application. \ |
---|
16 | \ |
---|
17 | In addition, it handles the sometimes ugly task to convert between all \ |
---|
18 | these formats and provides some elementary operations (copying, scaling, \ |
---|
19 | alpha blending etc). |
---|
20 | homepage http://gmerlin.sourceforge.net/gavl_frame.html |
---|
21 | platforms darwin |
---|
22 | master_sites http://downloads.sourceforge.net/gmerlin/ |
---|
23 | |
---|
24 | depends_build port:doxygen \ |
---|
25 | port:pkgconfig |
---|
26 | |
---|
27 | checksums md5 8a631a3468f4fd4213c4ec57d1795e14 \ |
---|
28 | sha1 a66896820da902da2e2d9f6947090f44d49534d8 \ |
---|
29 | rmd160 7deecc6ecc0331da34dfbc60aa2a928451ab6e45 |
---|
30 | |
---|