maintenance update to 1.15.1

This commit is contained in:
naddy 2013-03-22 16:31:36 +00:00
parent 4c73b08f18
commit 0b576e225e
7 changed files with 16 additions and 27 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.66 2013/03/21 08:45:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.67 2013/03/22 16:31:36 naddy Exp $
COMMENT= fast console MPEG audio player and decoder library
DISTNAME= mpg123-1.14.4
REVISION= 0
SHARED_LIBS= mpg123 3.0 # .36.6
DISTNAME= mpg123-1.15.1
SHARED_LIBS= mpg123 3.1 # 37.1
CATEGORIES= audio
HOMEPAGE= http://www.mpg123.de/

View File

@ -1,2 +1,2 @@
SHA256 (mpg123-1.14.4.tar.bz2) = nKGJ8k607GtQRrZNcsPIQ5/Z6jAM4bi5GgXNap0+XBI=
SIZE (mpg123-1.14.4.tar.bz2) = 797694
SHA256 (mpg123-1.15.1.tar.bz2) = xupPTbKKZqetnyL4kM4Qqnlvc64D+GTzJyBwxGwIg1U=
SIZE (mpg123-1.15.1.tar.bz2) = 800907

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.9 2012/08/04 17:38:56 naddy Exp $
--- configure.orig Thu Jul 26 15:41:52 2012
+++ configure Sat Aug 4 18:08:40 2012
@@ -13795,10 +13795,10 @@ fi
$OpenBSD: patch-configure,v 1.10 2013/03/22 16:31:36 naddy Exp $
--- configure.orig Sat Feb 23 21:58:36 2013
+++ configure Thu Mar 21 22:10:24 2013
@@ -13801,10 +13801,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.

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-libmpg123_pc_in,v 1.1 2008/11/11 20:35:49 naddy Exp $
--- libmpg123.pc.in.orig Thu Oct 30 19:21:24 2008
+++ libmpg123.pc.in Thu Oct 30 19:21:37 2008
@@ -7,5 +7,5 @@ Name: libmpg123
Description: An optimised MPEG Audio decoder
Requires:
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lmpg123
+Libs: -L${libdir} -lmpg123 -lm
Cflags: -I${includedir}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_output_Makefile_in,v 1.1 2012/12/31 16:47:38 naddy Exp $
--- src/output/Makefile.in.orig Mon Dec 31 17:02:53 2012
+++ src/output/Makefile.in Mon Dec 31 17:04:52 2012
@@ -467,6 +467,7 @@ LIBMPG123_VERSION = @LIBMPG123_VERSION@
$OpenBSD: patch-src_output_Makefile_in,v 1.2 2013/03/22 16:31:36 naddy Exp $
--- src/output/Makefile.in.orig Sat Feb 23 21:58:37 2013
+++ src/output/Makefile.in Thu Mar 21 22:10:24 2013
@@ -479,6 +479,7 @@ LIBMPG123_VERSION = @LIBMPG123_VERSION@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@

View File

@ -1,5 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2012/12/31 16:47:38 naddy Exp $
@lib lib/libmpg123.so.${LIBmpg123_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.4 2013/03/22 16:31:36 naddy Exp $
lib/mpg123/
@comment lib/mpg123/output_dummy.la
lib/mpg123/output_dummy.so

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.5 2008/11/11 20:35:49 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2013/03/22 16:31:36 naddy Exp $
%%SHARED%%
@bin bin/mpg123
include/mpg123.h
lib/libmpg123.a
lib/libmpg123.la
@lib lib/libmpg123.so.${LIBmpg123_VERSION}
lib/pkgconfig/
lib/pkgconfig/libmpg123.pc
@man man/man1/mpg123.1