diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-25 15:22:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-25 15:22:36 +0000 |
commit | 94684995f992a6a1785a2170fce28de065b179af (patch) | |
tree | cac7a432200edc70ecf683f1fb76fb7f6091639f /audio/bmp/Makefile.common | |
parent | 1a59311b3a62488adce39a86d36cb8dd4dddc800 (diff) | |
download | pkgsrc-94684995f992a6a1785a2170fce28de065b179af.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/Makefile.common')
-rw-r--r-- | audio/bmp/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 4e3d668ea92..5aea40c71bd 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.5 2004/08/31 15:47:56 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/12/25 15:22:36 jmmv Exp $ # -DISTNAME= bmp-0.9.7rc2 +DISTNAME= bmp-0.9.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beepmp/} @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --disable-opengl CONFIGURE_ARGS+= --disable-oss CONFIGURE_ARGS+= --disable-vorbis -PKGCONFIG_OVERRIDE+= beep.pc +PKGCONFIG_OVERRIDE+= bmp.pc PKG_OPTIONS_VAR= PKG_OPTIONS.bmp PKG_SUPPORTED_OPTIONS= gnome |