Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 02:14:15 +0200
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        freebsd-ports@freebsd.org
Subject:   Need tester for audio/flac update
Message-ID:  <20010731021415.A41185@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help

--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I have an update of audio/flac to 1.0 ready.

I need some assistance testing whether the i386 assembler optimizations
and the XMMS plugin build and work.  I only have -CURRENT/alpha
here, which has no working threads, so I can't even build xmms.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de

--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="flac.patch"

diff -uNr /usr/ports/audio/flac/Makefile flac/Makefile
--- /usr/ports/audio/flac/Makefile	Mon Jun 11 17:32:37 2001
+++ flac/Makefile	Tue Jul 31 02:10:43 2001
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	flac
-PORTVERSION=	0.10
-PORTREVISION=	1
+PORTVERSION=	1.0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -29,13 +28,15 @@
 .endif
 
 USE_LIBTOOL=	yes
-USE_AUTOCONF=	yes
 GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE=	yes
 
 INSTALLS_SHLIB=	yes
+MAN1=		flac.1
+
+post-extract:
+	@${RM} -r ${WRKSRC}/obj
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -uNr /usr/ports/audio/flac/distinfo flac/distinfo
--- /usr/ports/audio/flac/distinfo	Fri Jun  8 12:55:45 2001
+++ flac/distinfo	Tue Jul 31 00:26:02 2001
@@ -1 +1 @@
-MD5 (flac-0.10-src.tar.gz) = d8369dde641b984c96759f6c081171ab
+MD5 (flac-1.0-src.tar.gz) = 137a0f31ef41583e875928f84d9f8d11
diff -uNr /usr/ports/audio/flac/files/patch-configure flac/files/patch-configure
--- /usr/ports/audio/flac/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ flac/files/patch-configure	Tue Jul 31 01:32:21 2001
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- configure.orig	Sun Jul 22 20:03:23 2001
++++ configure	Tue Jul 31 01:31:15 2001
+@@ -2136,13 +2136,13 @@
+ 
+ 
+ SAVE_CFLAGS="$CFLAGS"
+-CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include -Wall -W'
++CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include'
+ if test x$debug = xtrue; then
+ 	CFLAGS="$CFLAGS -g -O0 -DDEBUG"
+ else
+-	CFLAGS="$CFLAGS -O3 -DNDEBUG"
++	CFLAGS="$CFLAGS -DNDEBUG"
+ 	if test x$GCC = xyes; then
+-		CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__"
++		CFLAGS="$CFLAGS -DFLaC__INLINE=__inline__"
+ 	fi
+ fi
+ CFLAGS="$CFLAGS $SAVE_CFLAGS"
diff -uNr /usr/ports/audio/flac/files/patch-configure.in flac/files/patch-configure.in
--- /usr/ports/audio/flac/files/patch-configure.in	Sun Jun 10 03:25:57 2001
+++ flac/files/patch-configure.in	Thu Jan  1 01:00:00 1970
@@ -1,21 +0,0 @@
-$FreeBSD: ports/audio/flac/files/patch-configure.in,v 1.5 2001/06/08 17:10:35 ijliao Exp $
---- configure.in.orig	Thu Jun  7 21:27:38 2001
-+++ configure.in	Thu Jun  7 21:28:13 2001
-@@ -51,14 +51,11 @@
- AC_DEFINE(FLAC__HAS_NASM)
- fi
- 
--CFLAGS='-I./include -I $(top_srcdir)/include -Wall -W'
-+CFLAGS="$CFLAGS -I./include -I \$(top_srcdir)/include"
- if test x$debug = xtrue; then
--	CFLAGS="$CFLAGS -g -O0 -DDEBUG"
-+	CFLAGS="$CFLAGS -g -DDEBUG"
- else
--	CFLAGS="$CFLAGS -O3 -DNDEBUG"
--		if test x$GCC = xyes; then
--			CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions"
--		fi
-+	CFLAGS="$CFLAGS -DNDEBUG"
- fi
- 
- AC_OUTPUT(	Makefile	\
diff -uNr /usr/ports/audio/flac/files/patch-src::flac::file.c flac/files/patch-src::flac::file.c
--- /usr/ports/audio/flac/files/patch-src::flac::file.c	Fri Jun  8 04:06:30 2001
+++ flac/files/patch-src::flac::file.c	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
-$FreeBSD: ports/audio/flac/files/patch-src::flac::file.c,v 1.1 2001/06/08 02:06:30 ijliao Exp $
---- src/flac/file.c.orig	Thu Jun  7 21:50:01 2001
-+++ src/flac/file.c	Thu Jun  7 21:50:20 2001
-@@ -20,6 +20,7 @@
- #include <sys/utime.h> /* for utime() */
- #include <io.h> /* for chmod() */
- #else
-+#include <sys/types.h>
- #include <utime.h> /* for utime() */
- #include <unistd.h> /* for chown() */
- #endif
diff -uNr /usr/ports/audio/flac/pkg-plist flac/pkg-plist
--- /usr/ports/audio/flac/pkg-plist	Mon Jun 11 17:32:37 2001
+++ flac/pkg-plist	Tue Jul 31 00:27:23 2001
@@ -1,9 +1,18 @@
 @comment $FreeBSD: ports/audio/flac/pkg-plist,v 1.3 2001/06/10 14:03:01 sf Exp $
 bin/flac
 bin/metaflac
+include/FLAC/all.h
+include/FLAC/assert.h
+include/FLAC/file_decoder.h
+include/FLAC/format.h
+include/FLAC/ordinals.h
+include/FLAC/seek_table.h
+include/FLAC/stream_decoder.h
+include/FLAC/stream_encoder.h
+include/FLAC/utility.h
 lib/libFLAC.a
 lib/libFLAC.so
-lib/libFLAC.so.0
+lib/libFLAC.so.1
 %%PORTDOCS%%share/doc/flac/comparison.html
 %%PORTDOCS%%share/doc/flac/developers.html
 %%PORTDOCS%%share/doc/flac/documentation.html

--ZPt4rx8FFjLCG7dd--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010731021415.A41185>