import pympd 0.07
Pymp'd is a frontend for mpd in the style of rhythmbox and itunes, written in python, with pygtk. Pymp'd itself is not a music player, but is actually a frontend to mpd, a daemon for playing and managing music. feedback and "go ahead" bernd@
This commit is contained in:
parent
1ec8b79489
commit
9f77429cfb
31
audio/pympd/Makefile
Normal file
31
audio/pympd/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/16 15:06:27 jasper Exp $
|
||||
|
||||
COMMENT= "frontend to mpd written in Python"
|
||||
|
||||
DISTNAME= pympd-0.07
|
||||
CATEGORIES= audio x11
|
||||
|
||||
HOMEPAGE= http://pympd.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pympd/}
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::x11/py-gtk2
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
@perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g; \
|
||||
s,PREFIX,${PREFIX},g;' ${WRKSRC}/pympd
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/pympd/distinfo
Normal file
4
audio/pympd/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (pympd-0.07.tar.gz) = 72b4671cfbff46689154c8acefb30348
|
||||
RMD160 (pympd-0.07.tar.gz) = a91c6f1d5fd064cfe66cf79c38418b0e1cfd7677
|
||||
SHA1 (pympd-0.07.tar.gz) = 70d329a10b3f09b31b86cee1787709ba7ef423e3
|
||||
SIZE (pympd-0.07.tar.gz) = 92785
|
3
audio/pympd/pkg/DESCR
Normal file
3
audio/pympd/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Pymp'd is a frontend for mpd in the style of rhythmbox and itunes,
|
||||
written in python, with pygtk. Pymp'd itself is not a music player, but
|
||||
is actually a frontend to mpd, a daemon for playing and managing music.
|
43
audio/pympd/pkg/PLIST
Normal file
43
audio/pympd/pkg/PLIST
Normal file
@ -0,0 +1,43 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/16 15:06:27 jasper Exp $
|
||||
bin/pympd
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/mpdlib2.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/mpdlib2.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/pympdclient2.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/pympdclient2.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/pympdriver.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/pympdriver.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/ticker.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/ticker.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/visiblob.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pympd/modules/visiblob.pyc
|
||||
share/applications/
|
||||
share/applications/pympd.desktop
|
||||
share/pixmaps/
|
||||
share/pixmaps/pympd.svg
|
||||
share/pympd/
|
||||
share/pympd/glade/
|
||||
share/pympd/glade/audioscrobbler.glade
|
||||
share/pympd/glade/autompd.glade
|
||||
share/pympd/glade/coverviewer.glade
|
||||
share/pympd/glade/favorites.glade
|
||||
share/pympd/glade/logger.glade
|
||||
share/pympd/glade/pympd.glade
|
||||
share/pympd/plugins/
|
||||
share/pympd/plugins/artisttracker.py
|
||||
share/pympd/plugins/audioscrobbler.py
|
||||
share/pympd/plugins/autompd.py
|
||||
share/pympd/plugins/coverviewer.py
|
||||
share/pympd/plugins/embeddedart.py
|
||||
share/pympd/plugins/favorites.py
|
||||
share/pympd/plugins/fixdisplay.py
|
||||
share/pympd/plugins/logger.py
|
||||
share/pympd/plugins/simplequeue.py
|
||||
share/pympd/plugins/stopbutton.py
|
||||
share/pympd/plugins/trayicon.py
|
||||
share/pympd/pympd.svg
|
Loading…
Reference in New Issue
Block a user