diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-04 10:08:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-04 10:08:49 +0800 |
commit | 3cf71dfb96aab219c01cc88633890a243d22e85c (patch) | |
tree | eea016e68d758b1aa59e4fc61817134e599c9749 /audio | |
parent | 30c67e2926e8a59d88cf25dca7287d5d2ded1dd1 (diff) | |
download | freebsd-ports-gnome-3cf71dfb96aab219c01cc88633890a243d22e85c.tar.gz freebsd-ports-gnome-3cf71dfb96aab219c01cc88633890a243d22e85c.tar.zst freebsd-ports-gnome-3cf71dfb96aab219c01cc88633890a243d22e85c.zip |
New port: audio/streamtuner-live365
streamtuner-live365 is a Live365 plugin for streamtuner.
PR: ports/43269
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/streamtuner-local/Makefile | 26 | ||||
-rw-r--r-- | audio/streamtuner-local/distinfo | 1 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-comment | 1 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-descr | 7 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 38d224d0138b..cf255b7aa7e8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -255,6 +255,7 @@ SUBDIR += streamripper SUBDIR += streamtuner SUBDIR += streamtuner-live365 + SUBDIR += streamtuner-local SUBDIR += sweep SUBDIR += swhplugins SUBDIR += tclmidi diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile new file mode 100644 index 000000000000..6d4575227504 --- /dev/null +++ b/audio/streamtuner-local/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: streamtuner-local +# Date created: 18 Jul 2002 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# + +PORTNAME= local +PORTVERSION= 0.2.0 +CATEGORIES= audio www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= streamtuner +PKGNAMEPREFIX= streamtuner- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= jylefort@brutele.be + +BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner +RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner +LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-id3lib=${LOCALBASE} + +.include <bsd.port.mk> diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo new file mode 100644 index 000000000000..3e0d4047c11b --- /dev/null +++ b/audio/streamtuner-local/distinfo @@ -0,0 +1 @@ +MD5 (streamtuner-local-0.2.0.tar.gz) = 09d558e18ce4ee68a6e5ed1f9117d0f9 diff --git a/audio/streamtuner-local/pkg-comment b/audio/streamtuner-local/pkg-comment new file mode 100644 index 000000000000..631db4ca50a8 --- /dev/null +++ b/audio/streamtuner-local/pkg-comment @@ -0,0 +1 @@ +A plugin for streamtuner that browses a local MP3 repository diff --git a/audio/streamtuner-local/pkg-descr b/audio/streamtuner-local/pkg-descr new file mode 100644 index 000000000000..b362bb6ca676 --- /dev/null +++ b/audio/streamtuner-local/pkg-descr @@ -0,0 +1,7 @@ +streamtuner-local is a streamtuner plugin providing access to your +local MP3 repository. It can extract ID3 information from your songs. + +WWW: http://streamtuner.sourceforge.net#plugins + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/audio/streamtuner-local/pkg-plist b/audio/streamtuner-local/pkg-plist new file mode 100644 index 000000000000..f2180d1612e9 --- /dev/null +++ b/audio/streamtuner-local/pkg-plist @@ -0,0 +1,3 @@ +lib/streamtuner/plugins/local.a +lib/streamtuner/plugins/local.la +lib/streamtuner/plugins/local.so |