Alexander Pyhalov
2017-03-26 3e334ac99e2dd4284d637f8084cd68c245bab3ff
tracker: enable totem-pl-parser support
3 files modified
11 ■■■■■ changed files
components/desktop/tracker/Makefile 7 ●●●●● patch | view | raw | blame | history
components/desktop/tracker/manifests/sample-manifest.p5m 2 ●●●●● patch | view | raw | blame | history
components/desktop/tracker/tracker.p5m 2 ●●●●● patch | view | raw | blame | history
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
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
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