diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:41:17 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:41:17 +0000 |
commit | 8f1eaeb4594edc08e84c56f6aa3b3276d043a269 (patch) | |
tree | c888c9845232af03d1992735b5f000d7c2092176 /audio | |
parent | Add xmms-sndfile. (diff) |
Add xmms-sndfile:
XMMS plugin to allow playing libsndfile supported files
PR: ports/33373
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=52444
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-sndfile/Makefile | 27 | ||||
-rw-r--r-- | audio/xmms-sndfile/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-sndfile/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | audio/xmms-sndfile/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-sndfile/pkg-descr | 11 | ||||
-rw-r--r-- | audio/xmms-sndfile/pkg-plist | 1 |
6 files changed, 66 insertions, 0 deletions
diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile new file mode 100644 index 000000000000..13e206edac20 --- /dev/null +++ b/audio/xmms-sndfile/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xmms-sndfile +# Date created: 27 Dec 2001 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= xmms-sndfile +PORTVERSION= 1.0.p6 +CATEGORIES= audio +MASTER_SITES= http://www.zipworld.com.au/~erikd/XMMS/ +DISTNAME= xmms_sndfile-${PORTVERSION:S/.p/pre/} + +MAINTAINER= dyeske@yahoo.com + +LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile \ + xmms.2:${PORTSDIR}/audio/xmms + +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" + +USE_GLIB= yes +USE_GTK= yes +USE_LIBTOOL= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/xmms-sndfile/distinfo b/audio/xmms-sndfile/distinfo new file mode 100644 index 000000000000..76534e9853f7 --- /dev/null +++ b/audio/xmms-sndfile/distinfo @@ -0,0 +1 @@ +MD5 (xmms_sndfile-1.0pre6.tar.gz) = db842fe68e11938e686ab355213f0d0e diff --git a/audio/xmms-sndfile/files/patch-ltmain.sh b/audio/xmms-sndfile/files/patch-ltmain.sh new file mode 100644 index 000000000000..2ac052749556 --- /dev/null +++ b/audio/xmms-sndfile/files/patch-ltmain.sh @@ -0,0 +1,25 @@ +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + 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-sndfile/pkg-comment b/audio/xmms-sndfile/pkg-comment new file mode 100644 index 000000000000..d74c430bfd55 --- /dev/null +++ b/audio/xmms-sndfile/pkg-comment @@ -0,0 +1 @@ +XMMS plugin to allow playing libsndfile supported files diff --git a/audio/xmms-sndfile/pkg-descr b/audio/xmms-sndfile/pkg-descr new file mode 100644 index 000000000000..39df73d1a64f --- /dev/null +++ b/audio/xmms-sndfile/pkg-descr @@ -0,0 +1,11 @@ +Xmms_sndfile is an input plugin for XMMS, the X MultiMedia System +sound file player. XMMS already plays MP3 and some WAV files. +Using xmms_sndfile extends the capabilities of XMMS to open and +play any file which can be opened and read by libsndfile. Like +XMMS, xmms_sndfile and libsndfile are released under the terms of +the GNU General Public License. + +WWW: http://www.zipworld.com.au/~erikd/XMMS/ + +- David +dyeske@yahoo.com diff --git a/audio/xmms-sndfile/pkg-plist b/audio/xmms-sndfile/pkg-plist new file mode 100644 index 000000000000..d126acc223ca --- /dev/null +++ b/audio/xmms-sndfile/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Input/libxmms_sndfile.so |