diff options
author | pav <pav@FreeBSD.org> | 2004-02-01 09:47:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-01 09:47:00 +0800 |
commit | 0afde5aed519f1df1c605ec728530e5eca8474d1 (patch) | |
tree | 6d1c00aa1c26a3ab7e790678b7bdaacd07be8135 /audio | |
parent | 2d8886ef52160bf15eb93a6cf726dfc9186aed0b (diff) | |
download | freebsd-ports-gnome-0afde5aed519f1df1c605ec728530e5eca8474d1.tar.gz freebsd-ports-gnome-0afde5aed519f1df1c605ec728530e5eca8474d1.tar.zst freebsd-ports-gnome-0afde5aed519f1df1c605ec728530e5eca8474d1.zip |
- Update to 0.3.3
PR: ports/62184
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner-live365/Makefile | 11 | ||||
-rw-r--r-- | audio/streamtuner-live365/distinfo | 2 | ||||
-rw-r--r-- | audio/streamtuner-live365/pkg-descr | 2 | ||||
-rw-r--r-- | audio/streamtuner-live365/pkg-plist | 1 |
4 files changed, 9 insertions, 7 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index a5a74eb840c4..b305f2f368cd 100644 --- a/audio/streamtuner-live365/Makefile +++ b/audio/streamtuner-live365/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ # -PORTNAME= live365 -PORTVERSION= 0.3.2 +PORTNAME= streamtuner-live365 +PORTVERSION= 0.3.3 CATEGORIES= audio www MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ -PKGNAMEPREFIX= streamtuner- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be COMMENT= A Live365 plugin for streamtuner @@ -19,6 +17,9 @@ 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 + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/audio/streamtuner-live365/distinfo b/audio/streamtuner-live365/distinfo index 1096e8463def..8de11a4a5635 100644 --- a/audio/streamtuner-live365/distinfo +++ b/audio/streamtuner-live365/distinfo @@ -1 +1 @@ -MD5 (streamtuner-live365-0.3.2.tar.gz) = c02fbabb6365201a6ff97d953902e9df +MD5 (streamtuner-live365-0.3.3.tar.gz) = ab1b012af382f619bdcbe2e19e5a82e5 diff --git a/audio/streamtuner-live365/pkg-descr b/audio/streamtuner-live365/pkg-descr index 31a4944acea8..f498da060ad7 100644 --- a/audio/streamtuner-live365/pkg-descr +++ b/audio/streamtuner-live365/pkg-descr @@ -1,6 +1,6 @@ streamtuner-live365 is a Live365 plugin for streamtuner. -WWW: http://www.nongnu.org/streamtuner/plugins +WWW: http://www.nongnu.org/streamtuner/ - Jean-Yves Lefort jylefort@brutele.be diff --git a/audio/streamtuner-live365/pkg-plist b/audio/streamtuner-live365/pkg-plist index ae2a68466751..1ecf59f1bb60 100644 --- a/audio/streamtuner-live365/pkg-plist +++ b/audio/streamtuner-live365/pkg-plist @@ -1 +1,2 @@ lib/streamtuner/plugins/live365.so +share/locale/fr/LC_MESSAGES/streamtuner-live365.mo |