summaryrefslogtreecommitdiff
path: root/audio/zinf
diff options
context:
space:
mode:
Diffstat (limited to 'audio/zinf')
-rw-r--r--audio/zinf/Makefile86
-rw-r--r--audio/zinf/distinfo1
-rw-r--r--audio/zinf/files/patch-aa207
-rw-r--r--audio/zinf/files/patch-ac22
-rw-r--r--audio/zinf/files/patch-ad11
-rw-r--r--audio/zinf/files/patch-io-signature-src-signaturepmo.cpp10
-rw-r--r--audio/zinf/files/patch-io-wavout-src-waveoutpmo.cpp10
-rw-r--r--audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp10
-rw-r--r--audio/zinf/pkg-comment1
-rw-r--r--audio/zinf/pkg-descr10
-rw-r--r--audio/zinf/pkg-plist208
11 files changed, 0 insertions, 576 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
deleted file mode 100644
index 681f8ca98446..000000000000
--- a/audio/zinf/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: freeamp
-# Date Created: 26 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= freeamp
-PORTVERSION= 2.1.1
-PORTREVISION= 2
-CATEGORIES= audio
-MASTER_SITES= http://www.freeamp.org/download/src/
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
- ttf.4:${PORTSDIR}/print/freetype
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_BZIP2= yes
-USE_GTK= yes
-WANT_ESOUND= yes
-USE_GMAKE= yes
-USE_AUTOCONF_VER=213
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
- -I${LOCALBASE}/include/freetype1" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-CFLAGS+= "-D_M_IX86"
-.elif ${ARCH} == "alpha"
-CFLAGS+= "-D_M_ALPHA"
-.endif
-
-.if defined(HAVE_ESOUND) || defined(WITH_ALL_PLUGINS)
-USE_ESOUND= yes
-PLIST_SUB+= ESOUND=""
-.else
-CONFIGURE_ARGS+= --disable-esd
-PLIST_SUB+= ESOUND="@comment "
-.endif
-
-.if defined(WITH_LIBARTS) || defined(WITH_ALL_PLUGINS)
-LIB_DEPENDS+= artsc.0:${PORTSDIR}/x11/kdelibs2
-PLIST_SUB+= LIBARTS=""
-.else
-CONFIGURE_ARGS+= --disable-arts
-PLIST_SUB+= LIBARTS="@comment "
-.endif
-
-.if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS)
-LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
-PLIST_SUB+= VORBIS=""
-.else
-CONFIGURE_ARGS+= --disable-vorbis
-PLIST_SUB+= VORBIS="@comment "
-.endif
-
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} "You may use the following build options:"
- @${ECHO_MSG}
- @${ECHO_MSG} "WITH_LIBARTS build with libArts output plugin"
- @${ECHO_MSG} "WITHOUT_ESOUND do NOT build with esd support"
- @${ECHO_MSG} "WITHOUT_VORBIS do NOT build with Ogg/Vorbis codec plugin"
- @${ECHO_MSG}
- @${ECHO_MSG} "WITH_ALL_PLUGINS=yes build with all plugins"
- @${ECHO_MSG}
-
-# Stop a flood of complaints and PRs from people who can't be bothered
-# to keep their ports and packages up to date.
-pre-extract:
- @test -d ${LOCALBASE}/include/freetype1/freetype && true \
- || { echo '===> UPGRADE print/freetype TO CURRENT VERSION!';false; }
-
-post-install:
- @${MKDIR} ${PREFIX}/etc/sdr/plugins
- ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.freeamp \
- ${PREFIX}/etc/sdr/plugins
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/freeamp
-
-.include <bsd.port.post.mk>
diff --git a/audio/zinf/distinfo b/audio/zinf/distinfo
deleted file mode 100644
index 0ac667c7a993..000000000000
--- a/audio/zinf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (freeamp-2.1.1.tar.bz2) = 56720f823f84c3505aeab474c9a6a836
diff --git a/audio/zinf/files/patch-aa b/audio/zinf/files/patch-aa
deleted file mode 100644
index a28137bd431c..000000000000
--- a/audio/zinf/files/patch-aa
+++ /dev/null
@@ -1,207 +0,0 @@
---- configure.in.orig Mon Dec 10 16:42:31 2001
-+++ configure.in Thu Mar 14 23:34:42 2002
-@@ -179,8 +179,8 @@
- ;;
- freebsd*)
- host_os="freebsd"
-- CFLAGS="$CFLAGS -D_THREAD_SAFE -pthread -I/usr/local/include"
-- LDFLAGS="$LDFLAGS -Wl,-export-dynamic -L/usr/local/lib"
-+ CFLAGS="$CFLAGS"
-+ LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
- ;;
- netbsd*)
- host_os="freebsd"
-@@ -331,9 +331,9 @@
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
- esd_micro_version=`$ESD_CONFIG $esd_config_args --version | \
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
-- ac_save_CFLAGS="$CFLAGS"
-+ ac_save_CPPFLAGS="$CPPFLAGS"
- ac_save_LIBS="$LIBS"
-- CFLAGS="$CFLAGS $ESD_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $ESD_CFLAGS"
- LIBS="$LIBS $ESD_LIBS"
- rm -f conf.esdtest
- AC_MSG_CHECKING(for ESD - version >= $min_esd_version)
-@@ -392,7 +392,7 @@
- }
-
- ],, have_esound=false, have_esound=false)
-- CFLAGS="$ac_save_CFLAGS"
-+ CPPFLAGS="$ac_save_CPPFLAGS"
- LIBS="$ac_save_LIBS"
- AC_LANG_RESTORE
- rm -f conf.esdtest
-@@ -419,7 +419,7 @@
-
- dnl optional freetype support..
- save_CPPFLAGS="$CPPFLAGS"
--CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-+CPPFLAGS="$CPPFLAGS"
- AC_LANG_SAVE
- AC_LANG_C
- AC_CHECK_HEADERS(freetype.h, have_freetype="true", have_freetype="false")
-@@ -465,9 +465,9 @@
- gtk_config_major=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
- gtk_config_minor=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
- gtk_config_micro=`$GTK_CONFIG --version | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
-- ac_save_CFLAGS="$CFLAGS"
-+ ac_save_CPPFLAGS="$CPPFLAGS"
- ac_save_LIBS="$LIBS"
-- CFLAGS="$CFLAGS $GTK_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
- LIBS="$GTK_LIBS $LIBS"
-
- AC_TRY_RUN([
-@@ -494,7 +494,7 @@
- gtk_major_version, gtk_minor_version, gtk_micro_version);
- return 1;
- }], , have_gtk=false, have_gtk=false])
-- CFLAGS="$ac_save_CFLAGS"
-+ CPPFLAGS="$ac_save_CPPFLAGS"
- LIBS="$ac_save_LIBS"
- if test "$have_gtk" = "false"; then
- AC_MSG_RESULT(no)
-@@ -515,7 +515,7 @@
- OSINC="$OSINC -I$srcdir/ui/download/unix/include"
- OSINC="$OSINC -I$srcdir/ui/musicbrowser/include"
- OSINC="$OSINC -I$srcdir/ftc/kjofol"
-- CFLAGS="$CFLAGS $GTK_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
- AC_DEFINE(HAVE_GTK)
- elif test "$host_os" = "beos"; then
- OSDEPPLUGINS="$OSDEPPLUGINS plugins/musicbrowser.ui"
-@@ -541,17 +541,10 @@
- AC_SUBST(GTK_LIBS)
- AC_SUBST(EXTRALIBS)
-
--AC_SUBST(CFLAGS)
-+AC_SUBST(CPPFLAGS)
-
- dnl orbit crap
--save_CPPFLAGS="$CPPFLAGS"
--CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
--AC_LANG_SAVE
--AC_LANG_C
--AC_CHECK_HEADERS(orb/orbit.h, have_orbit="true", have_orbit="false")
--CPPFLAGS="$save_CPPFLAGS"
--AC_LANG_RESTORE
--
-+have_orbit="false"
- ORBIT_LIBS=""
- ORBIT_IDL=""
-
-@@ -661,7 +654,7 @@
- alsa_min_major_version=0
- alsa_min_minor_version=5
- alsa_min_micro_version=0
-- ac_save_CFLAGS="$CFLAGS"
-+ ac_save_CPPFLAGS="$CPPFLAGS"
- ac_save_LIBS="$LIBS"
-
- LIBS="$LIBS -lasound"
-@@ -706,7 +699,7 @@
- ], , have_alsa=false, have_alsa=false
- )
- AC_LANG_RESTORE
-- CFLAGS="$ac_save_CFLAGS"
-+ CPPFLAGS="$ac_save_CPPFLAGS"
- LIBS="$ac_save_LIBS"
- if test "$have_alsa" = "false"; then
- AC_MSG_RESULT(no)
-@@ -726,6 +719,10 @@
- AC_MSG_RESULT([compiling alsa pmo plugin])
- fi
-
-+
-+AC_ARG_ENABLE(vorbis, [ --disable-vorbis Don't compile the Vorbis output plugin], enable_vorbis=no, enable_vorbis=yes)
-+
-+if test "x$enable_vorbis" = "xyes"; then
- AC_CHECK_LIB(ogg, ogg_sync_init, have_ogg="yes",)
- AC_CHECK_LIB(vorbisfile, ov_info, have_vorbis="yes",, -lvorbis -logg)
-
-@@ -736,6 +733,7 @@
- OSDEPPLUGINS="$OSDEPPLUGINS plugins/vorbis.mdf";
- AC_MSG_RESULT([compiling vorbis codec plugin])
- fi
-+fi
- fi
-
- ID3_LIBS=""
-@@ -749,6 +747,9 @@
- dnl Partly taken from SDL's configure.in
- dnl -------------------------------------------------------------
-
-+AC_ARG_ENABLE(arts, [ --disable-arts Don't compile the libArts output plugin], enable_arts=no, enable_arts=yes)
-+
-+if test "x$enable_arts" = "xyes"; then
- AC_PATH_PROG(ARTSCCONFIG, artsc-config)
- if test x$ARTSCCONFIG = x -o x$ARTSCCONFIG = x'"$ARTSCCONFIG"'; then
- : # arts isn't installed
-@@ -765,6 +766,7 @@
- AC_MSG_RESULT([compiling arts pmo plugin])
- ])
- fi
-+fi
-
- AC_SUBST(ARTS_LIBS)
- AC_SUBST(EXTRALIBS)
-@@ -819,9 +821,9 @@
- gdk_pixbuf_micro_version=`$GDK_PIXBUF_CONFIG $gdk_pixbuf_config_args --version | \
- sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
- if test "x$enable_gdk_pixbuftest" = "xyes" ; then
-- ac_save_CFLAGS="$CFLAGS"
-+ ac_save_CPPFLAGS="$CPPFLAGS"
- ac_save_LIBS="$LIBS"
-- CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS"
- LIBS="$LIBS $GDK_PIXBUF_LIBS"
- dnl
- dnl Now check if the installed GDK_PIXBUF is sufficiently new. (Also sanity
-@@ -883,7 +885,7 @@
- }
-
- ],, no_gdk_pixbuf=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"])
-- CFLAGS="$ac_save_CFLAGS"
-+ CPPFLAGS="$ac_save_CPPFLAGS"
- LIBS="$ac_save_LIBS"
- fi
- fi
-@@ -902,7 +904,7 @@
- :
- else
- echo "*** Could not run GDK_PIXBUF test program, checking why..."
-- CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS"
-+ CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS"
- LIBS="$LIBS $GDK_PIXBUF_LIBS"
- AC_TRY_LINK([
- #include <stdio.h>
-@@ -921,7 +923,7 @@
- echo "*** exact error that occured. This usually means GDK_PIXBUF was incorrectly installed"
- echo "*** or that you have moved GDK_PIXBUF since it was installed. In the latter case, you"
- echo "*** may want to edit the gdk-pixbuf-config script: $GDK_PIXBUF_CONFIG" ])
-- CFLAGS="$ac_save_CFLAGS"
-+ CPPFLAGS="$ac_save_CPPFLAGS"
- LIBS="$ac_save_LIBS"
- fi
- fi
-@@ -933,8 +935,8 @@
- AC_SUBST(GDK_PIXBUF_LIBS)
- rm -f conf.gdk_pixbuftest
-
--CFLAGS="$CFLAGS $GDK_PIXBUF_CFLAGS"
--AC_SUBST(CFLAGS)
-+CPPFLAGS="$CPPFLAGS $GDK_PIXBUF_CFLAGS"
-+AC_SUBST(CPPFLAGS)
-
- AC_LANG_SAVE
- AC_LANG_CPLUSPLUS
-@@ -944,7 +946,7 @@
- echo "*** Download the library from "
- echo "*** http://www.musicbrainz.org/download.html"
- echo "***"
-- AC_MSG_ERROR(Cannot continue.)],-ldl -lm -lstdc++)
-+ AC_MSG_ERROR(Cannot continue.)],-lm -lstdc++)
- AC_LANG_RESTORE
-
- AC_CONFIG_HEADER(config/config.h)
diff --git a/audio/zinf/files/patch-ac b/audio/zinf/files/patch-ac
deleted file mode 100644
index 9ac6033089d5..000000000000
--- a/audio/zinf/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.header.in.orig Sun Jan 28 15:43:24 2001
-+++ Makefile.header.in Sat Jun 30 07:33:57 2001
-@@ -71,7 +71,7 @@
-
- INCLUDES = -I. -I$(srcdir)/lib/gdbm -I$(srcdir)/base/include -I$(srcdir)/config -I$(srcdir)/io/include -I$(srcdir)/ui/include -I$(srcdir)/lmc/include -I$(srcdir)/io/soundcard/unix/$(UNIX_AUDIO_API)/include -I$(srcdir)/lmc/xingmp3/include -I$(srcdir)/lmc/cd/include -I$(srcdir)/plm/portable/pmp300/sba -I$(srcdir)/lib/xml/include -I$(srcdir)/lib/zlib/include -I$(srcdir)/lib/unzip/include -I$(srcdir)/io/cd/unix/include -I$(srcdir)/base/aps -I$(srcdir)/io/wavout/include -I$(srcdir)/ui/lcd/include -I$(srcdir)/ui/irman/include -I$(srcdir)/lib/http/include -I$(srcdir)/io/signature/include -I$(srcdir)/plm/metadata/id3v2 $(OSINC)
-
--CXXFLAGS = $(EXTRA_CXXFLAGS)
-+CXXFLAGS = @CXXFLAGS@ -D_REENTRANT
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(srcdir)/config/mkinstalldirs
- CONFIG_HEADER = ./config/config.h
-@@ -87,8 +87,8 @@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
- X_PRE_LIBS = @X_PRE_LIBS@
-
--COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(RELOC)
--CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
-+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(RELOC)
-+CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CXXFLAGS) $(CPPFLAGS)
- CXXCOMPILE += $(RELOC)
-
- CXXLINK = $(CXXLD) $(CXXFLAGS) $(LDFLAGS) $(RELOC) -o $@
diff --git a/audio/zinf/files/patch-ad b/audio/zinf/files/patch-ad
deleted file mode 100644
index 9e5f9a6a6c07..000000000000
--- a/audio/zinf/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile-plugins.in.orig Tue Oct 16 13:31:05 2001
-+++ Makefile-plugins.in Wed Dec 12 03:25:45 2001
-@@ -232,7 +232,7 @@
- UNIXFREEAMPUIOBJ += ui/freeamp/unix/src/GTKPreferenceWindow.o
- UNIXFREEAMPUIOBJ += ui/freeamp/unix/src/GTKFileSelector.o
- UNIXFREEAMPUIOBJ += ui/musicbrowser/unix/src/gtkmessagedialog.o
--UNIXFREEAMPUILIBS = $(TTF_LIBS) $(GDK_PIXBUF_LIBS)
-+UNIXFREEAMPUILIBS = $(TTF_LIBS) $(GDK_PIXBUF_LIBS) $(GTK_LIBS)
-
- BEOSFREEAMPUIOBJ = ui/freeamp/beos/src/BeOSWindow.o
- BEOSFREEAMPUIOBJ += ui/freeamp/beos/src/BeOSBitmap.o
diff --git a/audio/zinf/files/patch-io-signature-src-signaturepmo.cpp b/audio/zinf/files/patch-io-signature-src-signaturepmo.cpp
deleted file mode 100644
index c16ea2f477e1..000000000000
--- a/audio/zinf/files/patch-io-signature-src-signaturepmo.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./io/signature/src/signaturepmo.cpp.orig Thu Oct 26 18:51:32 2000
-+++ ./io/signature/src/signaturepmo.cpp Sun Apr 7 01:40:32 2002
-@@ -27,7 +27,6 @@
- #endif
- #include <stdio.h>
- #include <stdlib.h>
--#include <malloc.h>
-
- /* project headers */
- #include "config.h"
diff --git a/audio/zinf/files/patch-io-wavout-src-waveoutpmo.cpp b/audio/zinf/files/patch-io-wavout-src-waveoutpmo.cpp
deleted file mode 100644
index 75775fe32538..000000000000
--- a/audio/zinf/files/patch-io-wavout-src-waveoutpmo.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./io/wavout/src/wavoutpmo.cpp.orig Tue Oct 16 01:23:08 2001
-+++ ./io/wavout/src/wavoutpmo.cpp Sun Apr 7 01:40:28 2002
-@@ -28,7 +28,6 @@
- #endif
- #include <stdio.h>
- #include <stdlib.h>
--#include <malloc.h>
-
- /* project headers */
- #include "config.h"
diff --git a/audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp b/audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp
deleted file mode 100644
index 202e4cceee0e..000000000000
--- a/audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp
+++ /dev/null
@@ -1,10 +0,0 @@
-media:audio
-tool:freeamp
-proto:RTP/AVP
-protoname:RTP
-
-fmt:14
-{
- fmtname:MPEG
-}
-flags:rtp://$(ADDRESS):$(PORT)
diff --git a/audio/zinf/pkg-comment b/audio/zinf/pkg-comment
deleted file mode 100644
index 62fe0a77edf4..000000000000
--- a/audio/zinf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GTK-based MP3 player
diff --git a/audio/zinf/pkg-descr b/audio/zinf/pkg-descr
deleted file mode 100644
index aeb51f3df4e0..000000000000
--- a/audio/zinf/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-FreeAmp is an Open Source effort to build the best digital audio
-player available. In the interest of supporting the free software
-community, while at the same time fostering the growth of the online
-delivery of music, EMusic.com, THE Source for Downloadable Music, is
-funding both the FreeAmp.org domain and the efforts of the FreeAmp
-team.
-
-WWW: http://www.freeamp.org/
-
-Roman Shterenzon <roman@xpert.com>
diff --git a/audio/zinf/pkg-plist b/audio/zinf/pkg-plist
deleted file mode 100644
index 4fa3140c6248..000000000000
--- a/audio/zinf/pkg-plist
+++ /dev/null
@@ -1,208 +0,0 @@
-bin/freeamp
-etc/sdr/plugins/sdr2.plugin.S100.audio.rtp.mpa.freeamp
-%%LIBARTS%%lib/freeamp/plugins/arts.pmo
-lib/freeamp/plugins/cd.lmc
-lib/freeamp/plugins/cd.pmo
-lib/freeamp/plugins/download.ui
-%%ESOUND%%lib/freeamp/plugins/esound.pmo
-lib/freeamp/plugins/freeamp.ui
-lib/freeamp/plugins/freeampcmd.ui
-lib/freeamp/plugins/httpinput.pmi
-lib/freeamp/plugins/id3v1.mdf
-lib/freeamp/plugins/id3v2.mdf
-lib/freeamp/plugins/irman.ui
-lib/freeamp/plugins/kjofol.ftf
-lib/freeamp/plugins/lcd.ui
-lib/freeamp/plugins/localfileinput.pmi
-lib/freeamp/plugins/m3u.plf
-lib/freeamp/plugins/mbcd.mdf
-lib/freeamp/plugins/misc.mdf
-lib/freeamp/plugins/mpg123.ui
-lib/freeamp/plugins/musicbrowser.ui
-lib/freeamp/plugins/ncurses.ui
-lib/freeamp/plugins/obsinput.pmi
-lib/freeamp/plugins/pls.plf
-lib/freeamp/plugins/rmp.dlf
-lib/freeamp/plugins/signature.pmo
-lib/freeamp/plugins/soundcard.pmo
-%%VORBIS%%lib/freeamp/plugins/vorbis.lmc
-%%VORBIS%%lib/freeamp/plugins/vorbis.mdf
-lib/freeamp/plugins/wav.lmc
-lib/freeamp/plugins/wavout.pmo
-lib/freeamp/plugins/winamp.ftf
-lib/freeamp/plugins/winamp_theme.xml
-lib/freeamp/plugins/xingmp3.lmc
-share/freeamp/help/Copy of configuring_settings_topics.html
-share/freeamp/help/Shortcut to preferences_advanced.html.lnk
-share/freeamp/help/adding_a_custom_theme.html
-share/freeamp/help/adding_items_to_the_bottom_of_the_playlist_queue.html
-share/freeamp/help/adding_items_to_the_playlist_for_immediate_playback.html
-share/freeamp/help/adding_music_to_your_music_collection.html
-share/freeamp/help/adding_tracks_to_a_playlist.html
-share/freeamp/help/adjusting_the_playback_volume.html
-share/freeamp/help/appearance_topics.html
-share/freeamp/help/bitzilogo.gif
-share/freeamp/help/bw_logo.gif
-share/freeamp/help/changing_information_about_a_track.html
-share/freeamp/help/changing_the_order_of_tracks_in_a_playlist.html
-share/freeamp/help/changing_the_player_theme.html
-share/freeamp/help/changing_the_tool_view_in_my_music.html
-share/freeamp/help/clearing_a_playlist.html
-share/freeamp/help/configuring_player_settings.html
-share/freeamp/help/configuring_settings_topics.html
-share/freeamp/help/contents.html
-share/freeamp/help/creating_a_new_playlist.html
-share/freeamp/help/creating_and_managing_topics.html
-share/freeamp/help/creating_and_modifying_topics.html
-share/freeamp/help/creating_custom_themes.html
-share/freeamp/help/creating_relatable_playlists.html
-share/freeamp/help/currentlylisten.gif
-share/freeamp/help/deleting_an_mp3_file_from_your_computer.html
-share/freeamp/help/download.gif
-share/freeamp/help/download_manager.html
-share/freeamp/help/download_manager_entry.html
-share/freeamp/help/downloading_mp3_files_from_a_web_site.html
-share/freeamp/help/drive_selection_entry.html
-share/freeamp/help/edit_info_entry.html
-share/freeamp/help/edit_track_info.html
-share/freeamp/help/editing_the_currently_playing_playlist.html
-share/freeamp/help/ejecting_audio_cds.html
-share/freeamp/help/equal.gif
-share/freeamp/help/files.gif
-share/freeamp/help/freeampmain_eq.gif
-share/freeamp/help/freeampmain_eq.jpg
-share/freeamp/help/freeampmain_eqclosed.gif
-share/freeamp/help/freeampmain_eqopen.gif
-share/freeamp/help/getting_help.html
-share/freeamp/help/glossary.html
-share/freeamp/help/help.gif
-share/freeamp/help/help.html
-share/freeamp/help/helpstyle.css
-share/freeamp/help/keyboard_shortcuts.html
-share/freeamp/help/main_window.html
-share/freeamp/help/menu_topics.html
-share/freeamp/help/min.gif
-share/freeamp/help/moving_to_the_next_track.html
-share/freeamp/help/moving_to_the_previous_track.html
-share/freeamp/help/music_browser_entry.html
-share/freeamp/help/musicbro.gif
-share/freeamp/help/my_music.html
-share/freeamp/help/mymusic.gif
-share/freeamp/help/mymusicfolders.gif
-share/freeamp/help/nextrack.gif
-share/freeamp/help/opening_a_playlist.html
-share/freeamp/help/options.gif
-share/freeamp/help/overview_topics.html
-share/freeamp/help/pause.gif
-share/freeamp/help/pause2.gif
-share/freeamp/help/pausing_downloading.html
-share/freeamp/help/pausing_playback.html
-share/freeamp/help/play.gif
-share/freeamp/help/playing_audio_cds.html
-share/freeamp/help/playing_mp3_files.html
-share/freeamp/help/playing_streams.html
-share/freeamp/help/playing_topics.html
-share/freeamp/help/playing_tracks_in_random_order.html
-share/freeamp/help/postit.gif
-share/freeamp/help/preferences_about.html
-share/freeamp/help/preferences_about_entry.html
-share/freeamp/help/preferences_advanced.html
-share/freeamp/help/preferences_advanced_entry.html
-share/freeamp/help/preferences_directory_entry.html
-share/freeamp/help/preferences_folders.html
-share/freeamp/help/preferences_general.html
-share/freeamp/help/preferences_general_entry.html
-share/freeamp/help/preferences_musicbrainz.html
-share/freeamp/help/preferences_musicbrowser.html
-share/freeamp/help/preferences_musicbrowser_entry.html
-share/freeamp/help/preferences_plugins.html
-share/freeamp/help/preferences_plugins_entry.html
-share/freeamp/help/preferences_relatable.html
-share/freeamp/help/preferences_relatable_entry.html
-share/freeamp/help/preferences_streaming.html
-share/freeamp/help/preferences_streaming_entry.html
-share/freeamp/help/preferences_themes.html
-share/freeamp/help/preferences_themes_entry.html
-share/freeamp/help/prev_track.gif
-share/freeamp/help/prevtrack.gif
-share/freeamp/help/quit.gif
-share/freeamp/help/random1.gif
-share/freeamp/help/random2.gif
-share/freeamp/help/relatable_button.gif
-share/freeamp/help/relatable_entry.html
-share/freeamp/help/relatable_eqclosed.gif
-share/freeamp/help/relatable_equopen.gif
-share/freeamp/help/relatable_profile.html
-share/freeamp/help/relatable_streams.html
-share/freeamp/help/relatable_suggest.gif
-share/freeamp/help/relatablelogo.gif
-share/freeamp/help/relatablesig.gif
-share/freeamp/help/removing_a_playlist_from_your_music_collection.html
-share/freeamp/help/removing_a_track_from_the_playlist.html
-share/freeamp/help/removing_a_track_from_your_music_collection.html
-share/freeamp/help/repeat1.gif
-share/freeamp/help/repeatall.gif
-share/freeamp/help/repeating_playback.html
-share/freeamp/help/repeatno.gif
-share/freeamp/help/resuming_downloading.html
-share/freeamp/help/resuming_playback.html
-share/freeamp/help/saving_a_playlist.html
-share/freeamp/help/saving_a_stream_on_your_computer.html
-share/freeamp/help/scroll.gif
-share/freeamp/help/search_computer_for_music.html
-share/freeamp/help/searching_for_music_on_your_computer.html
-share/freeamp/help/seeking_in_the_current_track.html
-share/freeamp/help/setting_file_associations_or_mime_types.html
-share/freeamp/help/setting_the_default_playlist_queue_option.html
-share/freeamp/help/setting_the_folder_location_to_save_your_music.html
-share/freeamp/help/setting_the_playlist_display_information.html
-share/freeamp/help/sorting_tracks_in_the_playlist.html
-share/freeamp/help/spacetravel.gif
-share/freeamp/help/spacetravel_ret.gif
-share/freeamp/help/spacetraveleq.gif
-share/freeamp/help/spacetraveleq_ret.gif
-share/freeamp/help/spacetravelmed.gif
-share/freeamp/help/spacetravelsm.gif
-share/freeamp/help/stop.gif
-share/freeamp/help/stopping_playback.html
-share/freeamp/help/streaming_topics.html
-share/freeamp/help/taddfiles.gif
-share/freeamp/help/tadditems.gif
-share/freeamp/help/technical_support.html
-share/freeamp/help/teditinfo.gif
-share/freeamp/help/the_page_could_not_be_found.html
-share/freeamp/help/timportitems.gif
-share/freeamp/help/tnewplaylist.gif
-share/freeamp/help/tremoveitems.gif
-share/freeamp/help/tsaveplaylist.gif
-share/freeamp/help/update_topics.html
-share/freeamp/help/updating_the_player.html
-share/freeamp/help/view.gif
-share/freeamp/help/viewing_id3_topics.html
-share/freeamp/help/viewing_the_track_duration.html
-share/freeamp/help/viewing_the_track_name.html
-share/freeamp/help/volume.gif
-share/freeamp/help/what_are_bitzi_features.html
-share/freeamp/help/what_are_id3_tags.html
-share/freeamp/help/what_are_relatable_features.html
-share/freeamp/help/what_are_relatable_features_entry.html
-share/freeamp/help/what_are_themes.html
-share/freeamp/help/what_is_a_playlist.html
-share/freeamp/help/what_is_my_music.html
-share/freeamp/help/what_is_streaming.html
-share/freeamp/help/what_is_the_player.html
-share/freeamp/help/what_kind_of_mp3_files_can_i_play.html
-share/freeamp/help/working_with_the_my_music_collection_folders.html
-share/freeamp/themes/Aquatica.fat
-share/freeamp/themes/EMusic.fat
-share/freeamp/themes/FreeAmp.fat
-share/freeamp/themes/FreeAmpClassic.fat
-share/freeamp/themes/Relatable.fat
-share/freeamp/themes/Tommy.fat
-@dirrm share/freeamp/themes
-@dirrm share/freeamp/help
-@dirrm share/freeamp
-@dirrm lib/freeamp/plugins
-@dirrm lib/freeamp
-@unexec rmdir %D/etc/sdr/plugins 2>/dev/null || true
-@unexec rmdir %D/etc/sdr 2>/dev/null || true