head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.48 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.46 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.44 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.42 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.40 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.38 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.36 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.34 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.32 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.30 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.28 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.26 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.24 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.22 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.20 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.18 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.16 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.14 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.12 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.10 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.8 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.6 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.4 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.1.1.0.6 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.1.1.0.10 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.1.1.0.12 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.1.1.0.14 pkgviews-base:1.1 buildlink2-base:1.1.1.1 buildlink2:1.1.1.1.0.8 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2004.09.01.15.00.59; author reed; state dead; branches; next 1.1; 1.1 date 2002.06.19.13.06.01; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.06.19.13.06.01; author agc; state Exp; branches 1.1.1.1.8.1; next ; 1.1.1.1.8.1 date 2002.06.19.13.06.01; author jlam; state dead; branches; next 1.1.1.1.8.2; 1.1.1.1.8.2 date 2002.06.23.18.39.31; author jlam; state Exp; branches; next ; desc @@ 1.2 log @Update of wmusic from package maintainer, joel@@carnat.net. This is now wmusic-1.5.0. From README's ChangeLog: - 1.5.0 * Added -R option to start xmms when wmusic is started, and to exit wmusic when xmms exits. (Thanks to Mateusz Greszta) * Incremented the minor version number, getting sick of 1.4.xx releases :) - 1.4.14 * Fixed the configure/manpage issue from 1.4.13 :) - 1.4.13 * Added Russian/Ukrainian glyph support. (Thanks to Alexey Voinov , Michael Shigorin ) - 1.4.12 * Added patch to make sure xmms is running before calling some functions. (Thanks to Michael Cohrs <) * Added patch to fix volume slider overdrawing. (Thanks to Zdik Kudrle ) * Added patch to treat main window just like playlist, equalizer, with regard to visibility after right-clicking the wmusic app. (Thanks to Nicolas Hinz ) - 1.4.11 * Added patch to show volume slider (-b flag), allowing volume control without a scroll mouse. (Thanks to Alessandro Budai ) - 1.4.10 * Added patch to fix segfaults caused by wrong size of displayRect array (Thanks to Alexey Voinov ) - 1.4.9 * Added patch to stop rotating arrow when XMMS is paused (-a flag) * Added patch to switch between time left and time elapsed display (-l flag to start with time left) * Changed docs to reflect new maintainership (John Chapin) - 1.4.8 * Corrected e-mail addresses Changes to package include: Removed patch-ab and added patch-aa. Changed homepage and MASTER_SITES. Removed include of x11/gtk/buildlink3.mk. My changes to this package: Removed @@ from install steps so they would be displayed. Capitalized XMMS in COMMENT. (TODO: the README should list the switches/options. And it appears the -V option is broken.) @ text @$NetBSD: patch-ab,v 1.1 2002/06/19 13:06:01 agc Exp $ --- src/Makefile.in.orig Mon Apr 30 00:59:12 2001 +++ src/Makefile.in Mon Apr 30 00:59:20 2001 @@@@ -9,7 +9,7 @@@@ ../libdockapp/dapixmap.c ../libdockapp/darect.c OBJS = $(SRCS:.c=.o) -CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@@PATH_GTKCONFIG@@ --cflags` \ +CFLAGS += -Wall -g -I. -I../libdockapp `@@PATH_GTKCONFIG@@ --cflags` \ `@@PATH_XMMSCONFIG@@ --cflags` \ -DDATA_DIR=\"`@@PATH_XMMSCONFIG@@ --data-dir`\" LDFLAGS = @@LIBS@@ -lXpm `@@PATH_GTKCONFIG@@ --libs` `@@PATH_XMMSCONFIG@@ --libs` \ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of wmusic-1.4.7 into the NetBSD Packages Collection. Provided in PR 17154 by ptiJo@@noos.fr. wmusic is a dockapp that remote-controls xmms. Features include VCR-style controls, Time and Playlist display, supa style rotating arrow, hiding of the xmms windows and reactive interface. @ text @@ 1.1.1.1.8.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 18:39:31 +0000 @ text @d1 13 @ 1.1.1.1.8.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 13 $NetBSD: patch-ab,v 1.1.1.1.8.1 2002/06/23 18:39:31 jlam Exp $ --- src/Makefile.in.orig Mon Apr 30 00:59:12 2001 +++ src/Makefile.in Mon Apr 30 00:59:20 2001 @@@@ -9,7 +9,7 @@@@ ../libdockapp/dapixmap.c ../libdockapp/darect.c OBJS = $(SRCS:.c=.o) -CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@@PATH_GTKCONFIG@@ --cflags` \ +CFLAGS += -Wall -g -I. -I../libdockapp `@@PATH_GTKCONFIG@@ --cflags` \ `@@PATH_XMMSCONFIG@@ --cflags` \ -DDATA_DIR=\"`@@PATH_XMMSCONFIG@@ --data-dir`\" LDFLAGS = @@LIBS@@ -lXpm `@@PATH_GTKCONFIG@@ --libs` `@@PATH_XMMSCONFIG@@ --libs` \ @