diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-08-31 15:47:56 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-08-31 15:47:56 +0000 |
commit | 472bd99a61d1fc599eb4cc7f135b7271d8933fc7 (patch) | |
tree | 0d5f2839db5ae03532e9b0d97a513e5b0785e0bd /audio/bmp-esound | |
parent | 7cd2694c91787856dd75c5339fe2a9e178caa8a1 (diff) | |
download | pkgsrc-472bd99a61d1fc599eb4cc7f135b7271d8933fc7.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/Makefile | 4 |
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/} |