aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/pymp
Commit message (Collapse)AuthorAgeFilesLines
* pymp is not compatible with python3antoine2017-12-091-1/+1
|
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1
| | | | | PR: 218658 Submitted by: riggs
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Remove bogus USES=tar:bzip2amdmi32016-09-011-3/+1
| | | | - Whitespace fix
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-081-2/+2
| | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268
* - Add LICENSE_FILEamdmi32015-12-301-1/+5
| | | | | - Add NO_ARCH - Switch to options helpers
* Improve shebangfix frameworkamdmi32015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-2/+1
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-5/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-02-021-1/+0
| | | | Approved by: portmgr blanket
* - Convert ports of multimedia/ to new USES=pythonmva2014-10-221-2/+1
| | | | Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Change Makefile header, use my name and @FreeBSD.org emailnemysis2014-04-273-19/+26
| | | | | | | | | | | | | - Bump PORTREVISION for MAINTAINER change - Reset maintainer to ports@ - Remove master sites, use GitHub=yes - USES tar:bzip2 instead of USE_BZIP2=yes - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change DOCS and add Option - Change desktop entry - Change REINPLACE, use /bin/sh instead of /bin/bash - Mute RM - Change pkg-descr, remove not needed whitespace and change WWW
* - Trim Makefile headernemysis2013-10-212-20/+16
| | | | | | | | | | | | - Fix MASTER_SITES - Change maintainer email to @FreeBSD.org - USES shebangfix - Trim Desktop entry file - Trim REINPLACE_CMD - Mute dir install - Update WWW Approved by: wg (mentor)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+2
| | | | multimedia)
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* - Update DESKTOP_ENTRIES:makc2013-01-231-2/+3
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* Pymp is a lean, flexible frontend to MPlayer written in Python.pawel2012-11-234-0/+85
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 PR: ports/171861 Submitted by: nemysis@gmx.ch Feature safe: yes