summaryrefslogtreecommitdiff
path: root/audio/gmpc
AgeCommit message (Collapse)AuthorFilesLines
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-10-24update master_sites. fix url.zafer1-2/+2
2009-10-20Update to gmpc-0.19.1:joerg6-52/+81
- bugfixes - usability improvements
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+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-06-14Convert @exec/@unexec to @pkgdir or drop them.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-50/+1
2009-06-04only headers are exported, set BUILDLINK_DEPMETHOD'd default to "build"drochner1-1/+2
2009-05-30Update gmpc to 0.18.0.obache8-62/+185
Based on PR#41471 by Guillaume Lasmayous. Pkgsrc changes: * LICENSE=gnu-gpl-v2 * Use system libsexy. * add option for support mac. * add buildlink3.mk for plugins. Added features * Global copy/paste system You can now copy songs from any song list and paste them in the play queue or the playlist-editor. The copy-paste system can also be used to move block of songs inside a playlist or between playlists. * Easy Command Easy command is a gnome-do like interface to gmpc. This allows you to quickly add songs, play a certain songs or replace the play queue. More information . * Windows Installer There is now a nice easy to use installer for gmpc on windows. It installs gmpc and all the needed gtk files, add menu option and uninstall program. * Metadata Browser back/forward buttons The metadata browser now has browser-like back/forward buttons, allowing faster and easier navigation. * Initial albumartist support If mpd provides it, gmpc now can use the albumartist tag to fetch metadata more reliably. * Artist Image tooltip For the users that use gmpc in collapsed mode, there is a nice tooltip showing the artist image when hovering over the artist name in the player. * Customizable quick links in metadata browser Via the gmpc wiki, hyper links can easily be added to the links section of the metadata browser. e.g. Wikipedia links are now included by default. * Integrated search The search browser now gives you access to the magnatune and jamendo database as well (if plugins are installed). The search options also adjust to tags that actually can be searched. * Initial Sticker Support MPD from git allows you to attach "stickers" to songs. GMPC can use this to rate songs. This is still very basic and will improve when stickers in mpd evolves. * Server Information Page The serverstats plugin is now integrated into gmpc. This provides several statistics about your mpd database and configuration. * Integrated favorites support The favorites plugin is now integrated in the playlist-editor. Press ctrl- enter to add the current playing song to the special "Favorites" playlist. Bug fixes and Improvements * Improved graphics, thanks to Chymera. * New Stylized covers. * No artist image. * Fetching artist image. * Many translations updated and added. GMPC will be available in 28 languages. * Reduced recourse usage. * Reduced the amount of unneeded image refreshing. * Play Queue grabs rows in blocks of X at the time. (Improves usage on high latency networks). * Main-loop based async downloader instead of manually iterating the loop. * Better handling of file-encoding on windows. * Less cpu intensive progress bar. * Add songs to mpd in blocks of 16383 songs, so mpd does not run out of command- buffer. * Add clip when drawing images, avoiding small artifacts caused by scaling images. * Compile time optional use of libsexy. * Make search window integrate better. * Don't save column width unless changed by user. * Avoid race condition when listfield results are inconsistent. * Fix drawing issues. * Much more. Internal changes * Moved from libcurl to using libsoup for fetching data from the internet. * Async downloader added. * Internal vapi bindings so new features can be added coded in vala. * All access to plugins via accessor functions. * Removed Egg code that is now available in gtk. * Moved everything, beside main gui, to GtkBuilder. * Moved from custom popup code to GtkToolTip. * and much more. Plugins * Jamendo * Use the new Downloader of gmpc, allowing for a quicker download and adds cancel option. This removes the libgio dependency. * Store the jamendo database in sqlite3. To gives faster and more complete access to all the songs. It also reduces the memory usage. * Integrate into gmpc Search browser * Make plugin work for windows. * Fix storing metadata on windows. * Magnatune * Use the new Downloader of gmpc, allowing for a quicker download and adds cancel option. * Store the Magnatune database in sqlite3. To gives faster and more complete access to all the songs. It also reduces the memory usage. * Integrate into gmpc Search browser * Make plugin work for windows. * Fix storing metadata on windows. * Last.fm * Allow user to set what metadata last.fm is used for. * Fix storing metadata on windows. * MServer * Improve integrated feel in gmpc. (copy support for the copy/paste system, right mouse menu, etc.) * Send artist,album and title name to mpd. (via icy http header) * Drag and drop support. dn'd files from your file browser onto mserver browser to add files and folders. * If supported in gtk, allow the user to browse audio cd and add the tracks to the list. (Requires libgio to be working).
2009-01-28fix code which assumes that time_t fits into an int, bump PKGREVISIONdrochner3-2/+44
2009-01-20update to 0.17.0drochner4-78/+115
changes (incomplete): The focus of this release was bugfixes, stability, memory reductions, features, and general UI cleanups.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-05-30update to 0.15.5.0drochner9-155/+82
sorry, no useful changelog available pkgsrc note: reset maintainer (mail bounces)
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz1-3/+4
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-3/+3
Bump PKGREVISION.
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
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-19Needs msgfmt.joerg1-2/+2
2006-05-15Forgotten patch sum.joerg1-1/+2
2006-04-28Fix compilation on DragonFly (errno, missing types from regex.h).joerg3-1/+23
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-3/+3
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-08Add PKGCONFIG_OVERRIDE. Add missing dir to PLIST.wiz2-2/+5
Bump PKGREVISION.
2006-04-08Add missing patch-aa, fixing the build.wiz1-1/+2
2006-04-07Update to version 0.13.0. New features include plugin support and cover artrpaulo7-89/+91
support [via external plugins]. Reviewed by jlam@
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-18Added some patches for ISO C90 compatibility.rillig6-1/+129
2005-11-22Update to 0.12.0:wiz4-29/+16
New playlist code. Depend on external libmpd.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-23Fix C99-isms to make this pkg build with gcc 2.95.kristerw2-1/+21
2004-12-14Needs pkg-config.minskim1-1/+2
2004-11-29Update to 0.11.2, from Robert Lillack in PR 28456:wiz3-9/+20
- New playlist and Song browser. - Support for streams. - More cpu friendly. - Bug fixes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-08fix PLIST *again* properly this time with USE_DIRS+=xgd-1.1. thanks togrant2-5/+7
wiz and jmmv for the cluebat. bump PKGREVISION.
2004-05-07conditionally rmdir share/{applications,pixmaps} because they aregrant2-4/+5
shared with other packages. bump PKGREVISION.
2004-05-02Initial import of gmpc 0.10.2 into the NetBSD packages collection.grant4-0/+39
The GNOME Music Player Client is a GTK+ client for remote access, control and playlist management of the Music Player Daemon featuring ID3 Support and a tray icon for your notification area. from pkgsrc-wip by pkg@burningsoda.com.