summaryrefslogtreecommitdiff
path: root/audio/gtkpod
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-3/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-15Fix build on SunOS.hans3-8/+24
Add bash:run to USE_TOOLS, use REPLACE_BASH for scripts.
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-22PR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE.shattered4-3/+19
2011-11-21Update to 1.0.0. Notable changes:shattered2-9/+11
- 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-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-29DESTDIR supportjoerg1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-4/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-14Fix interpreter in two more bash scripts - sync-ldif.sh and sync-evolution.sh.hasso1-2/+4
Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-30/+1
2009-02-15Update to 0.99.14, provided by Karl Uwe Lockhoff in PR 40493.wiz6-109/+84
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-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-12-04Fix icon handling, add a missing line to PLIST.wiz2-9/+12
Bump PKGREVISION.
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