diff options
author | avl <avl@FreeBSD.org> | 2009-07-21 21:07:39 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-07-21 21:07:39 +0800 |
commit | 55ca4d84651695a7de28916d12fc1cfee8d0a59b (patch) | |
tree | f07efa72f5d75f1cf557a2543b9419b27eab3f19 /multimedia/Makefile | |
parent | 9f145b282c7c0533eba101efcb8e896638730822 (diff) | |
download | freebsd-ports-graphics-55ca4d84651695a7de28916d12fc1cfee8d0a59b.tar.gz freebsd-ports-graphics-55ca4d84651695a7de28916d12fc1cfee8d0a59b.tar.zst freebsd-ports-graphics-55ca4d84651695a7de28916d12fc1cfee8d0a59b.zip |
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).
WWW: http://code.google.com/p/playd/
-- Aldis Berjoza
<killasmurf86@gmail.com>
PR: ports/136340
Submitted by: Aldis Berjoza <killasmurf86 AT gmail.com>
Approved by: tabthorpe (mentor)
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 6880e55f218..076f04aef6a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -214,6 +214,7 @@ SUBDIR += phonon-gstreamer SUBDIR += phonon-xine SUBDIR += playd + SUBDIR += playd2 SUBDIR += podcatcher SUBDIR += poe SUBDIR += ppm2fli |