diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-05-27 22:58:34 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-05-27 22:58:34 +0000 |
commit | a4deae8088def95d808fbcb497e3a52724d16b74 (patch) | |
tree | eb4491afbc2688a231e65d74641cfae5cda3229a /audio/esperanza | |
parent | 54ead12ec2d7ea955099a2fc6dcfd33b717188fd (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=192151
Diffstat (limited to 'audio/esperanza')
-rw-r--r-- | audio/esperanza/Makefile | 9 | ||||
-rw-r--r-- | audio/esperanza/distinfo | 6 |
2 files changed, 7 insertions, 8 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 diff --git a/audio/esperanza/distinfo b/audio/esperanza/distinfo index 02015d2db4f4..867ee285617b 100644 --- a/audio/esperanza/distinfo +++ b/audio/esperanza/distinfo @@ -1,3 +1,3 @@ -MD5 (esperanza-0.2.2.tar.gz) = 4d4c7567fb0081e99f097925b5eaeca8 -SHA256 (esperanza-0.2.2.tar.gz) = 247e31ca03bbb6147ff789516e843be5d48269f2f555d1a8756ddea855af7541 -SIZE (esperanza-0.2.2.tar.gz) = 151126 +MD5 (esperanza-0.3.tar.gz) = 4a6c23d2e4f73af2d2143e1e0f5ea766 +SHA256 (esperanza-0.3.tar.gz) = c365c22c0154f15a83951e287068faf0b862ae017a7b402ed34e0ca85cde3ae6 +SIZE (esperanza-0.3.tar.gz) = 211618 |