1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Remove multimedia/bmpx -- it's been broken for more than 6 months

and is no longer maintaned upstream.
This commit is contained in:
Roman Bogorodskiy 2011-09-12 01:59:24 +00:00
parent 8031aefbc9
commit 0e18ef7b86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281647
8 changed files with 1 additions and 422 deletions

1
MOVED
View File

@ -2641,3 +2641,4 @@ games/wmtimebomb||2011-09-07|Has expired: No more public distfiles
net-mgmt/cfgstoragemk||2011-09-07|Has expired: No more public distfiles
mail/libspf2-10||2011-09-09|Vulnerable, use mail/libspf2 instead
mail/postfix-policyd-spf||2011-09-09|Relies on vulnerable mail/libspf2-10
multimedia/bmpx||2011-09-11|Has expired: BROKEN for more than 6 month

View File

@ -22,7 +22,6 @@
SUBDIR += banshee
SUBDIR += beep-media-player
SUBDIR += bmp-extra-plugins
SUBDIR += bmpx
SUBDIR += bombono
SUBDIR += bsdbktr_tvtune
SUBDIR += camserv

View File

@ -1,93 +0,0 @@
# New ports collection makefile for: bmpx
# Date created: 2005-11-20
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bmpx
PORTVERSION= 0.40.14
PORTREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= http://files.backtrace.info/releases/0.40/
MAINTAINER= novel@FreeBSD.org
COMMENT= Media player geared towards usability, technical efficiency and looks
DEPRECATED= Broken for more than 6 month, development has ceased
EXPIRATION_DATE= 2011-09-01
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \
cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
cdio.12:${PORTSDIR}/sysutils/libcdio \
glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
rsvg-2:${PORTSDIR}/graphics/librsvg2 \
boost_date_time.4:${PORTSDIR}/devel/boost-libs \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
sexymm.2:${PORTSDIR}/x11-toolkits/libsexymm \
ofa.0:${PORTSDIR}/audio/libofa \
soup-2.2.8:${PORTSDIR}/devel/libsoup22
CONFLICTS= bmpx-devel-[0-9]*
BROKEN= Doesn't build with Glib-2.26
USE_BISON= build
USE_XORG= ice sm
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2 desktopfileutils
INSTALLS_ICONS= yes
USE_GSTREAMER= good mp3 ogg vorbis cdparanoia
USE_LDCONFIG= yes
USE_SQLITE= 3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
--with-dbus-services-dir="${PREFIX}/share/dbus-1/services" \
--with-libintl-prefix="${LOCALBASE}" \
--disable-doc
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= beep-media-player-2.1
.if !defined(WITHOUT_HAL)
LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
.else
CONFIGURE_ARGS+= --disable-hal
.endif
.if defined(WITHOUT_STARTUP_NOTIFICATION)
CONFIGURE_ARGS+= --disable-sn
.else
LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.if defined(WITH_SIDPLAY)
CONFIGURE_ARGS+= --enable-sid
USE_GSTREAMER+= sidplay
LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay
PLIST_SUB+= SID=""
.else
CONFIGURE_ARGS+= --disable-sid
PLIST_SUB+= SID="@comment "
.endif
.if defined(WITH_FAAD) || defined(WITH_MPEG4IP)
CONFIGURE_ARGS+= --enable-mp4v2
USE_GSTREAMER+= faad
PLIST_SUB+= MPEG4IP=""
.else
PLIST_SUB+= MPEG4IP="@comment "
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bmpx-0.40.14.tar.bz2) = 6c991bab6c71228ed44a815dd3bb00cdc70ef89d81590bad8721377a4e8806d9
SIZE (bmpx-0.40.14.tar.bz2) = 1776299

View File

@ -1,13 +0,0 @@
$NetBSD: patch-aj,v 1.1 2009/03/26 23:12:22 wiz Exp $
--- widgets/popup.cc.orig 2008-03-05 21:31:12.000000000 +0000
+++ widgets/popup.cc
@@ -308,7 +308,7 @@ namespace Bmp
if (m_location == ARROW_TOP)
{
- Cairo::Matrix matrix = { 1, 0, 0, -1, 0, h };
+ Cairo::Matrix matrix ( 1, 0, 0, -1, 0, h );
cr->set_matrix (matrix);
}

View File

@ -1,6 +0,0 @@
BMPx is a media player which provides a very easy-to-use interface
and usage semantics for all tasks, while having extensive standards
and services support under the hood (MusicBrainz, Last.fm radio/scrobbling,
HAL, DBus), yet keeping the details out of the way of the user.
WWW: http://bmpx.backtrace.info

Before

Width:  |  Height:  |  Size: 308 B

View File

@ -1,3 +0,0 @@
After installation BMPx will be able to playback mp3 and ogg
files only. If you need support for additional formats, you
should install appropriate GStreamer plugin.

View File

@ -1,304 +0,0 @@
bin/beep-media-player-2
bin/bmp-play-files-2.0
bin/bmp-play-uris-2.0
bin/bmp2
include/bmp-2.0/bmp/bmp.hh
include/bmp-2.0/bmp/dbus.hh
include/bmp-2.0/bmp/types/types-basic.hh
include/bmp-2.0/bmp/types/types-bookmarks.hh
include/bmp-2.0/bmp/types/types-database.hh
include/bmp-2.0/bmp/types/types-lastfm.hh
include/bmp-2.0/bmp/types/types-library.hh
include/bmp-2.0/bmp/types/types-network.hh
include/bmp-2.0/bmp/types/types-ui.hh
include/bmp-2.0/bmp/types/types-xspf.hh
lib/bmpx/plugins/taglib/libtaglib_plugin_flac.la
lib/bmpx/plugins/taglib/libtaglib_plugin_flac.so
lib/bmpx/plugins/taglib/libtaglib_plugin_flac.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_mp3.la
lib/bmpx/plugins/taglib/libtaglib_plugin_mp3.so
lib/bmpx/plugins/taglib/libtaglib_plugin_mp3.so.0
%%MPEG4IP%%lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.la
%%MPEG4IP%%lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.so
%%MPEG4IP%%lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.la
lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.so
lib/bmpx/plugins/taglib/libtaglib_plugin_mp4.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_mpc.la
lib/bmpx/plugins/taglib/libtaglib_plugin_mpc.so
lib/bmpx/plugins/taglib/libtaglib_plugin_mpc.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_ogg.la
lib/bmpx/plugins/taglib/libtaglib_plugin_ogg.so
lib/bmpx/plugins/taglib/libtaglib_plugin_ogg.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_asf.la
lib/bmpx/plugins/taglib/libtaglib_plugin_asf.so
lib/bmpx/plugins/taglib/libtaglib_plugin_asf.so.0
lib/bmpx/plugins/vfs/container/libcontainer_folder.la
lib/bmpx/plugins/vfs/container/libcontainer_folder.so
lib/bmpx/plugins/vfs/container/libcontainer_folder.so.0
lib/bmpx/plugins/vfs/container/libcontainer_m3u.la
lib/bmpx/plugins/vfs/container/libcontainer_m3u.so
lib/bmpx/plugins/vfs/container/libcontainer_m3u.so.0
lib/bmpx/plugins/vfs/container/libcontainer_pls.la
lib/bmpx/plugins/vfs/container/libcontainer_pls.so
lib/bmpx/plugins/vfs/container/libcontainer_pls.so.0
lib/bmpx/plugins/vfs/container/libcontainer_xspf.la
lib/bmpx/plugins/vfs/container/libcontainer_xspf.so
lib/bmpx/plugins/vfs/container/libcontainer_xspf.so.0
lib/bmpx/plugins/vfs/transport/libtransport_file.la
lib/bmpx/plugins/vfs/transport/libtransport_file.so
lib/bmpx/plugins/vfs/transport/libtransport_file.so.0
lib/bmpx/plugins/vfs/transport/libtransport_http.la
lib/bmpx/plugins/vfs/transport/libtransport_http.so
lib/bmpx/plugins/vfs/transport/libtransport_http.so.0
libdata/pkgconfig/bmp-2.0.pc
libexec/beep-media-player-2-bin
libexec/beep-media-player-2-sentinel
share/applications/bmp-2.0-offline.desktop
share/applications/bmp-2.0.desktop
share/applications/bmp-play-2.0.desktop
%%DATADIR%%/glade/dialog-add-podcast.glade
%%DATADIR%%/glade/dialog-bounce-adjust.glade
%%DATADIR%%/glade/dialog-equalizer.glade
%%DATADIR%%/glade/dialog-export.glade
%%DATADIR%%/glade/dialog-filebrowser.glade
%%DATADIR%%/glade/dialog-gsterror.glade
%%DATADIR%%/glade/dialog-lastfm-recommend.glade
%%DATADIR%%/glade/dialog-lastfm-tag.glade
%%DATADIR%%/glade/dialog-play-uri.glade
%%DATADIR%%/glade/dialog-progress.glade
%%DATADIR%%/glade/dialog-remove-update-podcast.glade
%%DATADIR%%/glade/dialog-simple-entry.glade
%%DATADIR%%/glade/dialog-simple-progress.glade
%%DATADIR%%/glade/dialog-track-details.glade
%%DATADIR%%/glade/library-ui-modify-import.glade
%%DATADIR%%/glade/main.glade
%%DATADIR%%/glade/preferences.glade
%%DATADIR%%/icons/themes/darksphere/icon_player_128.png
%%DATADIR%%/icons/themes/darksphere/icon_player_16.png
%%DATADIR%%/icons/themes/darksphere/icon_player_32.png
%%DATADIR%%/icons/themes/darksphere/icon_player_48.png
%%DATADIR%%/icons/themes/darksphere/icon_player_64.png
%%DATADIR%%/icons/themes/darksphere/icon_playlist_128.png
%%DATADIR%%/icons/themes/darksphere/icon_playlist_16.png
%%DATADIR%%/icons/themes/darksphere/icon_playlist_32.png
%%DATADIR%%/icons/themes/darksphere/icon_playlist_48.png
%%DATADIR%%/icons/themes/darksphere/icon_playlist_64.png
%%DATADIR%%/icons/themes/display/icon_player_128.png
%%DATADIR%%/icons/themes/display/icon_player_16.png
%%DATADIR%%/icons/themes/display/icon_player_32.png
%%DATADIR%%/icons/themes/display/icon_player_48.png
%%DATADIR%%/icons/themes/display/icon_player_64.png
%%DATADIR%%/icons/themes/display/icon_playlist_128.png
%%DATADIR%%/icons/themes/display/icon_playlist_16.png
%%DATADIR%%/icons/themes/display/icon_playlist_32.png
%%DATADIR%%/icons/themes/display/icon_playlist_48.png
%%DATADIR%%/icons/themes/display/icon_playlist_64.png
%%DATADIR%%/icons/themes/plastic/icon_player_128.png
%%DATADIR%%/icons/themes/plastic/icon_player_16.png
%%DATADIR%%/icons/themes/plastic/icon_player_32.png
%%DATADIR%%/icons/themes/plastic/icon_player_48.png
%%DATADIR%%/icons/themes/plastic/icon_player_64.png
%%DATADIR%%/icons/themes/plastic/icon_playlist_128.png
%%DATADIR%%/icons/themes/plastic/icon_playlist_16.png
%%DATADIR%%/icons/themes/plastic/icon_playlist_32.png
%%DATADIR%%/icons/themes/plastic/icon_playlist_48.png
%%DATADIR%%/icons/themes/plastic/icon_playlist_64.png
%%DATADIR%%/icons/themes/red/icon_library_128.png
%%DATADIR%%/icons/themes/red/icon_library_16.png
%%DATADIR%%/icons/themes/red/icon_library_32.png
%%DATADIR%%/icons/themes/red/icon_library_48.png
%%DATADIR%%/icons/themes/red/icon_library_64.png
%%DATADIR%%/icons/themes/red/icon_player_128.png
%%DATADIR%%/icons/themes/red/icon_player_16.png
%%DATADIR%%/icons/themes/red/icon_player_32.png
%%DATADIR%%/icons/themes/red/icon_player_48.png
%%DATADIR%%/icons/themes/red/icon_player_64.png
%%DATADIR%%/icons/themes/red/icon_playlist_128.png
%%DATADIR%%/icons/themes/red/icon_playlist_16.png
%%DATADIR%%/icons/themes/red/icon_playlist_32.png
%%DATADIR%%/icons/themes/red/icon_playlist_48.png
%%DATADIR%%/icons/themes/red/icon_playlist_64.png
%%DATADIR%%/icons/themes/red/icon_streams_128.png
%%DATADIR%%/icons/themes/red/icon_streams_16.png
%%DATADIR%%/icons/themes/red/icon_streams_32.png
%%DATADIR%%/icons/themes/red/icon_streams_48.png
%%DATADIR%%/icons/themes/red/icon_streams_64.png
%%DATADIR%%/icons/themes/tango/icon_library_128.png
%%DATADIR%%/icons/themes/tango/icon_library_16.png
%%DATADIR%%/icons/themes/tango/icon_library_32.png
%%DATADIR%%/icons/themes/tango/icon_library_48.png
%%DATADIR%%/icons/themes/tango/icon_library_64.png
%%DATADIR%%/icons/themes/tango/icon_player_128.png
%%DATADIR%%/icons/themes/tango/icon_player_16.png
%%DATADIR%%/icons/themes/tango/icon_player_32.png
%%DATADIR%%/icons/themes/tango/icon_player_48.png
%%DATADIR%%/icons/themes/tango/icon_player_64.png
%%DATADIR%%/icons/themes/tango/icon_playlist_128.png
%%DATADIR%%/icons/themes/tango/icon_playlist_16.png
%%DATADIR%%/icons/themes/tango/icon_playlist_32.png
%%DATADIR%%/icons/themes/tango/icon_playlist_48.png
%%DATADIR%%/icons/themes/tango/icon_playlist_64.png
%%DATADIR%%/icons/themes/tango/icon_streams_128.png
%%DATADIR%%/icons/themes/tango/icon_streams_16.png
%%DATADIR%%/icons/themes/tango/icon_streams_32.png
%%DATADIR%%/icons/themes/tango/icon_streams_48.png
%%DATADIR%%/icons/themes/tango/icon_streams_64.png
%%DATADIR%%/icons/tray-icons/tray-icon-default.png
%%DATADIR%%/icons/tray-icons/tray-icon-paused.png
%%DATADIR%%/icons/tray-icons/tray-icon-playing.png
%%DATADIR%%/images/logo-splash.png
%%DATADIR%%/images/logo-about.png
%%DATADIR%%/images/audio-default.png
%%DATADIR%%/images/video-default.png
%%DATADIR%%/images/throbber.gif
%%DATADIR%%/images/throbber-small.gif
%%DATADIR%%/images/svg/button-background.svg
%%DATADIR%%/images/svg/button-outline.svg
%%DATADIR%%/images/stock/approve-partial.png
%%DATADIR%%/images/stock/approve.png
%%DATADIR%%/images/stock/artist-blackstar.png
%%DATADIR%%/images/stock/artist-mb.png
%%DATADIR%%/images/stock/artist-multiple.png
%%DATADIR%%/images/stock/artist.png
%%DATADIR%%/images/stock/audio.png
%%DATADIR%%/images/stock/bmp.png
%%DATADIR%%/images/stock/cdrom.png
%%DATADIR%%/images/stock/clear.png
%%DATADIR%%/images/stock/eek.png
%%DATADIR%%/images/stock/equalizer.png
%%DATADIR%%/images/stock/feed.png
%%DATADIR%%/images/stock/jamendo.png
%%DATADIR%%/images/stock/lastfm-ban.png
%%DATADIR%%/images/stock/lastfm-love.png
%%DATADIR%%/images/stock/lastfm-skip.png
%%DATADIR%%/images/stock/lastfm.png
%%DATADIR%%/images/stock/library.png
%%DATADIR%%/images/stock/lyrics.png
%%DATADIR%%/images/stock/musicbrainz.png
%%DATADIR%%/images/stock/play.png
%%DATADIR%%/images/stock/playlist.png
%%DATADIR%%/images/stock/repeat.png
%%DATADIR%%/images/stock/search.png
%%DATADIR%%/images/stock/shuffle.png
%%DATADIR%%/images/stock/silk-add.png
%%DATADIR%%/images/stock/silk-application_edit.png
%%DATADIR%%/images/stock/silk-attach.png
%%DATADIR%%/images/stock/silk-cart_put.png
%%DATADIR%%/images/stock/silk-cd_delete.png
%%DATADIR%%/images/stock/silk-cd_edit.png
%%DATADIR%%/images/stock/silk-delete.png
%%DATADIR%%/images/stock/silk-disk.png
%%DATADIR%%/images/stock/silk-drive.png
%%DATADIR%%/images/stock/silk-exclamation.png
%%DATADIR%%/images/stock/silk-feed_add.png
%%DATADIR%%/images/stock/silk-feed_delete.png
%%DATADIR%%/images/stock/silk-feed_disk.png
%%DATADIR%%/images/stock/silk-folder.png
%%DATADIR%%/images/stock/silk-new.png
%%DATADIR%%/images/stock/silk-picture.png
%%DATADIR%%/images/stock/silk-plugin.png
%%DATADIR%%/images/stock/silk-plugin_disabled.png
%%DATADIR%%/images/stock/silk-server_database.png
%%DATADIR%%/images/stock/silk-world_link.png
%%DATADIR%%/images/stock/tag.png
%%DATADIR%%/images/stock/track.png
%%DATADIR%%/images/stock/undo.png
%%DATADIR%%/images/stock/web.png
%%DATADIR%%/images/stock/xiph.png
%%DATADIR%%/images/sources/audiocd.png
%%DATADIR%%/images/sources/jamendo.png
%%DATADIR%%/images/sources/lastfm.png
%%DATADIR%%/images/sources/library.png
%%DATADIR%%/images/sources/playlist.png
%%DATADIR%%/images/sources/podcasts.png
%%DATADIR%%/images/sources/radio.png
%%DATADIR%%/images/rating/stars_0.png
%%DATADIR%%/images/rating/stars_1.png
%%DATADIR%%/images/rating/stars_2.png
%%DATADIR%%/images/rating/stars_3.png
%%DATADIR%%/images/rating/stars_4.png
%%DATADIR%%/images/rating/stars_5.png
%%DATADIR%%/images/podcast/feed-default.png
%%DATADIR%%/images/podcast/feed-expired.png
%%DATADIR%%/images/podcast/updating.png
%%DATADIR%%/images/main/paused.gif
%%DATADIR%%/images/lastfm/audioscrobbler.png
@comment %%DATADIR%%/images/lastfm/header-logo-left.png
@comment %%DATADIR%%/images/lastfm/header-logo-right.png
@comment %%DATADIR%%/images/lastfm/header-logo-slice.png
%%DATADIR%%/images/lastfm/lastfm-album.png
%%DATADIR%%/images/lastfm/lastfm-artist.png
%%DATADIR%%/images/lastfm/lastfm-friend.png
%%DATADIR%%/images/lastfm/lastfm-mainuser.png
%%DATADIR%%/images/lastfm/lastfm-neighbour.png
%%DATADIR%%/images/lastfm/lastfm-recommended-radio.png
%%DATADIR%%/images/lastfm/lastfm-station-small.png
%%DATADIR%%/images/lastfm/lastfm-station.png
%%DATADIR%%/images/lastfm/lastfm-tag.png
%%DATADIR%%/images/lastfm/lastfm-track.png
%%DATADIR%%/images/lastfm/lastfm-user.png
%%DATADIR%%/images/lastfm/artist-unknown.png
%%DATADIR%%/images/cdda/audiocd-big.png
%%DATADIR%%/images/cdda/audiocd-unplayable.png
share/dbus-1/services/org.beepmediaplayer.sentinel.service
share/dbus-1/services/org.mpris.bmp.service
share/icons/hicolor/48x48/apps/bmpx.png
%%NLS%%share/locale/af/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/cs/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/da/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/de/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/el/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/es/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/et/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/fi/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/fr/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/hu/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/it/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/ka/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/lt/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/nl/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/pl/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/ro/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/ru/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/th_TH/LC_MESSAGES/bmpx.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bmpx.mo
@dirrmtry %%NLS%%share/locale/th_TH/LC_MESSAGES
@dirrmtry %%NLS%%share/locale/th_TH
@dirrmtry share/icons/hicolor/48x48/apps
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrm %%DATADIR%%/images/svg
@dirrm %%DATADIR%%/images/stock
@dirrm %%DATADIR%%/images/sources
@dirrm %%DATADIR%%/images/rating
@dirrm %%DATADIR%%/images/podcast
@dirrm %%DATADIR%%/images/main
@dirrm %%DATADIR%%/images/lastfm
@dirrm %%DATADIR%%/images/cdda
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/icons/tray-icons
@dirrm %%DATADIR%%/icons/themes/tango
@dirrm %%DATADIR%%/icons/themes/red
@dirrm %%DATADIR%%/icons/themes/plastic
@dirrm %%DATADIR%%/icons/themes/display
@dirrm %%DATADIR%%/icons/themes/darksphere
@dirrm %%DATADIR%%/icons/themes
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
@dirrmtry share/applications
@dirrm lib/bmpx/plugins/vfs/transport
@dirrm lib/bmpx/plugins/vfs/container
@dirrm lib/bmpx/plugins/vfs
@dirrm lib/bmpx/plugins/taglib
@dirrm lib/bmpx/plugins
@dirrm lib/bmpx
@dirrm include/bmp-2.0/bmp/types
@dirrm include/bmp-2.0/bmp
@dirrm include/bmp-2.0