diff options
author | danfe <danfe@FreeBSD.org> | 2011-04-07 15:13:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-04-07 15:13:03 +0800 |
commit | 5b1cb8d53b0540715c9d02cf716f0dcb0157f572 (patch) | |
tree | 4b656e003dcafd44935111aed07b932f024d0522 /multimedia/gst123 | |
parent | ec489466161c0e3bb5aa6127f6b2105b91efcc63 (diff) | |
download | freebsd-ports-gnome-5b1cb8d53b0540715c9d02cf716f0dcb0157f572.tar.gz freebsd-ports-gnome-5b1cb8d53b0540715c9d02cf716f0dcb0157f572.tar.zst freebsd-ports-gnome-5b1cb8d53b0540715c9d02cf716f0dcb0157f572.zip |
Add gst123 0.1.4, a command-line tool to play audio and video files.
PR: ports/152954 (severely modified)
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
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 |