1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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>
This commit is contained in:
Alexey Dokuchaev 2011-04-07 07:13:03 +00:00
parent e0351a9ef9
commit 3a550bc5cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272325
4 changed files with 42 additions and 0 deletions

View File

@ -87,6 +87,7 @@
SUBDIR += gpodder
SUBDIR += grake
SUBDIR += grpplaylist
SUBDIR += gst123
SUBDIR += gstreamer
SUBDIR += gstreamer-ffmpeg
SUBDIR += gstreamer-plugins

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (gst123-0.1.4.tar.bz2) = 9c6d251abb02594b80af40a417aafd82cc0d9605bf6ba1a3957b33da37b37e9c
SIZE (gst123-0.1.4.tar.bz2) = 105211

View File

@ -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