diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-07 08:24:53 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-07 08:24:53 +0800 |
commit | b547e89fd41cbeba2807757b05f676b161cc881d (patch) | |
tree | ac6603b672de2500ce1f171a14c8dfa6b7055970 | |
parent | ae8f0d43fbc17648ba44a073d1964de8b56e6dc7 (diff) | |
download | freebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.tar.gz freebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.tar.zst freebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.zip |
Import bonk-xmms 0.12.
xmms-bonk is a plugin for the multimedia player XMMS that plays
audio files in the bonk format, which supports lossless and lossy
compression.
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/Makefile | 23 | ||||
-rw-r--r-- | audio/xmms-bonk/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/files/patch-Makefile | 22 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-descr | 3 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-plist | 2 |
7 files changed, 53 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4a010ede0dfa..cd9f0daa5632 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -273,6 +273,7 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms + SUBDIR += xmms-bonk SUBDIR += xmms-crossfade SUBDIR += xmms-crystality SUBDIR += xmms-fc diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile new file mode 100644 index 000000000000..aa42d903ac8c --- /dev/null +++ b/audio/xmms-bonk/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xmms-bonk +# Date created: 2002-06-15 +# Whom: Christian Weisgerber <naddy@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= xmms-bonk +PORTVERSION= 0.12 +CATEGORIES= audio +MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ +DISTNAME= bonk-xmms-${PORTVERSION} + +MAINTAINER= naddy@FreeBSD.org + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +ALL_TARGET= + +do-install: + ${INSTALL_DATA} ${WRKSRC}/libbonk.so ${PREFIX}/lib/xmms/Input + +.include <bsd.port.mk> diff --git a/audio/xmms-bonk/distinfo b/audio/xmms-bonk/distinfo new file mode 100644 index 000000000000..5bfb7a7eed67 --- /dev/null +++ b/audio/xmms-bonk/distinfo @@ -0,0 +1 @@ +MD5 (bonk-xmms-0.12.tar.gz) = 2c9fd9d6b0068195406c7021a921235c diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile new file mode 100644 index 000000000000..078977df4629 --- /dev/null +++ b/audio/xmms-bonk/files/patch-Makefile @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- Makefile.orig Sat Jun 15 15:37:43 2002 ++++ Makefile Sat Jun 15 15:38:41 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 -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) diff --git a/audio/xmms-bonk/pkg-comment b/audio/xmms-bonk/pkg-comment new file mode 100644 index 000000000000..1c8ba59250f9 --- /dev/null +++ b/audio/xmms-bonk/pkg-comment @@ -0,0 +1 @@ +XMMS input plugin to play bonk files diff --git a/audio/xmms-bonk/pkg-descr b/audio/xmms-bonk/pkg-descr new file mode 100644 index 000000000000..a530501a5b2f --- /dev/null +++ b/audio/xmms-bonk/pkg-descr @@ -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. diff --git a/audio/xmms-bonk/pkg-plist b/audio/xmms-bonk/pkg-plist new file mode 100644 index 000000000000..54a15467f7bf --- /dev/null +++ b/audio/xmms-bonk/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +lib/xmms/Input/libbonk.so |