mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
liblscp is a C library written as a wrapper around the LSCP network
protocol, thus to control linuxsampler. WWW: ttp://www.linuxsampler.org/
This commit is contained in:
parent
3321a10bcb
commit
98f0f7f168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222867
@ -353,6 +353,7 @@
|
||||
SUBDIR += libid3tag
|
||||
SUBDIR += libjackasyn
|
||||
SUBDIR += liblo
|
||||
SUBDIR += liblscp
|
||||
SUBDIR += libmad
|
||||
SUBDIR += libmikmod
|
||||
SUBDIR += libmodplug
|
||||
|
21
audio/liblscp/Makefile
Normal file
21
audio/liblscp/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: liblscp
|
||||
# Date created: 2007-03-06
|
||||
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liblscp
|
||||
PORTVERSION= 0.5.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.linuxsampler.org/packages/
|
||||
|
||||
MAINTAINER= trasz@FreeBSD.org
|
||||
COMMENT= Wrapper around the LSCP network protocol
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/liblscp/distinfo
Normal file
3
audio/liblscp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (liblscp-0.5.5.tar.gz) = 4fa48346d5f5188c3a705f9d7a4da368
|
||||
SHA256 (liblscp-0.5.5.tar.gz) = bf5c883d219e25234f42a0ae56458b9d9cf06ab74052f440866c90c01c719026
|
||||
SIZE (liblscp-0.5.5.tar.gz) = 402096
|
4
audio/liblscp/pkg-descr
Normal file
4
audio/liblscp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
liblscp is a C library written as a wrapper around the LSCP network
|
||||
protocol, thus to control linuxsampler.
|
||||
|
||||
WWW: ttp://www.linuxsampler.org/
|
12
audio/liblscp/pkg-plist
Normal file
12
audio/liblscp/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
include/lscp/version.h
|
||||
include/lscp/thread.h
|
||||
include/lscp/socket.h
|
||||
include/lscp/client.h
|
||||
include/lscp/device.h
|
||||
include/lscp/event.h
|
||||
@dirrm include/lscp
|
||||
lib/liblscp.so.5
|
||||
lib/liblscp.so
|
||||
lib/liblscp.la
|
||||
lib/liblscp.a
|
||||
libdata/pkgconfig/lscp.pc
|
Loading…
Reference in New Issue
Block a user