aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pyogg
Commit message (Collapse)AuthorAgeFilesLines
* audio/py-pyogg: adjust dependencies' type, prevent PATH poisoningAlexey Dokuchaev2022-03-031-4/+10
| | | | | | | | | | Contrary to Windows, we use colons to separate directories in the PATH environment variable; however, this code is still useless as it does not affect ctypes.util.find_library() search logic. Since libraries are opened during tun-time, LIB_DEPENDS should be actually specified as RUN_DEPENDS here (this would also hopefully prevent needless port revision bumps in the future).
* audio/py-pyogg: new port had been added (+)Alexey Dokuchaev2022-02-283-0/+33
PyOgg provides bindings for Xiph.org's OGG Vorbis, OGG Opus, and FLAC audio file formats. All the functions, structures, and datatypes are the same as in the C++ implementation, except for some that could not be translated. WWW: https://pypi.org/project/PyOgg/