A stable, documented, asynchronous API library for interfacing MPD in
the C, C++ & Objective C languages. WWW: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki PR: ports/141923 Submitted by: Grzegorz Blach <magik@roorback.net>
This commit is contained in:
parent
5f3db387bd
commit
fdea6eaab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246827
5 changed files with 70 additions and 0 deletions
|
@ -355,6 +355,7 @@
|
|||
SUBDIR += libmp3splt
|
||||
SUBDIR += libmpcdec
|
||||
SUBDIR += libmpd
|
||||
SUBDIR += libmpdclient
|
||||
SUBDIR += libmtp
|
||||
SUBDIR += libmusicbrainz
|
||||
SUBDIR += libmusicbrainz3
|
||||
|
|
21
audio/libmpdclient/Makefile
Normal file
21
audio/libmpdclient/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: libmpdclient
|
||||
# Date created: Dec 23 2009
|
||||
# Whom: Grzegorz Blach <magik@roorback.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmpdclient
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= magik@roorback.net
|
||||
COMMENT= API library for interfacing MPD
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libmpdclient/distinfo
Normal file
3
audio/libmpdclient/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libmpdclient-2.1.tar.bz2) = 67efa0c3d107c090ef277dfb3442d1e3
|
||||
SHA256 (libmpdclient-2.1.tar.bz2) = 9f2546f00c99b4ecb91803aa84ee0b20d8fad3ac35b20f4629536b84cd367768
|
||||
SIZE (libmpdclient-2.1.tar.bz2) = 271924
|
4
audio/libmpdclient/pkg-descr
Normal file
4
audio/libmpdclient/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A stable, documented, asynchronous API library for interfacing MPD in
|
||||
the C, C++ & Objective C languages.
|
||||
|
||||
WWW: http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki
|
41
audio/libmpdclient/pkg-plist
Normal file
41
audio/libmpdclient/pkg-plist
Normal file
|
@ -0,0 +1,41 @@
|
|||
include/mpd/async.h
|
||||
include/mpd/audio_format.h
|
||||
include/mpd/capabilities.h
|
||||
include/mpd/client.h
|
||||
include/mpd/compiler.h
|
||||
include/mpd/connection.h
|
||||
include/mpd/database.h
|
||||
include/mpd/directory.h
|
||||
include/mpd/entity.h
|
||||
include/mpd/error.h
|
||||
include/mpd/idle.h
|
||||
include/mpd/list.h
|
||||
include/mpd/mixer.h
|
||||
include/mpd/output.h
|
||||
include/mpd/pair.h
|
||||
include/mpd/parser.h
|
||||
include/mpd/password.h
|
||||
include/mpd/player.h
|
||||
include/mpd/playlist.h
|
||||
include/mpd/protocol.h
|
||||
include/mpd/queue.h
|
||||
include/mpd/recv.h
|
||||
include/mpd/response.h
|
||||
include/mpd/search.h
|
||||
include/mpd/send.h
|
||||
include/mpd/song.h
|
||||
include/mpd/stats.h
|
||||
include/mpd/status.h
|
||||
include/mpd/sticker.h
|
||||
include/mpd/tag.h
|
||||
include/mpd/version.h
|
||||
lib/libmpdclient.a
|
||||
lib/libmpdclient.la
|
||||
lib/libmpdclient.so
|
||||
lib/libmpdclient.so.2
|
||||
libdata/pkgconfig/libmpdclient.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/mpd
|
Loading…
Reference in a new issue