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:
parent
cd91ee980e
commit
6731353e78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258357
@ -11,6 +11,7 @@
|
||||
SUBDIR += atomicparsley
|
||||
SUBDIR += audacious
|
||||
SUBDIR += audacious-plugins
|
||||
SUBDIR += audiopreview
|
||||
SUBDIR += avbin
|
||||
SUBDIR += avidemux2
|
||||
SUBDIR += avifile
|
||||
|
26
multimedia/audiopreview/Makefile
Normal file
26
multimedia/audiopreview/Makefile
Normal 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>
|
3
multimedia/audiopreview/distinfo
Normal file
3
multimedia/audiopreview/distinfo
Normal 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
|
6
multimedia/audiopreview/pkg-descr
Normal file
6
multimedia/audiopreview/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user