summaryrefslogtreecommitdiff
path: root/audio/gtkpod
AgeCommit message (Collapse)AuthorFilesLines
2008-03-02Patch the configure script to fix a broken check for flex/lex -- thejlam3-1/+51
variable LEX is allowed to be a full path.
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-2/+2
2008-01-06Dragonfly is not the only platform that doesn't know aboutrillig2-7/+7
_SC_NPROCESSORS_ONLN, NetBSD is another.
2007-12-29Just hard-code a default of one thread for DragonFly as the sysconfjoerg2-8/+20
interface doesn't exist. Can be overriden via configure option.
2007-12-26Oops -- not needed with 0.99.12smb2-26/+0
2007-12-26Upgrade to 0.99.12 to make it build on amd64.smb4-38/+90
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-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-3/+3
Bump PKGREVISION.
2007-08-07Fixed paths to bash and pythonsmb1-1/+12
2007-07-08Fix patch file changessmb11-174/+29
2007-07-08Updated gtkpod to 0.99.8smb3-17/+25
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-02-09build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISIONdrochner1-2/+2
where the default build is affected
2007-01-26No explicit X11 needed here.joerg1-2/+1
2006-10-17Fixed "test ==".rillig2-1/+15
2006-10-01Add caveat regarding problems with the newest iPodssmb1-1/+5
2006-09-26Clarify warning message about version of usb_subr.c neededsmb1-3/+4
2006-09-07Updated the package's home pagesmb1-2/+2
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-08Use `mpeg4ip' option instead of `faad' option for reading AAC files.hira1-5/+6
No PKGREVISION bump because it's disabled by default.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-7/+7
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+3
USE_TOOLS+=msgfmt.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-25Add advice to use 'eject' to turn off Apple's "do not disconnect" message.smb2-3/+6
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-31REPLACE_PERL+=scripts/mab2vcard. Bumped PKGREVISION.rillig1-3/+5
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-18Added some patches for ISO C90 compatibility.rillig7-1/+144
2005-11-15Add AAC audio support using options.mk. It is disabled by default.hira2-1/+14
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-01Alphabetize and otherwise reorder some entriessmb1-8/+8
2005-10-01Fix minor glitches in original commit: MESSAGE vs MESSAGE.NetBSD,smb3-3/+6
missing getttext-lib/buildlink3.mk, lack of RMD160 checksum
2005-10-01Initial pkgsrc entry for gtkpodsmb8-0/+131