Hi! This update package audacious-plugins to the latest release 2.4.4. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/audio/audacious-plugins/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 27 Dec 2010 12:08:21 -0000 1.26 +++ Makefile 2 Mar 2011 12:46:06 -0000 @@ -5,11 +5,10 @@ SHARED_ONLY = Yes COMMENT-main = input and output plugins for audacious COMMENT-jack = jack plugin for audacious -V = 2.4.2 +V = 2.4.4 DISTNAME = audacious-plugins-$V PKGNAME-main = ${DISTNAME} PKGNAME-jack = audacious-jack-$V -REVISION-main = 0 CATEGORIES = audio multimedia @@ -43,7 +42,7 @@ MULTI_PACKAGES = -main BUILD_DEPENDS = ${RUN_DEPENDS-main} -RUN_DEPENDS-main = audio/audacious>=1.5.1 +RUN_DEPENDS-main = audio/audacious>=2.4.4 RUN_DEPENDS-jack = audio/audacious-plugins,-main LIB_DEPENDS-main = audio/faad \ Index: distinfo =================================================================== RCS file: /cvs/ports/audio/audacious-plugins/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 19 Dec 2010 18:19:56 -0000 1.8 +++ distinfo 2 Mar 2011 12:46:06 -0000 @@ -1,5 +1,5 @@ -MD5 (audacious-plugins-2.4.2.tgz) = wz0Opn6PuNbtOJHUZNUAmw== -RMD160 (audacious-plugins-2.4.2.tgz) = 2JRpQviHXhDz3Xzogbopa6m6nTM= -SHA1 (audacious-plugins-2.4.2.tgz) = B6DArGW8AaqTZFTalVCtmC5muPA= -SHA256 (audacious-plugins-2.4.2.tgz) = v3tot7zXpBEHZ15skw4zoREwUiwL1ToytPvSqjxeW6g= -SIZE (audacious-plugins-2.4.2.tgz) = 3420880 +MD5 (audacious-plugins-2.4.4.tgz) = 4LCXvuup2nCJbR42iImWyA== +RMD160 (audacious-plugins-2.4.4.tgz) = 2OyV+2eO/Lms0X53uJDUxoXCuJI= +SHA1 (audacious-plugins-2.4.4.tgz) = M6Q83LaZV4rMvBgZGLltpqsEztw= +SHA256 (audacious-plugins-2.4.4.tgz) = JJSK4hYd3eWAvK0n28EfrtDKzRQiUnSeZNpfj16AhOQ= +SIZE (audacious-plugins-2.4.4.tgz) = 3425914 Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/audio/audacious-plugins/patches/patch-configure_ac,v retrieving revision 1.5 diff -u -p -r1.5 patch-configure_ac --- patches/patch-configure_ac 27 Dec 2010 12:08:21 -0000 1.5 +++ patches/patch-configure_ac 2 Mar 2011 12:46:06 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configure_ac,v 1.5 2010/12/27 12:08:21 shadchin Exp $ ---- configure.ac.orig Tue Dec 7 18:14:55 2010 -+++ configure.ac Sat Dec 25 23:56:42 2010 -@@ -793,13 +793,21 @@ AC_ARG_ENABLE( jack, +--- configure.ac.orig Tue Feb 22 22:29:46 2011 ++++ configure.ac Wed Feb 23 21:59:42 2011 +@@ -809,13 +809,21 @@ AC_ARG_ENABLE( jack, [enable_jack="yes"]) if test "x$enable_jack" = "xyes"; then @@ -26,7 +26,7 @@ $OpenBSD: patch-configure_ac,v 1.5 2010/ OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack" fi -@@ -1178,7 +1186,7 @@ have_solaris=no +@@ -1196,7 +1204,7 @@ have_solaris=no have_sun=no ARCH_DEFINES="" case "$host" in @@ -35,7 +35,7 @@ $OpenBSD: patch-configure_ac,v 1.5 2010/ have_sun=yes if test "${is_elf}" = "no" then -@@ -1186,6 +1194,12 @@ case "$host" in +@@ -1204,6 +1212,12 @@ case "$host" in fi OUTPUT_PLUGINS="$OUTPUT_PLUGINS sun" ;; @@ -48,8 +48,8 @@ $OpenBSD: patch-configure_ac,v 1.5 2010/ *-*-darwin*) AC_DEFINE(SYMBOL_PREFIX, "_", [Define to symbol prefix, if any]) ;; -@@ -1524,6 +1538,20 @@ if test "x$enable_resample" = "xyes"; then - EFFECT_PLUGINS="$EFFECT_PLUGINS resample" +@@ -1557,6 +1571,20 @@ if test "x$enable_lyricwiki" = "xyes"; then + GENERAL_PLUGINS="$GENERAL_PLUGINS lyricwiki" fi +dnl *** sndio @@ -69,7 +69,7 @@ $OpenBSD: patch-configure_ac,v 1.5 2010/ dnl *** End of all plugin checks *** AC_SUBST(ARCH_DEFINES) -@@ -1619,6 +1647,7 @@ echo " -> FileWriter MP3 output part: $have_ +@@ -1652,6 +1680,7 @@ echo " -> FileWriter MP3 output part: $have_ echo " -> FileWriter Vorbis output part: $have_vorbisenc" echo " -> FileWriter FLAC output part: $have_writer_flac" echo " Null Audio output (null): yes" Index: patches/patch-src_aac_libmp4_c =================================================================== RCS file: /cvs/ports/audio/audacious-plugins/patches/patch-src_aac_libmp4_c,v retrieving revision 1.6 diff -u -p -r1.6 patch-src_aac_libmp4_c --- patches/patch-src_aac_libmp4_c 19 Dec 2010 18:19:56 -0000 1.6 +++ patches/patch-src_aac_libmp4_c 2 Mar 2011 12:46:06 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-src_aac_libmp4_c,v 1.6 2010/12/19 18:19:56 shadchin Exp $ ---- src/aac/libmp4.c.orig Wed Dec 8 04:14:55 2010 -+++ src/aac/libmp4.c Fri Dec 17 23:07:16 2010 -@@ -63,7 +63,7 @@ static guint32 mp4_read_callback(void *data, void *buf +--- src/aac/libmp4.c.orig Tue Feb 22 22:29:46 2011 ++++ src/aac/libmp4.c Wed Feb 23 21:59:39 2011 +@@ -64,7 +64,7 @@ static guint32 mp4_read_callback(void *data, void *buf return vfs_fread(buffer, 1, len, (VFSFile *) data); } @@ -10,7 +10,7 @@ $OpenBSD: patch-src_aac_libmp4_c,v 1.6 2 { g_return_val_if_fail (data != NULL, -1); g_return_val_if_fail (pos <= G_MAXINT64, -1); -@@ -578,7 +578,7 @@ static int my_decode_mp4( InputPlayback *playback, cha +@@ -583,7 +583,7 @@ static int my_decode_mp4( InputPlayback *playback, cha NeAACDecHandle decoder; guchar *buffer = NULL; guint bufferSize = 0;