2018-11-14 23:20:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.73 2018/11/14 22:21:00 kleink 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"
|
2018-11-14 23:20:58 +01:00
|
|
|
PKGREVISION= 46
|
2006-09-16 17:36:12 +02:00
|
|
|
|
2012-01-14 04:13:03 +01:00
|
|
|
USE_TOOLS+= unzip:run
|
2005-03-16 22:27:00 +01:00
|
|
|
|
2008-04-13 00:42:57 +02:00
|
|
|
PLIST_VARS+= cdaudio
|
|
|
|
.if ${OPSYS} != "Darwin"
|
|
|
|
PLIST.cdaudio= yes
|
2006-07-06 02:15:14 +02:00
|
|
|
.endif
|
2008-04-13 00:42:57 +02:00
|
|
|
PRINT_PLIST_AWK+= /cdaudio/ { print "$${PLIST.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"
|