pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gimmix add gimmix-0.4.3, just another mpd client



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83dd986867ec
branches:  trunk
changeset: 542238:83dd986867ec
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri May 09 16:58:32 2008 +0000

description:
add gimmix-0.4.3, just another mpd client

diffstat:

 audio/gimmix/DESCR    |  14 ++++++++++++++
 audio/gimmix/Makefile |  30 ++++++++++++++++++++++++++++++
 audio/gimmix/PLIST    |  13 +++++++++++++
 audio/gimmix/distinfo |   5 +++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 6c9e78c49895 -r 83dd986867ec audio/gimmix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gimmix/DESCR        Fri May 09 16:58:32 2008 +0000
@@ -0,0 +1,14 @@
+Gimmix is a graphical Music player daemon (MPD) client written in C
+using GTK+2.
+
+Features:
+=========
+* Simple and Clean Interface.
+* Library Browser.
+* Library search. (search by artist, album, filename, etc)
+* Playlist management (manage mpd playlists)
+* ID3v2 tag editing support.
+* System tray icon support.
+* Support for controlling gimmix through Keyboard.
+* Notification support (Displays the currently playing song in systray).
+* Small memory footprint.
diff -r 6c9e78c49895 -r 83dd986867ec audio/gimmix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gimmix/Makefile     Fri May 09 16:58:32 2008 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/09 16:58:32 drochner Exp $
+#
+
+DISTNAME=      gimmix-0.4.3
+CATEGORIES=    audio
+MASTER_SITES=  http://download.berlios.de/gimmix/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://gimmix.berlios.de/
+COMMENT=       Graphical Music player daemon (MPD) client
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    intltool pkg-config
+USE_DIRS+=     xdg-1.1
+
+# XXX clean up bogus symlinks
+post-extract:
+.for f in intltool-extract.in intltool-merge.in intltool-update.in
+       ${RM} ${WRKSRC}/${f}
+       ${CP} ${TOOLS_PREFIX.intltool}/share/intltool/${f} ${WRKSRC}
+.endfor
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../audio/libmpd/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../audio/taglib/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6c9e78c49895 -r 83dd986867ec audio/gimmix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gimmix/PLIST        Fri May 09 16:58:32 2008 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/09 16:58:32 drochner Exp $
+bin/gimmix
+share/applications/gimmix.desktop
+share/gimmix/gimmix.glade
+share/gimmix/gimmix_firstrun.png
+share/locale/tr/LC_MESSAGES/gimmix.mo
+share/locale/zh_TW/LC_MESSAGES/gimmix.mo
+share/pixmaps/gimmix.png
+share/pixmaps/gimmix_logo_small.png
+share/pixmaps/gimmix_playlist.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/gimmix
+@comment in xdg-dirs: @dirrm share/applications
diff -r 6c9e78c49895 -r 83dd986867ec audio/gimmix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gimmix/distinfo     Fri May 09 16:58:32 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/09 16:58:32 drochner Exp $
+
+SHA1 (gimmix-0.4.3.tar.bz2) = fa3d3780ef5a2f2fa110b12383625f107436a0c7
+RMD160 (gimmix-0.4.3.tar.bz2) = 872a99cc874432d113a05a3f5feff2237bde9127
+Size (gimmix-0.4.3.tar.bz2) = 526910 bytes



Home | Main Index | Thread Index | Old Index