Port details |
- py-pyogg Xiph.org's Ogg Vorbis, Opus, and FLAC for Python
- 0.6.14.a1_3 audio
=2 0.6.14.a1_3Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2022-02-28 11:21:07
- Last Update: 2024-07-06 16:11:47
- Commit Hash: 294ce6b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: UNLICENSE
- WWW:
- https://pypi.org/project/PyOgg/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}PyOgg>0:audio/py-pyogg@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-pyogg/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-pyogg
- pkg install py311-PyOgg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-PyOgg listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-PyOgg
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1593175918
SHA256 (PyOgg-0.6.14a1.tar.gz) = 8294b34aa59c90200c4630c2cc4a5b84407209141e8e5d069d7a5be358e94262
SIZE (PyOgg-0.6.14a1.tar.gz) = 35091
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- libFLAC.so : audio/flac
- libogg.so : audio/libogg
- libopusfile.so : audio/opusfile
- libvorbis.so : audio/libvorbis
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/persepolis
Configuration Options:
- No options to configure
- Options name:
- audio_py-pyogg
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.14.a1_3 06 Jul 2024 16:11:47
    |
Po-Chuan Hsieh (sunpoet)  |
audio/py-pyogg: Convert to USE_PYTHON=pep517
- Add NO_ARCH
- Bump PORTREVISION for package change |
0.6.14.a1_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
0.6.14.a1_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.14.a1_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.14.a1_1 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.6.14.a1_1 03 Mar 2022 10:47:02
    |
Alexey Dokuchaev (danfe)  |
audio/py-pyogg: adjust dependencies' type, prevent PATH poisoning
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). |
0.6.14.a1 28 Feb 2022 11:18:56
    |
Alexey Dokuchaev (danfe)  |
audio/py-pyogg: new port had been added (+)
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/ |