Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2016 12:42:55 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410037 - in head/audio/deadbeef: . files
Message-ID:  <201603031242.u23CgtNA039254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Mar  3 12:42:55 2016
New Revision: 410037
URL: https://svnweb.freebsd.org/changeset/ports/410037

Log:
  audio/deadbeef: update to 0.7
  
   - New option SC68 for sc68 Atari ST And Amiga player
   - Drop AO option as the corresponding plugin appears to be gone
   - Add MPG123 option for the new optional mpg123-based backed for mp3 plugin
  
  Approved by:		vg (maintainer) via IRC
  Differential Revision:	D5337

Added:
  head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h   (contents, props changed)
  head/audio/deadbeef/files/patch-plugins_artwork_cache.c   (contents, props changed)
  head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in   (contents, props changed)
Modified:
  head/audio/deadbeef/Makefile
  head/audio/deadbeef/distinfo
  head/audio/deadbeef/files/patch-fft.c
  head/audio/deadbeef/files/patch-junklib.c
  head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
  head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c
  head/audio/deadbeef/pkg-plist

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/Makefile	Thu Mar  3 12:42:55 2016	(r410037)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	deadbeef
-PORTVERSION=	0.6.2
-PORTREVISION=	8
+PORTVERSION=	0.7.0
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 
@@ -14,28 +13,30 @@ 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
@@ -52,8 +53,8 @@ GME_DESC=		Chiptune music support (based
 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
@@ -68,8 +69,14 @@ 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
@@ -89,6 +96,7 @@ 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
@@ -157,9 +165,10 @@ AAC_CONFIGURE_OFF=	--disable-aac
 
 MMS_CONFIGURE_OFF=	--disable-mms
 
-SHN_CONFIGURE_OFF=	--disable-shn
+SC68_CONFIGURE_ON=	--enable-sc68
+SC68_CONFIGURE_OFF=	--disable-sc68
 
-AO_CONFIGURE_OFF=	--disable-ao
+SHN_CONFIGURE_OFF=	--disable-shn
 
 SHELLEXEC_CONFIGURE_ARGS+=	--disable-shellexec
 
@@ -191,6 +200,13 @@ WMA_CONFIGURE_OFF=		--disable-wma
 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++,,' \

Modified: head/audio/deadbeef/distinfo
==============================================================================
--- head/audio/deadbeef/distinfo	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/distinfo	Thu Mar  3 12:42:55 2016	(r410037)
@@ -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

Modified: head/audio/deadbeef/files/patch-fft.c
==============================================================================
--- head/audio/deadbeef/files/patch-fft.c	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/files/patch-fft.c	Thu Mar  3 12:42:55 2016	(r410037)
@@ -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 <math.h>
  #include <complex.h>
-
+ 
 +#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 */

Modified: head/audio/deadbeef/files/patch-junklib.c
==============================================================================
--- head/audio/deadbeef/files/patch-junklib.c	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/files/patch-junklib.c	Thu Mar  3 12:42:55 2016	(r410037)
@@ -1,8 +1,8 @@
---- 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 <stdlib.h>
+@@ -33,7 +33,6 @@
  #include <string.h>
+ #undef HAVE_ICI
  #if HAVE_ICONV
 -  #define LIBICONV_PLUG
    #include <iconv.h>

Modified: head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in
==============================================================================
--- head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in	Thu Mar  3 12:42:55 2016	(r410037)
@@ -1,6 +1,6 @@
---- 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

Modified: head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c
==============================================================================
--- head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/files/patch-plugins-ffmpeg-ffmpeg.c	Thu Mar  3 12:42:55 2016	(r410037)
@@ -1,5 +1,5 @@
---- 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"
@@ -28,9 +28,9 @@
 -#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;
@@ -39,7 +39,7 @@
          _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);

Added: head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/deadbeef/files/patch-plugins_artwork_artwork__internal.h	Thu Mar  3 12:42:55 2016	(r410037)
@@ -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 <limits.h>
+ #include "../../deadbeef.h"
+ 
+ #define min(x,y) ((x)<(y)?(x):(y))

Added: head/audio/deadbeef/files/patch-plugins_artwork_cache.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/deadbeef/files/patch-plugins_artwork_cache.c	Thu Mar  3 12:42:55 2016	(r410037)
@@ -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) {

Added: head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/deadbeef/files/patch-plugins_gtkui_Makefile.in	Thu Mar  3 12:42:55 2016	(r410037)
@@ -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 =  \

Modified: head/audio/deadbeef/pkg-plist
==============================================================================
--- head/audio/deadbeef/pkg-plist	Thu Mar  3 12:42:49 2016	(r410036)
+++ head/audio/deadbeef/pkg-plist	Thu Mar  3 12:42:55 2016	(r410037)
@@ -1,4 +1,5 @@
 bin/deadbeef
+%%ART%%include/deadbeef/artwork.h
 include/deadbeef/deadbeef.h
 %%GUI%%include/deadbeef/gtkui_api.h
 %%ADPLUG%%lib/deadbeef/adplug.so
@@ -7,7 +8,6 @@ include/deadbeef/deadbeef.h
 %%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
@@ -66,19 +66,119 @@ share/applications/deadbeef.desktop
 %%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
@@ -89,28 +189,26 @@ share/applications/deadbeef.desktop
 %%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603031242.u23CgtNA039254>