2007-06-05 10:11:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2007/06/05 08:11:43 wiz Exp $
|
2004-04-11 20:10:57 +02:00
|
|
|
#
|
|
|
|
|
2005-08-01 02:09:35 +02:00
|
|
|
BMP_ENABLE_ENCODERS= yes
|
|
|
|
|
2004-04-11 20:10:57 +02:00
|
|
|
.include "Makefile.common"
|
|
|
|
|
2007-06-05 10:11:43 +02:00
|
|
|
PKGREVISION= 2
|
2006-09-16 17:36:12 +02:00
|
|
|
|
2005-03-16 22:27:00 +01:00
|
|
|
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
|
|
|
|
|
2006-07-06 02:15:14 +02:00
|
|
|
.if ${OPSYS} == "Darwin"
|
|
|
|
PLIST_SUBST+= CDAUDIO="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUBST+= CDAUDIO=""
|
|
|
|
.endif
|
2006-07-31 23:43:55 +02:00
|
|
|
PRINT_PLIST_AWK+= /cdaudio/ { print "$${CDAUDIO}" $$0; next }
|
2006-07-06 02:15:14 +02:00
|
|
|
|
2004-11-14 20:26:08 +01:00
|
|
|
# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
|
|
|
|
# any open plugin. libstdc++ gets dynamically linked in when the id3lib
|
|
|
|
# library is loaded, and is the one causing problems. See PR pkg/26846
|
|
|
|
# for more information.
|
|
|
|
USE_LANGUAGES= c c++
|
2005-12-05 21:49:47 +01:00
|
|
|
LDFLAGS.NetBSD+= -lstdc++ -lm
|
2004-11-14 20:26:08 +01:00
|
|
|
|
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)
2004-08-31 17:47:56 +02:00
|
|
|
.include "../../audio/id3lib/buildlink3.mk"
|
2004-04-11 20:10:57 +02:00
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
2004-04-13 01:15:01 +02:00
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
2004-09-21 19:22:12 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2004-04-13 01:15:01 +02:00
|
|
|
|
2004-04-11 20:10:57 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|