Add streamtuner-xiph, a streamtuner plugin for Xiph.org radio directory.
PR: ports/62187 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
parent
909f75d1a8
commit
9e780f67fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99664
5 changed files with 36 additions and 0 deletions
|
@ -324,6 +324,7 @@
|
||||||
SUBDIR += streamtuner-live365
|
SUBDIR += streamtuner-live365
|
||||||
SUBDIR += streamtuner-local
|
SUBDIR += streamtuner-local
|
||||||
SUBDIR += streamtuner-python
|
SUBDIR += streamtuner-python
|
||||||
|
SUBDIR += streamtuner-xiph
|
||||||
SUBDIR += sweep
|
SUBDIR += sweep
|
||||||
SUBDIR += swhplugins
|
SUBDIR += swhplugins
|
||||||
SUBDIR += taglib
|
SUBDIR += taglib
|
||||||
|
|
25
audio/streamtuner-xiph/Makefile
Normal file
25
audio/streamtuner-xiph/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# New ports collection makefile for: streamtuner-xiph
|
||||||
|
# Date created: 31 Jan 2004
|
||||||
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= streamtuner-xiph
|
||||||
|
PORTVERSION= 0.0.1
|
||||||
|
CATEGORIES= audio www
|
||||||
|
MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/
|
||||||
|
|
||||||
|
MAINTAINER= jylefort@brutele.be
|
||||||
|
COMMENT= A dir.xiph.org plugin for streamtuner
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner
|
||||||
|
RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
USE_LIBTOOL_VER= 15
|
||||||
|
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
audio/streamtuner-xiph/distinfo
Normal file
1
audio/streamtuner-xiph/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (streamtuner-xiph-0.0.1.tar.gz) = 52929a791fd143f94a16b47d6f7958a5
|
7
audio/streamtuner-xiph/pkg-descr
Normal file
7
audio/streamtuner-xiph/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
streamtuner-xiph is a streamtuner plugin implementing a dir.xiph.org
|
||||||
|
handler.
|
||||||
|
|
||||||
|
WWW: http://www.nongnu.org/streamtuner/
|
||||||
|
|
||||||
|
- Jean-Yves Lefort
|
||||||
|
jylefort@brutele.be
|
2
audio/streamtuner-xiph/pkg-plist
Normal file
2
audio/streamtuner-xiph/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
lib/streamtuner/plugins/xiph.so
|
||||||
|
share/locale/fr/LC_MESSAGES/streamtuner-xiph.mo
|
Loading…
Reference in a new issue