Commit graph

12 commits

Author SHA1 Message Date
shattered
4285f63714 PR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE. 2011-11-22 18:37:03 +00:00
shattered
37ff5bc8ae Update to 1.0.0. Notable changes:
- Several enhancements to importing of audiobooks, podcasts, TV shows

- Fix bug for MP3 files with NULL genre being marked as audiobooks

- Many translation updates
2011-11-21 19:48:08 +00:00
wiz
0e9e30f079 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.
2009-02-15 09:43:38 +00:00
jlam
515da06269 Patch the configure script to fix a broken check for flex/lex -- the
variable LEX is allowed to be a full path.
2008-03-02 07:02:01 +00:00
rillig
b39f85e7b3 Dragonfly is not the only platform that doesn't know about
_SC_NPROCESSORS_ONLN, NetBSD is another.
2008-01-06 17:04:14 +00:00
joerg
6ea9db123c Just hard-code a default of one thread for DragonFly as the sysconf
interface doesn't exist. Can be overriden via configure option.
2007-12-29 16:15:55 +00:00
smb
5ea0bc5fc4 Upgrade to 0.99.12 to make it build on amd64.
Other changes:

gtkpod V0.99.12

NEW FEATURE: Import and management of photographs on ipods that support
them. Update of README to include photo management.

UPDATE: Application requires libgpod version 0.6.0 or higher.

UPDATE: Better icon theme specification compliance.

BUGFIX: Fixes to tomboy script. Thanks to Javier Kohen.

BUGFIX: Issues with display of track length. Inconsistent units used in
conjunction with libgpod (Jorg).

UPDATE: Cover art preview window either displays an album cover to its
full size or to a size consistent with the user's desktop.

UPDATE: Download of Album Art from the net feature modified to the ability
of dragging-and-dropping a .jpg image from a web browser. This has been
changed due to licensing concerns over album art. Drag and Drop section of
README updated accordingly (Paul).

BUGFIX: Issues on detecting changed local / podcast database. Thanks to
Mario Rossi.

BUGFIX: Issues addressed on Details Window.

BUGFIX: Crash avoided when auto-detecting an iTunes database that cannot
be read.

UPDATE: Display of error output of scripts (Jorg).

IMPROVEMENT: Configuring and Compilation support (Todd).

UPDATE: New scripts for flac, ogg, mp3, m4a, wav conversion to mp3 and
m4a. Thanks to Peter van de Does.

BUGFIX: Model number identified and written to ipod upon loading to ensure
libgpod can read the ipod's artwork.

UPDATE: Updates and bug fixes to gapless playback. Thanks to Michael
Tiffany.

BUGFIX: When Cover Art Display is widened, covers space out rather than
stretch.

BUGFIX: Fixed memory leaks in CoverArt Display and Details window. Thanks
to Daniele Forsi.

UPDATE: French translation. Thanks to Ã#ric Lassauge.

UPDATE: Italian translation. Thanks to Daniele Forsi.

UPDATE: Hebrew translation. Thanks to Assaf Gillat.

UPDATE: Swedish translation. Thanks to Stefan Asserhäll.

NEW FEATURE: Added Romanian translation support. Thanks to Alex Eftimie.

NEW FEATURE: Added Russian translation support. Thanks to Matvey Kozhev.

gtkpod V0.99.10

NEW FEATURE: on-the-fly conversion of WAV, FLAC and OGG (as well as MP3
and M4A). Thanks to Marc d[readlock], Simon Naunton and Peter Edwards!
Multi-threaded background conversion was added by Jorg Schuler.

NEW FEATURE: editing of TV show metadata and track media type. Thanks to
Mario Rossi.

NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson.

NEW FEATURE: Download of Album Art from the net. Thanks to P.G.
Richardson.

NEW FEATURE: copy playlists and tracks from within the context menu
without DND can simplify life with many playlists. Thanks to Andrzej
Palejko for his patch.

NEW FEATURE: preliminary support for calculating gapless playback
information (lame encoded mp3 files only). Thanks to Michael Tiffany.

UPDATE: Smart playlists now support the following new fields: album
artist, tv show, last skipped, season number, skipcount and video kind.

IMPROVEMENT: Clicking on an item with the right mouse button will select
and open the context menu, which is the intended behavior. As a
consequence, the interface will remain blocked while the selection is
being updated and displayed.

BUGFIX: dragging tracks between two iPods would sometimes not actually
copy the file.

UPDATED: Italian translation (thanks to Daniele Forsi)

PACKAGING: Install a .desktop file and icons according to the
freedesktop.org specification.
2007-12-26 14:02:34 +00:00
smb
bb1bdf8184 Updated gtkpod to 0.99.8
Translations: Swedish, Hebrew, Italian
	New type-ahead search
	Handles compilations decently
	New window for track detail edits
	Add thumbnail images for new/updated tracks
	Basic video support
	Basic podcast support
	Sync addressbooks in ldif, kNotes, Palm
	Uses libgpod
	Stabe sort of track view

	Miscelleneous bug fixes and improvements

	(Note: patch supplied by Sergey Svishchev)
2007-07-08 20:46:37 +00:00
rillig
5c1f3e0d7d Fixed "test ==". 2006-10-17 22:00:16 +00:00
rillig
c02022ce5f Added some patches for ISO C90 compatibility. 2005-12-18 21:03:46 +00:00
smb
b4202a260c Fix minor glitches in original commit: MESSAGE vs MESSAGE.NetBSD,
missing getttext-lib/buildlink3.mk, lack of RMD160 checksum
2005-10-01 15:43:51 +00:00
smb
1430affafb Initial pkgsrc entry for gtkpod 2005-10-01 13:29:52 +00:00