update to 2.4.0: seek table fixes, handle files with ID3 tags

This commit is contained in:
naddy 2004-05-04 16:43:21 +00:00
parent 8758db7fd5
commit ed8a46d929
3 changed files with 45 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2003/12/07 18:44:57 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2004/05/04 16:43:21 naddy Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "XMMS input plugin for playing shorten files"
DISTNAME= xmms-shn-2.2.8
DISTNAME= xmms-shn-2.4.0
CATEGORIES= audio
HOMEPAGE= http://www.etree.org/shnutils/xmms-shn/
@ -18,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}source/
LIB_DEPENDS= xmms.3::audio/xmms \
LIB_DEPENDS= xmms.4::audio/xmms \
gthread.1.2::devel/glib
CONFIGURE_STYLE=gnu

View File

@ -1,3 +1,3 @@
MD5 (xmms-shn-2.2.8.tar.gz) = 9f74c510fe2a21c22d30443af82b31ab
RMD160 (xmms-shn-2.2.8.tar.gz) = 6f46e786c8899653c4d7648adff7fa655b7bb419
SHA1 (xmms-shn-2.2.8.tar.gz) = 4462603db217aa6f338b44dc255b9f690eaea147
MD5 (xmms-shn-2.4.0.tar.gz) = 00395ac407b6b9d5e2c48ad4bbb324f7
RMD160 (xmms-shn-2.4.0.tar.gz) = b8f3481fd7e75d876bc6a11b55ef3b74d3955dc0
SHA1 (xmms-shn-2.4.0.tar.gz) = b096e3b931d07df7e5479d6105f7df65f2f4ff62

View File

@ -0,0 +1,39 @@
$OpenBSD: patch-configure,v 1.3 2004/05/04 16:43:21 naddy Exp $
--- configure.orig 2004-05-04 17:53:39.000000000 +0200
+++ configure 2004-05-04 17:54:34.000000000 +0200
@@ -7941,7 +7941,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
@@ -11639,7 +11639,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
@@ -14788,7 +14788,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
@@ -17135,7 +17135,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH