maintenance update to 0.6; tested by bcallah@, ok maintainer

This commit is contained in:
naddy 2014-07-09 14:55:24 +00:00
parent 84b0c4e96d
commit 6e2c6ec44a
3 changed files with 21 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD $
COMMENT = high-level decoding and seeking API for Opus files
DISTNAME = opusfile-0.5
DISTNAME = opusfile-0.6
CATEGORIES = audio
SHARED_LIBS += opusfile 0.0 # 3.0
SHARED_LIBS += opusurl 0.0 # 3.0
SHARED_LIBS += opusfile 0.0 # 3.1
SHARED_LIBS += opusurl 0.0 # 3.1
HOMEPAGE = http://opus-codec.org/
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>

View File

@ -1,2 +1,2 @@
SHA256 (opusfile-0.5.tar.gz) = LOUtAGru7J8QJg2+MHPEY2lUoasZyCuLqv7+AYCqSjk=
SIZE (opusfile-0.5.tar.gz) = 437671
SHA256 (opusfile-0.6.tar.gz) = JChxezVuE58Y7S/bWtmQtWVKI4kHoAWCALOcRqfQPqY=
SIZE (opusfile-0.6.tar.gz) = 437980

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-configure,v 1.1 2014/07/09 14:55:24 naddy Exp $
Do not disable HTTP support despite missing ftime() since we replace
it with gettimeofday().
--- configure.orig Wed Jun 11 19:30:40 2014
+++ configure Tue Jul 8 18:10:27 2014
@@ -11952,7 +11952,7 @@ if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
else
- enable_http=no
+ : enable_http=no
fi