summaryrefslogtreecommitdiff
path: root/audio/bmp-esound
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-12-25 15:22:36 +0000
committerjmmv <jmmv@pkgsrc.org>2004-12-25 15:22:36 +0000
commitdc0fbba41b62ca2eff7c0099deaac12e255b9779 (patch)
treecac7a432200edc70ecf683f1fb76fb7f6091639f /audio/bmp-esound
parentcdc5dd744b10fdc379c36d630eff5cad87e64baa (diff)
downloadpkgsrc-dc0fbba41b62ca2eff7c0099deaac12e255b9779.tar.gz
Update bmp and bmp-esound to 0.9.7; from Stefan Krüger in PR pkg/28672.
Enhancements * Multiple encoding support for trying ID3 title conversion * GUI refinement tweaks * New logo and icons * New command line option to bring BMP to desktop foreground (--activate). * New compile-time option select XMMS equalization (--with-xmms-eq). * New translations (Brazilian Portuguese, Breton, Czech, Greek, Hungarian, Macedonian, Romanian, Slovak) * Running beep-media-player --version now prints built-in optional components Bugfixes * Fixed removal of dead playlist entries * Fixed dependency information in pkg-config file (bmp.pc) * Fixed and disambiguated playlist editor accelerators * Hacked around playlist editor shade bug (now always unshades on launch) * Many others (see Bugzilla and ChangeLog)
Diffstat (limited to 'audio/bmp-esound')
-rw-r--r--audio/bmp-esound/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/bmp-esound/Makefile b/audio/bmp-esound/Makefile
index d72728add86..0d031ca07f9 100644
--- a/audio/bmp-esound/Makefile
+++ b/audio/bmp-esound/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2004/10/03 00:13:05 tv Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/25 15:22:37 jmmv Exp $
#
.include "../../audio/bmp/Makefile.common"
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
-PKGREVISION= 1
CATEGORIES+= gnome
-DEPENDS+= bmp>=0.9.7rc2:../../audio/bmp
+DEPENDS+= bmp>=0.9.7:../../audio/bmp
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/}