ports/115331: [UPDATE] multimedia/bmpx 0.36.1 -> 0.40.0
Patrick Hurrelmann
outi at bytephobia.de
Wed Aug 8 22:50:02 UTC 2007
>Number: 115331
>Category: ports
>Synopsis: [UPDATE] multimedia/bmpx 0.36.1 -> 0.40.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 08 22:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Patrick Hurrelmann
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
private
>Environment:
System: FreeBSD 7.0-CURRENT #0: Tue Jul 31 23:33:47 CEST 2007
outi at duality.bytephobia.de:/usr/obj/usr/src/sys/DUALITY
>Description:
Update of bmpx from 0.36.1 to 0.40.0 released today.
http://www.bytephobia.de/freebsd/ports/bmpx_0.40.0.patch
Changes:
A rewrite of the library backend, reorganization of the UI, improved Last.fm backend and tighter integration of Last.fm within the entire application, enhanced and debugged Podcast backend with newly added support for video podcasts using Gstreamer, initial Jamendo support, and a universal bookmarking system. The stability of the 0.40 series is incomparably higher than the 0.36 versions. The application's usability was also improved to a great degree.
>How-To-Repeat:
Patch port with attached patch and enjoy :)
>Fix:
--- bmpx_0.40.0.patch begins here ---
diff -ruN /usr/ports/multimedia/bmpx.orig/Makefile /usr/ports/multimedia/bmpx/Makefile
--- /usr/ports/multimedia/bmpx.orig/Makefile 2007-08-08 19:23:32.000000000 +0200
+++ /usr/ports/multimedia/bmpx/Makefile 2007-08-08 23:41:17.000000000 +0200
@@ -6,10 +6,9 @@
#
PORTNAME= bmpx
-PORTVERSION= 0.36.1
-PORTREVISION= 5
+PORTVERSION= 0.40.0
CATEGORIES= multimedia
-MASTER_SITES= http://files.beep-media-player.org/releases/0.36/
+MASTER_SITES= http://files.beep-media-player.org/releases/0.40/
MAINTAINER= novel at FreeBSD.org
COMMENT= Media player geared towards usability, technical efficiency and looks
@@ -23,11 +22,14 @@
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
rsvg-2:${PORTSDIR}/graphics/librsvg2 \
boost_date_time.4:${PORTSDIR}/devel/boost \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ hal.1:${PORTSDIR}/sysutils/hal \
+ sexymm.2:${PORTSDIR}/x11-toolkits/libsexymm \
+ ofa.0:${PORTSDIR}/audio/libofa
CONFLICTS= bmpx-devel-[0-9]*
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
USE_BISON= yes
USE_BZIP2= yes
USE_FAM= yes
@@ -38,8 +40,7 @@
USE_GSTREAMER= good mp3 ogg vorbis cdparanoia
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-hal \
- --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
+CONFIGURE_ARGS+= --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \
--with-dbus-services-dir="${PREFIX}/share/dbus-1/services" \
--with-libintl-prefix="${LOCALBASE}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -64,11 +65,6 @@
PLIST_SUB+= NLS=""
.endif
-.if defined(WITH_OFA)
-CONFIGURE_ARGS+= --enable-ofa
-LIB_DEPENDS+= ofa.0:${PORTSDIR}/audio/libofa
-.endif
-
.if defined(WITH_SIDPLAY)
CONFIGURE_ARGS+= --enable-sid
USE_GSTREAMER+= sidplay
diff -ruN /usr/ports/multimedia/bmpx.orig/distinfo /usr/ports/multimedia/bmpx/distinfo
--- /usr/ports/multimedia/bmpx.orig/distinfo 2007-08-08 19:23:32.000000000 +0200
+++ /usr/ports/multimedia/bmpx/distinfo 2007-08-08 19:29:02.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (bmpx-0.36.1.tar.bz2) = 03a55f8b5b3899f03d71ca9dd681545d
-SHA256 (bmpx-0.36.1.tar.bz2) = 3e9fa55b9ec5596132a1dabf117326faab33f6933995c3035aa9cc4afbf955c1
-SIZE (bmpx-0.36.1.tar.bz2) = 2452879
+MD5 (bmpx-0.40.0.tar.bz2) = acae0b6e42202ce6b3688725f6488e30
+SHA256 (bmpx-0.40.0.tar.bz2) = 57902bac23247bb987be91ed72b55a57aa2afb77219d397b9d12a396e58d9d62
+SIZE (bmpx-0.40.0.tar.bz2) = 1783485
diff -ruN /usr/ports/multimedia/bmpx.orig/files/patch-libhal++__device.hh /usr/ports/multimedia/bmpx/files/patch-libhal++__device.hh
--- /usr/ports/multimedia/bmpx.orig/files/patch-libhal++__device.hh 1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/multimedia/bmpx/files/patch-libhal++__device.hh 2007-08-08 21:49:18.000000000 +0200
@@ -0,0 +1,14 @@
+--- ./libhal++/device.hh.orig 2007-08-08 21:48:40.000000000 +0200
++++ ./libhal++/device.hh 2007-08-08 21:48:51.000000000 +0200
+@@ -60,11 +60,7 @@
+
+ inline bool operator==(iterator const& other)
+ {
+-#ifdef HAVE_HAL_058
+ return ((i.idx == other.i.idx) && (i.set == other.i.set));
+-#else
+- return ((i.index == other.i.index) && (i.set == other.i.set));
+-#endif // HAVE_HAL_058
+ }
+
+ inline bool operator!=(iterator const& other)
diff -ruN /usr/ports/multimedia/bmpx.orig/pkg-descr /usr/ports/multimedia/bmpx/pkg-descr
--- /usr/ports/multimedia/bmpx.orig/pkg-descr 2007-08-08 19:23:32.000000000 +0200
+++ /usr/ports/multimedia/bmpx/pkg-descr 2007-08-08 23:34:20.000000000 +0200
@@ -1,8 +1,6 @@
-BMPx is an audio player that can be either used with a built-in
-frontend which currently utilizes Winamp 2.x compatible skins, or
-as a daemon for other frontends to connect via a DBus interface.
-It can run under X11 with graphical GUIs, or without X under
-plain UNIX terminal as a daemon (in which case it requires a
-different frontend connecting to it via DBus).
+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://beep-media-player.org/
diff -ruN /usr/ports/multimedia/bmpx.orig/pkg-plist /usr/ports/multimedia/bmpx/pkg-plist
--- /usr/ports/multimedia/bmpx.orig/pkg-plist 2007-08-08 19:23:32.000000000 +0200
+++ /usr/ports/multimedia/bmpx/pkg-plist 2007-08-08 23:54:19.000000000 +0200
@@ -4,32 +4,23 @@
bin/bmp-play-files-2.0
bin/bmp-play-lastfm-2.0
bin/bmp2
-include/bmp-2.0/bmp/base_types.hh
include/bmp-2.0/bmp/bmp.hh
-include/bmp-2.0/bmp/database_types.hh
include/bmp-2.0/bmp/dbus.hh
-include/bmp-2.0/bmp/library_types.hh
-lib/bmpx/plugins/taglib/libtaglib_plugin_audible.la
-lib/bmpx/plugins/taglib/libtaglib_plugin_audible.so
-lib/bmpx/plugins/taglib/libtaglib_plugin_audible.so.0
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_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_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_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_rmff.la
-lib/bmpx/plugins/taglib/libtaglib_plugin_rmff.so
-lib/bmpx/plugins/taglib/libtaglib_plugin_rmff.so.0
lib/bmpx/plugins/taglib/libtaglib_plugin_wma.la
lib/bmpx/plugins/taglib/libtaglib_plugin_wma.so
lib/bmpx/plugins/taglib/libtaglib_plugin_wma.so.0
@@ -39,15 +30,9 @@
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_mlq.la
-lib/bmpx/plugins/vfs/container/libcontainer_mlq.so
-lib/bmpx/plugins/vfs/container/libcontainer_mlq.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_query.la
-lib/bmpx/plugins/vfs/container/libcontainer_query.so
-lib/bmpx/plugins/vfs/container/libcontainer_query.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
@@ -60,25 +45,25 @@
libdata/pkgconfig/bmp-2.0.pc
libexec/beep-media-player-2-bin
libexec/beep-media-player-2-sentinel
-share/applications/bmp-2.0.desktop
share/applications/bmp-2.0-offline.desktop
+share/applications/bmp-2.0.desktop
share/applications/bmp-enqueue-2.0.desktop
share/applications/bmp-play-2.0.desktop
-%%DATADIR%%/data/GPL.txt
%%DATADIR%%/glade/dialog-add-podcast.glade
+%%DATADIR%%/glade/dialog-equalizer.glade
%%DATADIR%%/glade/dialog-export.glade
%%DATADIR%%/glade/dialog-filebrowser.glade
-%%DATADIR%%/glade/dialog-filelist.glade
-%%DATADIR%%/glade/dialog-gaim-send-file.glade
%%DATADIR%%/glade/dialog-gsterror.glade
%%DATADIR%%/glade/dialog-lastfm-recommend.glade
-%%DATADIR%%/glade/dialog-lyrics.glade
+%%DATADIR%%/glade/dialog-lastfm-tag.glade
+%%DATADIR%%/glade/dialog-play-uri.glade
%%DATADIR%%/glade/dialog-progress.glade
-%%DATADIR%%/glade/library-ui-create-collection.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/library-ui-relocate-album.glade
-%%DATADIR%%/glade/main-ui.glade
-%%DATADIR%%/glade/preferences-ui.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
@@ -150,16 +135,14 @@
%%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-exit.png
%%DATADIR%%/icons/tray-icons/tray-icon-paused.png
%%DATADIR%%/icons/tray-icons/tray-icon-playing.png
+%%DATADIR%%/images/audio-default-no-background.png
%%DATADIR%%/images/audio-default.png
-%%DATADIR%%/images/audio-empty.png
-%%DATADIR%%/images/audio-multiple.png
-%%DATADIR%%/images/blue-speaker.png
%%DATADIR%%/images/cdda/audiocd-big.png
%%DATADIR%%/images/cdda/audiocd-unplayable.png
%%DATADIR%%/images/collections/collection.png
+%%DATADIR%%/images/cover-frame.png
%%DATADIR%%/images/hal/dev-cdrom.png
%%DATADIR%%/images/hal/dev-volume-1394.png
%%DATADIR%%/images/hal/dev-volume-ide.png
@@ -168,14 +151,14 @@
%%DATADIR%%/images/hal/device-cdrom.png
%%DATADIR%%/images/hal/device-cf-card.png
%%DATADIR%%/images/hal/device-floppy.png
-%%DATADIR%%/images/hal/device-harddrive.png
-%%DATADIR%%/images/hal/device-harddrive-usb.png
%%DATADIR%%/images/hal/device-harddrive-1394.png
+%%DATADIR%%/images/hal/device-harddrive-usb.png
+%%DATADIR%%/images/hal/device-harddrive.png
%%DATADIR%%/images/hal/device-ipod.png
%%DATADIR%%/images/hal/device-ms.png
-%%DATADIR%%/images/hal/device-removable.png
-%%DATADIR%%/images/hal/device-removable-usb.png
%%DATADIR%%/images/hal/device-removable-1394.png
+%%DATADIR%%/images/hal/device-removable-usb.png
+%%DATADIR%%/images/hal/device-removable.png
%%DATADIR%%/images/hal/device-sdmmc-card.png
%%DATADIR%%/images/hal/device-sm-card.png
%%DATADIR%%/images/lastfm/audioscrobbler.png
@@ -187,30 +170,27 @@
%%DATADIR%%/images/lastfm/lastfm-friend.png
%%DATADIR%%/images/lastfm/lastfm-mainuser.png
%%DATADIR%%/images/lastfm/lastfm-neighbour.png
-%%DATADIR%%/images/lastfm/lastfm-net-idle.png
-%%DATADIR%%/images/lastfm/lastfm-net-rx.png
-%%DATADIR%%/images/lastfm/lastfm-net-tx.png
-%%DATADIR%%/images/lastfm/lastfm-station.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/library/new.png
%%DATADIR%%/images/logo-about.png
%%DATADIR%%/images/logo-splash.png
-%%DATADIR%%/images/main/add.png
%%DATADIR%%/images/main/header-logo-left.png
%%DATADIR%%/images/main/header-logo-right.png
%%DATADIR%%/images/main/header-logo-slice.png
-%%DATADIR%%/images/main/playing.png
-%%DATADIR%%/images/main/remove.png
%%DATADIR%%/images/main/warning.png
%%DATADIR%%/images/main/yingyang.gif
%%DATADIR%%/images/main/yingyang_paused.gif
%%DATADIR%%/images/main/yingyang_seeking.png
%%DATADIR%%/images/podcast/feed-default.png
+%%DATADIR%%/images/podcast/feed-expired.png
+%%DATADIR%%/images/preferences/lastfm.png
%%DATADIR%%/images/preferences/library.png
%%DATADIR%%/images/preferences/misc.png
+%%DATADIR%%/images/preferences/museek.png
%%DATADIR%%/images/preferences/musicbrainz.png
%%DATADIR%%/images/preferences/playback.png
%%DATADIR%%/images/preferences/podcasts.png
@@ -220,61 +200,98 @@
%%DATADIR%%/images/rating/stars_3.png
%%DATADIR%%/images/rating/stars_4.png
%%DATADIR%%/images/rating/stars_5.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/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/entry-clear.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/museek.png
+%%DATADIR%%/images/stock/lyrics.png
%%DATADIR%%/images/stock/musicbrainz.png
+%%DATADIR%%/images/stock/play.png
%%DATADIR%%/images/stock/playlist.png
-%%DATADIR%%/images/stock/shoutcast.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_add.png
%%DATADIR%%/images/stock/silk-cd_delete.png
%%DATADIR%%/images/stock/silk-cd_edit.png
-%%DATADIR%%/images/stock/silk-cd_go.png
-%%DATADIR%%/images/stock/silk-cog.png
-%%DATADIR%%/images/stock/silk-control_pause_blue.png
-%%DATADIR%%/images/stock/silk-control_play_blue.png
-%%DATADIR%%/images/stock/silk-control_stop_blue.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.png
%%DATADIR%%/images/stock/silk-feed_add.png
%%DATADIR%%/images/stock/silk-feed_delete.png
-%%DATADIR%%/images/stock/silk-folder_star.png
+%%DATADIR%%/images/stock/silk-feed_disk.png
+%%DATADIR%%/images/stock/silk-folder.png
%%DATADIR%%/images/stock/silk-html.png
-%%DATADIR%%/images/stock/silk-mod-server_down.png
-%%DATADIR%%/images/stock/silk-mod-server_up.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-tag_blue_add.png
-%%DATADIR%%/images/stock/silk-tag_blue_delete.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/xiph.png
%%DATADIR%%/images/svg/button-background.svg
-%%DATADIR%%/images/svg/button-glow-overlay.svg
%%DATADIR%%/images/svg/button-outline.svg
%%DATADIR%%/images/throbber.gif
-share/dbus-1/services/org.beepmediaplayer.bmp.service
share/dbus-1/services/org.beepmediaplayer.sentinel.service
+share/dbus-1/services/org.mpris.bmp.service
+%%DOCSDIR%%/html/apa.html
+%%DOCSDIR%%/html/ch01.html
+%%DOCSDIR%%/html/ch02.html
+%%DOCSDIR%%/html/ch02s01.html
+%%DOCSDIR%%/html/ch03.html
+%%DOCSDIR%%/html/ch03s01.html
+%%DOCSDIR%%/html/ch03s02.html
+%%DOCSDIR%%/html/ch04.html
+%%DOCSDIR%%/html/ch05.html
+%%DOCSDIR%%/html/ch06.html
+%%DOCSDIR%%/html/ch07.html
+%%DOCSDIR%%/html/ch08.html
+%%DOCSDIR%%/html/ch09.html
+%%DOCSDIR%%/html/index.html
+%%DOCSDIR%%/images/active-source.png
+%%DOCSDIR%%/images/bmp-logo-small.png
+%%DOCSDIR%%/images/bmp.png
+%%DOCSDIR%%/images/favicon.ico
+%%DOCSDIR%%/images/gradient.png
+%%DOCSDIR%%/images/important.png
+%%DOCSDIR%%/images/main-window.png
+%%DOCSDIR%%/images/playing-source.png
+%%DOCSDIR%%/images/rect1869.png
+%%DOCSDIR%%/images/tip.png
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/de/LC_MESSAGES/bmpx.mo
+%%NLS%%share/locale/dk/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
@@ -293,10 +310,20 @@
%%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
-%%NLS%%@dirrmtry share/locale/th_TH/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/th_TH
+ at dirrmtry %%NLS%%share/locale/th_TH/LC_MESSAGES
+ at dirrmtry %%NLS%%share/locale/th_TH
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrm %%DOCSDIR%%/images
+ at dirrm %%DOCSDIR%%/html
+ at dirrm %%DOCSDIR%%
+ at dirrmtry share/dbus-1/services
+ at dirrmtry share/dbus-1
@dirrm %%DATADIR%%/images/svg
@dirrm %%DATADIR%%/images/stock
+ at dirrm %%DATADIR%%/images/sources
@dirrm %%DATADIR%%/images/rating
@dirrm %%DATADIR%%/images/preferences
@dirrm %%DATADIR%%/images/podcast
--- bmpx_0.40.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list