This is a library based on the mod rendering code from ModPlug, a
popular Windows mod player written by Olivier Lapicque, found at http://www.modplug.com. Based on a diff from Alexandr Shadchin. OK jakemsr@
This commit is contained in:
parent
b8972983b6
commit
37da804a39
29
audio/libmodplug/Makefile
Normal file
29
audio/libmodplug/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/11/07 00:44:09 jeremy Exp $
|
||||
|
||||
COMMENT = library for decoding mod-like music formats
|
||||
|
||||
DISTNAME = libmodplug-0.8.8.1
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://modplug-xmms.sourceforge.net/
|
||||
|
||||
SHARED_LIBS += modplug 0.0 # .1.0
|
||||
|
||||
# Public domain
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
|
||||
|
||||
WANTLIB += m stdc++
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
5
audio/libmodplug/distinfo
Normal file
5
audio/libmodplug/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libmodplug-0.8.8.1.tar.gz) = 9/pTpgxlACT/Ucyog0F3aw==
|
||||
RMD160 (libmodplug-0.8.8.1.tar.gz) = R0RLxjBr8v81y5KscMLUlqxcY8I=
|
||||
SHA1 (libmodplug-0.8.8.1.tar.gz) = SWObKbMCqv4/puXFzbmUv8cv1XM=
|
||||
SHA256 (libmodplug-0.8.8.1.tar.gz) = nzuCMrEGtW2C4UMAGH/w07chgdQNG+ad3JqLmS9PZfA=
|
||||
SIZE (libmodplug-0.8.8.1.tar.gz) = 513612
|
3
audio/libmodplug/pkg/DESCR
Normal file
3
audio/libmodplug/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is a library based on the mod rendering code from ModPlug, a
|
||||
popular Windows mod player written by Olivier Lapicque, found at
|
||||
http://www.modplug.com.
|
2
audio/libmodplug/pkg/PFRAG.shared
Normal file
2
audio/libmodplug/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/11/07 00:44:09 jeremy Exp $
|
||||
@lib lib/libmodplug.so.${LIBmodplug_VERSION}
|
11
audio/libmodplug/pkg/PLIST
Normal file
11
audio/libmodplug/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/11/07 00:44:09 jeremy Exp $
|
||||
%%SHARED%%
|
||||
include/libmodplug/
|
||||
include/libmodplug/it_defs.h
|
||||
include/libmodplug/modplug.h
|
||||
include/libmodplug/sndfile.h
|
||||
include/libmodplug/stdafx.h
|
||||
lib/libmodplug.a
|
||||
lib/libmodplug.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libmodplug.pc
|
Loading…
Reference in New Issue
Block a user