Bug 275945 - [NEW PORT] multimedia/py-python-mpv: Python interface to the mpv media player
Summary: [NEW PORT] multimedia/py-python-mpv: Python interface to the mpv media player
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on:
Blocks: 275959
  Show dependency treegraph
 
Reported: 2023-12-26 11:46 UTC by Lexi Winter
Modified: 2024-01-05 02:03 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.95 KB, patch)
2023-12-26 11:46 UTC, Lexi Winter
no flags Details | Diff
patch #2 (1.95 KB, patch)
2023-12-26 11:48 UTC, Lexi Winter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter 2023-12-26 11:46:55 UTC
Created attachment 247264 [details]
patch

python-mpv is a ctypes-based Python interface to the mpv media player.
Comment 1 Lexi Winter 2023-12-26 11:48:43 UTC
Created attachment 247265 [details]
patch #2

corrected patch; the port category was wrong in the commit message.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-05 02:01:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7885ac3a6798fc81438fdc693ec267451db06908

commit 7885ac3a6798fc81438fdc693ec267451db06908
Author:     Lexi Winter <lexi@le-fay.org>
AuthorDate: 2023-12-26 11:41:12 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-01-05 02:00:21 +0000

    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

 multimedia/Makefile                      |  1 +
 multimedia/py-python-mpv/Makefile (new)  | 21 +++++++++++++++++++++
 multimedia/py-python-mpv/distinfo (new)  |  3 +++
 multimedia/py-python-mpv/pkg-descr (new) |  4 ++++
 4 files changed, 29 insertions(+)
Comment 3 Joel Bodenmann freebsd_committer freebsd_triage 2024-01-05 02:03:38 UTC
Committed - Thanks!