Import libsidplay 1.36.54.
This library provides the Sound Interface Device (SID) chip emulator engine that is used by music player programs like SIDPLAY. With it you can play musics from Commodore 64 (or compatible) programs.
This commit is contained in:
parent
2265ae5f60
commit
4e54459736
30
audio/libsidplay/Makefile
Normal file
30
audio/libsidplay/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/22 22:40:51 naddy Exp $
|
||||
|
||||
COMMENT= "C64 music player and SID chip emulator library"
|
||||
|
||||
DISTNAME= libsidplay-1.36.54
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.530
|
||||
|
||||
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}packages/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ARGS+= --enable-optfixpoint --enable-optendian
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/libsidplay/distinfo
Normal file
3
audio/libsidplay/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libsidplay-1.36.54.tgz) = ca5051184be84f427e11ba071e79fa87
|
||||
RMD160 (libsidplay-1.36.54.tgz) = 297381c32e35a0dcde50ae6d86a31533e9156cb0
|
||||
SHA1 (libsidplay-1.36.54.tgz) = 662ea118c795ed6d8726768325cbd237c28b5264
|
5
audio/libsidplay/pkg/DESCR
Normal file
5
audio/libsidplay/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This library provides the Sound Interface Device (SID) chip emulator
|
||||
engine that is used by music player programs like SIDPLAY. With it
|
||||
you can play musics from Commodore 64 (or compatible) programs.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
audio/libsidplay/pkg/PFRAG.shared
Normal file
3
audio/libsidplay/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/05/22 22:40:51 naddy Exp $
|
||||
lib/libsidplay.so.1.3
|
||||
DYNLIBDIR(%B)
|
15
audio/libsidplay/pkg/PLIST
Normal file
15
audio/libsidplay/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/22 22:40:51 naddy Exp $
|
||||
include/sidplay/compconf.h
|
||||
include/sidplay/emucfg.h
|
||||
include/sidplay/fformat.h
|
||||
include/sidplay/fixpoint.h
|
||||
include/sidplay/libcfg.h
|
||||
include/sidplay/myendian.h
|
||||
include/sidplay/mytypes.h
|
||||
include/sidplay/player.h
|
||||
include/sidplay/sidtune.h
|
||||
include/sidplay/version.h
|
||||
lib/libsidplay.a
|
||||
lib/libsidplay.la
|
||||
%%SHARED%%
|
||||
@dirrm include/sidplay
|
Loading…
Reference in New Issue
Block a user