Index: head/audio/xmms-shn/Makefile =================================================================== --- head/audio/xmms-shn/Makefile (revision 67361) +++ head/audio/xmms-shn/Makefile (revision 67362) @@ -1,30 +1,30 @@ # New ports collection makefile for: shntool # Date created: 2 November 2000 # Whom: Bill Fenner # # $FreeBSD$ # PORTNAME= xmms-shn -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= audio -MASTER_SITES= http://shnutils.etree.org/xmms-shn/source/ +MASTER_SITES= http://shnutils.freeshell.org/xmms-shn/source/ MAINTAINER= fenner@FreeBSD.Org BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gtk12 -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif #NOPORTDOCS .include Property changes on: head/audio/xmms-shn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/audio/xmms-shn/distinfo =================================================================== --- head/audio/xmms-shn/distinfo (revision 67361) +++ head/audio/xmms-shn/distinfo (revision 67362) @@ -1 +1 @@ -MD5 (xmms-shn-2.2.5.tar.gz) = 17ab1f3d30a46683aab3ef97496d90da +MD5 (xmms-shn-2.2.6.tar.gz) = cccea0a69425ea43accf2617828721f4 Property changes on: head/audio/xmms-shn/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/audio/xmms-shn/files/patch-ltmain.sh =================================================================== --- head/audio/xmms-shn/files/patch-ltmain.sh (revision 67361) +++ head/audio/xmms-shn/files/patch-ltmain.sh (nonexistent) @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- 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" Property changes on: head/audio/xmms-shn/files/patch-ltmain.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/audio/xmms-shn/files/patch-configure =================================================================== --- head/audio/xmms-shn/files/patch-configure (nonexistent) +++ head/audio/xmms-shn/files/patch-configure (revision 67362) @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure.orig Sat Oct 5 18:12:38 2002 ++++ configure Sat Oct 5 18:13:03 2002 +@@ -7357,6 +7357,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' Property changes on: head/audio/xmms-shn/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/audio/xmms-shn/pkg-descr =================================================================== --- head/audio/xmms-shn/pkg-descr (revision 67361) +++ head/audio/xmms-shn/pkg-descr (revision 67362) @@ -1,19 +1,19 @@ xmms-shn provides playback support for shorten (.shn) files in XMMS. Real-time seeking support is provided for .shn files that have accompanying seek tables generated by shorten 3.x. Otherwise, seeking is not supported. Wayne Stielau has extended shorten 2.3 to support the creation of seek tables. Seek tables are simply descriptions of the internal state of the shorten algorithm at specific points in the decompression. This allows a modified shorten decoder to restore the decoder state of the shorten algorithm for a point at (or very close to) the desired seek point. The current implementation creates a seek table entry once every 25600 samples. For 'CD-quality' WAVE data (44100 samples/sec), this provides a granularity of 1 seek table entry per 25600/44100 = 0.58 seconds, more than what is needed by either XMMS or WinAmp. -WWW: http://shnutils.etree.org/xmms-shn/ +WWW: http://shnutils.freeshell.org/xmms-shn/ Author: Jason Jordan Property changes on: head/audio/xmms-shn/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property