mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add libmpd 0.12.0, abstraction around libmpdclient.
PR: 95295 (part of) Submitted by: RedChrom <redchrom@gmail.com>
This commit is contained in:
parent
6d487c9bf6
commit
4d6f6f7661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158858
@ -265,6 +265,7 @@
|
||||
SUBDIR += libmikmod
|
||||
SUBDIR += libmodplug
|
||||
SUBDIR += libmpcdec
|
||||
SUBDIR += libmpd
|
||||
SUBDIR += libmusicbrainz
|
||||
SUBDIR += libofa
|
||||
SUBDIR += libogg
|
||||
|
25
audio/libmpd/Makefile
Normal file
25
audio/libmpd/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: libmpd
|
||||
# Date created: Apr 4 2006
|
||||
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmpd
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/
|
||||
|
||||
MAINTAINER= redchrom@gmail.com
|
||||
COMMENT= Abstraction around libmpdclient
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
audio/libmpd/distinfo
Normal file
3
audio/libmpd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libmpd-0.12.0.tar.gz) = bbfe28a5c3d7ef72b042030e3af52208
|
||||
SHA256 (libmpd-0.12.0.tar.gz) = b9ac03ab0514f7b4a5e898891c463a204d4c503530de9bd6e088553895708e96
|
||||
SIZE (libmpd-0.12.0.tar.gz) = 322359
|
4
audio/libmpd/pkg-descr
Normal file
4
audio/libmpd/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
libmpd is an abstraction around libmpdclient. It provides
|
||||
an easy and reliable callback based interface to mpd.
|
||||
|
||||
WWW: http://cms.qballcow.nl/index.php?page=libmpd
|
15
audio/libmpd/pkg-plist
Normal file
15
audio/libmpd/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
libdata/pkgconfig/libmpd.pc
|
||||
lib/libmpd.a
|
||||
lib/libmpd.la
|
||||
lib/libmpd.so
|
||||
lib/libmpd.so.0
|
||||
include/libmpd/debug_printf.h
|
||||
include/libmpd/libmpd-database.h
|
||||
include/libmpd/libmpd-internal.h
|
||||
include/libmpd/libmpd-player.h
|
||||
include/libmpd/libmpd-playlist.h
|
||||
include/libmpd/libmpd-status.h
|
||||
include/libmpd/libmpd-strfsong.h
|
||||
include/libmpd/libmpd.h
|
||||
include/libmpd/libmpdclient.h
|
||||
@dirrm include/libmpd
|
Loading…
Reference in New Issue
Block a user