Here is an update to Audacious 3.3.2.
Index: audacious/Makefile =================================================================== RCS file: /home/cvs/ports/audio/audacious/Makefile,v retrieving revision 1.38 diff -u -p -r1.38 Makefile --- audacious/Makefile 25 Aug 2012 11:30:19 -0000 1.38 +++ audacious/Makefile 29 Sep 2012 08:30:37 -0000 @@ -2,9 +2,9 @@ SHARED_ONLY = Yes -COMMENT = gtk+3 media player based on BMP and XMMS +COMMENT = Gtk+3 media player based on BMP and XMMS -DISTNAME = audacious-3.3.1 +DISTNAME = audacious-3.3.2 SHARED_LIBS = audclient 3.0 # 2.0 SHARED_LIBS += audcore 2.0 # 1.0 Index: audacious/distinfo =================================================================== RCS file: /home/cvs/ports/audio/audacious/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- audacious/distinfo 25 Aug 2012 11:30:19 -0000 1.14 +++ audacious/distinfo 29 Sep 2012 08:15:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (audacious-3.3.1.tar.bz2) = 353NF4h3+fTu7reJUQe0GbJJa8pm0/ZWVtLPVrBfms0= -SIZE (audacious-3.3.1.tar.bz2) = 453332 +SHA256 (audacious-3.3.2.tar.bz2) = 7hLgjSSGzEM8mQbziEQzMd1vWG9ju19q19V6iYrztwQ= +SIZE (audacious-3.3.2.tar.bz2) = 466951 Index: audacious-plugins/Makefile =================================================================== RCS file: /home/cvs/ports/audio/audacious-plugins/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- audacious-plugins/Makefile 31 Aug 2012 20:16:40 -0000 1.52 +++ audacious-plugins/Makefile 29 Sep 2012 08:31:57 -0000 @@ -2,12 +2,11 @@ SHARED_ONLY = Yes -COMMENT = input and output plugins for audacious +COMMENT = input and output plugins for Audacious -V = 3.3.1 +V = 3.3.2 DISTNAME = audacious-plugins-$V -REVISION = 0 CATEGORIES = audio multimedia Index: audacious-plugins/distinfo =================================================================== RCS file: /home/cvs/ports/audio/audacious-plugins/distinfo,v retrieving revision 1.15 diff -u -p -r1.15 distinfo --- audacious-plugins/distinfo 25 Aug 2012 11:30:19 -0000 1.15 +++ audacious-plugins/distinfo 29 Sep 2012 08:32:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-3.3.1.tar.bz2) = jsvmyXlQIsOSdgir0HBu6MjRpXnR9gSvrzvymoMkEyE= -SIZE (audacious-plugins-3.3.1.tar.bz2) = 1650126 +SHA256 (audacious-plugins-3.3.2.tar.bz2) = 8cPC5dp6GqXmrCRvRuvat3ZghHjaZkZKWkMMKp+e/aw= +SIZE (audacious-plugins-3.3.2.tar.bz2) = 1687043 Index: audacious-plugins/patches/patch-configure_ac =================================================================== RCS file: /home/cvs/ports/audio/audacious-plugins/patches/patch-configure_ac,v retrieving revision 1.16 diff -u -p -r1.16 patch-configure_ac --- audacious-plugins/patches/patch-configure_ac 25 Aug 2012 11:30:19 -0000 1.16 +++ audacious-plugins/patches/patch-configure_ac 29 Sep 2012 08:34:48 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-configure_ac,v 1.16 2012/08/25 11:30:19 dcoppa Exp $ ---- configure.ac.orig Fri Aug 24 10:53:03 2012 -+++ configure.ac Fri Aug 24 10:54:28 2012 +--- configure.ac.orig Sun Sep 23 09:05:12 2012 ++++ configure.ac Sat Sep 29 04:33:40 2012 @@ -43,9 +43,6 @@ PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 3.3], [AC_MSG_ERROR([Cannot find Audacious 3.3; have you installed Audacious yet?])] ) @@ -11,15 +11,6 @@ $OpenBSD: patch-configure_ac,v 1.16 2012 dnl Default Set of Plugins dnl ====================== -@@ -882,7 +879,7 @@ AC_ARG_ENABLE(filewriter_mp3, - ) - - if test "x$enable_filewriter_mp3" = "xyes"; then -- AC_CHECK_LIB(mp3lame -lm, lame_get_id3v2_tag, [have_lame=yes], [have_lame=no]) -+ AC_CHECK_LIB(mp3lame, lame_get_id3v2_tag, [have_lame=yes], [have_lame=no]) - if test "x$have_lame" = "xyes"; then - AC_DEFINE(FILEWRITER_MP3, 1, [Define if MP3 output part should be built]) - FILEWRITER_LIBS="$FILEWRITER_LIBS -lmp3lame" @@ -1013,6 +1010,9 @@ if test "x$enable_lyricwiki" = "xyes"; then fi Index: audacious-plugins/patches/patch-src_sndio_sndio_c =================================================================== RCS file: audacious-plugins/patches/patch-src_sndio_sndio_c diff -N audacious-plugins/patches/patch-src_sndio_sndio_c --- audacious-plugins/patches/patch-src_sndio_sndio_c 31 Aug 2012 20:16:40 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,30 +0,0 @@ -$OpenBSD: patch-src_sndio_sndio_c,v 1.1 2012/08/31 20:16:40 ratchov Exp $ ---- src/sndio/sndio.c.orig Sun Aug 26 16:51:15 2012 -+++ src/sndio/sndio.c Sun Aug 26 16:53:50 2012 -@@ -95,7 +95,7 @@ AUD_OUTPUT_PLUGIN - static struct fmt_to_par { - int fmt, bits, sig, le; - } fmt_to_par[] = { -- {FMT_S8, 8, 1, 0}, {FMT_U8, 8, 1, 0}, -+ {FMT_S8, 8, 1, 0}, {FMT_U8, 8, 0, 0}, - {FMT_S16_LE, 16, 1, 1}, {FMT_S16_BE, 16, 1, 0}, - {FMT_U16_LE, 16, 0, 1}, {FMT_U16_BE, 16, 0, 0}, - {FMT_S24_LE, 24, 1, 1}, {FMT_S24_BE, 24, 1, 0}, -@@ -237,6 +237,8 @@ sndio_open(int fmt, int rate, int nch) - askpar.sig = fmt_to_par[i].sig; - if (askpar.bits > 8) - askpar.le = fmt_to_par[i].le; -+ if (askpar.bits < askpar.bps * 8) -+ askpar.msb = 0; - askpar.pchan = nch; - askpar.rate = rate; - buffer_size = aud_get_int(NULL, "output_buffer_size"); -@@ -249,7 +251,7 @@ sndio_open(int fmt, int rate, int nch) - return (0); - } - if ((par.bps > 1 && par.le != askpar.le) || -- (par.bits < par.bps * 8 && !par.msb) || -+ (par.bits < par.bps * 8 && par.msb) || - par.bps != askpar.bps || - par.sig != askpar.sig || - par.pchan != askpar.pchan || Index: audacious-plugins/pkg/PLIST =================================================================== RCS file: /home/cvs/ports/audio/audacious-plugins/pkg/PLIST,v retrieving revision 1.5 diff -u -p -r1.5 PLIST --- audacious-plugins/pkg/PLIST 25 Aug 2012 11:30:19 -0000 1.5 +++ audacious-plugins/pkg/PLIST 29 Sep 2012 08:45:21 -0000 @@ -193,6 +193,7 @@ share/audacious/ui/ share/audacious/ui/equalizer.ui share/audacious/ui/mainwin.ui share/audacious/ui/playlist.ui +share/locale/be/LC_MESSAGES/audacious-plugins.mo share/locale/ca/LC_MESSAGES/audacious-plugins.mo share/locale/cs/LC_MESSAGES/audacious-plugins.mo share/locale/de/LC_MESSAGES/audacious-plugins.mo @@ -210,6 +211,7 @@ share/locale/ko/LC_MESSAGES/audacious-pl share/locale/lt/LC_MESSAGES/audacious-plugins.mo share/locale/lv/LC_MESSAGES/audacious-plugins.mo share/locale/pl/LC_MESSAGES/audacious-plugins.mo +share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo share/locale/ru/LC_MESSAGES/audacious-plugins.mo share/locale/sk/LC_MESSAGES/audacious-plugins.mo -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.