notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-python-mpv Python interface to the mpv media player
1.0.7 multimedia on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-01-05 02:03:06
Last Update: 2024-08-04 17:14:09
Commit Hash: f938eb0
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: GPLv2+ LGPL21+
WWW:
https://github.com/jaseg/python-mpv
Description:
python-mpv is a ctypes-based python interface to the mpv media player. It gives you more or less full control of all features of the player, just as the lua interface does.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}python-mpv>0:multimedia/py-python-mpv@${PY_FLAVOR}
To install the port:
cd /usr/ports/multimedia/py-python-mpv/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/py-python-mpv
  • pkg install py311-python-mpv
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-python-mpv listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-python-mpv
Package flavors (<flavor>: <package>)
  • py311: py311-python-mpv
distinfo:
TIMESTAMP = 1722711239 SHA256 (python_mpv-1.0.7.tar.gz) = afc2f2677b08dcccf1e9e7a76d64ee4f603541cf6a750ebf4cce957be90ec836 SIZE (python_mpv-1.0.7.tar.gz) = 51712

Packages (timestamps in pop-ups are UTC):
py39-python-mpv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a1.0.5--
 

py311-python-mpv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.71.0.7--1.0.7---
FreeBSD:13:quarterly1.0.71.0.7--1.0.7---
FreeBSD:14:latest1.0.71.0.7--1.0.7---
FreeBSD:14:quarterly1.0.71.0.7-1.0.71.0.7---
FreeBSD:15:latest1.0.71.0.7n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libmpv.so : multimedia/mpv
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
multimedia_py-python-mpv
USES:
python:3.9+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python_mpv/
  2. https://pypi.org/packages/source/p/python_mpv/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.7
04 Aug 2024 17:14:09
commit hash: f938eb04fcdc104e8c88e1a3eddff7b8970394b1commit hash: f938eb04fcdc104e8c88e1a3eddff7b8970394b1commit hash: f938eb04fcdc104e8c88e1a3eddff7b8970394b1commit hash: f938eb04fcdc104e8c88e1a3eddff7b8970394b1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
multimedia/py-python-mpv: Update to 1.0.7

- Update WWW
- Add LICENSE_FILE
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
- Add NO_ARCH
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/jaseg/python-mpv/commits/main
1.0.5
08 Mar 2024 20:16:26
commit hash: 3a99a744930bdc0f4412f7ca2c56de4889e40699commit hash: 3a99a744930bdc0f4412f7ca2c56de4889e40699commit hash: 3a99a744930bdc0f4412f7ca2c56de4889e40699commit hash: 3a99a744930bdc0f4412f7ca2c56de4889e40699 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Return Lexi Winter's ports to pool

Requested by maintainer

PR:		277426
1.0.5
05 Jan 2024 02:00:21
commit hash: 7885ac3a6798fc81438fdc693ec267451db06908commit hash: 7885ac3a6798fc81438fdc693ec267451db06908commit hash: 7885ac3a6798fc81438fdc693ec267451db06908commit hash: 7885ac3a6798fc81438fdc693ec267451db06908 files touched by this commit
Joel Bodenmann (jbo) search for other commits by this committer
Author: Lexi Winter
multimedia/py-python-mpv: New port

Python interface to the mpv media player.

PR:			275945
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D43266

Number of commits found: 3