summaryrefslogtreecommitdiff
path: root/audio/bmp-esound
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-08-31 15:47:56 +0000
committerjmmv <jmmv>2004-08-31 15:47:56 +0000
commit6839910692b3b0129148e1e3675d892127427534 (patch)
tree0d5f2839db5ae03532e9b0d97a513e5b0785e0bd /audio/bmp-esound
parenta3c3fc8663c569ebfde71d4e899d3888f510c822 (diff)
downloadpkgsrc-6839910692b3b0129148e1e3675d892127427534.tar.gz
Update bmp and bmp-esound to 0.9.7rc2 (what a PITA):
BMP 0.9.7 rc2 Bugfixes * Include the file "beep/build.list" in the distribution. BMP 0.9.7 rc1 Enhancements * Revised GUI according to GNOME HIG * New window icons * New About and Preferences dialog * New file/folder selector using GTK+ 2.4's file chooser * Skin cursor support * New equalizer using IIR filtering * ID3v2 editing support using id3lib * ID3 character encoding to assume may now be overrided * New title formatting tag for conditional fields eg. %{n:text%} * Experimental GConf and GNOME VFS support * New translations (Dutch, German, Italian, Japanese, Korean, Lithuanian, Russian, Simplified Chinese, Spanish, Swedish, Welsh) * Merged configure scripts for shorter build time Miscellaneous * Removed EasyMove and DoubleSize * Removed real-time priority support * Removed AM_PATH_BMP m4 macro in favour of PKG_CHECK_MODULES * Removed beep-config in favour of 'pkg-config bmp' Bugfixes * Memory leaks * i18n and l10n * Many others (see Bugzilla and ChangeLog)
Diffstat (limited to 'audio/bmp-esound')
-rw-r--r--audio/bmp-esound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bmp-esound/Makefile b/audio/bmp-esound/Makefile
index 9e719263977..7ed6e7438fd 100644
--- a/audio/bmp-esound/Makefile
+++ b/audio/bmp-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 18:13:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/31 15:47:56 jmmv Exp $
#
.include "../../audio/bmp/Makefile.common"
@@ -6,7 +6,7 @@
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
CATEGORIES+= gnome
-DEPENDS+= bmp>=0.9.6:../../audio/bmp
+DEPENDS+= bmp>=0.9.7rc2:../../audio/bmp
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/}