diff options
author | pav <pav@FreeBSD.org> | 2004-02-01 09:57:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-01 09:57:25 +0800 |
commit | 272685fb305f9c27bfc29702655c473c49b97558 (patch) | |
tree | 04d92d6fdf7d479d2247c9094b59193dcee749e6 /audio | |
parent | 0f98d35312892f10f3e25f091195b1e14a43a421 (diff) | |
download | freebsd-ports-gnome-272685fb305f9c27bfc29702655c473c49b97558.tar.gz freebsd-ports-gnome-272685fb305f9c27bfc29702655c473c49b97558.tar.zst freebsd-ports-gnome-272685fb305f9c27bfc29702655c473c49b97558.zip |
- Update to 0.0.3
PR: ports/62186
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner-python/Makefile | 13 | ||||
-rw-r--r-- | audio/streamtuner-python/distinfo | 2 | ||||
-rw-r--r-- | audio/streamtuner-python/pkg-descr | 2 | ||||
-rw-r--r-- | audio/streamtuner-python/pkg-plist | 3 |
4 files changed, 9 insertions, 11 deletions
diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index e4e61de714fc..f877fde36263 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ # -PORTNAME= python -PORTVERSION= 0.0.2 +PORTNAME= streamtuner-python +PORTVERSION= 0.0.3 CATEGORIES= audio www MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ -PKGNAMEPREFIX= streamtuner- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be COMMENT= A streamtuner plugin providing a Python interpreter @@ -19,9 +17,10 @@ BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/s RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 USE_PYTHON= yes -USE_LIBTOOL= yes -#INSTALLS_SHLIB= not needed, the libs are plugins for streamtuner only + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/audio/streamtuner-python/distinfo b/audio/streamtuner-python/distinfo index ffc6a363daff..e50083f010d5 100644 --- a/audio/streamtuner-python/distinfo +++ b/audio/streamtuner-python/distinfo @@ -1 +1 @@ -MD5 (streamtuner-python-0.0.2.tar.gz) = aa6067f94be48b163f0d8ea57e397264 +MD5 (streamtuner-python-0.0.3.tar.gz) = 37a58abc59761b1b2fbdb156db8aa4fb diff --git a/audio/streamtuner-python/pkg-descr b/audio/streamtuner-python/pkg-descr index 1eb43d9927f9..d4092aa96224 100644 --- a/audio/streamtuner-python/pkg-descr +++ b/audio/streamtuner-python/pkg-descr @@ -1,7 +1,7 @@ streamtuner-python is a streamtuner plugin providing an embedded Python interpreter. -WWW: http://www.nongnu.org/streamtuner/plugins/ +WWW: http://www.nongnu.org/streamtuner/ - Jean-Yves Lefort jylefort@brutele.be diff --git a/audio/streamtuner-python/pkg-plist b/audio/streamtuner-python/pkg-plist index 2e1aeb987eb3..ffcc8e0fcca6 100644 --- a/audio/streamtuner-python/pkg-plist +++ b/audio/streamtuner-python/pkg-plist @@ -1,6 +1,5 @@ -lib/streamtuner/plugins/python.a -lib/streamtuner/plugins/python.la lib/streamtuner/plugins/python.so +share/locale/fr/LC_MESSAGES/streamtuner-python.mo share/streamtuner-python/icons/google-stations.png share/streamtuner-python/modules/G.py share/streamtuner-python/modules/G.pyc |