| 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 | description Gavl (Gmerlin Audio Video Library) is a low level library, upon which \ |
|---|
| 11 | multimedia APIs can be built. |
|---|
| 12 | long_description Gavl (Gmerlin Audio Video Library) is a low level library, upon which \ |
|---|
| 13 | multimedia APIs can be built. Gavl handles all the details of audio and \ |
|---|
| 14 | video formats like colorspaces, samplerates, multichannel configurations etc. \ |
|---|
| 15 | It provides standardized definitions for those formats as well as container \ |
|---|
| 16 | structures for carrying audio samples or video images inside an application. \ |
|---|
| 17 | \ |
|---|
| 18 | In addition, it handles the sometimes ugly task of converting between all \ |
|---|
| 19 | these formats and provides some elementary operations (copying, scaling, \ |
|---|
| 20 | alpha blending, etc). |
|---|
| 21 | homepage http://gmerlin.sourceforge.net/gavl_frame.html |
|---|
| 22 | platforms darwin |
|---|
| 23 | master_sites sourceforge:gmerlin |
|---|
| 24 | |
|---|
| 25 | depends_build port:doxygen \ |
|---|
| 26 | port:pkgconfig |
|---|
| 27 | |
|---|
| 28 | checksums md5 8a631a3468f4fd4213c4ec57d1795e14 \ |
|---|
| 29 | sha1 a66896820da902da2e2d9f6947090f44d49534d8 \ |
|---|
| 30 | rmd160 7deecc6ecc0331da34dfbc60aa2a928451ab6e45 |
|---|
| 31 | |
|---|
| 32 | livecheck.regex "<title>${name} (.*) released.*</title>" |
|---|