pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gmpc Update gmpc to 0.18.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4be41ae7232
branches:  trunk
changeset: 393920:e4be41ae7232
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat May 30 01:25:19 2009 +0000

description:
Update gmpc to 0.18.0.
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).

diffstat:

 audio/gmpc/Makefile         |  24 +++++++---
 audio/gmpc/PLIST            |  97 ++++++++++++++++++++++++++++++++++++++++++--
 audio/gmpc/buildlink3.mk    |  17 +++++++
 audio/gmpc/distinfo         |  12 ++--
 audio/gmpc/options.mk       |  26 ++++++++++++
 audio/gmpc/patches/patch-ag |   9 ++-
 audio/gmpc/patches/patch-ah |  40 ------------------
 audio/gmpc/patches/patch-ai |  22 ++++++++++
 8 files changed, 185 insertions(+), 62 deletions(-)

diffs (truncated from 417 to 300 lines):

diff -r 49ffe76f4566 -r e4be41ae7232 audio/gmpc/Makefile
--- a/audio/gmpc/Makefile       Sat May 30 00:58:30 2009 +0000
+++ b/audio/gmpc/Makefile       Sat May 30 01:25:19 2009 +0000
@@ -1,30 +1,38 @@
-# $NetBSD: Makefile,v 1.29 2009/01/28 12:47:35 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2009/05/30 01:25:19 obache Exp $
 #
 
-DISTNAME=              gmpc-0.17.0
-PKGREVISION=           1
+DISTNAME=              gmpc-0.18.0
 CATEGORIES=            audio
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=musicpd/}
+MASTER_SITES=          http://download.sarine.nl/Programs/gmpc/0.18.0/ \
+                       ${MASTER_SITE_SOURCEFORGE:=musicpd/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://sarine.nl/gmpc
+HOMEPAGE=              http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client
 COMMENT=               GNOME client for the Music Player Daemon
+LICENSE=               gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            intltool msgfmt pkg-config gmake
 PKGCONFIG_OVERRIDE=    data/gmpc.pc.in
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 USE_DIRS+=             xdg-1.1
 
+.include "options.mk"
+
+CONFIGURE_ARGS+=       --enable-system-libsexy
+CONFIGURE_ARGS+=       --with-curl=${BUILDLINK_PREFIX.curl}
+
+BUILDLINK_API_DEPENDS.libmpd+= libmpd>=0.17.1
 .include "../../audio/libmpd/buildlink3.mk"
 .include "../../devel/gob2/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/libsexy/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
diff -r 49ffe76f4566 -r e4be41ae7232 audio/gmpc/PLIST
--- a/audio/gmpc/PLIST  Sat May 30 00:58:30 2009 +0000
+++ b/audio/gmpc/PLIST  Sat May 30 01:25:19 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/01/20 22:46:09 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2009/05/30 01:25:19 obache Exp $
 bin/gmpc
 bin/gmpc-remote
 bin/gmpc-remote-stream
@@ -6,7 +6,7 @@
 include/gmpc/config1.h
 include/gmpc/gmpc-clicklabel.h
 include/gmpc/gmpc-connection.h
-include/gmpc/gmpc-idle.h
+include/gmpc/gmpc-easy-command.h
 include/gmpc/gmpc-meta-watcher.h
 include/gmpc/gmpc-metaimage.h
 include/gmpc/gmpc-mpddata-model-sort.h
@@ -14,6 +14,7 @@
 include/gmpc/gmpc-mpddata-treeview.h
 include/gmpc/gmpc-profiles.h
 include/gmpc/gmpc-signals.h
+include/gmpc/gmpc-version.h
 include/gmpc/gmpc_easy_download.h
 include/gmpc/metadata.h
 include/gmpc/misc.h
@@ -23,10 +24,17 @@
 man/man1/gmpc-remote.1
 man/man1/gmpc.1
 share/applications/gmpc.desktop
-share/gmpc/gmpc.glade
-share/gmpc/icons/gmpc-add-url.png
+share/gmpc/aboutdialog.ui
+share/gmpc/gmpc-gtk-win32.rc
 share/gmpc/icons/gmpc-loading-cover.png
 share/gmpc/icons/gmpc-no-cover.png
+share/gmpc/icons/hicolor/128x128/categories/mpd.png
+share/gmpc/icons/hicolor/128x128/status/fetching-artist.png
+share/gmpc/icons/hicolor/128x128/status/frame-artist.png
+share/gmpc/icons/hicolor/128x128/status/no-artist.png
+share/gmpc/icons/hicolor/128x128/status/stylized-cover.png
+share/gmpc/icons/hicolor/128x128/status/stylized-fetching-cover.png
+share/gmpc/icons/hicolor/128x128/status/stylized-no-cover.png
 share/gmpc/icons/hicolor/16x16/actions/media-playlist.png
 share/gmpc/icons/hicolor/16x16/actions/media-tag.png
 share/gmpc/icons/hicolor/16x16/actions/playlist-browser.png
@@ -37,6 +45,7 @@
 share/gmpc/icons/hicolor/16x16/status/audio-volume-low.png
 share/gmpc/icons/hicolor/16x16/status/audio-volume-medium.png
 share/gmpc/icons/hicolor/16x16/status/audio-volume-muted.png
+share/gmpc/icons/hicolor/16x16/status/emblem-favorite.png
 share/gmpc/icons/hicolor/16x16/status/gmpc-tray-disconnected.png
 share/gmpc/icons/hicolor/16x16/status/gmpc-tray-pause.png
 share/gmpc/icons/hicolor/16x16/status/gmpc-tray-play.png
@@ -47,10 +56,12 @@
 share/gmpc/icons/hicolor/22x22/status/audio-volume-low.png
 share/gmpc/icons/hicolor/22x22/status/audio-volume-medium.png
 share/gmpc/icons/hicolor/22x22/status/audio-volume-muted.png
+share/gmpc/icons/hicolor/22x22/status/emblem-favorite.png
 share/gmpc/icons/hicolor/22x22/status/gmpc-tray-disconnected.png
 share/gmpc/icons/hicolor/22x22/status/gmpc-tray-pause.png
 share/gmpc/icons/hicolor/22x22/status/gmpc-tray-play.png
 share/gmpc/icons/hicolor/22x22/status/gmpc-tray.png
+share/gmpc/icons/hicolor/32x32/actions/add-url.png
 share/gmpc/icons/hicolor/32x32/actions/media-playlist.png
 share/gmpc/icons/hicolor/32x32/actions/media-tag.png
 share/gmpc/icons/hicolor/32x32/actions/playlist-browser.png
@@ -61,59 +72,132 @@
 share/gmpc/icons/hicolor/32x32/status/audio-volume-low.png
 share/gmpc/icons/hicolor/32x32/status/audio-volume-medium.png
 share/gmpc/icons/hicolor/32x32/status/audio-volume-muted.png
+share/gmpc/icons/hicolor/32x32/status/emblem-favorite.png
+share/gmpc/icons/hicolor/32x32/status/gmpc-tray.png
 share/gmpc/icons/hicolor/48x48/actions/media-playlist.png
 share/gmpc/icons/hicolor/48x48/actions/media-tag.png
 share/gmpc/icons/hicolor/48x48/actions/tag-browser.png
 share/gmpc/icons/hicolor/48x48/apps/gmpc.png
+share/gmpc/icons/hicolor/48x48/status/fetching-artist.png
+share/gmpc/icons/hicolor/48x48/status/frame-artist.png
+share/gmpc/icons/hicolor/48x48/status/gmpc-tray.png
+share/gmpc/icons/hicolor/48x48/status/no-artist.png
+share/gmpc/icons/hicolor/48x48/status/stylized-cover.png
+share/gmpc/icons/hicolor/64x64/status/fetching-artist.png
+share/gmpc/icons/hicolor/64x64/status/frame-artist.png
+share/gmpc/icons/hicolor/64x64/status/no-artist.png
+share/gmpc/icons/hicolor/64x64/status/stylized-cover.png
+share/gmpc/icons/hicolor/64x64/status/stylized-fetching-cover.png
+share/gmpc/icons/hicolor/64x64/status/stylized-no-cover.png
+share/gmpc/icons/hicolor/72x72/status/fetching-artist.png
+share/gmpc/icons/hicolor/72x72/status/frame-artist.png
+share/gmpc/icons/hicolor/72x72/status/no-artist.png
+share/gmpc/icons/hicolor/72x72/status/stylized-cover.png
+share/gmpc/icons/hicolor/72x72/status/stylized-fetching-cover.png
+share/gmpc/icons/hicolor/72x72/status/stylized-no-cover.png
+share/gmpc/icons/hicolor/96x96/status/fetching-artist.png
+share/gmpc/icons/hicolor/96x96/status/frame-artist.png
+share/gmpc/icons/hicolor/96x96/status/no-artist.png
+share/gmpc/icons/hicolor/96x96/status/stylized-fetching-cover.png
+share/gmpc/icons/hicolor/96x96/status/stylized-no-cover.png
 share/gmpc/icons/hicolor/scalable/apps/gmpc.svg
+share/gmpc/icons/hicolor/scalable/categories/mpd.svg
 share/gmpc/icons/hicolor/scalable/status/audio-volume-high.svg
 share/gmpc/icons/hicolor/scalable/status/audio-volume-low.svg
 share/gmpc/icons/hicolor/scalable/status/audio-volume-medium.svg
 share/gmpc/icons/hicolor/scalable/status/audio-volume-muted.svg
+share/gmpc/icons/hicolor/scalable/status/emblem-favorite.svg
+share/gmpc/icons/hicolor/scalable/status/fetching-artist.svg
+share/gmpc/icons/hicolor/scalable/status/frame-artist.svg
 share/gmpc/icons/hicolor/scalable/status/gmpc-tray-disconnected.svg
 share/gmpc/icons/hicolor/scalable/status/gmpc-tray-pause.svg
 share/gmpc/icons/hicolor/scalable/status/gmpc-tray-play.svg
 share/gmpc/icons/hicolor/scalable/status/gmpc-tray.svg
+share/gmpc/icons/hicolor/scalable/status/no-artist.svg
+share/gmpc/icons/hicolor/scalable/status/stylized-cover.svg
+share/gmpc/icons/hicolor/scalable/status/stylized-fetching-cover.svg
+share/gmpc/icons/hicolor/scalable/status/stylized-no-cover.svg
 share/gmpc/icons/media-album.png
 share/gmpc/icons/media-artist.png
 share/gmpc/icons/media-audiofile.png
-share/gmpc/icons/media-playback-start.png
 share/gmpc/icons/media-stream.png
 share/gmpc/icons/mpdBrowser_case.png
+share/gmpc/password-dialog.ui
+share/gmpc/playlist-message-window.ui
+share/gmpc/playlist-save-dialog.ui
 share/gmpc/playlist3.glade
+share/gmpc/preferences-connection.ui
+share/gmpc/preferences-esf-dialog.ui
+share/gmpc/preferences-mmkeys.ui
+share/gmpc/preferences-playlist.ui
+share/gmpc/preferences-plugins.ui
+share/gmpc/preferences-proxy.ui
+share/gmpc/preferences-server.ui
+share/gmpc/preferences-trayicon.ui
+share/gmpc/preferences.ui
+share/gmpc/weblinks.list
 share/icons/hicolor/16x16/apps/gmpc.png
 share/icons/hicolor/22x22/apps/gmpc.png
 share/icons/hicolor/32x32/apps/gmpc.png
 share/icons/hicolor/48x48/apps/gmpc.png
 share/icons/hicolor/scalable/apps/gmpc.svg
 share/locale/bg/LC_MESSAGES/gmpc.mo
+share/locale/bn/LC_MESSAGES/gmpc.mo
+share/locale/bs/LC_MESSAGES/gmpc.mo
 share/locale/cs/LC_MESSAGES/gmpc.mo
 share/locale/de/LC_MESSAGES/gmpc.mo
 share/locale/es/LC_MESSAGES/gmpc.mo
+share/locale/fi/LC_MESSAGES/gmpc.mo
 share/locale/fr/LC_MESSAGES/gmpc.mo
 share/locale/gl/LC_MESSAGES/gmpc.mo
 share/locale/he/LC_MESSAGES/gmpc.mo
+share/locale/hi/LC_MESSAGES/gmpc.mo
 share/locale/hu/LC_MESSAGES/gmpc.mo
+share/locale/id/LC_MESSAGES/gmpc.mo
 share/locale/it/LC_MESSAGES/gmpc.mo
+share/locale/jv/LC_MESSAGES/gmpc.mo
+share/locale/lv/LC_MESSAGES/gmpc.mo
+share/locale/ms/LC_MESSAGES/gmpc.mo
 share/locale/nb/LC_MESSAGES/gmpc.mo
+share/locale/ne/LC_MESSAGES/gmpc.mo
 share/locale/nl/LC_MESSAGES/gmpc.mo
 share/locale/pl/LC_MESSAGES/gmpc.mo
+share/locale/pt/LC_MESSAGES/gmpc.mo
+share/locale/pt_BR/LC_MESSAGES/gmpc.mo
 share/locale/ro/LC_MESSAGES/gmpc.mo
 share/locale/ru/LC_MESSAGES/gmpc.mo
+share/locale/sq/LC_MESSAGES/gmpc.mo
 share/locale/sv/LC_MESSAGES/gmpc.mo
 share/locale/tr/LC_MESSAGES/gmpc.mo
 share/locale/zh_CN/LC_MESSAGES/gmpc.mo
+share/locale/zh_TW/LC_MESSAGES/gmpc.mo
+@dirrm share/locale/jv/LC_MESSAGES
+@dirrm share/locale/jv
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16
 @comment in hicolor-icon-theme: @dirrm share/icons/hicolor
+@comment in xdg-dirs: @dirrm share/icons
 @dirrm share/gmpc/icons/hicolor/scalable/status
+@dirrm share/gmpc/icons/hicolor/scalable/categories
 @dirrm share/gmpc/icons/hicolor/scalable/apps
 @exec ${MKDIR} %D/share/gmpc/icons/hicolor/scalable/actions
 @dirrm share/gmpc/icons/hicolor/scalable/actions
 @dirrm share/gmpc/icons/hicolor/scalable
+@dirrm share/gmpc/icons/hicolor/96x96/status
+@dirrm share/gmpc/icons/hicolor/96x96
+@dirrm share/gmpc/icons/hicolor/72x72/status
+@dirrm share/gmpc/icons/hicolor/72x72
+@dirrm share/gmpc/icons/hicolor/64x64/status
+@dirrm share/gmpc/icons/hicolor/64x64
+@dirrm share/gmpc/icons/hicolor/48x48/status
 @dirrm share/gmpc/icons/hicolor/48x48/apps
 @dirrm share/gmpc/icons/hicolor/48x48/actions
 @dirrm share/gmpc/icons/hicolor/48x48
@@ -129,6 +213,9 @@
 @dirrm share/gmpc/icons/hicolor/16x16/apps
 @dirrm share/gmpc/icons/hicolor/16x16/actions
 @dirrm share/gmpc/icons/hicolor/16x16
+@dirrm share/gmpc/icons/hicolor/128x128/status
+@dirrm share/gmpc/icons/hicolor/128x128/categories
+@dirrm share/gmpc/icons/hicolor/128x128
 @dirrm share/gmpc/icons/hicolor
 @dirrm share/gmpc/icons
 @dirrm share/gmpc
diff -r 49ffe76f4566 -r e4be41ae7232 audio/gmpc/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gmpc/buildlink3.mk  Sat May 30 01:25:19 2009 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2009/05/30 01:25:19 obache Exp $
+
+BUILDLINK_TREE+=       gmpc
+
+.if !defined(GMPC_BUILDLINK3_MK)
+GMPC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gmpc+=   gmpc>=0.18.0
+BUILDLINK_PKGSRCDIR.gmpc?=     ../../audio/gmpc
+
+.include "../../audio/libmpd/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.endif # GMPC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -gmpc
diff -r 49ffe76f4566 -r e4be41ae7232 audio/gmpc/distinfo
--- a/audio/gmpc/distinfo       Sat May 30 00:58:30 2009 +0000
+++ b/audio/gmpc/distinfo       Sat May 30 01:25:19 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2009/01/28 12:47:35 drochner Exp $
+$NetBSD: distinfo,v 1.14 2009/05/30 01:25:19 obache Exp $
 
-SHA1 (gmpc-0.17.0.tar.gz) = 2b4d4f33e3374440936e91ddc790a98cff13ef1b
-RMD160 (gmpc-0.17.0.tar.gz) = 5ae15f833c333e6fcd47c7ee9712782ff169ae36
-Size (gmpc-0.17.0.tar.gz) = 1041200 bytes
-SHA1 (patch-ag) = 16a41bf8acfac8738a1cc589aeae102a3f9ccecb
-SHA1 (patch-ah) = 85884799c561c7e6941d1af66c156cb07b79180c
+SHA1 (gmpc-0.18.0.tar.gz) = 95b4ec3c094fd91007407dfa559d5aef50542d6a
+RMD160 (gmpc-0.18.0.tar.gz) = 64980140fbdb4de1d35c9af8ac604780ae81c8a4
+Size (gmpc-0.18.0.tar.gz) = 1376241 bytes
+SHA1 (patch-ag) = 655f2c671012d1e5ac2a6e30c54a92282020a56a
+SHA1 (patch-ai) = bf9c6f1d967e343447c1fb892b47e90ab2d34508
diff -r 49ffe76f4566 -r e4be41ae7232 audio/gmpc/options.mk



Home | Main Index | Thread Index | Old Index