diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 02:04:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-01 02:04:28 +0000 |
commit | 9e780f67fc75d23ee462546b994c75682766faab (patch) | |
tree | db558d8b5e9fc8b97f1f4104772a7fe9b5e86934 /audio | |
parent | - Update to 0.0.3 (diff) |
Add streamtuner-xiph, a streamtuner plugin for Xiph.org radio directory.
PR: ports/62187
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes
Notes:
svn path=/head/; revision=99664
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/streamtuner-xiph/Makefile | 25 | ||||
-rw-r--r-- | audio/streamtuner-xiph/distinfo | 1 | ||||
-rw-r--r-- | audio/streamtuner-xiph/pkg-descr | 7 | ||||
-rw-r--r-- | audio/streamtuner-xiph/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 05eba4e3ed78..da71cdd26dcd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -324,6 +324,7 @@ SUBDIR += streamtuner-live365 SUBDIR += streamtuner-local SUBDIR += streamtuner-python + SUBDIR += streamtuner-xiph SUBDIR += sweep SUBDIR += swhplugins SUBDIR += taglib diff --git a/audio/streamtuner-xiph/Makefile b/audio/streamtuner-xiph/Makefile new file mode 100644 index 000000000000..1f639a7cbdf6 --- /dev/null +++ b/audio/streamtuner-xiph/Makefile @@ -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> diff --git a/audio/streamtuner-xiph/distinfo b/audio/streamtuner-xiph/distinfo new file mode 100644 index 000000000000..5b4ae4419e52 --- /dev/null +++ b/audio/streamtuner-xiph/distinfo @@ -0,0 +1 @@ +MD5 (streamtuner-xiph-0.0.1.tar.gz) = 52929a791fd143f94a16b47d6f7958a5 diff --git a/audio/streamtuner-xiph/pkg-descr b/audio/streamtuner-xiph/pkg-descr new file mode 100644 index 000000000000..7ef81e16ab7e --- /dev/null +++ b/audio/streamtuner-xiph/pkg-descr @@ -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 diff --git a/audio/streamtuner-xiph/pkg-plist b/audio/streamtuner-xiph/pkg-plist new file mode 100644 index 000000000000..9142b37677c4 --- /dev/null +++ b/audio/streamtuner-xiph/pkg-plist @@ -0,0 +1,2 @@ +lib/streamtuner/plugins/xiph.so +share/locale/fr/LC_MESSAGES/streamtuner-xiph.mo |