diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-07-28 07:01:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-07-28 07:01:13 +0000 |
commit | 6731353e784ece2b173e9d5e67cf5b53f708d6e2 (patch) | |
tree | c92f7bae1540198a0c8390925c9b2a8db208a1fb | |
parent | cd91ee980e19eae306f59f04da046b48846ac41d (diff) |
Notes
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/audiopreview/Makefile | 26 | ||||
-rw-r--r-- | multimedia/audiopreview/distinfo | 3 | ||||
-rw-r--r-- | multimedia/audiopreview/pkg-descr | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 62203ecf229d..781b982fed80 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -11,6 +11,7 @@ SUBDIR += atomicparsley SUBDIR += audacious SUBDIR += audacious-plugins + SUBDIR += audiopreview SUBDIR += avbin SUBDIR += avidemux2 SUBDIR += avifile diff --git a/multimedia/audiopreview/Makefile b/multimedia/audiopreview/Makefile new file mode 100644 index 000000000000..436218cb39f5 --- /dev/null +++ b/multimedia/audiopreview/Makefile @@ -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> diff --git a/multimedia/audiopreview/distinfo b/multimedia/audiopreview/distinfo new file mode 100644 index 000000000000..b89e3e38c04b --- /dev/null +++ b/multimedia/audiopreview/distinfo @@ -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 diff --git a/multimedia/audiopreview/pkg-descr b/multimedia/audiopreview/pkg-descr new file mode 100644 index 000000000000..8f5c2eebe05b --- /dev/null +++ b/multimedia/audiopreview/pkg-descr @@ -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/ |