maintenance update to 0.36; from maintainer Moritz Grimm <gtgbr@gmx.net>

This commit is contained in:
naddy 2005-02-07 16:30:53 +00:00
parent 3ad2248111
commit 390130b2e1
5 changed files with 15 additions and 44 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2004/11/21 17:51:47 espie Exp $
# $OpenBSD: Makefile,v 1.7 2005/02/07 16:30:53 naddy Exp $
COMMENT= "add tags to Ogg Vorbis files to adjust the volume"
DISTNAME= vorbisgain-0.34
DISTNAME= vorbisgain-0.36
CATEGORIES= audio
HOMEPAGE= http://sjeng.org/vorbisgain.html
@ -18,14 +18,11 @@ WANTLIB= c m ogg
MASTER_SITES= http://sjeng.org/ftp/vorbis/
EXTRACT_SUFX= .zip
LIB_DEPENDS= vorbis.2,vorbisfile.3::audio/libvorbis
LIB_DEPENDS= vorbis.4,vorbisfile.4::audio/libvorbis
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-recursive
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-extract:
@chmod 755 ${WRKDIST}/configure
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (vorbisgain-0.34.zip) = ee62352b74c610bb3eeddda038819fc8
RMD160 (vorbisgain-0.34.zip) = 37c2a8ffefc3ad002a835ac668073dd3c284a36c
SHA1 (vorbisgain-0.34.zip) = 7e758e5daade6803ccbccdb524a16797ad9e53ca
SIZE (vorbisgain-0.34.zip) = 148950
MD5 (vorbisgain-0.36.zip) = 3c9df5028fa395aa98fdf0f58a5187b0
RMD160 (vorbisgain-0.36.zip) = b3bc9c70a6394431fdb5265a04b7dec793d655a9
SHA1 (vorbisgain-0.36.zip) = ed2669f647d1bb4550b39425a071f3514dac3d7c
SIZE (vorbisgain-0.36.zip) = 155367

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.2 2003/10/13 14:47:24 naddy Exp $
--- Makefile.in.orig 2003-10-12 22:03:34.000000000 +0200
+++ Makefile.in 2003-10-12 22:04:23.000000000 +0200
@@ -417,10 +417,10 @@ maintainer-clean-generic clean mostlycle
debug:
- $(MAKE) all CFLAGS="@DEBUG@"
+ $(MAKE) all CFLAGS="@DEBUG@"
profile:
- $(MAKE) all CFLAGS="@PROFILE@"
+ $(MAKE) all CFLAGS="@PROFILE@"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2004/01/26 21:02:31 naddy Exp $
--- configure.orig 2003-09-17 17:59:26.000000000 +0200
+++ configure 2004-01-26 21:50:05.000000000 +0100
@@ -2450,7 +2450,7 @@ if test -z "$GCC"; then
$OpenBSD: patch-configure,v 1.4 2005/02/07 16:30:53 naddy Exp $
--- configure.orig Sun Feb 6 19:39:03 2005
+++ configure Sun Feb 6 19:39:28 2005
@@ -2838,7 +2838,7 @@ if test -z "$GCC"; then
case $host in
*)
DEBUG="-g"
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.3 2004/01/26 21:02:31 naddy Exp $
PROFILE="-g -p"
;;
esac
@@ -2458,8 +2458,8 @@ else
@@ -2846,8 +2846,8 @@ else
case $host in
*)
DEBUG="-g -Wall -fsigned-char"
@ -21,12 +21,3 @@ $OpenBSD: patch-configure,v 1.3 2004/01/26 21:02:31 naddy Exp $
;;
esac
fi
@@ -2802,7 +2802,7 @@ if test "${ac_cv_lib_vorbisfile_ov_read_
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lvorbisfile -logg -lvorbis $LIBS"
+LIBS="-lvorbisfile -lvorbis -lm -logg $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */

View File

@ -15,7 +15,6 @@ The end result is that the file ends up with superior playback quality
compared to a non-VorbisGain'ed file.
It needs player support to work. Non-supporting players will play back
the files without problems, but you'll miss out on the
benefits. Nowadays most good players such as Winamp or Foobar2K are
already compatible. If your player isn't, consider upgrading to one that
is.
the files without problems, but you'll miss out on the benefits.
Nowadays, most good players such as Winamp or Foobar2K are already
compatible. If your player isn't, consider upgrading to one that is.