mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Add audio/scrobbler - master port for bmp- and xmms-scrobbler ports.
This commit is contained in:
parent
d5e7720ced
commit
9f228b9234
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134982
@ -404,6 +404,7 @@
|
||||
SUBDIR += ruby-xmms
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += scrobbler
|
||||
SUBDIR += sdl_mixer
|
||||
SUBDIR += sdl_sound
|
||||
SUBDIR += sfront
|
||||
|
56
audio/scrobbler/Makefile
Normal file
56
audio/scrobbler/Makefile
Normal file
@ -0,0 +1,56 @@
|
||||
# New ports collection makefile for: xmms-scrobbler
|
||||
# Date created: 2004-12-06
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= scrobbler
|
||||
PORTVERSION= 0.3.8.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://static.audioscrobbler.com/plugins/ \
|
||||
http://www.pipian.com/stuffforchat/
|
||||
DISTNAME= xmms-scrobbler-${PORTVERSION}
|
||||
|
||||
MAINTAINER?= novel@FreeBSD.org
|
||||
COMMENT?= XMMS/BMP plugin for Audioscrobbler.com
|
||||
|
||||
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
CONFLICTS= bmp-scrobbler-* \
|
||||
xmms-scrobbler-*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITH_XMMS) && !defined(WITH_BMP)
|
||||
WITH_XMMS= yes
|
||||
WITH_BMP= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_XMMS)
|
||||
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
PLIST_FILES+= lib/xmms/General/libxmms_scrobbler.so
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-xmms-plugin
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BMP)
|
||||
LIB_DEPENDS+= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
||||
PLIST_FILES+= lib/bmp/General/libbmp_scrobbler.so
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-bmp-plugin
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APE)
|
||||
CONFIGURE_ARGS+= --enable-prefer-ape
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/scrobbler/distinfo
Normal file
2
audio/scrobbler/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xmms-scrobbler-0.3.8.1.tar.bz2) = e933c7660fe9103916ca022ec60ad654
|
||||
SIZE (xmms-scrobbler-0.3.8.1.tar.bz2) = 257740
|
5
audio/scrobbler/pkg-descr
Normal file
5
audio/scrobbler/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is an BMP/XMMS Plugin which sends the Playlist data to
|
||||
audioscrobbler.com
|
||||
|
||||
WWW: http://www.audioscrobbler.com
|
||||
Author: pipian@pipian.com
|
Loading…
Reference in New Issue
Block a user