diff options
author | naddy <naddy@FreeBSD.org> | 2004-05-05 23:16:21 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-05-05 23:16:21 +0000 |
commit | 4ecc4bc524d15398d3e0a1dcc0e2ec8c5fe08481 (patch) | |
tree | 48d9978d48af9e6e231b71dfa53ab8bee65dca72 /audio/xmms-shn | |
parent | b252a1c98128d95152df494759fd8db910f9d002 (diff) | |
download | FreeBSD-ports-4ecc4bc524d15398d3e0a1dcc0e2ec8c5fe08481.zip FreeBSD-ports-4ecc4bc524d15398d3e0a1dcc0e2ec8c5fe08481.tar.gz |
Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
Diffstat (limited to 'audio/xmms-shn')
-rw-r--r-- | audio/xmms-shn/Makefile | 7 | ||||
-rw-r--r-- | audio/xmms-shn/distinfo | 4 | ||||
-rw-r--r-- | audio/xmms-shn/pkg-descr | 19 |
3 files changed, 8 insertions, 22 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index f538185..3995745 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmms-shn -PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/source/ @@ -19,12 +18,12 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=13 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif #NOPORTDOCS +.endif .include <bsd.port.mk> diff --git a/audio/xmms-shn/distinfo b/audio/xmms-shn/distinfo index b85fd45..4e4903d 100644 --- a/audio/xmms-shn/distinfo +++ b/audio/xmms-shn/distinfo @@ -1,2 +1,2 @@ -MD5 (xmms-shn-2.2.8.tar.gz) = 9f74c510fe2a21c22d30443af82b31ab -SIZE (xmms-shn-2.2.8.tar.gz) = 243553 +MD5 (xmms-shn-2.4.0.tar.gz) = 00395ac407b6b9d5e2c48ad4bbb324f7 +SIZE (xmms-shn-2.4.0.tar.gz) = 347297 diff --git a/audio/xmms-shn/pkg-descr b/audio/xmms-shn/pkg-descr index f55138c..4c56c7a 100644 --- a/audio/xmms-shn/pkg-descr +++ b/audio/xmms-shn/pkg-descr @@ -1,18 +1,5 @@ -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. +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. WWW: http://www.etree.org/shnutils/xmms-shn/ |