diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-12 01:26:31 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-12 01:26:31 +0800 |
commit | 90c5191328e15855c5abf05670c58620d2ac8b92 (patch) | |
tree | ddf4aeae15d8fd8acb82b52ff7125d7aaaa258b3 /audio | |
parent | 44f9f5669f3c9c72f51d24784cf5ce46b3d2b6cc (diff) | |
download | freebsd-ports-gnome-90c5191328e15855c5abf05670c58620d2ac8b92.tar.gz freebsd-ports-gnome-90c5191328e15855c5abf05670c58620d2ac8b92.tar.zst freebsd-ports-gnome-90c5191328e15855c5abf05670c58620d2ac8b92.zip |
New port xmms-sid version 0.7.4: XMMS input plugin to play SID files
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-sid/Makefile | 32 | ||||
-rw-r--r-- | audio/xmms-sid/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-sid/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | audio/xmms-sid/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-sid/pkg-descr | 9 | ||||
-rw-r--r-- | audio/xmms-sid/pkg-plist | 1 |
7 files changed, 61 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index c9983d28a7a3..040db9783a0d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -289,6 +289,7 @@ SUBDIR += xmms-pipe SUBDIR += xmms-quix3dn SUBDIR += xmms-shn + SUBDIR += xmms-sid SUBDIR += xmms-sndfile SUBDIR += xmms-sndstretch SUBDIR += xmms-tfmx diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile new file mode 100644 index 000000000000..3cc7739fa979 --- /dev/null +++ b/audio/xmms-sid/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xmms-sid +# Date created: 9 Sep 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= xmms-sid +PORTVERSION= 0.7.4 +CATEGORIES= audio +MASTER_SITES= http://www.tnsp.org/xs-files/ + +MAINTAINER= dyeske@yahoo.com + +LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \ + s|-lstdc++||; \ + s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \ + ${BUILD_WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/audio/xmms-sid/distinfo b/audio/xmms-sid/distinfo new file mode 100644 index 000000000000..c843c4d9d13f --- /dev/null +++ b/audio/xmms-sid/distinfo @@ -0,0 +1 @@ +MD5 (xmms-sid-0.7.4.tar.bz2) = 02bff37834fe8dd713e87511bb2213a4 diff --git a/audio/xmms-sid/files/patch-ltmain.sh b/audio/xmms-sid/files/patch-ltmain.sh new file mode 100644 index 000000000000..3f6b404b5bfb --- /dev/null +++ b/audio/xmms-sid/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Wed Mar 27 14:10:10 2002 ++++ ltmain.sh Mon Sep 9 02:23:20 2002 +@@ -4209,11 +4209,13 @@ + IFS="$save_ifs" + fi + ++ if /usr/bin/false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/xmms-sid/pkg-comment b/audio/xmms-sid/pkg-comment new file mode 100644 index 000000000000..8061446dbe34 --- /dev/null +++ b/audio/xmms-sid/pkg-comment @@ -0,0 +1 @@ +XMMS input plugin to play SID files diff --git a/audio/xmms-sid/pkg-descr b/audio/xmms-sid/pkg-descr new file mode 100644 index 000000000000..6400c7b7659d --- /dev/null +++ b/audio/xmms-sid/pkg-descr @@ -0,0 +1,9 @@ +XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides +support for playing the so-called "SID tunes". For the actual +playing, XMMS-SID uses the excellent libsidplay SID-chip/6502 +emulator engine + +WWW: http://www.tnsp.org/xmms-sid.php + +- David +dyeske@yahoo.com diff --git a/audio/xmms-sid/pkg-plist b/audio/xmms-sid/pkg-plist new file mode 100644 index 000000000000..934884896d36 --- /dev/null +++ b/audio/xmms-sid/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Input/libsid.so |