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/esperanza/Makefile | |
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/esperanza/Makefile')
-rw-r--r-- | audio/esperanza/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/esperanza/Makefile b/audio/esperanza/Makefile index c91a0e4834e7..e60cf35b4491 100644 --- a/audio/esperanza/Makefile +++ b/audio/esperanza/Makefile @@ -6,16 +6,15 @@ # PORTNAME= esperanza -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.3 CATEGORIES= audio -MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.2/ +MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.3/ MAINTAINER= alexbl@FreeBSD.org COMMENT= Advanced QT4 XMMS2 client -BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so:${PORTSDIR}/audio/cpp-xmms2 -RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so:${PORTSDIR}/audio/cpp-xmms2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 +RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2 USE_QT_VER= 4 QT_COMPONENTS= gui moc qmake rcc uic xml network imageformats |