diff options
author | reed <reed> | 2004-09-01 15:00:59 +0000 |
---|---|---|
committer | reed <reed> | 2004-09-01 15:00:59 +0000 |
commit | df8affee8bd329922ad9958fad58ecf382956b83 (patch) | |
tree | e975de6746f22625f5ba8029766151617e0cec6c /audio/wmusic/Makefile | |
parent | 3288c283fe06377f75347c568cd2f460245a0e24 (diff) | |
download | pkgsrc-df8affee8bd329922ad9958fad58ecf382956b83.tar.gz |
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.)
Diffstat (limited to 'audio/wmusic/Makefile')
-rw-r--r-- | audio/wmusic/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index b111854fa98..44bef4147d2 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2004/08/31 21:48:55 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/09/01 15:00:59 reed Exp $ -DISTNAME= wmusic-1.4.7 -PKGREVISION= 3 +DISTNAME= wmusic-1.5.0 CATEGORIES= audio windowmaker -MASTER_SITES= http://hadess.net/files/attic/wmusic/ +MASTER_SITES= http://home.jtan.com/~john/wmusic/ MAINTAINER= joel@carnat.net -HOMEPAGE= http://hadess.net/code.shtml -COMMENT= WindowMaker dockable remote for xmms +HOMEPAGE= http://home.jtan.com/~john/wmusic/ +COMMENT= WindowMaker dockable remote for XMMS GNU_CONFIGURE= yes USE_BUILDLINK3= yes @@ -15,13 +14,11 @@ USE_GNU_TOOLS+= make USE_X11= yes do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin - @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmusic - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmusic - @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmusic + ${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmusic + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmusic + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmusic .include "../../audio/xmms/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |