mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add xmms-scrobbler, a XMMS/BPM Plugin for audioscrobbler.com
This commit is contained in:
parent
0d1f1da4ad
commit
f5744334fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123343
@ -455,6 +455,7 @@
|
||||
SUBDIR += xmms-pipe
|
||||
SUBDIR += xmms-quix3dn
|
||||
SUBDIR += xmms-real-random
|
||||
SUBDIR += xmms-scrobbler
|
||||
SUBDIR += xmms-shn
|
||||
SUBDIR += xmms-sid
|
||||
SUBDIR += xmms-sndfile
|
||||
|
27
audio/xmms-scrobbler/Makefile
Normal file
27
audio/xmms-scrobbler/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xmms-scrobbler
|
||||
# Date created: 2004-12-06
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmms-scrobbler
|
||||
PORTVERSION= 0.3.5.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.pipian.com/stuffforchat/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XMMS and bmp plugin for Audioscrobbler.com
|
||||
|
||||
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
||||
beep.2:${PORTSDIR}/multimedia/beep-media-player \
|
||||
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk12 gtk20
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/xmms-scrobbler/distinfo
Normal file
2
audio/xmms-scrobbler/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xmms-scrobbler-0.3.5.1.tar.bz2) = 1355a91ddb3e9d756a40bf230bdd834f
|
||||
SIZE (xmms-scrobbler-0.3.5.1.tar.bz2) = 251445
|
5
audio/xmms-scrobbler/pkg-descr
Normal file
5
audio/xmms-scrobbler/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is an XMMS and BMP Plugin which sends the Playlist data to
|
||||
audioscrobbler.com
|
||||
|
||||
WWW: http://www.audioscrobbler.com
|
||||
Author: pipian@pipian.com
|
4
audio/xmms-scrobbler/pkg-plist
Normal file
4
audio/xmms-scrobbler/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/bmp/General/libbmp_scrobbler.la
|
||||
lib/bmp/General/libbmp_scrobbler.so
|
||||
lib/xmms/General/libxmms_scrobbler.so
|
||||
lib/xmms/General/libxmms_scrobbler.la
|
Loading…
Reference in New Issue
Block a user