mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
totem-pl-parser: depend on shared-mime-info
The totem-pl-parser library seems to rely on freedesktop.org's MIME-type definitions to parse playlist files. Without them, parsing will produce a TOTEM_PL_PARSER_RESULT_IGNORED error. Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
committed by
Rosen Penev
parent
d0878c8504
commit
b8661fc446
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/meson.mk
|
|||||||
define Package/totem-pl-parser
|
define Package/totem-pl-parser
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+glib2 +libxml2
|
DEPENDS:=+glib2 +libxml2 +shared-mime-info
|
||||||
TITLE:=totem-pl-parser
|
TITLE:=totem-pl-parser
|
||||||
URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser
|
URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user