Import bonk-xmms 0.11.
bonk-xmms is a plugin for the multimedia player XMMS that plays audio files in the bonk format, which supports lossless and lossy compression.
This commit is contained in:
parent
aa633b5bdb
commit
2f59b20ec3
31
audio/xmms-bonk/Makefile
Normal file
31
audio/xmms-bonk/Makefile
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/03 14:51:26 naddy Exp $
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||||
|
|
||||||
|
COMMENT= "XMMS input plugin to play bonk files"
|
||||||
|
|
||||||
|
VERSION= 0.11
|
||||||
|
DISTNAME= bonk-xmms-${VERSION}
|
||||||
|
PKGNAME= xmms-bonk-${VERSION}
|
||||||
|
CATEGORIES= audio
|
||||||
|
NEED_VERSION= 1.529
|
||||||
|
|
||||||
|
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= http://www.proustmedia.de/bonk-xmms/
|
||||||
|
|
||||||
|
LIB_DEPENDS= xmms.3::audio/xmms
|
||||||
|
|
||||||
|
ALL_TARGET=
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/xmms/Input/
|
||||||
|
${INSTALL_DATA} ${WRKBUILD}/libbonk.so ${PREFIX}/lib/xmms/Input/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/xmms-bonk/distinfo
Normal file
3
audio/xmms-bonk/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (bonk-xmms-0.11.tar.gz) = 126df76ef174de3e35919dd0e66aeecd
|
||||||
|
RMD160 (bonk-xmms-0.11.tar.gz) = 9e9f70a160c88add7ff6cf102d4c1722868a1f3d
|
||||||
|
SHA1 (bonk-xmms-0.11.tar.gz) = ecc2eefea8c2eedd8311bd2097f364c7cfae8a9d
|
20
audio/xmms-bonk/patches/patch-Makefile
Normal file
20
audio/xmms-bonk/patches/patch-Makefile
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
$OpenBSD: patch-Makefile,v 1.1.1.1 2002/06/03 14:51:26 naddy Exp $
|
||||||
|
--- Makefile.orig Fri May 17 15:25:39 2002
|
||||||
|
+++ Makefile Fri May 17 15:26:28 2002
|
||||||
|
@@ -9,14 +9,10 @@
|
||||||
|
CPP=g++
|
||||||
|
INSTDIR=`xmms-config --plugin-dir`/Input
|
||||||
|
|
||||||
|
-ifdef DEBUG
|
||||||
|
- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` -g -DDEBUG
|
||||||
|
-else
|
||||||
|
- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags`
|
||||||
|
-endif
|
||||||
|
+CXXFLAGS+= -fno-exceptions -ffast-math -D_REENTRANT `xmms-config --cflags`
|
||||||
|
|
||||||
|
libbonk.so : bonk-xmms.cc
|
||||||
|
- $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++
|
||||||
|
+ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++
|
||||||
|
|
||||||
|
install : libbonk.so
|
||||||
|
cp libbonk.so $(INSTDIR)
|
3
audio/xmms-bonk/pkg/DESCR
Normal file
3
audio/xmms-bonk/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bonk-xmms is a plugin for the multimedia player XMMS that plays
|
||||||
|
audio files in the bonk format, which supports lossless and lossy
|
||||||
|
compression.
|
2
audio/xmms-bonk/pkg/PLIST
Normal file
2
audio/xmms-bonk/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/03 14:51:26 naddy Exp $
|
||||||
|
lib/xmms/Input/libbonk.so
|
Loading…
Reference in New Issue
Block a user