mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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. WWW: http://gimmix.berlios.de/index.php PR: ports/111482 Submitted by: Matthieu Guegan <matt.guegan at free.fr>
This commit is contained in:
parent
4d872494f6
commit
f224e3ce8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189796
@ -180,6 +180,7 @@
|
||||
SUBDIR += gdam
|
||||
SUBDIR += gdrdao
|
||||
SUBDIR += ghostess
|
||||
SUBDIR += gimmix
|
||||
SUBDIR += gkrellmms
|
||||
SUBDIR += gkrellmms2
|
||||
SUBDIR += gkrellmss
|
||||
|
25
audio/gimmix/Makefile
Normal file
25
audio/gimmix/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: gimmix
|
||||
# Date created: 11 April 2007
|
||||
# Whom: Matthieu Guegan <matt.guegan@free.fr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gimmix
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= gimmix
|
||||
|
||||
MAINTAINER= matt.guegan@free.fr
|
||||
COMMENT= Gimmix is a graphical MPD client written in C using GTK+2
|
||||
|
||||
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
||||
tag.5:${PORTSDIR}/audio/taglib
|
||||
|
||||
USE_GNOME= gtk20 libglade2
|
||||
USE_BZIP2= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gimmix/distinfo
Normal file
3
audio/gimmix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gimmix-0.4.1.tar.bz2) = 2d9e8f5a210e7b5f974d254fa8e11030
|
||||
SHA256 (gimmix-0.4.1.tar.bz2) = 8c4ca2c0f6377a3f2545b5824db058c5a1dc598c11acb45d2298cbcc77953718
|
||||
SIZE (gimmix-0.4.1.tar.bz2) = 499360
|
16
audio/gimmix/pkg-descr
Normal file
16
audio/gimmix/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
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.
|
||||
|
||||
WWW: http://gimmix.berlios.de/index.php
|
12
audio/gimmix/pkg-plist
Normal file
12
audio/gimmix/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/gimmix
|
||||
share/applications/gimmix.desktop
|
||||
%%DATADIR%%/gimmix.glade
|
||||
%%DATADIR%%/gimmix_firstrun.png
|
||||
share/pixmaps/gimmix.png
|
||||
share/pixmaps/gimmix_logo_small.png
|
||||
share/pixmaps/gimmix_playlist.png
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
Loading…
Reference in New Issue
Block a user