head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.24 pkgsrc-2008Q1:1.3.0.22 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.4 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.2 pkgsrc-2004Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2009.03.05.21.48.47; author snj; state dead; branches; next 1.3; 1.3 date 2005.08.05.12.58.49; author tonio; state Exp; branches; next 1.2; 1.2 date 2005.03.20.11.09.47; author jmmv; state Exp; branches; next 1.1; 1.1 date 2004.08.14.11.43.53; author kristerw; state Exp; branches; next ; desc @@ 1.4 log @Remove tunesbrowser, which is dead upstream and has not been useful for years. @ text @$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); @ 1.3 log @update tunesbrowser to 0.3.0 update the url to www.craz.net patch-aa is no more necessary (SA_NOMASK is no more used) Main changelog entries: - password support. You will be prompted for a password if a server requires a password - playlist support. - Several bug and portablity fixes approved by cube@@ @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2005/03/20 11:09:47 jmmv Exp $ @ 1.2 log @Update to 0.2.0. I'm doing this before the freeze ends because: - 0.1.x doesn't work with libopendaap 0.3.x, the version we have in pkgsrc. Simply put, the package didn't build, as seen in several bulk builds. - 0.1.x was designed for gstreamer 0.6, but we have 0.8 in pkgsrc (which are incompatible). The package was patched to work with 0.8, but there might be problems, so it's safer to update. Changes in 0.2.0: - Add new Party Shuffle feature to allow selected ordering of songs from any available hosts. - Total rewrite of application core for improved stability and scalability. - Total rewrite of music player interface, fixes random freezes in gstreamer. (Works around gstreamer bug). - Add support for gstreamer 0.8. - Various GUI improvements - Add support for playing local songs dragged into the Party Shuffle area. - Add support for connecting to mt-daapd servers. - Plenty of bug fixes. Changes in 0.1.6: - Fix slow play start when starting from slow computers. - Remove host from list when it goes away. - Various backend changes. - Beat Birkhofer: Use the ESD sink (generally available on OS @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2004/08/14 11:43:53 kristerw Exp $ d3 3 a5 3 --- misc_ui.c.orig 2005-01-02 02:53:52.000000000 +0100 +++ misc_ui.c @@@@ -202,9 +202,9 @@@@ static void cb_update_songpos(int second @ 1.1 log @Convert C99-isms to C89, to make this pckage build with gcc 2.95. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- misc_ui.c.orig Sat Aug 14 13:32:13 2004 +++ misc_ui.c Sat Aug 14 13:35:31 2004 @@@@ -138,9 +138,9 @@@@ @