Remove the replaygain plugin for the time being. It makes rhythmbox
sefgault.
This commit is contained in:
parent
3da9645b37
commit
4d60970c83
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.109 2012/10/06 07:33:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.110 2013/01/15 14:30:42 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= integrated music management application for GNOME
|
||||
|
||||
GNOME_PROJECT= rhythmbox
|
||||
GNOME_VERSION= 2.98
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
|
||||
|
||||
@ -104,5 +104,7 @@ REGRESS_IS_INTERACTIVE= x11
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/rhythmbox/{,sample-}plugins/*/*.la
|
||||
# XXX segfault: check at next upgrade of rhythmbox
|
||||
rm -rf ${PREFIX}/{lib,share}/rhythmbox/plugins/replaygain
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.36 2012/09/30 14:58:39 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.37 2013/01/15 14:30:42 ajacoutot Exp $
|
||||
@bin bin/rhythmbox
|
||||
@bin bin/rhythmbox-client
|
||||
include/rhythmbox/
|
||||
@ -236,17 +236,6 @@ lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.plugin
|
||||
lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
|
||||
lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.pyc
|
||||
lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.pyo
|
||||
lib/rhythmbox/plugins/replaygain/
|
||||
lib/rhythmbox/plugins/replaygain/config.py
|
||||
lib/rhythmbox/plugins/replaygain/config.pyc
|
||||
lib/rhythmbox/plugins/replaygain/config.pyo
|
||||
lib/rhythmbox/plugins/replaygain/player.py
|
||||
lib/rhythmbox/plugins/replaygain/player.pyc
|
||||
lib/rhythmbox/plugins/replaygain/player.pyo
|
||||
lib/rhythmbox/plugins/replaygain/replaygain.plugin
|
||||
lib/rhythmbox/plugins/replaygain/replaygain.py
|
||||
lib/rhythmbox/plugins/replaygain/replaygain.pyc
|
||||
lib/rhythmbox/plugins/replaygain/replaygain.pyo
|
||||
lib/rhythmbox/plugins/sendto/
|
||||
lib/rhythmbox/plugins/sendto/sendto.plugin
|
||||
lib/rhythmbox/plugins/sendto/sendto.py
|
||||
@ -879,8 +868,6 @@ share/rhythmbox/plugins/magnatune/magnatune-loading.ui
|
||||
share/rhythmbox/plugins/magnatune/magnatune-prefs.ui
|
||||
share/rhythmbox/plugins/magnatune/magnatune_logo_color_small.png
|
||||
share/rhythmbox/plugins/magnatune/magnatune_logo_color_tiny.png
|
||||
share/rhythmbox/plugins/replaygain/
|
||||
share/rhythmbox/plugins/replaygain/replaygain-prefs.ui
|
||||
share/rhythmbox/podcast-add-dialog.ui
|
||||
share/rhythmbox/podcast-feed-properties.ui
|
||||
share/rhythmbox/podcast-prefs.ui
|
||||
|
Loading…
Reference in New Issue
Block a user