New port: audio/streamtuner-live365
streamtuner-live365 is a Live365 plugin for streamtuner. PR: ports/43269 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
parent
780f64b683
commit
66104024a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74613
@ -255,6 +255,7 @@
|
||||
SUBDIR += streamripper
|
||||
SUBDIR += streamtuner
|
||||
SUBDIR += streamtuner-live365
|
||||
SUBDIR += streamtuner-local
|
||||
SUBDIR += sweep
|
||||
SUBDIR += swhplugins
|
||||
SUBDIR += tclmidi
|
||||
|
26
audio/streamtuner-local/Makefile
Normal file
26
audio/streamtuner-local/Makefile
Normal file
@ -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>
|
1
audio/streamtuner-local/distinfo
Normal file
1
audio/streamtuner-local/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (streamtuner-local-0.2.0.tar.gz) = 09d558e18ce4ee68a6e5ed1f9117d0f9
|
1
audio/streamtuner-local/pkg-comment
Normal file
1
audio/streamtuner-local/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A plugin for streamtuner that browses a local MP3 repository
|
7
audio/streamtuner-local/pkg-descr
Normal file
7
audio/streamtuner-local/pkg-descr
Normal file
@ -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
|
3
audio/streamtuner-local/pkg-plist
Normal file
3
audio/streamtuner-local/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/streamtuner/plugins/local.a
|
||||
lib/streamtuner/plugins/local.la
|
||||
lib/streamtuner/plugins/local.so
|
Loading…
Reference in New Issue
Block a user