Initial import of audiopreview 0.6

Audiopreview is a command-line tool that can play previews of your
audio files as well as video files, and even internet media streams.
This commit is contained in:
Kevin Lo 2010-07-28 07:01:13 +00:00
parent cd91ee980e
commit 6731353e78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258357
4 changed files with 36 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += atomicparsley
SUBDIR += audacious
SUBDIR += audacious-plugins
SUBDIR += audiopreview
SUBDIR += avbin
SUBDIR += avidemux2
SUBDIR += avifile

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: audiopreview
# Date created: 27 July 2010
# Whom: kevlo
#
# $FreeBSD$
#
PORTNAME= audiopreview
PORTVERSION= 0.6
CATEGORIES= multimedia
MASTER_SITES= http://audiopreview.codealpha.net/files/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A command-line tool to play previews of audio and video files
USE_GMAKE= yes
USE_GSTREAMER= core
USE_GNOME= intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/audiopreview
MAN1= audiopreview.1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (audiopreview-0.6.tar.gz) = 120f3ba6197c8008d8281e39874e3186
SHA256 (audiopreview-0.6.tar.gz) = cbf00bba2a41d73ef78d9125b9558051db821cff24995f5959b1138016f06f36
SIZE (audiopreview-0.6.tar.gz) = 133269

View File

@ -0,0 +1,6 @@
Audiopreview is a command-line tool that can play previews of your
audio files as well as video files, and even internet media streams.
It will play your whole media library without any problem and can
also be used as a regular media player.
WWW: http://audiopreview.codealpha.net/audiopreview/