Index: head/audio/deadbeef/Makefile =================================================================== --- head/audio/deadbeef/Makefile (revision 410036) +++ head/audio/deadbeef/Makefile (revision 410037) @@ -1,213 +1,229 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= deadbeef -PORTVERSION= 0.6.2 -PORTREVISION= 8 +PORTVERSION= 0.7.0 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= vg@FreeBSD.org COMMENT= Ultimate music player for Unix-like systems LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual GNU_CONFIGURE= yes -USES= desktop-file-utils execinfo gettext gmake iconv libtool \ +USES= compiler:c11 desktop-file-utils execinfo gettext gmake iconv libtool \ pkgconfig shebangfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \ -I../../plugins/gme/game-music-emu-0.6pre \ - -I${LOCALBASE}/include + -I./sidplay-libs/libsidplay/include/sidplay \ + -I${LOCALBASE}/include \ + -D__POSIX_VISIBLE LIBS+= -L${LOCALBASE}/lib -lexecinfo -lintl USE_GNOME= intltool INSTALLS_ICONS= yes SHEBANG_FILES= yasmwrapper.sh INSTALL_TARGET= install-strip -OPTIONS_DEFINE= MAD PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \ +OPTIONS_DEFINE= PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \ HOTKEYS OGG FFMPEG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY \ - MUSEPACK WILDMIDI TTA DCA AAC MMS SHN AO SHELLEXEC NLS M3U \ + MUSEPACK WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC NLS M3U \ PSF ADPLUG DSP MONO2STEREO CONVERTER VFS_ZIP ALAC PLTBROWSER \ - WMA -OPTIONS_DEFAULT= MAD GTK2 VFS LASTFM ART SUPEREQ SID FFAP VTX HOSTKEYS \ + WMA SC68 +OPTIONS_DEFAULT=MAD GTK2 VFS LASTFM ART SUPEREQ SID FFAP VTX HOSTKEYS \ OGG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY MUSEPACK \ - WILDMIDI TTA DCA AAC MMS SHN AO SHELLEXEC M3U PSF ADPLUG DSP \ - MONO2STEREO CONVERTER VFS_ZIP HOTKEYS ALAC PLTBROWSER WMA + WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC M3U PSF ADPLUG DSP \ + MONO2STEREO CONVERTER VFS_ZIP HOTKEYS ALAC PLTBROWSER WMA SC68 PULSEAUDIO_DESC= PulseAudio output plugin (unsupported) GUI_DESC= Standard GUI plugin VFS_DESC= HTTP streaming VFS plugin LASTFM_DESC= Last.fm/Libre.fm scrobbler plugin ART_DESC= Cover artwork loader plugin SUPEREQ_DESC= SuperEQ DSP plugin (equalizer) SID_DESC= Commodore 64 SID music player plugin FFAP_DESC= ${APE_DESC} VTX_DESC= VTX ZX-Spectrum music player plugin ADPLUG_DESC= AdPlug audio format (OPL2/OPL3) support HOTKEYS_DESC= Local and global hotkeys support GME_DESC= Chiptune music support (based on GME) DUMB_DESC= D.U.M.B. plugin for MOD, S3M, etc. NOTIFY_DESC= OSD notification support in GTKUI plugin WILDMIDI_DESC= WildMIDI synthesizer plugin +SC68_DESC= sc68 Atari ST And Amiga player SHN_DESC= Shorten waveform encoder support -AO_DESC= Audio Overload (vintage hardware sound) plugin SHELLEXEC_DESC= Shell commands execution plugin M3U_DESC= M3U and PLS playlist format support PSF_DESC= AOSDK-based PSF(,QSF,SSF,DSF) plugin DSP_DESC= High-quality sample rate conversion support MONO2STEREO_DESC= Mono to stereo converter DSP plugin CONVERTER_DESC= Plugin for converting files from/to any formats VFS_ZIP_DESC= Play files directly from ZIP archives PLTBROWSER_DESC= Playlist browser GUI plugin OPTIONS_SUB= yes OPTIONS_RADIO+= GUI OPTIONS_RADIO_GUI= GTK2 GTK3 GUI_IMPLIES= CONVERTER +OPTIONS_GROUP+= MP3 +OPTIONS_GROUP_MP3= MAD MPG123 + MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad -MAD_CONFIGURE_OFF= --disable-mad +MAD_CONFIGURE_OFF= --disable-libmad +MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 +MPG123_CONFIGURE_OFF= --disable-libmpg123 + PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF= --disable-pulse GTK2_USE= gnome=gtk20,glib20 GTK2_CONFIGURE_OFF= --disable-gtk2 GTK2_CONFIGURE_ON= --enable-gtk2 GTK2_VARS= GTK_VER=2 GTK2_IMPLIES= GUI GTK3_USE= gnome=gtk30 GTK3_CONFIGURE_OFF= --disable-gtk3 GTK3_CONFIGURE_ON= --enable-gtk3 GTK3_VARS= GTK_VER=3 GTK3_IMPLIES= GUI PLIST_SUB+= GTK_VER=${GTK_VER} GUI_CONFIGURE_OFF= --disable-gtk2 --disable-gtk3 +GUI_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson VFS_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl VFS_CONFIGURE_OFF= --disable-vfs-curl LASTFM_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl LASTFM_CONFIGURE_OFF= --disable-lfm ART_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libImlib2.so:${PORTSDIR}/graphics/imlib2 ART_USES= jpeg ART_CONFIGURE_OFF= --disable-artwork --disable-artwork-imlib2 ART_IMPLIES= VFS SUPEREQ_CONFIGURE_OFF= --disable-supereq SID_CONFIGURE_OFF= --disable-sid FFAP_BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm FFAP_CONFIGURE_OFF= --disable-ffap VTX_CONFIGURE_OFF= --disable-vtx ADPLUG_CONFIGURE_OFF= --disable-adplug HOTKEYS_CONFIGURE_OFF= --disable-hotkeys OGG_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis OGG_CONFIGURE_OFF= --disable-vorbis FFMPEG_LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libavformat0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libavutil0.so:${PORTSDIR}/multimedia/ffmpeg0 FFMPEG_CONFIGURE_ENABLE= ffmpeg FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac FLAC_CONFIGURE_OFF= --disable-flac SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile SNDFILE_CONFIGURE_OFF= --disable-sndfile WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack WAVPACK_CONFIGURE_OFF= --disable-wavpack CDDA_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ libcddb.so:${PORTSDIR}/audio/libcddb CDDA_CONFIGURE_OFF= --disable-cdda GME_CONFIGURE_OFF= --disable-gme DUMB_CONFIGURE_OFF= --disable-dumb NOTIFY_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib NOTIFY_CONFIGURE_OFF= --disable-notify MUSEPACK_CONFIGURE_OFF= --disable-musepack WILDMIDI_RUN_DEPENDS= ${LOCALBASE}/share/freepats/crude.cfg:${PORTSDIR}/audio/freepats WILDMIDI_CONFIGURE_OFF= --disable-wildmidi TTA_CONFIGURE_OFF= --disable-tta DCA_CONFIGURE_OFF= --disable-dca AAC_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad AAC_CONFIGURE_OFF= --disable-aac MMS_CONFIGURE_OFF= --disable-mms +SC68_CONFIGURE_ON= --enable-sc68 +SC68_CONFIGURE_OFF= --disable-sc68 + SHN_CONFIGURE_OFF= --disable-shn -AO_CONFIGURE_OFF= --disable-ao - SHELLEXEC_CONFIGURE_ARGS+= --disable-shellexec NLS_CONFIGURE_OFF= --disable-nls M3U_CONFIGURE_OFF= --disable-m3u SPF_CONFIGURE_OFF= --disable-psf DSP_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate DSP_CONFIGURE_OFF= --disable-src MONO2STEREO_CONFIGURE_OFF= --disable-mono2stereo CONVERTER_CONFIGURE_OFF= --disable-converter VFS_ZIP_LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip VFS_ZIP_CONFIGURE_OFF= --disable-vfs-zip ALAC_CONFIGURE_OFF= --disable-alac PLTBROWSER_CONFIGURE_OFF= --disable-pltbrowser WMA_CONFIGURE_OFF= --disable-wma .include .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} PORT_OPTIONS:= ${PORT_OPTIONS:NGUI} +.endif + +.if !${PORT_OPTIONS:MMAD} && !${PORT_OPTIONS:MMPG123} +CONFIGURE_ARGS+= --disable-mp3 +PLIST_SUB+= MP3="@comment " +.else +PLIST_SUB+= MP3="" .endif post-patch: # Do not link to libsupc++ which may be PIC-unsafe (breaks 64-bit arches) @${REINPLACE_CMD} -e 's, -lsupc++,,' \ ${WRKSRC}/plugins/adplug/Makefile.in \ ${WRKSRC}/plugins/gme/Makefile.in \ ${WRKSRC}/plugins/sid/Makefile.in \ ${WRKSRC}/plugins/supereq/Makefile.in @${REINPLACE_CMD} -e 's,/etc/timidity++/timidity-freepats.cfg:/etc/timidity/freepats.cfg:/etc/timidity/,${LOCALBASE}/share/,' \ ${WRKSRC}/plugins/wildmidi/wildmidiplug.c @${REINPLACE_CMD} \ -e 's,libavcodec ,libavcodec0 ,g' \ -e 's,libavutil ,libavutil0 ,g' \ -e 's,libavformat ,libavformat0 ,g' \ -e '/HAVE_OGG" = "yes"/ {n; n; /HAVE_VORBISPLUGIN=yes/d;}' \ ${WRKSRC}/configure # Fix build with libzip-1.0 @${REINPLACE_CMD} 's,zip_file_t,zip_file_DB,g' \ ${WRKSRC}/plugins/vfs_zip/vfs_zip.c .include Index: head/audio/deadbeef/distinfo =================================================================== --- head/audio/deadbeef/distinfo (revision 410036) +++ head/audio/deadbeef/distinfo (revision 410037) @@ -1,2 +1,2 @@ -SHA256 (deadbeef-0.6.2.tar.bz2) = 3433b966683286c03ffbcc79b2201cd517f8dbf6b41da8600778dfa93cd64e1a -SIZE (deadbeef-0.6.2.tar.bz2) = 3495920 +SHA256 (deadbeef-0.7.0.tar.bz2) = 1dab69d00695b830724dfd8aa38f5cab851dbd02a3d95bce8b7720fdc38dd868 +SIZE (deadbeef-0.7.0.tar.bz2) = 4765372 Index: head/audio/deadbeef/files/patch-fft.c =================================================================== --- head/audio/deadbeef/files/patch-fft.c (revision 410036) +++ head/audio/deadbeef/files/patch-fft.c (revision 410037) @@ -1,13 +1,13 @@ ---- fft.c.orig 2014-02-24 13:56:57.244236013 +0400 -+++ fft.c 2014-02-24 13:57:16.293650674 +0400 +--- fft.c.orig 2014-07-12 20:30:07 UTC ++++ fft.c @@ -27,6 +27,10 @@ #include #include - + +#if __FreeBSD_version < 902000 +# define cexpf(x) (expf(crealf(x))*(cosf(cimagf(x))+sinf(cimagf(x))*I)) +#endif + #define N (DDB_FREQ_BANDS * 2) - + static float hamming[N]; /* hamming window, scaled to sum to 1 */ Index: head/audio/deadbeef/files/patch-junklib.c =================================================================== --- head/audio/deadbeef/files/patch-junklib.c (revision 410036) +++ head/audio/deadbeef/files/patch-junklib.c (revision 410037) @@ -1,10 +1,10 @@ ---- junklib.c.orig 2014-07-31 19:03:51 UTC +--- junklib.c.orig 2016-01-02 20:27:39 UTC +++ junklib.c -@@ -32,7 +32,6 @@ - #include +@@ -33,7 +33,6 @@ #include + #undef HAVE_ICI #if HAVE_ICONV - #define LIBICONV_PLUG #include #elif HAVE_ICU #warning icu Index: head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in =================================================================== --- head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in (revision 410036) +++ head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in (revision 410037) @@ -1,18 +1,18 @@ ---- plugins/ffmpeg/Makefile.in.orig 2014-06-28 23:22:55.232212539 +0400 -+++ plugins/ffmpeg/Makefile.in 2014-06-28 23:31:19.076178566 +0400 -@@ -166,11 +166,11 @@ +--- plugins/ffmpeg/Makefile.in.orig 2016-01-31 20:21:50 UTC ++++ plugins/ffmpeg/Makefile.in +@@ -166,11 +166,11 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +COMPILE = $(CC) $(DEFS) $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) \ + $(AM_CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) Index: head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c =================================================================== --- head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c (revision 410036) +++ head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c (revision 410037) @@ -1,50 +1,50 @@ ---- plugins/ffmpeg/ffmpeg.c.orig 2014-01-28 01:24:09.000000000 +0400 -+++ plugins/ffmpeg/ffmpeg.c 2014-02-23 16:32:57.108250350 +0400 +--- plugins/ffmpeg/ffmpeg.c.orig 2016-01-24 17:49:33 UTC ++++ plugins/ffmpeg/ffmpeg.c @@ -26,20 +26,11 @@ #include "../../deadbeef.h" #include "../../strdupa.h" -#if !FFMPEG_OLD - #include #include #include #include -#else - -#include -#include -#include -#include - #define AVERROR_EOF AVERROR(EPIPE) #if LIBAVFORMAT_VERSION_MAJOR < 53 @@ -50,8 +41,6 @@ #define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c) #endif -#endif - #if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(54, 6, 0) - #define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 #define av_find_stream_info(ctx) avformat_find_stream_info(ctx,NULL) -@@ -239,7 +228,7 @@ ffmpeg_init (DB_fileinfo_t *_info, DB_pl + #define avcodec_open(ctx,codec) avcodec_open2(ctx,codec,NULL) +@@ -254,7 +243,7 @@ ffmpeg_init (DB_fileinfo_t *_info, DB_pl _info->fmt.bps = bps; _info->fmt.channels = info->ctx->channels; _info->fmt.samplerate = samplerate; - if (info->ctx->sample_fmt == AV_SAMPLE_FMT_FLT || info->ctx->sample_fmt == AV_SAMPLE_FMT_FLTP) { + if (info->ctx->sample_fmt == AV_SAMPLE_FMT_FLT) { _info->fmt.is_float = 1; } -@@ -307,7 +296,7 @@ ffmpeg_read (DB_fileinfo_t *_info, char +@@ -326,7 +315,7 @@ ffmpeg_read (DB_fileinfo_t *_info, char _info->fmt.channels = info->ctx->channels; _info->fmt.samplerate = info->ctx->sample_rate; _info->fmt.bps = av_get_bits_per_sample_format (info->ctx->sample_fmt); - _info->fmt.is_float = (info->ctx->sample_fmt == AV_SAMPLE_FMT_FLT || info->ctx->sample_fmt == AV_SAMPLE_FMT_FLTP); + _info->fmt.is_float = (info->ctx->sample_fmt == AV_SAMPLE_FMT_FLT); int samplesize = _info->fmt.channels * _info->fmt.bps / 8; Index: head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h =================================================================== --- head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h (nonexistent) +++ head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h (revision 410037) @@ -0,0 +1,10 @@ +--- plugins/artwork/artwork_internal.h.orig 2015-07-15 07:06:25 UTC ++++ plugins/artwork/artwork_internal.h +@@ -24,6 +24,7 @@ + #ifndef __ARTWORK_INTERNAL_H + #define __ARTWORK_INTERNAL_H + ++#include + #include "../../deadbeef.h" + + #define min(x,y) ((x)<(y)?(x):(y)) Property changes on: head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/deadbeef/files/patch-plugins_artwork_cache.c =================================================================== --- head/audio/deadbeef/files/patch-plugins_artwork_cache.c (nonexistent) +++ head/audio/deadbeef/files/patch-plugins_artwork_cache.c (revision 410037) @@ -0,0 +1,12 @@ +--- plugins/artwork/cache.c.orig 2016-01-02 20:28:08 UTC ++++ plugins/artwork/cache.c +@@ -160,7 +160,8 @@ cache_cleaner_thread(void *none) + usleep(100000); + deadbeef->mutex_lock(thread_mutex); + } +- closedir(covers_dir); ++ if (covers_dir) ++ closedir(covers_dir); + + /* Sleep until just after the oldest file expires */ + if (cache_expiry_seconds > 0 && !terminate) { Property changes on: head/audio/deadbeef/files/patch-plugins_artwork_cache.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in =================================================================== --- head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in (nonexistent) +++ head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in (revision 410037) @@ -0,0 +1,11 @@ +--- plugins/gtkui/Makefile.in.orig 2016-03-02 16:53:16 UTC ++++ plugins/gtkui/Makefile.in +@@ -305,7 +305,7 @@ am__objects_5 = ddb_gui_GTK3_la-gtkui.lo + @HAVE_GTK3_TRUE@am_ddb_gui_GTK3_la_OBJECTS = $(am__objects_7) + ddb_gui_GTK3_la_OBJECTS = $(am_ddb_gui_GTK3_la_OBJECTS) + ddb_gui_GTK3_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ +- $(LIBTOOLFLAGS) --mode=link $(OBJCLD) \ ++ $(LIBTOOLFLAGS) --mode=link --tag=LD $(OBJCLD) \ + $(ddb_gui_GTK3_la_OBJCFLAGS) $(OBJCFLAGS) \ + $(ddb_gui_GTK3_la_LDFLAGS) $(LDFLAGS) -o $@ + @HAVE_GTK2_FALSE@@HAVE_GTK3_TRUE@@STATICLINK_FALSE@am_ddb_gui_GTK3_la_rpath = \ Property changes on: head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/deadbeef/pkg-plist =================================================================== --- head/audio/deadbeef/pkg-plist (revision 410036) +++ head/audio/deadbeef/pkg-plist (revision 410037) @@ -1,128 +1,226 @@ bin/deadbeef +%%ART%%include/deadbeef/artwork.h include/deadbeef/deadbeef.h %%GUI%%include/deadbeef/gtkui_api.h %%ADPLUG%%lib/deadbeef/adplug.so %%CDDA%%lib/deadbeef/cdda.so %%FFAP%%lib/deadbeef/ffap.so %%FFMPEG%%lib/deadbeef/ffmpeg.so %%FLAC%%lib/deadbeef/flac.so %%HOTKEYS%%lib/deadbeef/hotkeys.so -%%MAD%%lib/deadbeef/mpgmad.so %%MUSEPACK%%lib/deadbeef/musepack.so lib/deadbeef/oss.so %%PULSEAUDIO%%lib/deadbeef/pulse.so %%SNDFILE%%lib/deadbeef/sndfile.so %%VFS%%lib/deadbeef/vfs_curl.so %%OGG%%lib/deadbeef/vorbis.so %%VTX%%lib/deadbeef/vtx.so %%WAVPACK%%lib/deadbeef/wavpack.so %%WILDMIDI%%lib/deadbeef/wildmidi.so %%TTA%%lib/deadbeef/tta.so %%DCA%%lib/deadbeef/dca.so %%AAC%%lib/deadbeef/aac.so %%MMS%%lib/deadbeef/mms.so %%SHN%%lib/deadbeef/ddb_shn.so %%SHELLEXEC%%lib/deadbeef/shellexec.so %%SHELLEXEC%%lib/deadbeef/shellexecui_gtk%%GTK_VER%%.so %%LASTFM%%lib/deadbeef/lastfm.so %%ART%%lib/deadbeef/artwork.so %%SID%%lib/deadbeef/sid.so %%SUPEREQ%%lib/deadbeef/supereq.so %%GME%%lib/deadbeef/gme.so %%DUMB%%lib/deadbeef/ddb_dumb.so %%NOTIFY%%lib/deadbeef/notify.so share/applications/deadbeef.desktop %%DATADIR%%/pixmaps/buffering_16.png %%DATADIR%%/pixmaps/pause_16.png %%DATADIR%%/pixmaps/play_16.png %%DOCSDIR%%/COPYING.GPLv2 %%DOCSDIR%%/COPYING.LGPLv2.1 %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/README %%DOCSDIR%%/about.txt %%DOCSDIR%%/help.txt %%DOCSDIR%%/translators.txt %%DOCSDIR%%/help.ru.txt %%DOCSDIR%%/help.pt_BR.txt %%GUI%%lib/deadbeef/ddb_gui_GTK%%GTK_VER%%.so %%DSP%%lib/deadbeef/dsp_libsrc.so %%MONO2STEREO%%lib/deadbeef/ddb_mono2stereo.so %%M3U%%lib/deadbeef/m3u.so %%PSF%%lib/deadbeef/ddb_ao.so %%CONVERTER%%lib/deadbeef/converter.so %%CONVERTER%%lib/deadbeef/converter_gtk%%GTK_VER%%.so %%CONVERTER%%lib/deadbeef/convpresets/AAC_(Nero_FAAC).txt %%CONVERTER%%lib/deadbeef/convpresets/ALAC.txt %%CONVERTER%%lib/deadbeef/convpresets/FLAC_(compression_level_5).txt %%CONVERTER%%lib/deadbeef/convpresets/MP3_CBR_320_Kbps_(Lame).txt %%CONVERTER%%lib/deadbeef/convpresets/MP3_VBR_192Kbps_(Lame).txt %%CONVERTER%%lib/deadbeef/convpresets/MS_RIFF_WAV.txt %%CONVERTER%%lib/deadbeef/convpresets/MusePack.txt %%CONVERTER%%lib/deadbeef/convpresets/Ogg_FLAC.txt %%CONVERTER%%lib/deadbeef/convpresets/Ogg_Vorbis_(-q_5).txt %%CONVERTER%%lib/deadbeef/convpresets/Opus.txt %%CONVERTER%%lib/deadbeef/convpresets/TTA.txt %%CONVERTER%%lib/deadbeef/convpresets/WavPack.txt %%VFS_ZIP%%lib/deadbeef/vfs_zip.so %%ALAC%%lib/deadbeef/alac.so %%PLTBROWSER%%lib/deadbeef/pltbrowser_gtk%%GTK_VER%%.so +%%MP3%%lib/deadbeef/mp3.so +%%SC68%%lib/deadbeef/in_sc68.so %%WMA%%lib/deadbeef/wma.so +%%SC68%%lib/deadbeef/data68/Replay/aenigmatica.bin +%%SC68%%lib/deadbeef/data68/Replay/alteredbeast.bin +%%SC68%%lib/deadbeef/data68/Replay/armalyte.bin +%%SC68%%lib/deadbeef/data68/Replay/asidifier.bin +%%SC68%%lib/deadbeef/data68/Replay/azidifier.bin +%%SC68%%lib/deadbeef/data68/Replay/bendaglish.deli.bin +%%SC68%%lib/deadbeef/data68/Replay/big.bin +%%SC68%%lib/deadbeef/data68/Replay/blipblop.bin +%%SC68%%lib/deadbeef/data68/Replay/blipp079.bin +%%SC68%%lib/deadbeef/data68/Replay/bs22.bin +%%SC68%%lib/deadbeef/data68/Replay/cabal.bin +%%SC68%%lib/deadbeef/data68/Replay/chipmon2.bin +%%SC68%%lib/deadbeef/data68/Replay/cosotfmx.bin +%%SC68%%lib/deadbeef/data68/Replay/crapman1.bin +%%SC68%%lib/deadbeef/data68/Replay/crapman2.bin +%%SC68%%lib/deadbeef/data68/Replay/deltamusic1.bin +%%SC68%%lib/deadbeef/data68/Replay/deltamusic2.bin +%%SC68%%lib/deadbeef/data68/Replay/digitfmx.bin +%%SC68%%lib/deadbeef/data68/Replay/dmu.bin +%%SC68%%lib/deadbeef/data68/Replay/dwaga.bin +%%SC68%%lib/deadbeef/data68/Replay/dyter07.bin +%%SC68%%lib/deadbeef/data68/Replay/elf.bin +%%SC68%%lib/deadbeef/data68/Replay/fc13_14.bin +%%SC68%%lib/deadbeef/data68/Replay/fireice.bin +%%SC68%%lib/deadbeef/data68/Replay/fred.bin +%%SC68%%lib/deadbeef/data68/Replay/gemx.bin +%%SC68%%lib/deadbeef/data68/Replay/harlequin.bin +%%SC68%%lib/deadbeef/data68/Replay/hippel-coso_note.deli.bin +%%SC68%%lib/deadbeef/data68/Replay/hpn-jam.bin +%%SC68%%lib/deadbeef/data68/Replay/huelsbeck.bin +%%SC68%%lib/deadbeef/data68/Replay/huntforredoct.bin +%%SC68%%lib/deadbeef/data68/Replay/ivanhoe.bin +%%SC68%%lib/deadbeef/data68/Replay/jamcracker10.bin +%%SC68%%lib/deadbeef/data68/Replay/jamcrackerpro.bin +%%SC68%%lib/deadbeef/data68/Replay/lastninja3.bin +%%SC68%%lib/deadbeef/data68/Replay/lastninjaiii.bin +%%SC68%%lib/deadbeef/data68/Replay/lcd.bin +%%SC68%%lib/deadbeef/data68/Replay/lx_mmme.bin +%%SC68%%lib/deadbeef/data68/Replay/mcoder.bin +%%SC68%%lib/deadbeef/data68/Replay/megatizer.bin +%%SC68%%lib/deadbeef/data68/Replay/metrocross.bin +%%SC68%%lib/deadbeef/data68/Replay/midi.bin +%%SC68%%lib/deadbeef/data68/Replay/mmme.bin +%%SC68%%lib/deadbeef/data68/Replay/mmmesid.bin +%%SC68%%lib/deadbeef/data68/Replay/mon.bin +%%SC68%%lib/deadbeef/data68/Replay/mon_old.deli.bin +%%SC68%%lib/deadbeef/data68/Replay/musmon1.bin +%%SC68%%lib/deadbeef/data68/Replay/musmon2.bin +%%SC68%%lib/deadbeef/data68/Replay/ninjaremix.bin +%%SC68%%lib/deadbeef/data68/Replay/ninjatfmx.bin +%%SC68%%lib/deadbeef/data68/Replay/nobuddiesland.bin +%%SC68%%lib/deadbeef/data68/Replay/none.bin +%%SC68%%lib/deadbeef/data68/Replay/note.bin +%%SC68%%lib/deadbeef/data68/Replay/note2.bin +%%SC68%%lib/deadbeef/data68/Replay/page.bin +%%SC68%%lib/deadbeef/data68/Replay/protracker.bin +%%SC68%%lib/deadbeef/data68/Replay/psg1.bin +%%SC68%%lib/deadbeef/data68/Replay/psgtrackerv2.bin +%%SC68%%lib/deadbeef/data68/Replay/puma.bin +%%SC68%%lib/deadbeef/data68/Replay/puma2.bin +%%SC68%%lib/deadbeef/data68/Replay/quartet.bin +%%SC68%%lib/deadbeef/data68/Replay/quartet_mindbomb.bin +%%SC68%%lib/deadbeef/data68/Replay/realms.bin +%%SC68%%lib/deadbeef/data68/Replay/robhubbard.deli.bin +%%SC68%%lib/deadbeef/data68/Replay/rollingronny.bin +%%SC68%%lib/deadbeef/data68/Replay/shadowdancer.bin +%%SC68%%lib/deadbeef/data68/Replay/sidmon1.bin +%%SC68%%lib/deadbeef/data68/Replay/sidmon2.bin +%%SC68%%lib/deadbeef/data68/Replay/sidsound.bin +%%SC68%%lib/deadbeef/data68/Replay/sndh_ice.bin +%%SC68%%lib/deadbeef/data68/Replay/soundfx.bin +%%SC68%%lib/deadbeef/data68/Replay/spacecrusade.bin +%%SC68%%lib/deadbeef/data68/Replay/spacegun.bin +%%SC68%%lib/deadbeef/data68/Replay/ssd1.bin +%%SC68%%lib/deadbeef/data68/Replay/stos.bin +%%SC68%%lib/deadbeef/data68/Replay/synthiv.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_digi.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_hubbard.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_ms211.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_ms25.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_ms27.bin +%%SC68%%lib/deadbeef/data68/Replay/tao_tsd.bin +%%SC68%%lib/deadbeef/data68/Replay/tcbtracker.bin +%%SC68%%lib/deadbeef/data68/Replay/test.bin +%%SC68%%lib/deadbeef/data68/Replay/tfmx.bin +%%SC68%%lib/deadbeef/data68/Replay/tfmx_aga.bin +%%SC68%%lib/deadbeef/data68/Replay/tfmx_old.bin +%%SC68%%lib/deadbeef/data68/Replay/tfmx_st.bin +%%SC68%%lib/deadbeef/data68/Replay/timerc.bin +%%SC68%%lib/deadbeef/data68/Replay/toki.bin +%%SC68%%lib/deadbeef/data68/Replay/tsd1.bin +%%SC68%%lib/deadbeef/data68/Replay/utopia.bin +%%SC68%%lib/deadbeef/data68/Replay/vikingchild.bin +%%SC68%%lib/deadbeef/data68/Replay/xbiossound.bin +%%SC68%%lib/deadbeef/data68/Replay/zonewarrior.bin %%NLS%%share/locale/be/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/tr/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/bg/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/bn/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/ca/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/cs/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/da/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/de/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/el/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/es/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/et/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/eu/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/fa/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/fi/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/fr/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/gl/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/he/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/hr/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/hu/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/id/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/it/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/ja/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/kk/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/km/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/lg/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/lt/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/lv/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/nl/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/pl/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/pt/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/ro/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/ru/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/si_LK/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/sk/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/sl/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/sr/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/sv/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/te/LC_MESSAGES/deadbeef.mo +%%NLS%%share/locale/ug/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/uk/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/vi/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/lg/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/sl/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/ro/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/te/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/fi/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/lt/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/cs/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/et/LC_MESSAGES/deadbeef.mo -%%NLS%%share/locale/ug/LC_MESSAGES/deadbeef.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/deadbeef.mo %%DATADIR%%/pixmaps/noartwork.png share/icons/hicolor/16x16/apps/deadbeef.png share/icons/hicolor/32x32/apps/deadbeef.png share/icons/hicolor/48x48/apps/deadbeef.png share/icons/hicolor/128x128/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/36x36/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