diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-05-28 06:58:34 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-05-28 06:58:34 +0800 |
commit | 4c02a6138faec50c29380ed976da2bb3d56da986 (patch) | |
tree | 5352df2233691a02ad4eaf39fcd2bd87748552ee /audio/py-xmms2 | |
parent | 56fb4847798b25ae4312e35be2c0f692fe9c32b7 (diff) | |
download | freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.tar.gz freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.tar.zst freebsd-ports-gnome-4c02a6138faec50c29380ed976da2bb3d56da986.zip |
- Update XMMS2 to DrJekyll
- Update Esperanza to 0.3
- Update xmms2-scrobbler to 0.1.3
- Update gx2osd to 0.2
- Mark ports which have not been updated to the refactored playlist api BROKEN:
azrael, euphoria[1], gxmms2, nyello, shellac, snett
- Mark BROKEN bindings which have been removed or fail to configure:
java, ruby-ecore
XMMS2 has gone through some very big changes including the introduction of a new
mechanism for managing music which treats the media library as a DAG, more details
about all the changes can be found at:
http://wiki.xmms2.xmms.se/index.php/Release:DrJekyll
Approved by: stas [1]
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r-- | audio/py-xmms2/Makefile | 9 | ||||
-rw-r--r-- | audio/py-xmms2/pkg-plist | 10 |
2 files changed, 11 insertions, 8 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile index 6709fb00ffef..dc7a0d6ad286 100644 --- a/audio/py-xmms2/Makefile +++ b/audio/py-xmms2/Makefile @@ -11,9 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexbl@FreeBSD.org COMMENT= Python Bindings for XMMS2 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex \ - ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex +LIB_DEPENDS+= xmmsclient.2:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 @@ -21,10 +20,6 @@ USE_PYTHON= yes PLIST= ${.CURDIR}/pkg-plist -SCONS_TARGET= src/clients/lib/python/xmmsclient.so XMMS2_SLAVE= python -do-install: - @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${SCONS_TARGET} ${DESTDIR}/${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so - .include "${MASTERDIR}/Makefile" diff --git a/audio/py-xmms2/pkg-plist b/audio/py-xmms2/pkg-plist index 2cf38cc8a00f..f7a7a5440769 100644 --- a/audio/py-xmms2/pkg-plist +++ b/audio/py-xmms2/pkg-plist @@ -1 +1,9 @@ -%%PYTHON_SITELIBDIR%%/xmmsclient.so +%%PYTHON_SITELIBDIR%%/xmmsclient/__init__.py +%%PYTHON_SITELIBDIR%%/xmmsclient/sync.py +%%PYTHON_SITELIBDIR%%/xmmsclient/propdict.py +%%PYTHON_SITELIBDIR%%/xmmsclient/consts.py +%%PYTHON_SITELIBDIR%%/xmmsclient/collections.py +%%PYTHON_SITELIBDIR%%/xmmsclient/glib.py +%%PYTHON_SITELIBDIR%%/xmmsclient/qt3.py +%%PYTHON_SITELIBDIR%%/xmmsclient/xmmsapi.so +@dirrm %%PYTHON_SITELIBDIR%%/xmmsclient |