1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

playd is an easy to use command line wrapper for mplayer.

With playd you don't need the mplayer gui to use it as a audio/video
player because playd supports playlists. It is easy to integrate
playd into a window manager menu (e.g. FVWM).

-- Aldis Berjoza
<killasmurf86@gmail.com>

PR:		ports/135166
Submitted by:	Aldis Berjoza <killasmurf86 at gmail.com>
Approved by:	tabthorpe (mentor)
This commit is contained in:
Alexander Logvinov 2009-06-06 22:37:43 +00:00
parent 5ced7b7b43
commit ec14e27aa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235334
4 changed files with 37 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += devede
SUBDIR += dirac
SUBDIR += dirac-reference
SUBDIR += dplay
SUBDIR += dtv
SUBDIR += dumpmpeg
SUBDIR += dv2jpg

25
multimedia/dplay/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: playd
# Date created: Apr 29, 2009
# Whom: Aldis Berjoza <killasmurf86@gmail.com>
#
# $FreeBSD$
#
PORTNAME= playd
PORTVERSION= 1.1.5
CATEGORIES= multimedia
MASTER_SITES= http://www.logvinov.ru/files/dist/playd/
MAINTAINER= killasmurf86@gmail.com
COMMENT= Very easy to use mplayer sh wrapper script, with usefull features
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PLIST_FILES= bin/playd
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/playd
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (playd-1.1.5.tar.gz) = ead5ca18e9c815576b585f947ad1bc97
SHA256 (playd-1.1.5.tar.gz) = bd18225aa3418616f5d59f19ebd7cc85088b96d764a285c03c55ebe1e62739df
SIZE (playd-1.1.5.tar.gz) = 3866

View File

@ -0,0 +1,8 @@
playd is an easy to use command line wrapper for mplayer.
With playd you don't need the mplayer gui to use it as a audio/video
player because playd supports playlists. It is easy to integrate
playd into a window manager menu (e.g. FVWM).
-- Aldis Berjoza
<killasmurf86@gmail.com>