Hi,

This update package deadbeef to the latest release 0.5.6.
Tested on amd64.

Split package on -main, -gtk2 and -gtk3.
Please make review this change.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/deadbeef/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    10 Aug 2012 17:25:01 -0000      1.2
+++ Makefile    19 Nov 2012 17:21:34 -0000
@@ -2,9 +2,14 @@
 
 SHARED_ONLY =          Yes
 
-COMMENT =              DeaDBeeF is an audio player
-DISTNAME =             deadbeef-0.5.5
-REVISION =             0
+COMMENT-main =         DeaDBeeF is an audio player
+COMMENT-gtk2 =         gtk+2 gui for DeaDBeeF
+COMMENT-gtk3 =         gtk+3 gui for DeaDBeeF
+VERSION =              0.5.6
+DISTNAME =             deadbeef-${VERSION}
+PKGNAME-main =         deadbeef-${VERSION}
+PKGNAME-gtk2 =         deadbeef-gtk2-${VERSION}
+PKGNAME-gtk3 =         deadbeef-gtk3-${VERSION}
 CATEGORIES =           audio
 
 HOMEPAGE =             http://deadbeef.sourceforge.net/
@@ -15,35 +20,52 @@ PERMIT_PACKAGE_FTP =        Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB += FLAC GL ICE Imlib2 SM X11 Xcomposite Xcursor Xdamage
-WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 avcodec
-WANTLIB += avformat avutil bz2 c cairo cddb cdio crypto curl dbus-1
-WANTLIB += expat faad ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gsm gthread-2.0
-WANTLIB += gtk-x11-2.0 idn m mad mms mp3lame mpcdec ogg orc-0.4
-WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
-WANTLIB += png pthread pthread-stubs schroedinger-1.0 sndfile
-WANTLIB += sndio speex ssl theoradec theoraenc vorbis vorbisenc
-WANTLIB += vorbisfile vpx wavpack x264 xcb xcb-render xcb-shm
-WANTLIB += xvidcore z zip
+WANTLIB += X11 Xext freetype glib-2.0 m pthread xcb z
+
+WANTLIB-main += ${WANTLIB}
+WANTLIB-main += FLAC Imlib2 avcodec avformat avutil c cddb cdio crypto
+WANTLIB-main += curl dbus-1 faad idn mad mms mpcdec ogg pcre sndfile
+WANTLIB-main += sndio ssl vorbis vorbisfile wavpack zip
+
+WANTLIB-gtk2 += ${WANTLIB}
+WANTLIB-gtk2 += GL ICE SM Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
+WANTLIB-gtk2 += Xrandr Xrender atk-1.0 cairo expat ffi fontconfig gdk-x11-2.0
+WANTLIB-gtk2 += gdk_pixbuf-2.0 gio-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
+WANTLIB-gtk2 += gtk-x11-2.0 harfbuzz icudata icule icuuc pango-1.0
+WANTLIB-gtk2 += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs
+WANTLIB-gtk2 += xcb-render xcb-shm
+
+WANTLIB-gtk3 += ${WANTLIB}
+WANTLIB-gtk3 += GL ICE SM Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
+WANTLIB-gtk3 += Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi cairo cairo-gobject
+WANTLIB-gtk3 += dbus-1 expat ffi fontconfig gdk-3 gdk_pixbuf-2.0 gio-2.0
+WANTLIB-gtk3 += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3 harfbuzz
+WANTLIB-gtk3 += icudata icule icuuc pango-1.0 pangocairo-1.0 pangoft2-1.0
+WANTLIB-gtk3 += pcre pixman-1 png pthread-stubs xcb-render xcb-shm
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=deadbeef/}
 EXTRACT_SUFX =         .tar.bz2
 
+MULTI_PACKAGES =       -main -gtk2 -gtk3
+
 MODULES =              devel/gettext \
                        textproc/intltool
 
 BUILD_DEPENDS =                ${MODGNU_AUTOCONF_DEPENDS} \
                        ${MODGNU_AUTOMAKE_DEPENDS}
 
+BUILD_DEPENDS-main = ${BUILD_DEPENDS}
+
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
-BUILD_DEPENDS +=       devel/yasm
+BUILD_DEPENDS-main +=  devel/yasm
 .endif
 
-RUN_DEPENDS =          devel/desktop-file-utils \
+RUN_DEPENDS-main =     devel/desktop-file-utils \
                        x11/gtk+2,-guic
+RUN_DEPENDS-gtk2 =     audio/deadbeef,-main
+RUN_DEPENDS-gtk3 =     audio/deadbeef,-main
 
-LIB_DEPENDS =          archivers/libzip \
+LIB_DEPENDS-main =     archivers/libzip \
                        audio/faad \
                        audio/flac \
                        audio/libcdio \
@@ -57,8 +79,9 @@ LIB_DEPENDS =         archivers/libzip \
                        graphics/imlib2 \
                        multimedia/libmms \
                        net/curl \
-                       x11/dbus \
-                       x11/gtk+2
+                       x11/dbus
+LIB_DEPENDS-gtk2 =     x11/gtk+2
+LIB_DEPENDS-gtk3 =     x11/gtk+3
 
 USE_GMAKE =            Yes
 USE_LIBTOOL =          gnu
@@ -81,7 +104,9 @@ CONFIGURE_ARGS +=    ${CONFIGURE_SHARED} \
                        --disable-wildmidi \
                        --disable-supereq \
                        --disable-src \
-                       --disable-mono2stereo
+                       --disable-mono2stereo \
+                       --disable-abstract-socket \
+                       --enable-ffmpeg
 CONFIGURE_ENV +=       CPPFLAGS='-I${LOCALBASE}/lib/libzip/include 
-I${X11BASE}/include' \
                        LDFLAGS='-L${LOCALBASE}/lib -L${X11BASE}/lib'
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/deadbeef/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ distinfo    19 Nov 2012 17:21:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (deadbeef-0.5.5.tar.bz2) = 2dASdvB+kBVdo3+yV8dEr0rMtNoX2gSM5WBMsRdHULc=
-SIZE (deadbeef-0.5.5.tar.bz2) = 3219511
+SHA256 (deadbeef-0.5.6.tar.bz2) = F8Ej61DjPIlAPY0wNbkTJGOiJ6aQX9Qry7KjpWFs6ls=
+SIZE (deadbeef-0.5.6.tar.bz2) = 3279899
Index: patches/patch-conf_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-conf_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-conf_c
--- patches/patch-conf_c        8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-conf_c        19 Nov 2012 17:21:34 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-conf_c,v 1.1.1.1 2012/08
 
 Fix "pthread_mutex_destroy on mutex with waiters!"
 
---- conf.c.orig        Thu May 31 03:15:48 2012
-+++ conf.c     Tue Jun  5 21:57:26 2012
-@@ -65,6 +65,7 @@ conf_free (void) {
+--- conf.c.orig        Fri Oct 19 21:40:14 2012
++++ conf.c     Tue Oct 23 22:32:14 2012
+@@ -72,6 +72,7 @@ conf_free (void) {
      }
      conf_items = NULL;
      changed = 0;
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-configure_ac,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure_ac
--- patches/patch-configure_ac  8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-configure_ac  19 Nov 2012 17:21:34 -0000
@@ -1,15 +1,15 @@
 $OpenBSD: patch-configure_ac,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
---- configure.ac.orig  Tue Jun  5 00:10:17 2012
-+++ configure.ac       Tue Jun  5 22:05:24 2012
-@@ -110,6 +110,7 @@ AC_ARG_ENABLE(shn,      [AS_HELP_STRING([--enable-shn 
- AC_ARG_ENABLE(psf,      [AS_HELP_STRING([--enable-psf      ], [build 
AOSDK-based PSF(,QSF,SSF,DSF) plugin (default: auto)])], 
[enable_psf=$enableval], [enable_psf=yes])
- AC_ARG_ENABLE(mono2stereo,      [AS_HELP_STRING([--enable-mono2stereo      ], 
[build mono2stereo DSP plugin (default: auto)])], 
[enable_mono2stereo=$enableval], [enable_mono2stereo=yes])
+--- configure.ac.orig  Tue Oct 23 01:36:08 2012
++++ configure.ac       Tue Oct 23 22:36:22 2012
+@@ -111,6 +111,7 @@ AC_ARG_ENABLE(mono2stereo,      [AS_HELP_STRING([--ena
  AC_ARG_ENABLE(shellexecui, [AS_HELP_STRING([--enable-shellexecui      ], 
[build shellexec GTK UI plugin (default: auto)])], 
[enable_shellexecui=$enableval], [enable_shellexecui=yes])
+ AC_ARG_ENABLE(alac, [AS_HELP_STRING([--enable-alac      ], [build ALAC plugin 
(default: auto)])], [enable_alac=$enableval], [enable_alac=yes])
+ AC_ARG_ENABLE(abstract_socket, [AS_HELP_STRING([--enable-abstract-socket      
], [use abstract socket (default: enabled)])], 
[enable_abstract_socket=$enableval], [enable_abstract_socket=yes])
 +AC_ARG_ENABLE(sndio,    [AS_HELP_STRING([--enable-sndio   ], [enable sndio 
output plugin (default: enabled)])], [enable_sndio=$enableval], 
[enable_sndio=yes])
  
  if test "x$enable_staticlink" != "xno" ; then
      AC_DEFINE_UNQUOTED([STATICLINK], [1], [Define if building static version])
-@@ -264,11 +265,11 @@ if test "x$enable_staticlink" != "xno" ; then
+@@ -278,11 +279,11 @@ if test "x$enable_staticlink" != "xno" ; then
      VORBIS_LIBS="../../$LIB/lib/libogg.a ../../$LIB/lib/libvorbis.a 
../../$LIB/lib/libvorbisenc.a ../../$LIB/lib/libvorbisfile.a"
      AC_SUBST(VORBIS_LIBS)
  else
@@ -24,7 +24,7 @@ $OpenBSD: patch-configure_ac,v 1.1.1.1 2
          AC_SUBST(VORBIS_LIBS)
      fi
  fi
-@@ -281,10 +282,10 @@ if test "x$enable_staticlink" != "xno" ; then
+@@ -295,10 +296,10 @@ if test "x$enable_staticlink" != "xno" ; then
      FLAC_LIBS="../../$LIB/lib/libFLAC.a ../../$LIB/lib/libogg.a"
      AC_SUBST(FLAC_LIBS)
  else
@@ -37,40 +37,39 @@ $OpenBSD: patch-configure_ac,v 1.1.1.1 2
          AC_SUBST(FLAC_LIBS)
      fi
  fi
-@@ -588,8 +589,12 @@ if test "x$enable_mono2stereo" != "xno" ; then
-     HAVE_MONO2STEREO=yes
+@@ -603,8 +604,11 @@ if test "x$enable_alac" != "xno" ; then
+     HAVE_ALAC=yes
  fi
  
--PLUGINS_DIRS="plugins/lastfm plugins/mpgmad plugins/vorbis plugins/flac 
plugins/wavpack plugins/sndfile plugins/vfs_curl plugins/cdda plugins/gtkui 
plugins/alsa plugins/ffmpeg plugins/hotkeys plugins/oss plugins/artwork 
plugins/adplug plugins/ffap plugins/sid plugins/nullout plugins/supereq 
plugins/vtx plugins/gme plugins/pulse plugins/notify plugins/musepack 
plugins/wildmidi plugins/tta plugins/dca plugins/aac plugins/mms 
plugins/shellexec plugins/dsp_libsrc plugins/m3u plugins/vfs_zip 
plugins/converter plugins/dumb plugins/shn plugins/ao plugins/mono2stereo 
plugins/shellexecui"
 +if test "x$enable_sndio" != "xno" ; then
 +    HAVE_SNDIO=yes
 +fi
  
-+PLUGINS_DIRS="plugins/lastfm plugins/mpgmad plugins/vorbis plugins/flac 
plugins/wavpack plugins/sndfile plugins/vfs_curl plugins/cdda plugins/gtkui 
plugins/alsa plugins/ffmpeg plugins/hotkeys plugins/oss plugins/artwork 
plugins/adplug plugins/ffap plugins/sid plugins/nullout plugins/supereq 
plugins/vtx plugins/gme plugins/pulse plugins/notify plugins/musepack 
plugins/wildmidi plugins/tta plugins/dca plugins/aac plugins/mms 
plugins/shellexec plugins/dsp_libsrc plugins/m3u plugins/vfs_zip 
plugins/converter plugins/dumb plugins/shn plugins/ao plugins/mono2stereo 
plugins/shellexecui plugins/sndio"
-+
+-PLUGINS_DIRS="plugins/lastfm plugins/mpgmad plugins/vorbis plugins/flac 
plugins/wavpack plugins/sndfile plugins/vfs_curl plugins/cdda plugins/gtkui 
plugins/alsa plugins/ffmpeg plugins/hotkeys plugins/oss plugins/artwork 
plugins/adplug plugins/ffap plugins/sid plugins/nullout plugins/supereq 
plugins/vtx plugins/gme plugins/pulse plugins/notify plugins/musepack 
plugins/wildmidi plugins/tta plugins/dca plugins/aac plugins/mms 
plugins/shellexec plugins/dsp_libsrc plugins/m3u plugins/vfs_zip 
plugins/converter plugins/dumb plugins/shn plugins/ao plugins/mono2stereo 
plugins/shellexecui plugins/alac"
++PLUGINS_DIRS="plugins/lastfm plugins/mpgmad plugins/vorbis plugins/flac 
plugins/wavpack plugins/sndfile plugins/vfs_curl plugins/cdda plugins/gtkui 
plugins/alsa plugins/ffmpeg plugins/hotkeys plugins/oss plugins/artwork 
plugins/adplug plugins/ffap plugins/sid plugins/nullout plugins/supereq 
plugins/vtx plugins/gme plugins/pulse plugins/notify plugins/musepack 
plugins/wildmidi plugins/tta plugins/dca plugins/aac plugins/mms 
plugins/shellexec plugins/dsp_libsrc plugins/m3u plugins/vfs_zip 
plugins/converter plugins/dumb plugins/shn plugins/ao plugins/mono2stereo 
plugins/shellexecui plugins/alac plugins/sndio"
+ 
  AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBISPLUGIN" = "xyes")
  AM_CONDITIONAL(HAVE_FLAC, test "x$HAVE_FLACPLUGIN" = "xyes")
- AM_CONDITIONAL(HAVE_WAVPACK, test "x$HAVE_WAVPACKPLUGIN" = "xyes")
-@@ -640,6 +645,7 @@ AM_CONDITIONAL(HAVE_MONO2STEREO, test "x$HAVE_MONO2STE
- AM_CONDITIONAL(HAVE_SHELLEXECUI, test "x$HAVE_SHELLEXECUI" = "xyes")
- AM_CONDITIONAL(HAVE_SM, test "x$HAVE_SM" = "xyes")
- AM_CONDITIONAL(HAVE_ICE, test "x$HAVE_ICE" = "xyes")
+@@ -657,6 +661,7 @@ AM_CONDITIONAL(STATICLINK, test "x$STATICLINK" = "xyes
+ AM_CONDITIONAL(PORTABLE, test "x$PORTABLE" = "xyes")
+ AM_CONDITIONAL(PORTABLE_FULL, test "x$PORTABLE_FULL" = "xyes")
+ AM_CONDITIONAL(USE_ABSTRACT_SOCKET_NAME, test "x$USE_ABSTRACT_SOCKET_NAME" = 
"xyes")
 +AM_CONDITIONAL(HAVE_SNDIO, test "x$HAVE_SNDIO" = "xyes")
  
  AC_SUBST(PLUGINS_DIRS)
  
-@@ -705,6 +711,7 @@ PRINT_PLUGIN_INFO([dumb],[DUMB module plugin, for MOD,
- PRINT_PLUGIN_INFO([shn],[SHN plugin based on xmms-shn],[test "x$HAVE_SHN" = 
"xyes"])
+@@ -724,6 +729,7 @@ PRINT_PLUGIN_INFO([shn],[SHN plugin based on xmms-shn]
  PRINT_PLUGIN_INFO([mono2stereo],[mono2stereo DSP plugin],[test 
"x$HAVE_MONO2STEREO" = "xyes"])
  PRINT_PLUGIN_INFO([shellexecui],[GTK user interface for configuring shellexec 
plugin],[test "x$HAVE_SHELLEXECUI" = "xyes"])
+ PRINT_PLUGIN_INFO([alac],[ALAC plugin],[test "x$HAVE_ALAC" = "xyes"])
 +PRINT_PLUGIN_INFO([sndio],[sndio output plugin],[test "x$HAVE_SNDIO" = 
"xyes"])
  
  echo
  
-@@ -751,6 +758,7 @@ plugins/ao/Makefile
- plugins/shn/Makefile
+@@ -771,6 +777,7 @@ plugins/shn/Makefile
  plugins/mono2stereo/Makefile
  plugins/shellexecui/Makefile
+ plugins/alac/Makefile
 +plugins/sndio/Makefile
  intl/Makefile
  po/Makefile.in
Index: patches/patch-junklib_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-junklib_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-junklib_c
--- patches/patch-junklib_c     8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-junklib_c     19 Nov 2012 17:21:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-junklib_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
---- junklib.c.orig     Sat May 14 16:45:26 2011
-+++ junklib.c  Mon May 16 19:22:06 2011
-@@ -23,7 +23,6 @@
+--- junklib.c.orig     Fri Oct 19 21:58:50 2012
++++ junklib.c  Tue Oct 23 22:32:14 2012
+@@ -32,7 +32,6 @@
  #include <stdlib.h>
  #include <string.h>
  #if HAVE_ICONV
Index: patches/patch-playlist_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-playlist_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-playlist_c
--- patches/patch-playlist_c    8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-playlist_c    19 Nov 2012 17:21:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-playlist_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
---- playlist.c.orig    Wed May 23 02:34:47 2012
-+++ playlist.c Tue Jun  5 21:57:26 2012
-@@ -53,6 +53,10 @@
+--- playlist.c.orig    Fri Oct 19 21:58:50 2012
++++ playlist.c Tue Oct 23 22:32:14 2012
+@@ -62,6 +62,10 @@
  #include "volume.h"
  #include "pltmeta.h"
  
Index: patches/patch-plugins_aac_Makefile_am
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-plugins_aac_Makefile_am,v
retrieving revision 1.1
diff -u -p -r1.1 patch-plugins_aac_Makefile_am
--- patches/patch-plugins_aac_Makefile_am       10 Aug 2012 17:25:01 -0000      
1.1
+++ patches/patch-plugins_aac_Makefile_am       19 Nov 2012 17:21:34 -0000
@@ -1,12 +1,12 @@
 $OpenBSD: patch-plugins_aac_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp 
$
---- plugins/aac/Makefile.am.orig       Thu Aug  9 23:40:15 2012
-+++ plugins/aac/Makefile.am    Thu Aug  9 23:40:25 2012
-@@ -12,7 +12,7 @@ mp4ff/mp4ff.h\
- mp4ff/mp4ffint.h\
- mp4ff/mp4ff_int_types.h
+--- plugins/aac/Makefile.am.orig       Fri Oct 19 21:40:14 2012
++++ plugins/aac/Makefile.am    Wed Oct 24 00:05:09 2012
+@@ -13,7 +13,7 @@ aac_la_SOURCES = aac.c aac_parser.c aac_parser.h\
+ ../libmp4ff/mp4ffint.h\
+ ../libmp4ff/mp4ff_int_types.h
  
 -aac_la_LDFLAGS = -module
 +aac_la_LDFLAGS = -module -avoid-version
  
  aac_la_LIBADD = $(LDADD) $(FAAD2_LIBS)
- AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING
+ AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING 
-I$(aacpath)/../libmp4ff
Index: patches/patch-plugins_aac_aac_c
===================================================================
RCS file: patches/patch-plugins_aac_aac_c
diff -N patches/patch-plugins_aac_aac_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-plugins_aac_aac_c     19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- plugins/aac/aac.c.orig     Sun Nov 18 22:47:40 2012
++++ plugins/aac/aac.c  Sun Nov 18 22:47:48 2012
+@@ -29,7 +29,7 @@
+ #include "../../deadbeef.h"
+ #include "aac_parser.h"
+ 
+-#include "mp4ff.h"
++#include "../libmp4ff/mp4ff.h"
+ 
+ #define min(x,y) ((x)<(y)?(x):(y))
+ #define max(x,y) ((x)>(y)?(x):(y))
Index: patches/patch-plugins_alac_Makefile_am
===================================================================
RCS file: patches/patch-plugins_alac_Makefile_am
diff -N patches/patch-plugins_alac_Makefile_am
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-plugins_alac_Makefile_am      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- plugins/alac/Makefile.am.orig      Tue Oct 23 22:45:50 2012
++++ plugins/alac/Makefile.am   Tue Oct 23 22:45:58 2012
+@@ -13,7 +13,7 @@ alac.c decomp.h demux.c demux.h stream.c stream.h\
+ ../libmp4ff/mp4ffint.h\
+ ../libmp4ff/mp4ff_int_types.h
+ 
+-alac_la_LDFLAGS = -module
++alac_la_LDFLAGS = -module -avoid-version
+ 
+ alac_la_LIBADD = $(LDADD) $(FAAD2_LIBS)
+ AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_MP4FF -DUSE_TAGGING -I../libmp4ff
Index: patches/patch-plugins_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-plugins_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-plugins_c
--- patches/patch-plugins_c     8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-plugins_c     19 Nov 2012 17:21:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-plugins_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
---- plugins.c.orig     Mon Jun  4 02:56:09 2012
-+++ plugins.c  Tue Jun  5 21:57:26 2012
-@@ -1091,7 +1091,7 @@ plug_select_output (void) {
+--- plugins.c.orig     Fri Oct 19 21:58:50 2012
++++ plugins.c  Tue Oct 23 22:32:14 2012
+@@ -1099,7 +1099,7 @@ plug_select_output (void) {
      return 0;
  #else
      char outplugname[100];
@@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_c,v 1.1.1.1 2012
      for (int i = 0; g_output_plugins[i]; i++) {
          DB_output_t *p = g_output_plugins[i];
          if (!strcmp (p->plugin.name, outplugname)) {
-@@ -1133,7 +1133,7 @@ plug_reinit_sound (void) {
+@@ -1141,7 +1141,7 @@ plug_reinit_sound (void) {
  
      if (plug_select_output () < 0) {
          char outplugname[100];
Index: patches/patch-plugins_converter_Makefile_am
===================================================================
RCS file: 
/cvs/ports/audio/deadbeef/patches/patch-plugins_converter_Makefile_am,v
retrieving revision 1.1
diff -u -p -r1.1 patch-plugins_converter_Makefile_am
--- patches/patch-plugins_converter_Makefile_am 10 Aug 2012 17:25:01 -0000      
1.1
+++ patches/patch-plugins_converter_Makefile_am 19 Nov 2012 17:21:34 -0000
@@ -1,16 +1,26 @@
 $OpenBSD: patch-plugins_converter_Makefile_am,v 1.1 2012/08/10 17:25:01 
shadchin Exp $
---- plugins/converter/Makefile.am.orig Thu Aug  9 23:42:15 2012
-+++ plugins/converter/Makefile.am      Thu Aug  9 23:42:42 2012
-@@ -29,10 +29,10 @@ EXTRA_DIST = $(convdata_DATA) converter.glade
+--- plugins/converter/Makefile.am.orig Fri Oct 19 21:40:14 2012
++++ plugins/converter/Makefile.am      Tue Oct 23 22:38:25 2012
+@@ -29,11 +29,11 @@ EXTRA_DIST = $(convdata_DATA) converter.glade
  AM_CFLAGS = $(CFLAGS) -std=c99 -fPIC
  
  converter_la_SOURCES = converter.c converter.h
 -converter_la_LDFLAGS = -module
 +converter_la_LDFLAGS = -module -avoid-version
+ 
  if HAVE_GTK2
  converter_gtk2_la_SOURCES = convgui.c interface.c support.c callbacks.h 
converter.h interface.h support.h
 -converter_gtk2_la_LDFLAGS = -module
 +converter_gtk2_la_LDFLAGS = -module -avoid-version
- endif
+ if STATICLINK
+ GTK_ROOT=@top_srcdir@/$(LIB)/gtk-2.12.12/usr
+ 
+@@ -48,7 +48,7 @@ endif
+ 
  if HAVE_GTK3
  converter_gtk3_la_SOURCES = convgui.c interface.c support.c callbacks.h 
converter.h interface.h support.h
+-converter_gtk3_la_LDFLAGS = -module
++converter_gtk3_la_LDFLAGS = -module -avoid-version
+ if STATICLINK
+ GTK_ROOT_300=@top_srcdir@/$(LIB)/gtk-3.0.0
+ 
Index: patches/patch-plugins_ffmpeg_ffmpeg_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-plugins_ffmpeg_ffmpeg_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-plugins_ffmpeg_ffmpeg_c
--- patches/patch-plugins_ffmpeg_ffmpeg_c       8 Aug 2012 18:06:48 -0000       
1.1.1.1
+++ patches/patch-plugins_ffmpeg_ffmpeg_c       19 Nov 2012 17:21:34 -0000
@@ -1,9 +1,9 @@
 $OpenBSD: patch-plugins_ffmpeg_ffmpeg_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin 
Exp $
---- plugins/ffmpeg/ffmpeg.c.orig       Tue May  8 02:49:13 2012
-+++ plugins/ffmpeg/ffmpeg.c    Tue May 15 23:44:47 2012
-@@ -51,6 +51,10 @@
- 
- #endif
+--- plugins/ffmpeg/ffmpeg.c.orig       Mon Oct 15 00:51:02 2012
++++ plugins/ffmpeg/ffmpeg.c    Tue Oct 23 22:32:14 2012
+@@ -56,6 +56,10 @@
+ //#define av_get_bits_per_sample_format av_get_bits_per_sample_fmt
+ #else
  
 +#if defined(__GNUC__) && defined(__STRICT_ANSI__)
 +#define alloca(size)  __builtin_alloca(size)
Index: patches/patch-plugins_gtkui_Makefile_am
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-plugins_gtkui_Makefile_am,v
retrieving revision 1.1
diff -u -p -r1.1 patch-plugins_gtkui_Makefile_am
--- patches/patch-plugins_gtkui_Makefile_am     10 Aug 2012 17:25:01 -0000      
1.1
+++ patches/patch-plugins_gtkui_Makefile_am     19 Nov 2012 17:21:34 -0000
@@ -1,12 +1,30 @@
 $OpenBSD: patch-plugins_gtkui_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin 
Exp $
---- plugins/gtkui/Makefile.am.orig     Thu Aug  9 23:56:42 2012
-+++ plugins/gtkui/Makefile.am  Thu Aug  9 23:57:02 2012
-@@ -66,7 +66,7 @@ endif
- # normal lib
+--- plugins/gtkui/Makefile.am.orig     Fri Oct 19 21:58:50 2012
++++ plugins/gtkui/Makefile.am  Tue Oct 23 22:40:24 2012
+@@ -76,7 +76,7 @@ endif
  if HAVE_GTK2
+ 
  ddb_gui_GTK2_la_SOURCES = $(GTKUI_SOURCES)
 -ddb_gui_GTK2_la_LDFLAGS = -module
 +ddb_gui_GTK2_la_LDFLAGS = -module -avoid-version
- ddb_gui_GTK2_la_LIBADD = $(LDADD) $(GTK2_DEPS_LIBS) $(SM_LIBADD)
- ddb_gui_GTK2_la_CFLAGS = -std=c99 $(GTK2_DEPS_CFLAGS) $(SM_CFLAGS)
- endif
+ 
+ if STATICLINK
+ GTK_ROOT_216=@top_srcdir@/$(LIB)/gtk-2.16.0
+@@ -93,7 +93,7 @@ endif
+ 
+ if HAVE_GTK3
+ ddb_gui_GTK3_la_SOURCES = $(GTKUI_SOURCES)
+-ddb_gui_GTK3_la_LDFLAGS = -module
++ddb_gui_GTK3_la_LDFLAGS = -module -avoid-version
+ if STATICLINK
+ GTK_ROOT_300=@top_srcdir@/$(LIB)/gtk-3.0.0
+ 
+@@ -112,7 +112,7 @@ if STATICLINK
+ GTK_ROOT=@top_srcdir@/$(LIB)/gtk-2.12.12/usr
+ 
+ ddb_gui_GTK2_fallback_la_SOURCES = $(GTKUI_SOURCES)
+-ddb_gui_GTK2_fallback_la_LDFLAGS = -module
++ddb_gui_GTK2_fallback_la_LDFLAGS = -module -avoid-version
+ 
+ ddb_gui_GTK2_fallback_la_LIBADD = $(LDADD) -L$(GTK_ROOT)/lib 
$(GTK_ROOT)/lib/libgtk-x11-2.0.la $(GTK_ROOT)/lib/libgdk-x11-2.0.la 
$(GTK_ROOT)/lib/libpangoft2-1.0.la $(GTK_ROOT)/lib/libpangocairo-1.0.la 
$(GTK_ROOT)/lib/libgdk_pixbuf-2.0.la -lm $(GTK_ROOT)/lib/libcairo.la 
$(GTK_ROOT)/lib/libpango-1.0.la $(GTK_ROOT)/lib/libgobject-2.0.la 
$(GTK_ROOT)/lib/libgmodule-2.0.la $(GTK_ROOT)/lib/libgthread-2.0.la -lrt 
$(GTK_ROOT)/lib/libglib-2.0.la $(SM_LIBADD)
+ 
Index: patches/patch-plugins_gtkui_prefwin_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-plugins_gtkui_prefwin_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-plugins_gtkui_prefwin_c
--- patches/patch-plugins_gtkui_prefwin_c       8 Aug 2012 18:06:48 -0000       
1.1.1.1
+++ patches/patch-plugins_gtkui_prefwin_c       19 Nov 2012 17:21:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-plugins_gtkui_prefwin_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin 
Exp $
---- plugins/gtkui/prefwin.c.orig       Sat May 19 14:56:40 2012
-+++ plugins/gtkui/prefwin.c    Tue Jun  5 21:57:27 2012
-@@ -501,7 +501,7 @@ on_preferences_activate                (GtkMenuItem   
+--- plugins/gtkui/prefwin.c.orig       Fri Oct 19 21:58:50 2012
++++ plugins/gtkui/prefwin.c    Tue Oct 23 22:32:15 2012
+@@ -496,7 +496,7 @@ on_preferences_activate                (GtkMenuItem   
      // output plugin selection
      combobox = GTK_COMBO_BOX (lookup_widget (w, "pref_output_plugin"));
  
@@ -10,7 +10,7 @@ $OpenBSD: patch-plugins_gtkui_prefwin_c,
      DB_output_t **out_plugs = deadbeef->plug_get_output_list ();
      for (int i = 0; out_plugs[i]; i++) {
          gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combobox), 
out_plugs[i]->plugin.name);
-@@ -714,7 +714,7 @@ on_pref_output_plugin_changed          (GtkComboBox   
+@@ -720,7 +720,7 @@ on_pref_output_plugin_changed          (GtkComboBox   
      DB_output_t *new = NULL;
  
      deadbeef->conf_lock ();
Index: patches/patch-plugins_shellexecui_Makefile_am
===================================================================
RCS file: 
/cvs/ports/audio/deadbeef/patches/patch-plugins_shellexecui_Makefile_am,v
retrieving revision 1.1
diff -u -p -r1.1 patch-plugins_shellexecui_Makefile_am
--- patches/patch-plugins_shellexecui_Makefile_am       10 Aug 2012 17:25:01 
-0000      1.1
+++ patches/patch-plugins_shellexecui_Makefile_am       19 Nov 2012 17:21:34 
-0000
@@ -1,12 +1,21 @@
 $OpenBSD: patch-plugins_shellexecui_Makefile_am,v 1.1 2012/08/10 17:25:01 
shadchin Exp $
---- plugins/shellexecui/Makefile.am.orig       Thu Aug  9 23:48:59 2012
-+++ plugins/shellexecui/Makefile.am    Thu Aug  9 23:49:13 2012
+--- plugins/shellexecui/Makefile.am.orig       Fri Oct 19 21:40:14 2012
++++ plugins/shellexecui/Makefile.am    Tue Oct 23 22:39:28 2012
 @@ -18,7 +18,7 @@ AM_CFLAGS = $(CFLAGS) -std=c99 -fPIC
  
  if HAVE_GTK2
  shellexecui_gtk2_la_SOURCES = shellexecui.c interface.c support.c callbacks.c 
interface.h support.h callbacks.h
 -shellexecui_gtk2_la_LDFLAGS = -module
 +shellexecui_gtk2_la_LDFLAGS = -module -avoid-version
- endif
+ if STATICLINK
+ GTK_ROOT=@top_srcdir@/$(LIB)/gtk-2.12.12/usr
+ 
+@@ -33,7 +33,7 @@ endif
+ 
  if HAVE_GTK3
  shellexecui_gtk3_la_SOURCES = shellexecui.c interface.c support.c callbacks.c 
interface.h support.h callbacks.h
+-shellexecui_gtk3_la_LDFLAGS = -module
++shellexecui_gtk3_la_LDFLAGS = -module -avoid-version
+ if STATICLINK
+ GTK_ROOT_300=@top_srcdir@/$(LIB)/gtk-3.0.0
+ 
Index: patches/patch-utf8_c
===================================================================
RCS file: /cvs/ports/audio/deadbeef/patches/patch-utf8_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-utf8_c
--- patches/patch-utf8_c        8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ patches/patch-utf8_c        19 Nov 2012 17:21:34 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-utf8_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
---- utf8.c.orig        Thu May  3 02:10:22 2012
-+++ utf8.c     Tue May 15 23:44:11 2012
-@@ -34,6 +34,10 @@
+--- utf8.c.orig        Fri Oct 19 21:40:14 2012
++++ utf8.c     Tue Oct 23 22:32:16 2012
+@@ -45,6 +45,10 @@
  #include "utf8.h"
  #include "u8_lc_map.h"
  
Index: pkg/DESCR
===================================================================
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- pkg/DESCR   8 Aug 2012 18:06:48 -0000       1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
-OpenSolaris and probably other UNIX-like systems.
-
-Some features (more can be found on the homepage):
-
-* mp3, ogg vorbis, flac, ape, wv, wav, cd audio (and many more)
-* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
-* no GNOME or KDE dependencies
-* minimize to tray, with scrollwheel volume control
-* drag and drop, both inside the playlist, and from other applications
-* control playback from command line
-* global hotkeys
-* multiple playlists
-* album artwork display
-* 18-band graphical equalizer
-* metadata editor
-* user-customizable groups in playlists
-* user-customizable columns with flexible title formatting
-* radio and podcast support for ogg vorbis, mp3 and aac streams
-* gapless playback
-* plugin support; bundled with lots of plugins, such as global
-  hotkeys and last.fm scrobbler; sdk is included
Index: pkg/DESCR-gtk2
===================================================================
RCS file: pkg/DESCR-gtk2
diff -N pkg/DESCR-gtk2
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-gtk2      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,4 @@
+DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
+OpenSolaris and probably other UNIX-like systems.
+
+This package provides the gtk+2 gui.
Index: pkg/DESCR-gtk3
===================================================================
RCS file: pkg/DESCR-gtk3
diff -N pkg/DESCR-gtk3
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-gtk3      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,4 @@
+DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
+OpenSolaris and probably other UNIX-like systems.
+
+This package provides the gtk+3 gui.
Index: pkg/DESCR-main
===================================================================
RCS file: pkg/DESCR-main
diff -N pkg/DESCR-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-main      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,22 @@
+DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
+OpenSolaris and probably other UNIX-like systems.
+
+Some features (more can be found on the homepage):
+
+* mp3, ogg vorbis, flac, ape, wv, wav, cd audio (and many more)
+* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
+* no GNOME or KDE dependencies
+* minimize to tray, with scrollwheel volume control
+* drag and drop, both inside the playlist, and from other applications
+* control playback from command line
+* global hotkeys
+* multiple playlists
+* album artwork display
+* 18-band graphical equalizer
+* metadata editor
+* user-customizable groups in playlists
+* user-customizable columns with flexible title formatting
+* radio and podcast support for ogg vorbis, mp3 and aac streams
+* gapless playback
+* plugin support; bundled with lots of plugins, such as global
+  hotkeys and last.fm scrobbler; sdk is included
Index: pkg/PLIST
===================================================================
RCS file: pkg/PLIST
diff -N pkg/PLIST
--- pkg/PLIST   10 Aug 2012 17:25:01 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,160 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.2 2012/08/10 17:25:01 shadchin Exp $
-@bin bin/deadbeef
-include/deadbeef/
-include/deadbeef/deadbeef.h
-include/deadbeef/gtkui_api.h
-lib/deadbeef/
-@comment lib/deadbeef/aac.la
-lib/deadbeef/aac.so
-@comment lib/deadbeef/artwork.la
-lib/deadbeef/artwork.so
-@comment lib/deadbeef/cdda.la
-lib/deadbeef/cdda.so
-@comment lib/deadbeef/converter.la
-lib/deadbeef/converter.so
-@comment lib/deadbeef/converter_gtk2.la
-lib/deadbeef/converter_gtk2.so
-lib/deadbeef/convpresets/
-lib/deadbeef/convpresets/AAC_(Nero_FAAC).txt
-lib/deadbeef/convpresets/FLAC_(compression_level_5).txt
-lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt
-lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt
-lib/deadbeef/convpresets/MS_RIFF_WAV.txt
-lib/deadbeef/convpresets/MusePack.txt
-lib/deadbeef/convpresets/Ogg_Vorbis_(-q_5).txt
-lib/deadbeef/convpresets/TTA.txt
-lib/deadbeef/convpresets/WavPack.txt
-@comment lib/deadbeef/dca.la
-lib/deadbeef/dca.so
-@comment lib/deadbeef/ddb_ao.la
-lib/deadbeef/ddb_ao.so
-@comment lib/deadbeef/ddb_dumb.la
-lib/deadbeef/ddb_dumb.so
-@comment lib/deadbeef/ddb_gui_GTK2.la
-lib/deadbeef/ddb_gui_GTK2.so
-@comment lib/deadbeef/ddb_shn.la
-lib/deadbeef/ddb_shn.so
-@comment lib/deadbeef/ffap.la
-lib/deadbeef/ffap.so
-@comment lib/deadbeef/ffmpeg.la
-lib/deadbeef/ffmpeg.so
-@comment lib/deadbeef/flac.la
-lib/deadbeef/flac.so
-@comment lib/deadbeef/hotkeys.la
-lib/deadbeef/hotkeys.so
-@comment lib/deadbeef/lastfm.la
-lib/deadbeef/lastfm.so
-@comment lib/deadbeef/m3u.la
-lib/deadbeef/m3u.so
-@comment lib/deadbeef/mms.la
-lib/deadbeef/mms.so
-@comment lib/deadbeef/mpgmad.la
-lib/deadbeef/mpgmad.so
-@comment lib/deadbeef/musepack.la
-lib/deadbeef/musepack.so
-@comment lib/deadbeef/notify.la
-lib/deadbeef/notify.so
-@comment lib/deadbeef/nullout.la
-lib/deadbeef/nullout.so
-@comment lib/deadbeef/shellexec.la
-lib/deadbeef/shellexec.so
-@comment lib/deadbeef/shellexecui_gtk2.la
-lib/deadbeef/shellexecui_gtk2.so
-@comment lib/deadbeef/sndfile.la
-lib/deadbeef/sndfile.so
-@comment lib/deadbeef/sndio.la
-lib/deadbeef/sndio.so
-@comment lib/deadbeef/tta.la
-lib/deadbeef/tta.so
-@comment lib/deadbeef/vfs_curl.la
-lib/deadbeef/vfs_curl.so
-@comment lib/deadbeef/vfs_zip.la
-lib/deadbeef/vfs_zip.so
-@comment lib/deadbeef/vorbis.la
-lib/deadbeef/vorbis.so
-@comment lib/deadbeef/vtx.la
-lib/deadbeef/vtx.so
-@comment lib/deadbeef/wavpack.la
-lib/deadbeef/wavpack.so
-share/applications/deadbeef.desktop
-share/deadbeef/
-share/deadbeef/pixmaps/
-share/deadbeef/pixmaps/buffering_16.png
-share/deadbeef/pixmaps/noartwork.png
-share/deadbeef/pixmaps/pause_16.png
-share/deadbeef/pixmaps/play_16.png
-share/doc/deadbeef/
-share/doc/deadbeef/COPYING.GPLv2
-share/doc/deadbeef/COPYING.LGPLv2.1
-share/doc/deadbeef/ChangeLog
-share/doc/deadbeef/README
-share/doc/deadbeef/about.txt
-share/doc/deadbeef/help.pt_BR.txt
-share/doc/deadbeef/help.ru.txt
-share/doc/deadbeef/help.txt
-share/doc/deadbeef/translators.txt
-share/icons/hicolor/128x128/apps/deadbeef.png
-share/icons/hicolor/16x16/apps/deadbeef.png
-share/icons/hicolor/192x192/apps/deadbeef.png
-share/icons/hicolor/22x22/apps/deadbeef.png
-share/icons/hicolor/24x24/apps/deadbeef.png
-share/icons/hicolor/256x256/apps/deadbeef.png
-share/icons/hicolor/32x32/apps/deadbeef.png
-share/icons/hicolor/36x36/apps/deadbeef.png
-share/icons/hicolor/48x48/apps/deadbeef.png
-share/icons/hicolor/64x64/apps/deadbeef.png
-share/icons/hicolor/72x72/apps/deadbeef.png
-share/icons/hicolor/96x96/apps/deadbeef.png
-share/icons/hicolor/scalable/apps/deadbeef.svg
-share/locale/be/LC_MESSAGES/deadbeef.mo
-share/locale/bg/LC_MESSAGES/deadbeef.mo
-share/locale/bn/LC_MESSAGES/deadbeef.mo
-share/locale/ca/LC_MESSAGES/deadbeef.mo
-share/locale/cs/LC_MESSAGES/deadbeef.mo
-share/locale/da/LC_MESSAGES/deadbeef.mo
-share/locale/de/LC_MESSAGES/deadbeef.mo
-share/locale/el/LC_MESSAGES/deadbeef.mo
-share/locale/en_GB/LC_MESSAGES/deadbeef.mo
-share/locale/eo/LC_MESSAGES/deadbeef.mo
-share/locale/es/LC_MESSAGES/deadbeef.mo
-share/locale/et/LC_MESSAGES/deadbeef.mo
-share/locale/fa/LC_MESSAGES/deadbeef.mo
-share/locale/fi/LC_MESSAGES/deadbeef.mo
-share/locale/fr/LC_MESSAGES/deadbeef.mo
-share/locale/gl/LC_MESSAGES/deadbeef.mo
-share/locale/he/LC_MESSAGES/deadbeef.mo
-share/locale/hr/LC_MESSAGES/deadbeef.mo
-share/locale/hu/LC_MESSAGES/deadbeef.mo
-share/locale/id/LC_MESSAGES/deadbeef.mo
-share/locale/it/LC_MESSAGES/deadbeef.mo
-share/locale/ja/LC_MESSAGES/deadbeef.mo
-share/locale/kk/LC_MESSAGES/deadbeef.mo
-share/locale/km/LC_MESSAGES/deadbeef.mo
-share/locale/lg/
-share/locale/lg/LC_MESSAGES/
-share/locale/lg/LC_MESSAGES/deadbeef.mo
-share/locale/lt/LC_MESSAGES/deadbeef.mo
-share/locale/nb/LC_MESSAGES/deadbeef.mo
-share/locale/nl/LC_MESSAGES/deadbeef.mo
-share/locale/pl/LC_MESSAGES/deadbeef.mo
-share/locale/pt/LC_MESSAGES/deadbeef.mo
-share/locale/pt_BR/LC_MESSAGES/deadbeef.mo
-share/locale/ro/LC_MESSAGES/deadbeef.mo
-share/locale/ru/LC_MESSAGES/deadbeef.mo
-share/locale/si/LC_MESSAGES/deadbeef.mo
-share/locale/sk/LC_MESSAGES/deadbeef.mo
-share/locale/sl/LC_MESSAGES/deadbeef.mo
-share/locale/sr/LC_MESSAGES/deadbeef.mo
-share/locale/sr@latin/LC_MESSAGES/deadbeef.mo
-share/locale/sv/LC_MESSAGES/deadbeef.mo
-share/locale/te/LC_MESSAGES/deadbeef.mo
-share/locale/tr/LC_MESSAGES/deadbeef.mo
-share/locale/ug/LC_MESSAGES/deadbeef.mo
-share/locale/uk/LC_MESSAGES/deadbeef.mo
-share/locale/vi/LC_MESSAGES/deadbeef.mo
-share/locale/zh_CN/LC_MESSAGES/deadbeef.mo
-share/locale/zh_TW/LC_MESSAGES/deadbeef.mo
-@exec %D/bin/update-desktop-database
-@unexec-delete %D/bin/update-desktop-database
-@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> 
/dev/null || true
-@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> 
/dev/null || true
Index: pkg/PLIST-gtk2
===================================================================
RCS file: pkg/PLIST-gtk2
diff -N pkg/PLIST-gtk2
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-gtk2      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+@comment lib/deadbeef/converter_gtk2.la
+lib/deadbeef/converter_gtk2.so
+@comment lib/deadbeef/ddb_gui_GTK2.la
+lib/deadbeef/ddb_gui_GTK2.so
+@comment lib/deadbeef/shellexecui_gtk2.la
+lib/deadbeef/shellexecui_gtk2.so
Index: pkg/PLIST-gtk3
===================================================================
RCS file: pkg/PLIST-gtk3
diff -N pkg/PLIST-gtk3
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-gtk3      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+@comment lib/deadbeef/converter_gtk3.la
+lib/deadbeef/converter_gtk3.so
+@comment lib/deadbeef/ddb_gui_GTK3.la
+lib/deadbeef/ddb_gui_GTK3.so
+@comment lib/deadbeef/shellexecui_gtk3.la
+lib/deadbeef/shellexecui_gtk3.so
Index: pkg/PLIST-main
===================================================================
RCS file: pkg/PLIST-main
diff -N pkg/PLIST-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-main      19 Nov 2012 17:21:34 -0000
@@ -0,0 +1,153 @@
+@comment $OpenBSD$
+@pkgpath audio/deadbeef
+@bin bin/deadbeef
+include/deadbeef/
+include/deadbeef/deadbeef.h
+include/deadbeef/gtkui_api.h
+lib/deadbeef/
+@comment lib/deadbeef/aac.la
+lib/deadbeef/aac.so
+@comment lib/deadbeef/alac.la
+lib/deadbeef/alac.so
+@comment lib/deadbeef/artwork.la
+lib/deadbeef/artwork.so
+@comment lib/deadbeef/cdda.la
+lib/deadbeef/cdda.so
+@comment lib/deadbeef/converter.la
+lib/deadbeef/converter.so
+lib/deadbeef/convpresets/
+lib/deadbeef/convpresets/AAC_(Nero_FAAC).txt
+lib/deadbeef/convpresets/FLAC_(compression_level_5).txt
+lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt
+lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt
+lib/deadbeef/convpresets/MS_RIFF_WAV.txt
+lib/deadbeef/convpresets/MusePack.txt
+lib/deadbeef/convpresets/Ogg_Vorbis_(-q_5).txt
+lib/deadbeef/convpresets/TTA.txt
+lib/deadbeef/convpresets/WavPack.txt
+@comment lib/deadbeef/dca.la
+lib/deadbeef/dca.so
+@comment lib/deadbeef/ddb_ao.la
+lib/deadbeef/ddb_ao.so
+@comment lib/deadbeef/ddb_dumb.la
+lib/deadbeef/ddb_dumb.so
+@comment lib/deadbeef/ddb_shn.la
+lib/deadbeef/ddb_shn.so
+@comment lib/deadbeef/ffap.la
+lib/deadbeef/ffap.so
+@comment lib/deadbeef/ffmpeg.la
+lib/deadbeef/ffmpeg.so
+@comment lib/deadbeef/flac.la
+lib/deadbeef/flac.so
+@comment lib/deadbeef/hotkeys.la
+lib/deadbeef/hotkeys.so
+@comment lib/deadbeef/lastfm.la
+lib/deadbeef/lastfm.so
+@comment lib/deadbeef/m3u.la
+lib/deadbeef/m3u.so
+@comment lib/deadbeef/mms.la
+lib/deadbeef/mms.so
+@comment lib/deadbeef/mpgmad.la
+lib/deadbeef/mpgmad.so
+@comment lib/deadbeef/musepack.la
+lib/deadbeef/musepack.so
+@comment lib/deadbeef/notify.la
+lib/deadbeef/notify.so
+@comment lib/deadbeef/nullout.la
+lib/deadbeef/nullout.so
+@comment lib/deadbeef/shellexec.la
+lib/deadbeef/shellexec.so
+@comment lib/deadbeef/sndfile.la
+lib/deadbeef/sndfile.so
+@comment lib/deadbeef/sndio.la
+lib/deadbeef/sndio.so
+@comment lib/deadbeef/tta.la
+lib/deadbeef/tta.so
+@comment lib/deadbeef/vfs_curl.la
+lib/deadbeef/vfs_curl.so
+@comment lib/deadbeef/vfs_zip.la
+lib/deadbeef/vfs_zip.so
+@comment lib/deadbeef/vorbis.la
+lib/deadbeef/vorbis.so
+@comment lib/deadbeef/vtx.la
+lib/deadbeef/vtx.so
+@comment lib/deadbeef/wavpack.la
+lib/deadbeef/wavpack.so
+share/applications/deadbeef.desktop
+share/deadbeef/
+share/deadbeef/pixmaps/
+share/deadbeef/pixmaps/buffering_16.png
+share/deadbeef/pixmaps/noartwork.png
+share/deadbeef/pixmaps/pause_16.png
+share/deadbeef/pixmaps/play_16.png
+share/doc/deadbeef/
+share/doc/deadbeef/COPYING.GPLv2
+share/doc/deadbeef/COPYING.LGPLv2.1
+share/doc/deadbeef/ChangeLog
+share/doc/deadbeef/README
+share/doc/deadbeef/about.txt
+share/doc/deadbeef/help.pt_BR.txt
+share/doc/deadbeef/help.ru.txt
+share/doc/deadbeef/help.txt
+share/doc/deadbeef/translators.txt
+share/icons/hicolor/128x128/apps/deadbeef.png
+share/icons/hicolor/16x16/apps/deadbeef.png
+share/icons/hicolor/192x192/apps/deadbeef.png
+share/icons/hicolor/22x22/apps/deadbeef.png
+share/icons/hicolor/24x24/apps/deadbeef.png
+share/icons/hicolor/256x256/apps/deadbeef.png
+share/icons/hicolor/32x32/apps/deadbeef.png
+share/icons/hicolor/36x36/apps/deadbeef.png
+share/icons/hicolor/48x48/apps/deadbeef.png
+share/icons/hicolor/64x64/apps/deadbeef.png
+share/icons/hicolor/72x72/apps/deadbeef.png
+share/icons/hicolor/96x96/apps/deadbeef.png
+share/icons/hicolor/scalable/apps/deadbeef.svg
+share/locale/be/LC_MESSAGES/deadbeef.mo
+share/locale/bg/LC_MESSAGES/deadbeef.mo
+share/locale/bn/LC_MESSAGES/deadbeef.mo
+share/locale/ca/LC_MESSAGES/deadbeef.mo
+share/locale/cs/LC_MESSAGES/deadbeef.mo
+share/locale/da/LC_MESSAGES/deadbeef.mo
+share/locale/de/LC_MESSAGES/deadbeef.mo
+share/locale/el/LC_MESSAGES/deadbeef.mo
+share/locale/en_GB/LC_MESSAGES/deadbeef.mo
+share/locale/eo/LC_MESSAGES/deadbeef.mo
+share/locale/es/LC_MESSAGES/deadbeef.mo
+share/locale/et/LC_MESSAGES/deadbeef.mo
+share/locale/fa/LC_MESSAGES/deadbeef.mo
+share/locale/fi/LC_MESSAGES/deadbeef.mo
+share/locale/fr/LC_MESSAGES/deadbeef.mo
+share/locale/gl/LC_MESSAGES/deadbeef.mo
+share/locale/he/LC_MESSAGES/deadbeef.mo
+share/locale/hr/LC_MESSAGES/deadbeef.mo
+share/locale/hu/LC_MESSAGES/deadbeef.mo
+share/locale/id/LC_MESSAGES/deadbeef.mo
+share/locale/it/LC_MESSAGES/deadbeef.mo
+share/locale/ja/LC_MESSAGES/deadbeef.mo
+share/locale/kk/LC_MESSAGES/deadbeef.mo
+share/locale/km/LC_MESSAGES/deadbeef.mo
+share/locale/lg/
+share/locale/lg/LC_MESSAGES/
+share/locale/lg/LC_MESSAGES/deadbeef.mo
+share/locale/lt/LC_MESSAGES/deadbeef.mo
+share/locale/nb/LC_MESSAGES/deadbeef.mo
+share/locale/nl/LC_MESSAGES/deadbeef.mo
+share/locale/pl/LC_MESSAGES/deadbeef.mo
+share/locale/pt/LC_MESSAGES/deadbeef.mo
+share/locale/pt_BR/LC_MESSAGES/deadbeef.mo
+share/locale/ro/LC_MESSAGES/deadbeef.mo
+share/locale/ru/LC_MESSAGES/deadbeef.mo
+share/locale/si/LC_MESSAGES/deadbeef.mo
+share/locale/sk/LC_MESSAGES/deadbeef.mo
+share/locale/sl/LC_MESSAGES/deadbeef.mo
+share/locale/sr/LC_MESSAGES/deadbeef.mo
+share/locale/sr@latin/LC_MESSAGES/deadbeef.mo
+share/locale/sv/LC_MESSAGES/deadbeef.mo
+share/locale/te/LC_MESSAGES/deadbeef.mo
+share/locale/tr/LC_MESSAGES/deadbeef.mo
+share/locale/ug/LC_MESSAGES/deadbeef.mo
+share/locale/uk/LC_MESSAGES/deadbeef.mo
+share/locale/vi/LC_MESSAGES/deadbeef.mo
+share/locale/zh_CN/LC_MESSAGES/deadbeef.mo
+share/locale/zh_TW/LC_MESSAGES/deadbeef.mo

Reply via email to