- 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]
31 lines
764 B
Makefile
31 lines
764 B
Makefile
# New ports collection makefile for: ruby-xmms2-ecore
|
|
# Date created: 23 Jun 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio ruby
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -ecore
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Ruby ecore mainloop bindings for XMMS2
|
|
|
|
BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
|
|
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2
|
|
LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_RUBY= yes
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BROKEN= Fails to configure (can not find ecore-config)
|
|
|
|
XMMS2_SLAVE= ruby-ecore
|
|
|
|
.include "${MASTERDIR}/Makefile"
|