diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 08:51:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 08:51:58 +0000 |
commit | e35f06458bbd249a9b225854a6e861aec88bae06 (patch) | |
tree | aae2da6818c73349ef2e61ad840432bdf5f60f3f | |
parent | Remove optional dependency on expired multimedia/beep-media-player (diff) |
Remove some expired ports:
2014-03-09 mail/fetchyahoo: Yahoo classic mail interface is discontinued, so this port is permanently broken
2014-03-07 audio/beep: No more public distfiles
2014-03-07 audio/p5-Audio-Beep: Depends on expiring audio/beep
2014-03-06 multimedia/beep-media-player: Abandonware, please consider using multimedia/audacious instead
Notes
Notes:
svn path=/head/; revision=347724
-rw-r--r-- | MOVED | 4 | ||||
-rw-r--r-- | audio/Makefile | 2 | ||||
-rw-r--r-- | audio/beep/Makefile | 25 | ||||
-rw-r--r-- | audio/beep/distinfo | 2 | ||||
-rw-r--r-- | audio/beep/pkg-descr | 2 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/Makefile | 22 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/distinfo | 2 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/pkg-descr | 4 | ||||
-rw-r--r-- | audio/p5-Audio-Beep/pkg-plist | 11 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/fetchyahoo/Makefile | 45 | ||||
-rw-r--r-- | mail/fetchyahoo/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchyahoo/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/beep-media-player/Makefile | 112 | ||||
-rw-r--r-- | multimedia/beep-media-player/distinfo | 4 | ||||
-rw-r--r-- | multimedia/beep-media-player/files/patch-Output__alsa__audio.c | 49 | ||||
-rw-r--r-- | multimedia/beep-media-player/pkg-descr | 13 | ||||
-rw-r--r-- | multimedia/beep-media-player/pkg-message | 2 | ||||
-rw-r--r-- | multimedia/beep-media-player/pkg-plist | 110 |
20 files changed, 4 insertions, 413 deletions
@@ -5618,3 +5618,7 @@ net/mars_nwe||2014-03-08|Has expired: No more public distfiles audio/fmio||2014-03-08|Has expired: No more public distfiles audio/libmtp|multimedia/libmtp|2014-03-09|Moved from audio to multimedia mail/p5-Mail-SpamAssassin-Alt|mail/p5-Mail-SpamAssassin|2014-03-09|Retired; please use mail/p5-Mail-SpamAssassin +mail/fetchyahoo||2014-03-10|Has expired: Yahoo classic mail interface is discontinued, so this port is permanently broken +audio/beep||2014-03-10|Has expired: No more public distfiles +audio/p5-Audio-Beep||2014-03-10|Has expired: Depends on expiring audio/beep +multimedia/beep-media-player|multimedia/audacious|2014-03-10|Has expired: Abandonware, please consider using multimedia/audacious instead diff --git a/audio/Makefile b/audio/Makefile index eac68bf78261..b60b3bdf6e53 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -50,7 +50,6 @@ SUBDIR += baresip SUBDIR += baudline SUBDIR += beast - SUBDIR += beep SUBDIR += beets SUBDIR += blop SUBDIR += bonk @@ -526,7 +525,6 @@ SUBDIR += osdmixer SUBDIR += oss SUBDIR += p5-Audio - SUBDIR += p5-Audio-Beep SUBDIR += p5-Audio-CD SUBDIR += p5-Audio-Ecasound SUBDIR += p5-Audio-FLAC-Header diff --git a/audio/beep/Makefile b/audio/beep/Makefile deleted file mode 100644 index c162cb3b7035..000000000000 --- a/audio/beep/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Tyler Spivey -# $FreeBSD$ - -PORTNAME= beep -PORTVERSION= 1.0 -CATEGORIES= audio -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Beeps a certain duration and pitch out of the PC Speaker - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -ONLY_FOR_ARCHS= i386 amd64 pc98 - -PLIST_FILES= bin/beep man/man1/beep.1.gz - -post-patch: - ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ - ${WRKSRC}/beep.c - -.include <bsd.port.mk> diff --git a/audio/beep/distinfo b/audio/beep/distinfo deleted file mode 100644 index 7c42cb5a335f..000000000000 --- a/audio/beep/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (beep-1.0.tar.gz) = c25d2044d37adad08076d9d87543331650defaaaf1e13a144d4597d9c86ec80c -SIZE (beep-1.0.tar.gz) = 3537 diff --git a/audio/beep/pkg-descr b/audio/beep/pkg-descr deleted file mode 100644 index c16be870eb1e..000000000000 --- a/audio/beep/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This program will beep, using a -duration and pitch specified on the command line or the program's defaults. diff --git a/audio/p5-Audio-Beep/Makefile b/audio/p5-Audio-Beep/Makefile deleted file mode 100644 index cefd37912c5a..000000000000 --- a/audio/p5-Audio-Beep/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= Audio-Beep -PORTVERSION= 0.11 -CATEGORIES= audio perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module to use your computer beeper in fancy ways - -DEPRECATED= Depends on expiring audio/beep -EXPIRATION_DATE= 2014-03-07 - -BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep -RUN_DEPENDS= beep:${PORTSDIR}/audio/beep - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/audio/p5-Audio-Beep/distinfo b/audio/p5-Audio-Beep/distinfo deleted file mode 100644 index 5f3936595607..000000000000 --- a/audio/p5-Audio-Beep/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Audio-Beep-0.11.tar.gz) = 6f965e66f16b93496b16063c7cd98289c50c429e4f4ac5bd5f199c39e5e93124 -SIZE (Audio-Beep-0.11.tar.gz) = 34318 diff --git a/audio/p5-Audio-Beep/pkg-descr b/audio/p5-Audio-Beep/pkg-descr deleted file mode 100644 index 50f099b4f82f..000000000000 --- a/audio/p5-Audio-Beep/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A module to use your computer beeper in fancy ways. - -Author: Giulio Motta <giulienk@cpan.org> -WWW: http://search.cpan.org/dist/Audio-Beep/ diff --git a/audio/p5-Audio-Beep/pkg-plist b/audio/p5-Audio-Beep/pkg-plist deleted file mode 100644 index a547cf94421c..000000000000 --- a/audio/p5-Audio-Beep/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PERL5_MAN3%%/Audio::Beep.3.gz -%%PERL5_MAN3%%/Audio::Beep::BSD::beep.3.gz -%%SITE_PERL%%/Audio/Beep.pm -%%SITE_PERL%%/Audio/Beep.pod -%%SITE_PERL%%/Audio/Beep/BSD/beep.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Beep/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/Beep -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio -@dirrm %%SITE_PERL%%/Audio/Beep/BSD -@dirrm %%SITE_PERL%%/Audio/Beep -@dirrmtry %%SITE_PERL%%/Audio diff --git a/mail/Makefile b/mail/Makefile index 8bf8f97a2b86..782fc2186a66 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -148,7 +148,6 @@ SUBDIR += faces SUBDIR += fdm SUBDIR += fetchmail - SUBDIR += fetchyahoo SUBDIR += filtermail SUBDIR += findmaildirs SUBDIR += firemime diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile deleted file mode 100644 index 29e37cede6af..000000000000 --- a/mail/fetchyahoo/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= fetchyahoo -PORTVERSION= 2.14.8 -CATEGORIES= mail -MASTER_SITES= http://fetchyahoo.twizzler.org/ - -MAINTAINER= chalpin@cs.wisc.edu -COMMENT= Download e-mail from a Yahoo account to a Berkeley mailbox - -DEPRECATED= Yahoo classic mail interface is discontinued, so this port is permanently broken -EXPIRATION_DATE= 2014-03-09 - -RUN_DEPENDS= \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey - -MAN1= fetchyahoo.1 -PLIST_DIRS= share/examples/fetchyahoo -PLIST_FILES= bin/fetchyahoo share/examples/fetchyahoo/fetchyahoorc -PORTDOCS= COPYING ChangeLog Credits INSTALL TODO index.html -NO_BUILD= yes -USES= perl5 - -NO_STAGE= yes -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/fetchyahoorc ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for ii in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/fetchyahoo/distinfo b/mail/fetchyahoo/distinfo deleted file mode 100644 index e25578d4682e..000000000000 --- a/mail/fetchyahoo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fetchyahoo-2.14.8.tar.gz) = bb0eab904e0eb178be27c55c249732ab3012692fed39413a5c4ff843dd5d0d69 -SIZE (fetchyahoo-2.14.8.tar.gz) = 56384 diff --git a/mail/fetchyahoo/pkg-descr b/mail/fetchyahoo/pkg-descr deleted file mode 100644 index 5befe1bf91a9..000000000000 --- a/mail/fetchyahoo/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a script for downloading e-mail from a Yahoo account into -a Berkeley-formatted mailbox file. - -WWW: http://fetchyahoo.twizzler.org/ diff --git a/multimedia/Makefile b/multimedia/Makefile index de561cf66666..432b0413479b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -21,7 +21,6 @@ SUBDIR += avinfo SUBDIR += bangarang SUBDIR += banshee - SUBDIR += beep-media-player SUBDIR += bino SUBDIR += bombono SUBDIR += bsdbktr_tvtune diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile deleted file mode 100644 index b4c3312879bc..000000000000 --- a/multimedia/beep-media-player/Makefile +++ /dev/null @@ -1,112 +0,0 @@ -# Created by: Miguel Mendez <flynn@energyhq.es.eu.org> -# $FreeBSD$ - -PORTNAME= beep-media-player -PORTVERSION= 0.9.7.1 -PORTREVISION= 11 -PORTEPOCH= 1 -CATEGORIES= multimedia audio ipv6 -MASTER_SITES= SF/beepmp/bmp/${PORTVERSION} -DISTNAME= bmp-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK2 multimedia player - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-06 - -LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib - -USES= pkgconfig -USE_GNOME= gnomehack gtk20 libglade2 desktopfileutils -USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ - -MAN1= beep-media-player.1 - -OPTIONS_MULTI= OUTPUT -OPTIONS_MULTI_OUTPUT= ALSA ESOUND OSS -OPTIONS_DEFINE= NLS GCONF GNOMEVFS2 IPV6 VORBIS -OPTIONS_DEFAULT= OSS VORBIS - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MIPV6} -PATCH_SITES+= http://ns.ael.ru/ports/distfiles/ -PATCHFILES+= bmp-0.9.7-ipv6-simple.diff -PATCH_DIST_STRIP+= -p1 -.endif - -.if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= gconf2 -CONFIGURE_ARGS+=--enable-gconf -.endif - -.if ${PORT_OPTIONS:MGNOMEVFS2} -USE_GNOME+= gnomevfs2 -CONFIGURE_ARGS+=--enable-gnome-vfs -.endif - -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -PLIST_SUB+= VORBIS="" -.else -CONFIGURE_ARGS+=--disable-vorbis -PLIST_SUB+= VORBIS="@comment " -.endif - -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib -RUN_DEPENDS+= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins -PLIST_SUB+= ALSA="" -.else -CONFIGURE_ARGS+=--disable-alsa -PLIST_SUB+= ALSA="@comment " -.endif - -.if ${PORT_OPTIONS:MESOUND} -USE_GNOME+= esound -PLIST_SUB+= ESOUND="" -.else -CONFIGURE_ARGS+=--disable-esd -PLIST_SUB+= ESOUND="@comment " -.endif - -.if ${PORT_OPTIONS:MOSS} -PLIST_SUB+= OSS="" -.else -CONFIGURE_ARGS+=--disable-oss -PLIST_SUB+= OSS="@comment " -.endif - -.if ${ARCH} == i386 -.if ${MACHINE_CPU:M3dnow} || ${MACHINE_CPU:Mmmx} -CONFIGURE_ARGS+=--enable-simd -.endif -.endif - -post-patch: -#Fix asm comments and mnemonics for clang - @${FIND} ${WRKSRC} -name "*.s" -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's|\/|#|g' -e 's|fist |fists |g' -e 's|fistp |fistps |g' - -post-install: - @${MKDIR} ${PREFIX}/lib/bmp/General - @${MKDIR} ${PREFIX}/share/beep/Skins - -@update-desktop-database - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/multimedia/beep-media-player/distinfo b/multimedia/beep-media-player/distinfo deleted file mode 100644 index 4bdcd9e5893d..000000000000 --- a/multimedia/beep-media-player/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (bmp-0.9.7.1.tar.gz) = 2165c8a4d4f3d7ae5581ec43a96762fd02a3d4d11a7034725dd12b9352d18d59 -SIZE (bmp-0.9.7.1.tar.gz) = 2056564 -SHA256 (bmp-0.9.7-ipv6-simple.diff) = 9773ec9c020d739e052d0ab0f3b3ab16756cb817b7b6c303284539d5ca7a84a1 -SIZE (bmp-0.9.7-ipv6-simple.diff) = 8660 diff --git a/multimedia/beep-media-player/files/patch-Output__alsa__audio.c b/multimedia/beep-media-player/files/patch-Output__alsa__audio.c deleted file mode 100644 index f2e884bb41f6..000000000000 --- a/multimedia/beep-media-player/files/patch-Output__alsa__audio.c +++ /dev/null @@ -1,49 +0,0 @@ ---- ./Output/alsa/audio.c.orig 2012-11-01 11:14:01.000000000 -0400 -+++ ./Output/alsa/audio.c 2012-11-01 11:15:25.000000000 -0400 -@@ -47,7 +47,7 @@ - static snd_mixer_elem_t *pcm_element = NULL; - static snd_mixer_t *mixer = NULL; - --static gboolean mmap, going = FALSE, paused, multi_thread, mixer_start = TRUE;; -+static gboolean mmap_bool, going = FALSE, paused, multi_thread, mixer_start = TRUE;; - - static gboolean alsa_can_pause; - -@@ -691,7 +691,7 @@ - if (alsa_cfg.soft_volume) - volume_adjust(data, length, outputf->xmms_format, outputf->channels); - -- if (mmap) -+ if (mmap_bool) - alsa_mmap_audio(data, length); - else - alsa_write_audio(data, length); -@@ -900,7 +900,7 @@ - if (alsa_cfg.debug) - snd_output_stdio_attach(&logs, stdout, 0); - -- mmap = alsa_cfg.mmap; -+ mmap_bool = alsa_cfg.mmap; - - if (alsa_setup(inputf) < 0) { - alsa_close(); -@@ -1036,16 +1036,16 @@ - return -1; - } - -- if (mmap && -+ if (mmap_bool && - (err = snd_pcm_hw_params_set_access(alsa_pcm, hwparams, - SND_PCM_ACCESS_MMAP_INTERLEAVED)) - < 0) { - g_message("alsa_setup(): Cannot set mmap'ed mode: %s. " - "falling back to direct write", snd_strerror(-err)); -- mmap = 0; -+ mmap_bool = 0; - } - -- if (!mmap && -+ if (!mmap_bool && - (err = snd_pcm_hw_params_set_access(alsa_pcm, hwparams, - SND_PCM_ACCESS_RW_INTERLEAVED)) < - 0) { diff --git a/multimedia/beep-media-player/pkg-descr b/multimedia/beep-media-player/pkg-descr deleted file mode 100644 index 801b2d66a85d..000000000000 --- a/multimedia/beep-media-player/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -BMP, or Beep Media Player, is a compact media player that was originally -forked from XMMS with the goal of porting XMMS to GTK2 and make use of -more modern desktop standards. The original XMMS is based on GTK 1.2, -which is now deprecated for roughly 4 years, and was deprecated at the -time of the fork for approximately 2 years. This, and the fact that the -developers were developing XMMS under a mostly cathedral-style model led -M. Derezynski to fork BMP from XMMS. - -BMP was discontinued in October 2005 with version 0.9.7.1 being -the last one. There is a fork off 0.9.7.1 in multimedia/audacious -and a completely new version of BMP in multimedia/bmpx. - -WWW: http://sourceforge.net/projects/beepmp/ diff --git a/multimedia/beep-media-player/pkg-message b/multimedia/beep-media-player/pkg-message deleted file mode 100644 index f08e7f569df6..000000000000 --- a/multimedia/beep-media-player/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -beep supports Gzipped and uncompressed skins. If you would like to use -Zip format skins you will need to ensure archivers/unzip is installed. diff --git a/multimedia/beep-media-player/pkg-plist b/multimedia/beep-media-player/pkg-plist deleted file mode 100644 index c6814366149f..000000000000 --- a/multimedia/beep-media-player/pkg-plist +++ /dev/null @@ -1,110 +0,0 @@ -bin/beep-media-player -include/bmp/beepctrl.h -include/bmp/configdb.h -include/bmp/configfile.h -include/bmp/dirbrowser.h -include/bmp/formatter.h -include/bmp/fullscreen.h -include/bmp/plugin.h -include/bmp/rcfile.h -include/bmp/titlestring.h -include/bmp/util.h -include/bmp/vfs.h -lib/bmp/Input/libcdaudio.a -lib/bmp/Input/libcdaudio.la -lib/bmp/Input/libcdaudio.so -lib/bmp/Input/libmpg123.a -lib/bmp/Input/libmpg123.la -lib/bmp/Input/libmpg123.so -%%VORBIS%%lib/bmp/Input/libvorbis.a -%%VORBIS%%lib/bmp/Input/libvorbis.la -%%VORBIS%%lib/bmp/Input/libvorbis.so -lib/bmp/Input/libwav.a -lib/bmp/Input/libwav.la -lib/bmp/Input/libwav.so -%%ALSA%%lib/bmp/Output/libALSA.a -%%ALSA%%lib/bmp/Output/libALSA.la -%%ALSA%%lib/bmp/Output/libALSA.so -%%OSS%%lib/bmp/Output/libOSS.a -%%OSS%%lib/bmp/Output/libOSS.la -%%OSS%%lib/bmp/Output/libOSS.so -%%ESOUND%%lib/bmp/Output/libesdout.a -%%ESOUND%%lib/bmp/Output/libesdout.la -%%ESOUND%%lib/bmp/Output/libesdout.so -lib/bmp/Visualization/libbscope.a -lib/bmp/Visualization/libbscope.la -lib/bmp/Visualization/libbscope.so -lib/libbeep.a -lib/libbeep.la -lib/libbeep.so -lib/libbeep.so.2 -libdata/pkgconfig/bmp.pc -share/applications/bmp.desktop -share/bmp/Skins/Default/README -share/bmp/Skins/Default/balance.bmp -share/bmp/Skins/Default/cbuttons.bmp -share/bmp/Skins/Default/eq_ex.bmp -share/bmp/Skins/Default/eqmain.bmp -share/bmp/Skins/Default/main.bmp -share/bmp/Skins/Default/monoster.bmp -share/bmp/Skins/Default/nums_ex.bmp -share/bmp/Skins/Default/playpaus.bmp -share/bmp/Skins/Default/pledit.bmp -share/bmp/Skins/Default/pledit.txt -share/bmp/Skins/Default/posbar.bmp -share/bmp/Skins/Default/shufrep.bmp -share/bmp/Skins/Default/text.bmp -share/bmp/Skins/Default/titlebar.bmp -share/bmp/Skins/Default/viscolor.txt -share/bmp/Skins/Default/volume.bmp -share/bmp/glade/addfiles.glade -share/bmp/glade/prefswin.glade -share/bmp/images/appearance.png -share/bmp/images/eq.png -share/bmp/images/mouse.png -share/bmp/images/playlist.png -share/bmp/images/plugins.png -%%NLS%%share/locale/br/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/cs/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/cy/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/de/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/el/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/es/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/fi/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/fr/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/hi/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/hu/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/it/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/ja/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/ka/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/ko/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/lt/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/mk/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/nl/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/pl/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/ro/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/ru/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/sk/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/sv/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/uk/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/bmp.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/bmp.mo -share/pixmaps/bmp.png -@dirrm share/bmp/images -@dirrm share/bmp/glade -@dirrm share/bmp/Skins/Default -@dirrm share/bmp/Skins -@dirrm share/bmp -@exec mkdir -p %D/share/beep/Skins -@dirrm share/beep/Skins -@dirrm share/beep -@dirrm lib/bmp/Visualization -@dirrm lib/bmp/Output -@dirrm lib/bmp/Input -@exec mkdir -p %D/lib/bmp/General -@dirrm lib/bmp/General -@dirrm lib/bmp -@dirrm include/bmp -@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true -@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || true |