From 510a55aeb94305f529ad9a4c081f759de9c74cb7 Mon Sep 17 00:00:00 2001 From: alexbl Date: Sat, 24 Feb 2007 13:10:54 +0000 Subject: - add Esperanza 0.2.2 Esperanza is an xmms2 client using QT4 Requested by: GeJ (via irc) --- audio/Makefile | 1 + audio/esperanza/Makefile | 30 ++++++++++++++++++++++++++++++ audio/esperanza/distinfo | 3 +++ audio/esperanza/pkg-descr | 11 +++++++++++ 4 files changed, 45 insertions(+) create mode 100644 audio/esperanza/Makefile create mode 100644 audio/esperanza/distinfo create mode 100644 audio/esperanza/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index dcea5c9125d2..67570b8fe6b4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -121,6 +121,7 @@ SUBDIR += ermixer SUBDIR += esound SUBDIR += espeak + SUBDIR += esperanza SUBDIR += etktab SUBDIR += euphoria SUBDIR += exaile diff --git a/audio/esperanza/Makefile b/audio/esperanza/Makefile new file mode 100644 index 000000000000..d47ec14c6e91 --- /dev/null +++ b/audio/esperanza/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: esperanza +# Date created: 23 Feb 2007 +# Whom: Alexander Botero-Lowry +# +# $FreeBSD$ +# + +PORTNAME= esperanza +PORTVERSION= 0.2.2 +CATEGORIES= audio +MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.2/ + +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 + +USE_QT_VER= 4 +QT_COMPONENTS= gui moc qmake rcc uic xml network imageformats +HAS_CONFIGURE= yes +USE_GMAKE= yes + +PLIST_FILES= bin/esperanza + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} -unix PREFIX=${PREFIX} esperanza.pro + +.include diff --git a/audio/esperanza/distinfo b/audio/esperanza/distinfo new file mode 100644 index 000000000000..02015d2db4f4 --- /dev/null +++ b/audio/esperanza/distinfo @@ -0,0 +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 diff --git a/audio/esperanza/pkg-descr b/audio/esperanza/pkg-descr new file mode 100644 index 000000000000..5c88b533fc67 --- /dev/null +++ b/audio/esperanza/pkg-descr @@ -0,0 +1,11 @@ +Esperanza is a client written with C++ / Qt4 and aims to be cross-platform +goodness for everyone. + +Some Features: + * Sleek, uncomplicated UI + * Album art in the playlist + * Remote file chooser + * Mini-mode + * Last.fm browser + +WWW: http://wiki.xmms2.xmms.se/index.php/Client:Esperanza -- cgit