pkgsrc/audio/wmusic/patches/patch-aa
reed 97283472c8 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 <voins@voins.program.ru>,
   Michael Shigorin <mike@altlinux.ru>)

- 1.4.12
* Added patch to make sure xmms is running before calling some functions.
  (Thanks to Michael Cohrs <<michael@cohrs.de>)
* Added patch to fix volume slider overdrawing.
  (Thanks to Zdik Kudrle <zdik.kudrle@borg.cz>)
* Added patch to treat main window just like playlist, equalizer, with regard
  to visibility after right-clicking the wmusic app.
  (Thanks to Nicolas Hinz <nicolas-hinz@gmx.de>)

- 1.4.11
* Added patch to show volume slider (-b flag), allowing volume control
  without a scroll mouse.
  (Thanks to Alessandro Budai <budai@ingsun1.univ.trieste.it>)

- 1.4.10
* Added patch to fix segfaults caused by wrong size of displayRect array
  (Thanks to Alexey Voinov <voins@voins.program.ru>)

- 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.)
2004-09-01 15:00:59 +00:00

14 lines
626 B
Text

$NetBSD: patch-aa,v 1.1 2004/09/01 15:00:59 reed Exp $
--- src/Makefile.in.orig 2004-02-27 03:53:10.000000000 +0100
+++ src/Makefile.in 2004-08-31 21:18:09.000000000 +0200
@@ -10,8 +10,8 @@
OBJS = $(SRCS:.c=.o)
-CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \
+CFLAGS += -Wall -g -O2 -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \
`@PATH_XMMSCONFIG@ --cflags` \
-DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\"
-LDFLAGS = @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs` `@PATH_XMMSCONFIG@ --libs` \
+LDFLAGS += @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs` `@PATH_XMMSCONFIG@ --libs` \
@DGA_LIBS@ @VM_LIBS@