diff options
author | pav <pav@FreeBSD.org> | 2004-02-01 09:52:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-01 09:52:23 +0800 |
commit | 0f98d35312892f10f3e25f091195b1e14a43a421 (patch) | |
tree | eb0489d9000f29318155839de58aebe3a228cdcd /audio | |
parent | 0afde5aed519f1df1c605ec728530e5eca8474d1 (diff) | |
download | freebsd-ports-gnome-0f98d35312892f10f3e25f091195b1e14a43a421.tar.gz freebsd-ports-gnome-0f98d35312892f10f3e25f091195b1e14a43a421.tar.zst freebsd-ports-gnome-0f98d35312892f10f3e25f091195b1e14a43a421.zip |
- Update to 0.3.0
PR: ports/62185
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner-local/Makefile | 17 | ||||
-rw-r--r-- | audio/streamtuner-local/distinfo | 2 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-descr | 4 | ||||
-rw-r--r-- | audio/streamtuner-local/pkg-plist | 3 |
4 files changed, 13 insertions, 13 deletions
diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index 5593f24d8bc9..33b7375455f2 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -5,22 +5,23 @@ # $FreeBSD$ # -PORTNAME= local -PORTVERSION= 0.2.1 +PORTNAME= streamtuner-local +PORTVERSION= 0.3.0 CATEGORIES= audio www MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ -PKGNAMEPREFIX= streamtuner- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be -COMMENT= A plugin for streamtuner that browses a local MP3 repository +COMMENT= A streamtuner plugin for local music access 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 +LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ + vorbis:${PORTSDIR}/audio/libvorbis USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-id3lib=${LOCALBASE} +USE_LIBTOOL_VER= 15 + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo index 95d8650d0ab0..0c97c4f2b0ba 100644 --- a/audio/streamtuner-local/distinfo +++ b/audio/streamtuner-local/distinfo @@ -1 +1 @@ -MD5 (streamtuner-local-0.2.1.tar.gz) = ada99bb7e64aea59ca06c24124291bee +MD5 (streamtuner-local-0.3.0.tar.gz) = ec974ea107263277811aea8f6207bb57 diff --git a/audio/streamtuner-local/pkg-descr b/audio/streamtuner-local/pkg-descr index 9f5dd566bc9b..63618327129e 100644 --- a/audio/streamtuner-local/pkg-descr +++ b/audio/streamtuner-local/pkg-descr @@ -1,7 +1,7 @@ streamtuner-local is a streamtuner plugin providing access to your -local MP3 repository. It can extract ID3 information from your songs. +local music repository. It supports ID3 and Vorbis tags. -WWW: http://www.nongnu.org/streamtuner/plugins/ +WWW: http://www.nongnu.org/streamtuner/ - Jean-Yves Lefort jylefort@brutele.be diff --git a/audio/streamtuner-local/pkg-plist b/audio/streamtuner-local/pkg-plist index f2180d1612e9..69c86ec00587 100644 --- a/audio/streamtuner-local/pkg-plist +++ b/audio/streamtuner-local/pkg-plist @@ -1,3 +1,2 @@ -lib/streamtuner/plugins/local.a -lib/streamtuner/plugins/local.la lib/streamtuner/plugins/local.so +share/locale/fr/LC_MESSAGES/streamtuner-local.mo |