summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-06-21 16:38:33 +0000
committerrh <rh@pkgsrc.org>2001-06-21 16:38:33 +0000
commit1cbae43bbc9ebedae4aa2f583f492365b182683f (patch)
tree95a010187c26b374614e4d5c269388a1ab03981b /audio/xmms/Makefile
parentae4b59413d3e714d4e1df72be0f8c9ae4cc293f3 (diff)
downloadpkgsrc-1cbae43bbc9ebedae4aa2f583f492365b182683f.tar.gz
Update xmms to 1.2.5. Changes include:
Translation/Internationalization: * New translations (gl, pt, id, sr) * Translations work in libxmms. * Handles broken translations better. Plugins: * Joystick plugin suppports more than 4 buttons. * Vorbis plugin handles streams. * Vorbis plugin generate data in native endianness. * File info dialog for Vorbis plugin. * Alot of bugfixes to the Vorbis plugin. * Tonegen input plugin supports more frequencys at the same time. * Solaris output plugin added. * Additional fixes to the Solaris plugin after it moved to the XMMS source. * IR plugin can now configure IR code length. * OSS Output can now configure the mixer device manually. * Handle no effect plugins without crash. * Esd plugin makes use of ESPEAKER variable. * ID3v1.1 support, ID3v1.0 still saves the entire comment. Portability: * CDAudio ported to OpenBSD. * Fixed glitches in FreeBSD audio playback. * Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD. Playlist: * Physically delete file from playlist. * Right-click menu in the playlist. * Playlist counter wraps at ~136 years instead of ~600 hours. * Pressing middle mouse button in the playlist will try to add the content of the clipboard. Double click will clear the playlist. Misc: * MiniIcon now shows up in KDE2 taskbar. * Gnomexmms shows the title in the tooltip. * DGA support has been dropped. * Fullscreen code should be more sane now. * Man pages. (xmms, gnomexmms, wmxmms) Core: * Set realtime mode and drop root privilieges before initalizing GTK. (XMMS would not work with GTK 1.2.10) * Better shuffleplay support. * Possible to show WM decorations. * Fixed segfaults in the controlsocket. * Generic titles instead of Input plugin specific (mpg123, vorbis, cdaudio). * %F - File path, for titlestrings. * Smaller fixes, memory leaks and stability issues.
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r--audio/xmms/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 0468d449e7e..6fab2b65179 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2001/06/11 06:34:19 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2001/06/21 16:38:33 rh Exp $
# FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp
-DISTNAME= xmms-1.2.4
+DISTNAME= xmms-1.2.5
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
@@ -19,6 +19,7 @@ DEPENDS+= libxml>=1.8.5:../../textproc/libxml
USE_LIBTOOL= yes
USE_X11= yes
USE_MESA= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -31,7 +32,7 @@ LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
.if (${OPSYS} == NetBSD)
CONFIGURE_ARGS+=--with-dev-dsp=/dev/sound
-CPPFLAGS+= -I${WRKDIR}
+CPPFLAGS+= -I${WRKDIR} -DHAVE_NANOSLEEP=1
.if (${MACHINE_ARCH} == i386)
post-patch: