ports/59880: audio/mp3blaster: update to 3.2.0
Christian Weisgerber
naddy at FreeBSD.org
Mon Dec 1 22:40:25 UTC 2003
>Number: 59880
>Category: ports
>Synopsis: audio/mp3blaster: update to 3.2.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 01 14:40:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Christian Weisgerber
>Release: FreeBSD 5.2-BETA alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.2-BETA FreeBSD 5.2-BETA #0: Sun Nov 30 23:11:32 CET 2003 naddy at kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha
>Description:
* Fix playing Vorbis files on big-endian archs.
* Add optional sidplay support (enabled by default).
* Update to 3.2.0. No significant visible changes.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/mp3blaster/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 3 Nov 2003 00:54:30 -0000 1.16
+++ Makefile 1 Dec 2003 22:15:27 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= mp3blaster
-PORTVERSION= 3.1.3
+PORTVERSION= 3.2.0
CATEGORIES= audio
MASTER_SITES= http://www.stack.nl/~brama/mp3blaster/src/
@@ -20,13 +20,18 @@
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" \
- --without-sidplay
+CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
+.if !defined(WITHOUT_SID)
+LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/sidplay
+.else
+CONFIGURE_ARGS+= --without-sidplay
+.endif
+
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbisfile.3:${PORTSDIR}/audio/libvorbis
.else
@@ -35,8 +40,13 @@
MAN1= mp3blaster.1 nmixer.1 splay.1
-.if !defined(WITHOUT_VORBIS)
pre-everything::
+.if !defined(WITHOUT_SID)
+ @${ECHO_MSG}
+ @${ECHO_MSG} "You can disable support for SID by defining WITHOUT_SID."
+ @${ECHO_MSG}
+.endif
+.if !defined(WITHOUT_VORBIS)
@${ECHO_MSG}
@${ECHO_MSG} "You can disable support for Ogg Vorbis by defining WITHOUT_VORBIS."
@${ECHO_MSG}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/audio/mp3blaster/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 22 Oct 2002 03:05:23 -0000 1.8
+++ distinfo 1 Dec 2003 22:15:27 -0000
@@ -1 +1 @@
-MD5 (mp3blaster-3.1.3.tar.gz) = 38beb6a5648cbca4ec87ee14b0982283
+MD5 (mp3blaster-3.2.0.tar.gz) = d01a36de2ebb5b4f7c407ae6cc7668b1
Index: files/patch-mpegsound_oggplayer.cc
===================================================================
RCS file: files/patch-mpegsound_oggplayer.cc
diff -N files/patch-mpegsound_oggplayer.cc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-mpegsound_oggplayer.cc 1 Dec 2003 22:15:27 -0000
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- mpegsound/oggplayer.cc.orig Mon Dec 1 21:30:07 2003
++++ mpegsound/oggplayer.cc Mon Dec 1 21:30:17 2003
+@@ -23,7 +23,7 @@
+ /* Martijn suggests that big endiannes is already taken care of in the rawplayer
+ * class.
+ */
+-#if 0 && defined(WORDS_BIGENDIAN)
++#if defined(WORDS_BIGENDIAN)
+ bigendian = 1;
+ #endif
+ //TODO: On what hardware is data unsigned, and how do I know?
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list