summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2009-03-05 21:48:47 +0000
committersnj <snj@pkgsrc.org>2009-03-05 21:48:47 +0000
commitcc3edf748b06d3353acdbeb894d1d4d779a24280 (patch)
treea77920fc864ae9d279dedd64f6fcb6746bd35384 /audio
parent8fba07e3a5b78a4b5dd8f074537dcfc85e4bf88c (diff)
downloadpkgsrc-cc3edf748b06d3353acdbeb894d1d4d779a24280.tar.gz
Remove tunesbrowser, which is dead upstream and has not been useful for
years.
Diffstat (limited to 'audio')
-rw-r--r--audio/tunesbrowser/DESCR11
-rw-r--r--audio/tunesbrowser/Makefile33
-rw-r--r--audio/tunesbrowser/PLIST11
-rw-r--r--audio/tunesbrowser/distinfo7
-rw-r--r--audio/tunesbrowser/patches/patch-ab27
-rw-r--r--audio/tunesbrowser/patches/patch-ad15
6 files changed, 0 insertions, 104 deletions
diff --git a/audio/tunesbrowser/DESCR b/audio/tunesbrowser/DESCR
deleted file mode 100644
index 5253bf54f50..00000000000
--- a/audio/tunesbrowser/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-TunesBrowser is a simple music player, capable of playing music found
-on iTunes(TM) shares.
-
-TunesBrowser can connect to the latest iTunes applications (as of
-April 29 2004) and is implemented on top of libopendaap
-
-TunesBrowser's interface is quite similar to that of iTunes.
-
-TunesBrowser was written with the purpose of being a prototype
-front-end for libopendaap. I intend to integrate libopendaap with
-other, more mature, players.
diff --git a/audio/tunesbrowser/Makefile b/audio/tunesbrowser/Makefile
deleted file mode 100644
index 502e50379a5..00000000000
--- a/audio/tunesbrowser/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:07 joerg Exp $
-#
-
-DISTNAME= tunesbrowser-0.3.0
-PKGREVISION= 12
-CATEGORIES= audio
-MASTER_SITES= http://craz.net/programs/itunes/files/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://craz.net/programs/itunes/libopendaap.html
-COMMENT= Front-end for DAAP client
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-
-CONFIGURE_ARGS+= --datadir=${PREFIX}/share/tunesbrowser
-DEPENDS+= gst-plugins0.8-esound>=0.8.1:../../audio/gst-plugins0.8-esound
-DEPENDS+= gst-plugins0.8-mad>=0.8.1:../../audio/gst-plugins0.8-mad
-
-BUILDLINK_API_DEPENDS.libopendaap+= libopendaap>=0.4.0
-
-.include "../../multimedia/gst-plugins0.8/buildlink3.mk"
-.include "../../audio/libopendaap/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../multimedia/gstreamer0.8/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-.include "../../sysutils/gst-plugins0.8-gnomevfs/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/tunesbrowser/PLIST b/audio/tunesbrowser/PLIST
deleted file mode 100644
index 1f8e2604468..00000000000
--- a/audio/tunesbrowser/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2005/08/05 12:58:49 tonio Exp $
-bin/tunesbrowser
-man/man1/tunesbrowser.1
-share/tunesbrowser/comp.blue.png
-share/tunesbrowser/comp.red.png
-share/tunesbrowser/sound1.png
-share/tunesbrowser/sound2.png
-share/tunesbrowser/soundfile.png
-share/tunesbrowser/tips.txt
-share/tunesbrowser/tunesbrowser.glade
-@dirrm share/tunesbrowser
diff --git a/audio/tunesbrowser/distinfo b/audio/tunesbrowser/distinfo
deleted file mode 100644
index f1e1020b826..00000000000
--- a/audio/tunesbrowser/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/08/05 12:58:49 tonio Exp $
-
-SHA1 (tunesbrowser-0.3.0.tar.bz2) = d1b543347af523d9da375019dc8a17c08f1cb27c
-RMD160 (tunesbrowser-0.3.0.tar.bz2) = a3be956f34ec7e0817a637a7d3d9dbd4df64bc60
-Size (tunesbrowser-0.3.0.tar.bz2) = 222593 bytes
-SHA1 (patch-ab) = 1b5719009ebfb659e5adb62e4c2cdf6b351d2c11
-SHA1 (patch-ad) = d8db8a91f0208aa211356389a5fcd5adb6d8f900
diff --git a/audio/tunesbrowser/patches/patch-ab b/audio/tunesbrowser/patches/patch-ab
deleted file mode 100644
index 2020cea52b8..00000000000
--- a/audio/tunesbrowser/patches/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2005/08/05 12:58:49 tonio Exp $
-
---- audioplayer.c.orig 2005-08-04 11:07:43.000000000 +0200
-+++ audioplayer.c 2005-08-04 11:10:48.000000000 +0200
-@@ -167,11 +167,11 @@
-
- static void cb_error (__UNUSED__ GstElement *gstelement,
- __UNUSED__ GstElement *arg1,
-- __UNUSED__ gpointer arg2,
-- gchar *arg3,
-+ GError *err,
-+ gchar *dbg_msg,
- __UNUSED__ gpointer user_data)
- {
-- fprintf(stderr, "an error occured:\n%s\n\n", arg3);
-+ fprintf(stderr, "an error occured:\n%s (%s)\n\n", err->message, dbg_msg);
- }
-
- static void cb_iterate(GstBin *bin, __UNUSED__ gpointer data)
-@@ -197,6 +197,7 @@
- /* remove the source and decoder from the pipeline */
- gst_bin_remove_many (GST_BIN (pipeline_thread), srcelem, decoder, NULL);
-
-+ gst_element_set_state(pipeline_thread, GST_STATE_NULL);
- gst_object_unref(GST_OBJECT(pipeline_thread));
- }
-
diff --git a/audio/tunesbrowser/patches/patch-ad b/audio/tunesbrowser/patches/patch-ad
deleted file mode 100644
index 3f4e9007e16..00000000000
--- a/audio/tunesbrowser/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2005/08/05 12:58:49 tonio Exp $
-
---- misc_ui.c.orig 2005-08-04 11:06:21.000000000 +0200
-+++ misc_ui.c 2005-08-04 11:06:42.000000000 +0200
-@@ -233,9 +233,9 @@
-
- if (seconds >= 0)
- {
-+ char bufstr[11] = {0};
- int minutes = seconds / 60;
- seconds -= minutes * 60;
-- char bufstr[11] = {0};
-
- snprintf(bufstr, 10, "%i:%02i",
- minutes, seconds);