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/ruby-xmms2 | |
parent | 54ead12ec2d7ea955099a2fc6dcfd33b717188fd (diff) | |
download | ports-a4deae8088def95d808fbcb497e3a52724d16b74.tar.gz ports-a4deae8088def95d808fbcb497e3a52724d16b74.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]
Notes
Notes:
svn path=/head/; revision=192151
Diffstat (limited to 'audio/ruby-xmms2')
-rw-r--r-- | audio/ruby-xmms2/Makefile | 12 | ||||
-rw-r--r-- | audio/ruby-xmms2/pkg-plist | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile index 9d566239948b..261f5591423e 100644 --- a/audio/ruby-xmms2/Makefile +++ b/audio/ruby-xmms2/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= alexbl@FreeBSD.org COMMENT= Ruby Bindings for XMMS2 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 -RUN_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.2:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 @@ -21,15 +20,6 @@ USE_GNOME= glib20 PLIST= ${.CURDIR}/pkg-plist -SCONS_TARGET= src/clients/lib/ruby/xmmsclient.so \ - src/clients/lib/ruby/xmmsclient_glib.so XMMS2_SLAVE= ruby -do-install: - @cd ${WRKSRC} && ${INSTALL_PROGRAM} src/clients/lib/ruby/xmmsclient.so \ - ${RUBY_SITEARCHLIBDIR}/xmmsclient.so - @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ - src/clients/lib/ruby/xmmsclient_glib.so \ - ${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so - .include "${MASTERDIR}/Makefile" diff --git a/audio/ruby-xmms2/pkg-plist b/audio/ruby-xmms2/pkg-plist index d46cc9bfe0a3..a855bd0b63ef 100644 --- a/audio/ruby-xmms2/pkg-plist +++ b/audio/ruby-xmms2/pkg-plist @@ -1,2 +1,6 @@ -%%RUBY_SITEARCHLIBDIR%%/xmmsclient.so +%%RUBY_SITELIBDIR%%/xmmsclient.rb +%%RUBY_SITELIBDIR%%/xmmsclient/async.rb +%%RUBY_SITELIBDIR%%/xmmsclient/sync.rb +%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ext.so %%RUBY_SITEARCHLIBDIR%%/xmmsclient_glib.so +@dirrm %%RUBY_SITELIBDIR%%/xmmsclient |