Bug 171861 - [NEW PORT] multimedia/pymp: Lean, flexible frontend to MPlayer written in Python
Summary: [NEW PORT] multimedia/pymp: Lean, flexible frontend to MPlayer written in Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 00:10 UTC by nemysis
Modified: 2012-11-23 15:03 UTC (History)
1 user (show)

See Also:


Attachments
.shar (3.19 KB, text/plain)
2012-09-22 00:10 UTC, nemysis
no flags Details
pymp.shar (3.16 KB, application/x-shar)
2012-09-22 01:44 UTC, nemysis
no flags Details
pymp.shar (3.07 KB, application/x-shar)
2012-10-02 15:55 UTC, nemysis
no flags Details
pymp.shar (3.01 KB, application/x-shar)
2012-10-11 03:36 UTC, nemysis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-09-22 00:10:09 UTC
Pymp is a lean, flexible frontend to MPlayer written in Python.
It supports simple playlists, web streams, and anything else that MPlayer does.
Pymp aims to blend in with your desktop environment, not stand out as many
skinned players do. 

WWW:	http://jdolan.dyndns.org/trac/wiki/Pymp

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: new)

How-To-Repeat: 
portlint -A
WARN: Makefile: [27]: possible direct use of command "false" found. use ${FALSE} instead.
WARN: Makefile: [7]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: only one MASTER_SITE configured.  Consider adding additional mirrors.
0 fatal errors and 3 warnings found.

WARN: Makefile: [27]:  because is used

DESKTOP_ENTRIES=...false


WARN: Makefile: [7]: because is used

DIST_SUBDIR=    python


Build log RedPorts

https://redports.org/buildarchive/20120921203632-59628/
Comment 1 nemysis 2012-09-22 01:44:21 UTC
Added

${RM} -f ${WRKSRC}/build.py
Comment 2 nemysis 2012-10-02 15:55:32 UTC
Changed to

DESKTOP_ENTRIES="Pymp" "${COMMENT}" "${PORTNAME}" \
                "${PORTNAME}" "Application;AudioVideo;" ${FALSE}
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2012-11-23 15:03:58 UTC
State Changed
From-To: open->closed

New port added. Thanks!