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 | fbce123d325a54eed6133f55f416f3156e52ae32 (patch) | |
tree | 0d5f2839db5ae03532e9b0d97a513e5b0785e0bd /audio/bmp/patches/patch-ag | |
parent | cdfba495b8db76ca6599171b505bff3f4d3b3571 (diff) | |
download | pkgsrc-fbce123d325a54eed6133f55f416f3156e52ae32.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/patches/patch-ag')
-rw-r--r-- | audio/bmp/patches/patch-ag | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/audio/bmp/patches/patch-ag b/audio/bmp/patches/patch-ag index cb2eb190a64..16f671732ff 100644 --- a/audio/bmp/patches/patch-ag +++ b/audio/bmp/patches/patch-ag @@ -1,15 +1,13 @@ -$NetBSD: patch-ag,v 1.1.1.1 2004/04/11 18:11:06 jmmv Exp $ +$NetBSD: patch-ag,v 1.2 2004/08/31 15:47:56 jmmv Exp $ ---- beep/beep.desktop.in.orig Sat Nov 29 04:13:49 2003 -+++ beep/beep.desktop.in -@@ -2,8 +2,8 @@ - Name=Beep - Comment=Beep media player +--- beep/bmp.desktop.in.orig 2004-07-07 09:56:34.000000000 +0200 ++++ beep/bmp.desktop.in +@@ -2,7 +2,7 @@ + Name=Beep Media Player + Comment=Play music Exec=beep-media-player --Icon=beep.svg -+Icon=@prefix@/share/bmp/beep.svg +-Icon=bmp.svg ++Icon=@prefix@/share/bmp/bmp.svg MimeType=audio/x-scpls;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg --Categories=GTK;AudioVideo;Player -+Categories=Application;AudioVideo; - Terminal=0 - Type=Application + Categories=Application;GTK;AudioVideo;Player; + Terminal=false |