ports/99318: [NEW PORT] audio/euphoria: XMMS2 GUI frontend written with Enlightenment e17 libraries
Stanislav Sedov
ssedov at mbsd.msk.ru
Thu Jun 22 18:00:36 UTC 2006
>Number: 99318
>Category: ports
>Synopsis: [NEW PORT] audio/euphoria: XMMS2 GUI frontend written with Enlightenment e17 libraries
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 22 18:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Stanislav Sedov
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
Euphoria is an audio player which is based on Ecore, Evas and Edje.
It acts as a frontend to XMMS2.
Author: Tilman Sauerbeck <tilman at code-monkey.de>
WWW: http://www.enlightenment.org/
>How-To-Repeat:
>Fix:
--- euphoria-20062006.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# euphoria
# euphoria/pkg-descr
# euphoria/Makefile
# euphoria/pkg-plist
# euphoria/distinfo
# euphoria/files
# euphoria/files/patch-euphoria
# euphoria/pkg-message
#
echo c - euphoria
mkdir -p euphoria > /dev/null 2>&1
echo x - euphoria/pkg-descr
sed 's/^X//' >euphoria/pkg-descr << 'END-of-euphoria/pkg-descr'
XEuphoria is an audio player which is based on Ecore, Evas and Edje.
XIt acts as a frontend to XMMS2.
X
XAuthor: Tilman Sauerbeck <tilman at code-monkey.de>
XWWW: http://www.enlightenment.org/
END-of-euphoria/pkg-descr
echo x - euphoria/Makefile
sed 's/^X//' >euphoria/Makefile << 'END-of-euphoria/Makefile'
X# New ports collection makefile for: euphoria
X# Date created: 22 June 2006
X# Whom: Stanislav Sedov <ssedov at mbsd.msk.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME= euphoria
XPORTVERSION= 20062006
XCATEGORIES= audio
XMASTER_SITES= http://mbsd.msk.ru/dist/
XDISTNAME= ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER= ssedov at mbsd.msk.ru
XCOMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries
X
XRUBY_SA= ${RUBY_SITEARCHLIBDIR}
X
XRUN_DEPENDS= ${RUBY_SA}/edje.so:${PORTSDIR}/graphics/ruby-edje \
X ${RUBY_SA}/esmart.so:${PORTSDIR}/graphics/ruby-esmart \
X ${RUBY_SA}/evas.so:${PORTSDIR}/graphics/ruby-evas \
X ${RUBY_SA}/ecore.so:${PORTSDIR}/devel/ruby-ecore \
X ${RUBY_SA}/xmmsclient_ecore.so:${PORTSDIR}/audio/xmms2
X
XUSE_BZIP2= yes
XUSE_RUBY= yes
X
X.include <bsd.port.pre.mk>
X
Xdo-build:
X @(cd ${WRKSRC}; ${LOCALBASE}/bin/rake)
X
Xdo-install:
X @(cd ${WRKSRC}; ${LOCALBASE}/bin/rake install)
X
Xpost-install:
X @${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-euphoria/Makefile
echo x - euphoria/pkg-plist
sed 's/^X//' >euphoria/pkg-plist << 'END-of-euphoria/pkg-plist'
Xbin/euphoria
X%%RUBY_SITELIBDIR%%/euphoria/file_dialog.rb
X%%RUBY_SITELIBDIR%%/euphoria/playback_status_handler.rb
X%%RUBY_SITELIBDIR%%/euphoria/playlist.rb
X%%RUBY_SITELIBDIR%%/euphoria/playlist_item.rb
X%%RUBY_SITELIBDIR%%/euphoria/playtime_updater.rb
X%%RUBY_SITELIBDIR%%/euphoria/slider.rb
Xshare/euphoria/themes/iio.edj
Xshare/euphoria/themes/winter.edj
X at dirrm %%RUBY_SITELIBDIR%%/euphoria
X at dirrm share/euphoria/themes
X at dirrm share/euphoria
END-of-euphoria/pkg-plist
echo x - euphoria/distinfo
sed 's/^X//' >euphoria/distinfo << 'END-of-euphoria/distinfo'
XMD5 (euphoria-20062006.tar.bz2) = 0ee671f7d39dc44f8a6c689d2b17d028
XSHA256 (euphoria-20062006.tar.bz2) = 27a8bf9d725ab91581fefc767cbf1932c1c31cda08b49e9b89160add45704bc6
XSIZE (euphoria-20062006.tar.bz2) = 1610111
END-of-euphoria/distinfo
echo c - euphoria/files
mkdir -p euphoria/files > /dev/null 2>&1
echo x - euphoria/files/patch-euphoria
sed 's/^X//' >euphoria/files/patch-euphoria << 'END-of-euphoria/files/patch-euphoria'
X--- bin/euphoria.orig Thu Jun 22 21:38:08 2006
X+++ bin/euphoria Thu Jun 22 21:38:53 2006
X@@ -1,4 +1,4 @@
X-#!/usr/bin/ruby -w
X+#!/usr/local/bin/ruby -w
X
X # $Id: euphoria,v 1.38 2006/05/13 14:59:17 tilman Exp $
X
END-of-euphoria/files/patch-euphoria
echo x - euphoria/pkg-message
sed 's/^X//' >euphoria/pkg-message << 'END-of-euphoria/pkg-message'
X============================================================================
X
XCurrently you need to manage your play list using the CLI client.
XAn example session would be:
X
X1) Open an Eterm and start the daemon so you can see debugging
X information: "xmms2d"
X2) Open an Eterm to control XMMS2, use the following commands:
X $ xmms2 add /path/to/some/files
X $ xmms2 add http://205.188.234.65:8022
X $ xmms2 list
X (now the playlist has stuff in it)
X3) Start Euphoria with no options.
X
X============================================================================
END-of-euphoria/pkg-message
exit
--- euphoria-20062006.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list