diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-07 07:13:03 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-07 07:13:03 +0000 |
commit | 3a550bc5cc2b4cd9bf4c4117db6feeb6e9736a4b (patch) | |
tree | 8e0b6c49134bd342c608df15f8d9358bc900bae1 /multimedia/gst123 | |
parent | e0351a9ef90cc2371b2f83bfaef56c635c462691 (diff) | |
download | ports-3a550bc5cc2b4cd9bf4c4117db6feeb6e9736a4b.tar.gz ports-3a550bc5cc2b4cd9bf4c4117db6feeb6e9736a4b.zip |
Notes
Diffstat (limited to 'multimedia/gst123')
-rw-r--r-- | multimedia/gst123/Makefile | 32 | ||||
-rw-r--r-- | multimedia/gst123/distinfo | 2 | ||||
-rw-r--r-- | multimedia/gst123/pkg-descr | 7 |
3 files changed, 41 insertions, 0 deletions
diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile new file mode 100644 index 000000000000..a1ca3804156b --- /dev/null +++ b/multimedia/gst123/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gst123 +# Date created: Wed December 8, 2010 +# Whom: Herbert J. Skuhra <h.skuhra@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gst123 +PORTVERSION= 0.1.4 +CATEGORIES= multimedia +MASTER_SITES= http://space.twc.de/~stefan/gst123/ + +MAINTAINER= h.skuhra@gmail.com +COMMENT= A command-line tool to play audio and video files + +LICENSE= LGPL20 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gtk20 +USE_GSTREAMER= good +CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true LDFLAGS=-lncurses + +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/multimedia/gst123/distinfo b/multimedia/gst123/distinfo new file mode 100644 index 000000000000..1802b329bde0 --- /dev/null +++ b/multimedia/gst123/distinfo @@ -0,0 +1,2 @@ +SHA256 (gst123-0.1.4.tar.bz2) = 9c6d251abb02594b80af40a417aafd82cc0d9605bf6ba1a3957b33da37b37e9c +SIZE (gst123-0.1.4.tar.bz2) = 105211 diff --git a/multimedia/gst123/pkg-descr b/multimedia/gst123/pkg-descr new file mode 100644 index 000000000000..816cc206f50e --- /dev/null +++ b/multimedia/gst123/pkg-descr @@ -0,0 +1,7 @@ +This program is designed to be flexible command line player in the spirit of +ogg123 and mpg123, based on GStreamer. It plays all file formats GStreamer +understands, so if you have a music collection which contains different file +formats, like FLAC, Ogg, and MP3, you can use gst123 to play all your music +files. + +WWW: http://space.twc.de/~stefan/gst123.php |