summaryrefslogtreecommitdiff
path: root/audio/streamtuner-local
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-02-16 05:59:54 +0000
committersalo <salo@pkgsrc.org>2003-02-16 05:59:54 +0000
commit3b09445cf6f7172f4b0ce4984faffa39cf14ae8d (patch)
tree66eb5b7a252a3dcecde1b0adae400a507d4a2473 /audio/streamtuner-local
parente1fa602e1ba9f663aa120f912829de3b965731e8 (diff)
downloadpkgsrc-3b09445cf6f7172f4b0ce4984faffa39cf14ae8d.tar.gz
streamtuner-local is a streamtuner plugin providing access to your
local MP3 repository. It can extract ID3 information from your songs. Package provided by Juan RP via PR pkg/20241 with small modifications by me.
Diffstat (limited to 'audio/streamtuner-local')
-rw-r--r--audio/streamtuner-local/DESCR2
-rw-r--r--audio/streamtuner-local/Makefile25
-rw-r--r--audio/streamtuner-local/PLIST3
-rw-r--r--audio/streamtuner-local/distinfo5
-rw-r--r--audio/streamtuner-local/patches/patch-aa13
5 files changed, 48 insertions, 0 deletions
diff --git a/audio/streamtuner-local/DESCR b/audio/streamtuner-local/DESCR
new file mode 100644
index 00000000000..d7aae135068
--- /dev/null
+++ b/audio/streamtuner-local/DESCR
@@ -0,0 +1,2 @@
+streamtuner-local is a streamtuner plugin providing access to your
+local MP3 repository. It can extract ID3 information from your songs.
diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile
new file mode 100644
index 00000000000..deee95ce121
--- /dev/null
+++ b/audio/streamtuner-local/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $
+#
+
+DISTNAME= streamtuner-local-0.2.1
+CATEGORIES= audio www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/}
+
+MAINTAINER= jrp@hispabsd.org
+HOMEPAGE= http://streamtuner.sourceforge.net/
+COMMENT= Streamtuner plugin providing access to your local MP3 repository
+
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_X11= YES
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ARGS+= --with-id3lib="${BUILDLINK_PREFIX.id3lib}"
+
+.include "../../audio/id3lib/buildlink2.mk"
+.include "../../audio/streamtuner/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/streamtuner-local/PLIST b/audio/streamtuner-local/PLIST
new file mode 100644
index 00000000000..9575fda3daf
--- /dev/null
+++ b/audio/streamtuner-local/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $
+lib/streamtuner/plugins/local.la
+lib/streamtuner/plugins/local.so
diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo
new file mode 100644
index 00000000000..3d84f9948ab
--- /dev/null
+++ b/audio/streamtuner-local/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $
+
+SHA1 (streamtuner-local-0.2.1.tar.gz) = 06fe5438d1c8c9b82dcd80f6fe19d849e4c8faf6
+Size (streamtuner-local-0.2.1.tar.gz) = 182499 bytes
+SHA1 (patch-aa) = 6816c5d51d657a8655814fcd1e73001a6b31ae08
diff --git a/audio/streamtuner-local/patches/patch-aa b/audio/streamtuner-local/patches/patch-aa
new file mode 100644
index 00000000000..3afd0804f9d
--- /dev/null
+++ b/audio/streamtuner-local/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $
+
+--- configure.orig 2003-02-07 20:25:35.000000000 +0100
++++ configure 2003-02-07 20:25:59.000000000 +0100
+@@ -7933,7 +7933,7 @@
+ fi
+
+ ID3LIB_CFLAGS="-I$ID3LIB_PREFIX/include"
+-ID3LIB_LIBS="-L$ID3LIB_PREFIX/lib -lstdc++ -lz -lid3"
++ID3LIB_LIBS="-L$ID3LIB_PREFIX/lib -lm -lstdc++ -lz -lid3"
+
+ found=yes
+ id3lib_min_version=3.8.0