diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-15 09:43:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-15 09:43:38 +0000 |
commit | 0e9e30f079e0f4407160efc40946069e185f39df (patch) | |
tree | 506e5a88849789018cbeeb0950e9304a3c132156 /audio/gtkpod/patches/patch-ae | |
parent | e08bfd1df2886af340c8bea2ba1b90103f1d5777 (diff) | |
download | pkgsrc-0e9e30f079e0f4407160efc40946069e185f39df.tar.gz |
Update to 0.99.14, provided by Karl Uwe Lockhoff in PR 40493.
gtkpod V0.99.14
NEW FEATURE: Help system, still very preliminary.
NEW FEATURE: Video thumbnail generation, thanks to M. Sean Finney
NEW FEATURE: Lyrics may be viewed and edited via the Details window
for a track. Only mp3 files are supported currently (patches welcome
to remove this limitation). Writing lyric tags may still have
compatibility issues on some iPod's. Thanks to Dudy Kohen.
NEW FEATURE: Add a search bar, to quickly filter tracks.
UPDATE: New application icon.
UPDATE: Preferences dialog redesigned from the ground up for GNOME
HIG compliance.
UPDATE: Hebrew translation. Thanks to Assaf Gillat.
UPDATE: Italian translation. Thanks to Daniele Forsi.
UPDATE: Romanian translation. Thanks to Alex Eftimie.
UPDATE: Spanish translation. Thanks to Alejandro Lamas Daviña.
UPDATE: Swedish translation. Thanks to Stefan Asserhäll.
NEW FEATURE: Added simple Chinese translation. Thanks to Tan Zhixin.
IMPROVEMENT: Numerous UI cleanups
IMPROVEMENT: Support for chapter data, thanks to Michael Tiffany
IMPROVEMENT: Use cairo for coverart display effects. This allows the
dependency on libgnomecanvas to be dropped.
IMPROVEMENT: Coverart display performance has been improved.
IMPROVEMENT: Better support for Windows compilation in Cygwin,
thanks to Éric Lassauge.
IMPROVEMENT: Set track->lyrics_flag for mp4 files in addition to mp3
files.
IMPROVEMENT: Use the Artist tag for the Artist and fall back to the
Album Artist tag only when the former does not exist. For Album
Artist, use the Album Artist tag, but only if the Artist tag does
exist. Thanks to Dudy Kohen.
BUGFIX: The Photo "playlist" is now a separate object in the
Playlist view.
BUGFIX: Numerous memory leaks fixed, thanks to Andrea, Tomas
Carnecky, and others.
Many other bug fixes and cleanups, see the ChangeLog for more detail.
Diffstat (limited to 'audio/gtkpod/patches/patch-ae')
-rw-r--r-- | audio/gtkpod/patches/patch-ae | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/gtkpod/patches/patch-ae b/audio/gtkpod/patches/patch-ae deleted file mode 100644 index 3617ea9b547..00000000000 --- a/audio/gtkpod/patches/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2008/03/02 07:02:01 jlam Exp $ - ---- configure.in.orig 2007-12-17 23:37:46.000000000 -0500 -+++ configure.in -@@ -53,11 +53,13 @@ LIBS="$LIBS $GTK_LIBS $GLIB_LIBS $GMODUL - - dnl we need 'flex' - AM_PROG_LEX --if ! test "y$LEX" = "yflex"; then -- if ! test "y$LEX" = "ylex"; then -+case "$LEX" in -+flex|*/flex|lex|*/lex) -+ ;; -+*) - AC_MSG_FAILURE([*** flex or lex required]) -- fi --fi -+ ;; -+esac - - dnl Retrieve the path of mount and umount binaries - AC_PATH_PROG(MOUNT, mount) |