update to 1.12.3 for some bugfixes

This commit is contained in:
naddy 2010-07-13 16:39:55 +00:00
parent dd2097ee39
commit 654fc7af21
3 changed files with 14 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.47 2010/04/01 19:00:59 naddy Exp $
# $OpenBSD: Makefile,v 1.48 2010/07/13 16:39:55 naddy Exp $
COMMENT= fast console MPEG audio player and decoder library
DISTNAME= mpg123-1.12.0
DISTNAME= mpg123-1.12.3
SHARED_LIBS= mpg123 2.2 # .25.0
CATEGORIES= audio
HOMEPAGE= http://www.mpg123.de/
@ -18,13 +18,14 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/}
EXTRACT_SUFX= .tar.bz2
WANTLIB= c m sndio
LIB_DEPENDS= ltdl::devel/libtool,-ltdl
WANTLIB= c ltdl m sndio
LIB_DEPENDS= ::devel/libtool,-ltdl
USE_LIBTOOL= Yes
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
--disable-lfs-alias \
--with-audio=sndio \
--with-optimization=0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,5 +1,5 @@
MD5 (mpg123-1.12.0.tar.bz2) = N/a85SjAEggONTsDANuFfA==
RMD160 (mpg123-1.12.0.tar.bz2) = 3yEHK+w2MfEzbrnnmdWMw0EbP4k=
SHA1 (mpg123-1.12.0.tar.bz2) = /q8f069ksQQUA5zkIRiUh5WJVCE=
SHA256 (mpg123-1.12.0.tar.bz2) = 4zB4YFxWHnLtwJimhwyK/9sL/iFhe6gpwXB+8R1polE=
SIZE (mpg123-1.12.0.tar.bz2) = 760610
MD5 (mpg123-1.12.3.tar.bz2) = wVaL4tFxV4a9axqJ7G+n7w==
RMD160 (mpg123-1.12.3.tar.bz2) = r0xrfuySQxbEDI+aDgZMcR4BbzA=
SHA1 (mpg123-1.12.3.tar.bz2) = XpLTyRj2CVJkCJ9xGp84pdIWizE=
SHA256 (mpg123-1.12.3.tar.bz2) = rg/hvYWXFCHCSjXr/DZilCp4FfVyKAkeaQMyeXRCRsY=
SIZE (mpg123-1.12.3.tar.bz2) = 809725

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.5 2010/04/01 19:00:59 naddy Exp $
--- configure.orig Wed Mar 31 02:12:13 2010
+++ configure Thu Apr 1 20:09:46 2010
@@ -12695,10 +12695,10 @@ fi
$OpenBSD: patch-configure,v 1.6 2010/07/13 16:39:55 naddy Exp $
--- configure.orig Mon Jul 5 00:09:17 2010
+++ configure Tue Jul 13 18:03:26 2010
@@ -12694,10 +12694,10 @@ fi
# opt-in for IEEE754 floating point action
# We want to make sure not to apply hacks relying on IEEE754 storage format on platforms where we did not make sure that this actually is valid.
# It _should_ be fine for about all computers still out there, but we play safe.