From 3e334ac99e2dd4284d637f8084cd68c245bab3ff Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Sun, 26 Mar 2017 09:23:50 +0200
Subject: [PATCH] tracker: enable totem-pl-parser support

---
 components/desktop/tracker/tracker.p5m                   |    2 ++
 components/desktop/tracker/manifests/sample-manifest.p5m |    2 ++
 components/desktop/tracker/Makefile                      |    7 +++----
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/components/desktop/tracker/Makefile b/components/desktop/tracker/Makefile
index 74da756..616fb89 100644
--- a/components/desktop/tracker/Makefile
+++ b/components/desktop/tracker/Makefile
@@ -17,7 +17,7 @@
 
 COMPONENT_NAME= tracker
 COMPONENT_VERSION= 1.8.1
-COMPONENT_REVISION= 1
+COMPONENT_REVISION= 2
 COMPONENT_SUMMARY= Desktop search tool
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
@@ -79,8 +79,7 @@
 CONFIGURE_OPTIONS += --enable-miner-user-guides
 CONFIGURE_OPTIONS += --enable-mp3
 CONFIGURE_OPTIONS += --enable-nautilus-extension
-#Requires updated totem-pl-parser
-CONFIGURE_OPTIONS += --disable-playlist
+CONFIGURE_OPTIONS += --enable-playlist
 CONFIGURE_OPTIONS += --enable-poppler
 CONFIGURE_OPTIONS += --enable-ps
 CONFIGURE_OPTIONS += --enable-shared
@@ -127,7 +126,7 @@
 REQUIRED_PACKAGES += library/libpoppler
 REQUIRED_PACKAGES += library/libvorbis
 REQUIRED_PACKAGES += library/libxml2
-#REQUIRED_PACKAGES += library/media-player/totem-pl-parser
+REQUIRED_PACKAGES += library/media-player/totem-pl-parser
 REQUIRED_PACKAGES += service/hal
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/libdbus
diff --git a/components/desktop/tracker/manifests/sample-manifest.p5m b/components/desktop/tracker/manifests/sample-manifest.p5m
index 442e30b..27e8a6e 100644
--- a/components/desktop/tracker/manifests/sample-manifest.p5m
+++ b/components/desktop/tracker/manifests/sample-manifest.p5m
@@ -80,6 +80,7 @@
 file path=usr/lib/tracker-1.0/extract-modules/libextract-jpeg.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-mp3.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-pdf.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-playlist.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-png.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-ps.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-text.so
@@ -298,6 +299,7 @@
 file path=usr/share/tracker/extract-rules/10-tiff.rule
 file path=usr/share/tracker/extract-rules/10-vorbis.rule
 file path=usr/share/tracker/extract-rules/15-gstreamer-guess.rule
+file path=usr/share/tracker/extract-rules/15-playlist.rule
 file path=usr/share/tracker/extract-rules/15-source-code.rule
 file path=usr/share/tracker/extract-rules/90-gstreamer-audio-generic.rule
 file path=usr/share/tracker/extract-rules/90-gstreamer-image-generic.rule
diff --git a/components/desktop/tracker/tracker.p5m b/components/desktop/tracker/tracker.p5m
index 1b3df5b..0e77e24 100644
--- a/components/desktop/tracker/tracker.p5m
+++ b/components/desktop/tracker/tracker.p5m
@@ -82,6 +82,7 @@
 file path=usr/lib/tracker-1.0/extract-modules/libextract-jpeg.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-mp3.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-pdf.so
+file path=usr/lib/tracker-1.0/extract-modules/libextract-playlist.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-png.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-ps.so
 file path=usr/lib/tracker-1.0/extract-modules/libextract-text.so
@@ -300,6 +301,7 @@
 file path=usr/share/tracker/extract-rules/10-tiff.rule
 file path=usr/share/tracker/extract-rules/10-vorbis.rule
 file path=usr/share/tracker/extract-rules/15-gstreamer-guess.rule
+file path=usr/share/tracker/extract-rules/15-playlist.rule
 file path=usr/share/tracker/extract-rules/15-source-code.rule
 file path=usr/share/tracker/extract-rules/90-gstreamer-audio-generic.rule
 file path=usr/share/tracker/extract-rules/90-gstreamer-image-generic.rule

--
Gitblit v1.9.3