3e24e31626
Main features: * Full integration with GTK+3 * Library with multiple views, according tags or folder structure * Search, filtering and queue songs on current playlist * Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files * Playlist management: Exporting M3U and read M3U, PLS, XSPF and WAX playlists. * Playback control with command line Extensible by plugins: * AcoustID: Get metadata on AcoustID service * Global Hotkeys: Control Pragha with multimedia keys * Notification: Show notification when change songs * Get radios: Search radios on TuneIn service WWW: http://pragha-music-player.github.io/
22 lines
940 B
Text
22 lines
940 B
Text
Remove 'gnome-media-keys' plugin, it requires sysutils/gnome-settings-daemon.
|
|
|
|
--- plugins/Makefile.in.orig 2015-02-21 22:11:57 UTC
|
|
+++ plugins/Makefile.in
|
|
@@ -182,7 +182,7 @@ am__define_uniq_tagged_files = \
|
|
done | $(am__uniquify_input)`
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
-DIST_SUBDIRS = mpris2 gnome-media-keys song-info keybinder notify \
|
|
+DIST_SUBDIRS = mpris2 song-info keybinder notify \
|
|
devices removable-media mtp acoustid tunein dlna dlna-renderer \
|
|
cdrom lastfm
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
@@ -467,7 +467,7 @@ AM_CPPFLAGS = \
|
|
|
|
pluginincludedir = $(includedir)/pragha/plugins
|
|
plugininclude_HEADERS = pragha-plugin-macros.h
|
|
-SUBDIRS = mpris2 gnome-media-keys $(am__append_1) $(am__append_2) \
|
|
+SUBDIRS = mpris2 $(am__append_1) $(am__append_2) \
|
|
$(am__append_3) $(am__append_4) $(am__append_5) \
|
|
$(am__append_6) $(am__append_7) $(am__append_8) \
|
|
$(am__append_9) $(am__append_10)
|