diff options
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 7 | ||||
-rw-r--r-- | audio/streamtuner/distinfo | 2 | ||||
-rw-r--r-- | audio/streamtuner/files/patch-aa | 26 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 7 |
4 files changed, 22 insertions, 20 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index bd1941431e2d..9632dba28135 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -6,8 +6,7 @@ # PORTNAME= streamtuner -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.10.1 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${PORTVERSION}/ @@ -18,7 +17,9 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes USE_GNOME= gtk20 -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= streamtuner.1 streamtuner-theme-convert.1 diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo index d147c0e45b12..314b589f9d6f 100644 --- a/audio/streamtuner/distinfo +++ b/audio/streamtuner/distinfo @@ -1 +1 @@ -MD5 (streamtuner-0.10.0.tar.gz) = 8509c0c226161668cbd303e7e853510c +MD5 (streamtuner-0.10.1.tar.gz) = ef6305a9de5ca80b3f9a7341b3a3fe6e diff --git a/audio/streamtuner/files/patch-aa b/audio/streamtuner/files/patch-aa index b7ca378aa47b..499b7f2fbb61 100644 --- a/audio/streamtuner/files/patch-aa +++ b/audio/streamtuner/files/patch-aa @@ -1,19 +1,21 @@ ---- extras/Makefile.in.orig Mon Jul 14 03:19:38 2003 -+++ extras/Makefile.in Mon Jul 14 03:20:05 2003 -@@ -29,6 +29,7 @@ - sharedstatedir = @sharedstatedir@ - localstatedir = @localstatedir@ +--- extras/Makefile.in.orig Thu Sep 18 09:14:07 2003 ++++ extras/Makefile.in Thu Sep 18 09:16:01 2003 +@@ -162,6 +162,7 @@ + infodir = @infodir@ + install_sh = @install_sh@ libdir = @libdir@ +libdatadir = @prefix@/libdata - infodir = @infodir@ + libexecdir = @libexecdir@ + localstatedir = @localstatedir@ mandir = @mandir@ - includedir = @includedir@ -@@ -98,7 +99,7 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - +@@ -172,8 +173,8 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -pkgconfigdir = $(libdir)/pkgconfig +-applicationsdir = $(datadir)/applications +pkgconfigdir = $(libdatadir)/pkgconfig - applicationsdir = $(datadir)/applications ++applicationsdir = $(datadir)/gnome/applications pkgconfig_DATA = streamtuner.pc + applications_DATA = streamtuner.desktop diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist index 4b3e5a06e46c..11c9b4d4cb71 100644 --- a/audio/streamtuner/pkg-plist +++ b/audio/streamtuner/pkg-plist @@ -13,12 +13,11 @@ include/streamtuner/st-stream-api.h include/streamtuner/st-transfer-api.h include/streamtuner/st-version-api.h include/streamtuner/streamtuner.h -lib/streamtuner/plugins/shoutcast.a -lib/streamtuner/plugins/shoutcast.la lib/streamtuner/plugins/shoutcast.so libdata/pkgconfig/streamtuner.pc -share/applications/streamtuner.desktop -share/pixmaps/streamtuner.png +share/gnome/applications/streamtuner.desktop +share/gnome/pixmaps/streamtuner.png +share/locale/fr/LC_MESSAGES/streamtuner.mo @dirrm include/streamtuner @dirrm lib/streamtuner/plugins @dirrm lib/streamtuner |