summaryrefslogtreecommitdiff
path: root/audio/bmp-esound
AgeCommit message (Collapse)AuthorFilesLines
2004-12-25Update bmp and bmp-esound to 0.9.7; from Stefan Krüger in PR pkg/28672.jmmv1-3/+2
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)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-31Update bmp and bmp-esound to 0.9.7rc2 (what a PITA):jmmv1-2/+2
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-04-11Initial import of bmp-esound, version 0.9.6:jmmv3-0/+25
bmp-esound is an output plugin for the Beep Media Player program that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).