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:
parent
5ced7b7b43
commit
ec14e27aa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235334
@ -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
25
multimedia/dplay/Makefile
Normal 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>
|
3
multimedia/dplay/distinfo
Normal file
3
multimedia/dplay/distinfo
Normal 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
|
8
multimedia/dplay/pkg-descr
Normal file
8
multimedia/dplay/pkg-descr
Normal 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>
|
Loading…
Reference in New Issue
Block a user