libdssialsacompat is simply an extraction from and repackaging of
the code from alsa-lib 1.0.8, necessary to support DSSI on non-ALSA systems. WWW: http://home.jps.net/~musound/ More information on DSSI can be found at: WWW: http://dssi.sourceforge.net/ PR: ports/100498 Submitted by: rlazio <mahonmesr@googlemail.com>
This commit is contained in:
parent
2a65c3253e
commit
90b4611011
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171821
5 changed files with 49 additions and 0 deletions
|
@ -295,6 +295,7 @@
|
|||
SUBDIR += libcdaudio
|
||||
SUBDIR += libcddb
|
||||
SUBDIR += libcddb-doc
|
||||
SUBDIR += libdssialsacompat
|
||||
SUBDIR += libgpod
|
||||
SUBDIR += libid3tag
|
||||
SUBDIR += libjackasyn
|
||||
|
|
22
audio/libdssialsacompat/Makefile
Normal file
22
audio/libdssialsacompat/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: libdssialsacompat
|
||||
# Date created: 14 July 2006
|
||||
# Whom: mahonmesr@googlemail.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdssialsacompat
|
||||
PORTVERSION= 1.0.8a
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://home.jps.net/~musound/
|
||||
|
||||
MAINTAINER= mahonmesr@googlemail.com
|
||||
COMMENT= Alsa compatibility library to build DSSI
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libdssialsacompat/distinfo
Normal file
3
audio/libdssialsacompat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libdssialsacompat-1.0.8a.tar.gz) = ef1e9ca4e91a4e0bc0fcb9a12e978c23
|
||||
SHA256 (libdssialsacompat-1.0.8a.tar.gz) = 420f2be813577e4b20444f1af359a8a4efb6859543b0692b893770e337f23a29
|
||||
SIZE (libdssialsacompat-1.0.8a.tar.gz) = 293394
|
9
audio/libdssialsacompat/pkg-descr
Normal file
9
audio/libdssialsacompat/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
libdssialsacompat is simply an extraction from and repackaging of
|
||||
the code from alsa-lib 1.0.8, necessary to support DSSI on non-ALSA
|
||||
systems.
|
||||
|
||||
WWW: http://home.jps.net/~musound/
|
||||
|
||||
More information on DSSI can be found at:
|
||||
|
||||
WWW: http://dssi.sourceforge.net/
|
14
audio/libdssialsacompat/pkg-plist
Normal file
14
audio/libdssialsacompat/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
include/dssi/alsa/asoundef.h
|
||||
include/dssi/alsa/asoundlib.h
|
||||
include/dssi/alsa/seq.h
|
||||
include/dssi/alsa/seq_event.h
|
||||
include/dssi/alsa/seq_midi_event.h
|
||||
include/dssi/alsa/sound/asequencer.h
|
||||
lib/libdssialsacompat.a
|
||||
lib/libdssialsacompat.so
|
||||
lib/libdssialsacompat.so.0
|
||||
lib/libdssialsacompat.la
|
||||
libdata/pkgconfig/libdssialsacompat.pc
|
||||
@dirrm include/dssi/alsa/sound
|
||||
@dirrm include/dssi/alsa
|
||||
@dirrm include/dssi
|
Loading…
Reference in a new issue