multimedia/clapper: add additional patch

ChangeLogs:
https://github.com/Rafostar/clapper/releases/tag/0.6.0
https://github.com/Rafostar/clapper/releases/tag/0.6.1
https://github.com/Rafostar/clapper/releases/tag/0.8.0

Submitter becomes maintainer. Already maintainer of other ports.

PR:	284293
This commit is contained in:
usuf Yaman 2025-01-31 20:35:13 +01:00 committed by Fernando Apesteguía
parent 1cb81d4979
commit 05cb8386d2
5 changed files with 706 additions and 83 deletions

View File

@ -1,31 +1,54 @@
PORTNAME= clapper
DISTVERSION= 0.5.2
PORTREVISION= 3
DISTVERSION= 0.8.0
CATEGORIES= multimedia wayland
MAINTAINER= ports@FreeBSD.org
MAINTAINER= nxjoseph@protonmail.com
COMMENT= Simple and modern GNOME media player
WWW= https://rafostar.github.io/clapper
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE= GPLv3+ LGPL21+
LICENSE_COMB= multi
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING-GPL
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING-LGPL
BUILD_DEPENDS= gjs:lang/gjs
RUN_DEPENDS= gjs:lang/gjs
BUILD_DEPENDS= dot:graphics/graphviz
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene
USES= desktop-file-utils gettext-tools gl gnome gstreamer meson \
pkgconfig python:build shared-mime-info shebangfix
USES= desktop-file-utils gettext-tools gnome gstreamer meson \
pkgconfig python:build shared-mime-info vala:build
USE_GITHUB= yes
USE_GL= glesv2
USE_GNOME= gtk40 libadwaita
USE_GSTREAMER= gl good libav
USE_LDCONFIG= yes
GH_ACCOUNT= Rafostar
SHEBANG_FILES= build-aux/meson/postinstall.py
USE_GNOME= glib20 gtk40 libadwaita
GLIB_SCHEMAS= com.github.rafostar.Clapper.gschema.xml
USE_GSTREAMER= gl good libav soup taglib
USE_LDCONFIG= yes
post-patch:
# Derive Python version from Meson
@${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/meson.build
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= DISCOVERER MPRIS
OPTIONS_GROUP= FEATURES
OPTIONS_GROUP_FEATURES= DISCOVERER ENHANCERS MPRIS SERVER
OPTIONS_SUB= yes
DISCOVERER_DESC= Enable Discoverer feature
ENHANCERS_DESC= Enable ability to load libpeas based plugins
MPRIS_DESC= Enable MPRIS feature
SERVER_DESC= Enable Server feature
DISCOVERER_MESON_ON= -Ddiscoverer=enabled
DISCOVERER_MESON_OFF= -Ddiscoverer=disabled
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen@${PY_FLAVOR}
DOCS_USE= GNOME=introspection
DOCS_MESON_ON= -Ddoc=true
ENHANCERS_BROKEN= Needs libpeas-2 that isn't yet available
ENHANCERS_MESON_ON= -Denhancers-loader=enabled
ENHANCERS_MESON_OFF= -Denhancers-loader=disabled
MPRIS_MESON_ON= -Dmpris=enabled
MPRIS_MESON_OFF= -Dmpris=disabled
SERVER_MESON_ON= -Dserver=enabled
SERVER_MESON_OFF= -Dserver=disabled
post-install:
${INSTALL_DATA} ${WRKSRC}/src/bin/clapper-app/data/applications/com.github.rafostar.Clapper.desktop.in \
${STAGEDIR}${DESKTOPDIR}/com.github.rafostar.Clapper.desktop
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664678039
SHA256 (Rafostar-clapper-0.5.2_GH0.tar.gz) = 30b78e0fc45346aee6513dc9fcd974d2cf9752cb9de5c9e352f5521aa640f284
SIZE (Rafostar-clapper-0.5.2_GH0.tar.gz) = 207254
TIMESTAMP = 1737491003
SHA256 (Rafostar-clapper-0.8.0_GH0.tar.gz) = f0d6faea1285ff4b3a1c3c758181cd1b501cd066f87afd0d6fde5fc7e83eba60
SIZE (Rafostar-clapper-0.8.0_GH0.tar.gz) = 370473

View File

@ -0,0 +1,11 @@
--- src/lib/clapper/features/mpris/meson.build.orig 2025-01-06 06:18:43 UTC
+++ src/lib/clapper/features/mpris/meson.build
@@ -5,7 +5,7 @@ endif
endif
# Known OSes that can support our MPRIS implementation
-os_supported = ['linux'].contains(host_machine.system())
+os_supported = ['linux', 'freebsd'].contains(host_machine.system())
if not os_supported
if feature_option.enabled()

View File

@ -0,0 +1,11 @@
--- src/lib/clapper/features/server/clapper-server-mdns.c.orig 2025-01-21 21:12:03 UTC
+++ src/lib/clapper/features/server/clapper-server-mdns.c
@@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
-
+#include <sys/socket.h>
#include <gst/gst.h>
#include "clapper-server-mdns-private.h"

View File

@ -1,69 +1,647 @@
bin/clapper
bin/com.github.rafostar.Clapper
lib/clapper-1.0/gst/plugin/importers/libgstclapperglimporter.so
lib/clapper-1.0/gst/plugin/importers/libgstclappergluploader.so
lib/clapper-1.0/gst/plugin/importers/libgstclapperrawimporter.so
lib/com.github.rafostar.Clapper/girepository-1.0/GstClapper-1.0.typelib
lib/com.github.rafostar.Clapper/libgstclapper-1.0.so
lib/com.github.rafostar.Clapper/libgstclapper-1.0.so.0
lib/com.github.rafostar.Clapper/libgstclapper-1.0.so.0.5.2
include/clapper-0.0/clapper-gtk/clapper-gtk-billboard.h
include/clapper-0.0/clapper-gtk/clapper-gtk-container.h
include/clapper-0.0/clapper-gtk/clapper-gtk-enum-types.h
include/clapper-0.0/clapper-gtk/clapper-gtk-enums.h
include/clapper-0.0/clapper-gtk/clapper-gtk-extra-menu-button.h
include/clapper-0.0/clapper-gtk/clapper-gtk-lead-container.h
include/clapper-0.0/clapper-gtk/clapper-gtk-next-item-button.h
include/clapper-0.0/clapper-gtk/clapper-gtk-previous-item-button.h
include/clapper-0.0/clapper-gtk/clapper-gtk-seek-bar.h
include/clapper-0.0/clapper-gtk/clapper-gtk-simple-controls.h
include/clapper-0.0/clapper-gtk/clapper-gtk-title-header.h
include/clapper-0.0/clapper-gtk/clapper-gtk-title-label.h
include/clapper-0.0/clapper-gtk/clapper-gtk-toggle-fullscreen-button.h
include/clapper-0.0/clapper-gtk/clapper-gtk-toggle-play-button.h
include/clapper-0.0/clapper-gtk/clapper-gtk-utils.h
include/clapper-0.0/clapper-gtk/clapper-gtk-version.h
include/clapper-0.0/clapper-gtk/clapper-gtk-video.h
include/clapper-0.0/clapper-gtk/clapper-gtk-visibility.h
include/clapper-0.0/clapper-gtk/clapper-gtk.h
include/clapper-0.0/clapper/clapper-audio-stream.h
include/clapper-0.0/clapper/clapper-enum-types.h
include/clapper-0.0/clapper/clapper-enums.h
include/clapper-0.0/clapper/clapper-extractable.h
include/clapper-0.0/clapper/clapper-feature.h
include/clapper-0.0/clapper/clapper-functionalities-availability.h
include/clapper-0.0/clapper/clapper-harvest.h
include/clapper-0.0/clapper/clapper-marker.h
include/clapper-0.0/clapper/clapper-media-item.h
include/clapper-0.0/clapper/clapper-player.h
include/clapper-0.0/clapper/clapper-queue.h
include/clapper-0.0/clapper/clapper-stream-list.h
include/clapper-0.0/clapper/clapper-stream.h
include/clapper-0.0/clapper/clapper-subtitle-stream.h
include/clapper-0.0/clapper/clapper-threaded-object.h
include/clapper-0.0/clapper/clapper-timeline.h
include/clapper-0.0/clapper/clapper-utils.h
include/clapper-0.0/clapper/clapper-version.h
include/clapper-0.0/clapper/clapper-video-stream.h
include/clapper-0.0/clapper/clapper-visibility.h
include/clapper-0.0/clapper/clapper.h
include/clapper-0.0/clapper/features/clapper-features-availability.h
%%DISCOVERER%%include/clapper-0.0/clapper/features/discoverer/clapper-discoverer.h
%%MPRIS%%include/clapper-0.0/clapper/features/mpris/clapper-mpris.h
%%SERVER%%include/clapper-0.0/clapper/features/server/clapper-server.h
lib/clapper-0.0/gst/plugin/importers/libgstclapperglimporter.so
lib/clapper-0.0/gst/plugin/importers/libgstclappergluploader.so
lib/clapper-0.0/gst/plugin/importers/libgstclapperrawimporter.so
lib/girepository-1.0/Clapper-0.0.typelib
lib/girepository-1.0/ClapperGtk-0.0.typelib
lib/gstreamer-1.0/libgstclapper.so
lib/libgstclapperglbaseimporter.so
lib/libgstclapperglbaseimporter.so.0
lib/libgstclapperglbaseimporter.so.0.5.2
share/applications/com.github.rafostar.Clapper.desktop
share/com.github.rafostar.Clapper/com.github.rafostar.Clapper.data.gresource
share/com.github.rafostar.Clapper/css/styles.css
share/com.github.rafostar.Clapper/extras/debug/Debug.js
share/com.github.rafostar.Clapper/extras/ink/Ink.js
share/com.github.rafostar.Clapper/src/actions.js
share/com.github.rafostar.Clapper/src/app.js
share/com.github.rafostar.Clapper/src/buttons.js
share/com.github.rafostar.Clapper/src/controls.js
share/com.github.rafostar.Clapper/src/dbus.js
share/com.github.rafostar.Clapper/src/debug.js
share/com.github.rafostar.Clapper/src/dialogs.js
share/com.github.rafostar.Clapper/src/fileOps.js
share/com.github.rafostar.Clapper/src/headerbar.js
share/com.github.rafostar.Clapper/src/main.js
share/com.github.rafostar.Clapper/src/misc.js
share/com.github.rafostar.Clapper/src/player.js
share/com.github.rafostar.Clapper/src/playlist.js
share/com.github.rafostar.Clapper/src/prefs.js
share/com.github.rafostar.Clapper/src/revealers.js
share/com.github.rafostar.Clapper/src/webHelpers.js
share/com.github.rafostar.Clapper/src/webServer.js
share/com.github.rafostar.Clapper/src/widget.js
share/com.github.rafostar.Clapper/ui/clapper.ui
share/com.github.rafostar.Clapper/ui/elapsed-time-button.ui
share/com.github.rafostar.Clapper/ui/help-overlay.ui
share/com.github.rafostar.Clapper/ui/popover-separator.ui
share/com.github.rafostar.Clapper/ui/preferences-plugin-ranking-subpage.ui
share/com.github.rafostar.Clapper/ui/preferences-window.ui
share/com.github.rafostar.Clapper/ui/track-select-button.ui
share/com.github.rafostar.Clapper/ui/volume-button.ui
share/dbus-1/services/com.github.rafostar.Clapper.service
share/gir-1.0/GstClapper-1.0.gir
lib/libclapper-0.0.so
lib/libclapper-0.0.so.0
lib/libclapper-0.0.so.0.8.0
lib/libclapper-gtk-0.0.so
lib/libclapper-gtk-0.0.so.0
lib/libclapper-gtk-0.0.so.0.8.0
lib/libgstclapperglcontexthandler.so
lib/libgstclapperglcontexthandler.so.0
lib/libgstclapperglcontexthandler.so.0.8.0
libdata/pkgconfig/clapper-0.0.pc
libdata/pkgconfig/clapper-gtk-0.0.pc
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Black.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Black.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-BlackItalic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-BlackItalic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Bold.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Bold.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-BoldItalic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-BoldItalic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Italic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Italic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Medium.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Medium.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-MediumItalic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-MediumItalic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Regular.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatDisplay-Regular.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Bold.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Bold.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-BoldItalic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-BoldItalic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Italic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Italic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Medium.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Medium.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-MediumItalic.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-MediumItalic.woff2
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Regular.woff
%%DOCS%%%%DOCSDIR%%-gtk/RedHatText-Regular.woff2
%%DOCS%%%%DOCSDIR%%-gtk/SourceCodePro-It.ttf.woff
%%DOCS%%%%DOCSDIR%%-gtk/SourceCodePro-Regular.ttf.woff
%%DOCS%%%%DOCSDIR%%-gtk/SourceCodePro-Semibold.ttf.woff
%%DOCS%%%%DOCSDIR%%-gtk/clapper-gtk.devhelp2
%%DOCS%%%%DOCSDIR%%-gtk/clapper-gtk.toml
%%DOCS%%%%DOCSDIR%%-gtk/clapper-logo.svg
%%DOCS%%%%DOCSDIR%%-gtk/class.Billboard.html
%%DOCS%%%%DOCSDIR%%-gtk/class.Container.html
%%DOCS%%%%DOCSDIR%%-gtk/class.ExtraMenuButton.html
%%DOCS%%%%DOCSDIR%%-gtk/class.LeadContainer.html
%%DOCS%%%%DOCSDIR%%-gtk/class.NextItemButton.html
%%DOCS%%%%DOCSDIR%%-gtk/class.PreviousItemButton.html
%%DOCS%%%%DOCSDIR%%-gtk/class.SeekBar.html
%%DOCS%%%%DOCSDIR%%-gtk/class.SimpleControls.html
%%DOCS%%%%DOCSDIR%%-gtk/class.TitleHeader.html
%%DOCS%%%%DOCSDIR%%-gtk/class.TitleLabel.html
%%DOCS%%%%DOCSDIR%%-gtk/class.ToggleFullscreenButton.html
%%DOCS%%%%DOCSDIR%%-gtk/class.TogglePlayButton.html
%%DOCS%%%%DOCSDIR%%-gtk/class.Video.html
%%DOCS%%%%DOCSDIR%%-gtk/classes_hierarchy.html
%%DOCS%%%%DOCSDIR%%-gtk/const.MAJOR_VERSION.html
%%DOCS%%%%DOCSDIR%%-gtk/const.MICRO_VERSION.html
%%DOCS%%%%DOCSDIR%%-gtk/const.MINOR_VERSION.html
%%DOCS%%%%DOCSDIR%%-gtk/const.VERSION_S.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.Billboard.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.Container.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.ExtraMenuButton.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.LeadContainer.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.NextItemButton.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.PreviousItemButton.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.SeekBar.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.SimpleControls.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.TitleHeader.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.TitleLabel.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.ToggleFullscreenButton.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.TogglePlayButton.new.html
%%DOCS%%%%DOCSDIR%%-gtk/ctor.Video.new.html
%%DOCS%%%%DOCSDIR%%-gtk/flags.VideoActionMask.html
%%DOCS%%%%DOCSDIR%%-gtk/fonts.css
%%DOCS%%%%DOCSDIR%%-gtk/func.BILLBOARD_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.CHECK_VERSION.html
%%DOCS%%%%DOCSDIR%%-gtk/func.CONTAINER_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.DEPRECATED_FOR.html
%%DOCS%%%%DOCSDIR%%-gtk/func.ENCODE_VERSION.html
%%DOCS%%%%DOCSDIR%%-gtk/func.EXTRA_MENU_BUTTON_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.LEAD_CONTAINER_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.NEXT_ITEM_BUTTON_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.PREVIOUS_ITEM_BUTTON_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.SEEK_BAR_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.SIMPLE_CONTROLS_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.TITLE_HEADER_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.TITLE_LABEL_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.TOGGLE_FULLSCREEN_BUTTON_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.TOGGLE_PLAY_BUTTON_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.VIDEO_CAST.html
%%DOCS%%%%DOCSDIR%%-gtk/func.get_player_from_ancestor.html
%%DOCS%%%%DOCSDIR%%-gtk/func.get_resource.html
%%DOCS%%%%DOCSDIR%%-gtk/fzy.js
%%DOCS%%%%DOCSDIR%%-gtk/go-up-symbolic.png
%%DOCS%%%%DOCSDIR%%-gtk/index.html
%%DOCS%%%%DOCSDIR%%-gtk/index.json
%%DOCS%%%%DOCSDIR%%-gtk/main.js
%%DOCS%%%%DOCSDIR%%-gtk/method.Billboard.announce_speed.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Billboard.announce_volume.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Billboard.pin_message.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Billboard.post_message.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Billboard.unpin_pinned_message.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.get_adaptive_height.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.get_adaptive_width.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.get_child.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.get_height_target.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.get_width_target.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.set_adaptive_height.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.set_adaptive_width.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.set_child.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.set_height_target.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Container.set_width_target.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.get_can_open_subtitles.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.get_speed_visible.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.get_volume_visible.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.set_can_open_subtitles.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.set_speed_visible.html
%%DOCS%%%%DOCSDIR%%-gtk/method.ExtraMenuButton.set_volume_visible.html
%%DOCS%%%%DOCSDIR%%-gtk/method.LeadContainer.get_blocked_actions.html
%%DOCS%%%%DOCSDIR%%-gtk/method.LeadContainer.get_leading.html
%%DOCS%%%%DOCSDIR%%-gtk/method.LeadContainer.set_blocked_actions.html
%%DOCS%%%%DOCSDIR%%-gtk/method.LeadContainer.set_leading.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SeekBar.get_reveal_labels.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SeekBar.get_seek_method.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SeekBar.set_reveal_labels.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SeekBar.set_seek_method.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SimpleControls.get_extra_menu_button.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SimpleControls.get_fullscreenable.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SimpleControls.get_seek_method.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SimpleControls.set_fullscreenable.html
%%DOCS%%%%DOCSDIR%%-gtk/method.SimpleControls.set_seek_method.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleHeader.get_current_title.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleHeader.get_fallback_to_uri.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleHeader.set_fallback_to_uri.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleLabel.get_current_title.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleLabel.get_fallback_to_uri.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleLabel.get_media_item.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleLabel.set_fallback_to_uri.html
%%DOCS%%%%DOCSDIR%%-gtk/method.TitleLabel.set_media_item.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.add_fading_overlay.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.add_overlay.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.get_auto_inhibit.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.get_fade_delay.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.get_inhibited.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.get_player.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.get_touch_fade_delay.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.set_auto_inhibit.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.set_fade_delay.html
%%DOCS%%%%DOCSDIR%%-gtk/method.Video.set_touch_fade_delay.html
%%DOCS%%%%DOCSDIR%%-gtk/opensearch.xml
%%DOCS%%%%DOCSDIR%%-gtk/property.Container.adaptive-height.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Container.adaptive-width.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Container.height-target.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Container.width-target.html
%%DOCS%%%%DOCSDIR%%-gtk/property.ExtraMenuButton.can-open-subtitles.html
%%DOCS%%%%DOCSDIR%%-gtk/property.ExtraMenuButton.speed-visible.html
%%DOCS%%%%DOCSDIR%%-gtk/property.ExtraMenuButton.volume-visible.html
%%DOCS%%%%DOCSDIR%%-gtk/property.LeadContainer.blocked-actions.html
%%DOCS%%%%DOCSDIR%%-gtk/property.LeadContainer.leading.html
%%DOCS%%%%DOCSDIR%%-gtk/property.SeekBar.reveal-labels.html
%%DOCS%%%%DOCSDIR%%-gtk/property.SeekBar.seek-method.html
%%DOCS%%%%DOCSDIR%%-gtk/property.SimpleControls.extra-menu-button.html
%%DOCS%%%%DOCSDIR%%-gtk/property.SimpleControls.fullscreenable.html
%%DOCS%%%%DOCSDIR%%-gtk/property.SimpleControls.seek-method.html
%%DOCS%%%%DOCSDIR%%-gtk/property.TitleHeader.current-title.html
%%DOCS%%%%DOCSDIR%%-gtk/property.TitleHeader.fallback-to-uri.html
%%DOCS%%%%DOCSDIR%%-gtk/property.TitleLabel.current-title.html
%%DOCS%%%%DOCSDIR%%-gtk/property.TitleLabel.fallback-to-uri.html
%%DOCS%%%%DOCSDIR%%-gtk/property.TitleLabel.media-item.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Video.auto-inhibit.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Video.fade-delay.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Video.inhibited.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Video.player.html
%%DOCS%%%%DOCSDIR%%-gtk/property.Video.touch-fade-delay.html
%%DOCS%%%%DOCSDIR%%-gtk/search.js
%%DOCS%%%%DOCSDIR%%-gtk/signal.Container.adapt.html
%%DOCS%%%%DOCSDIR%%-gtk/signal.ExtraMenuButton.open-subtitles.html
%%DOCS%%%%DOCSDIR%%-gtk/signal.Video.seek-request.html
%%DOCS%%%%DOCSDIR%%-gtk/signal.Video.toggle-fullscreen.html
%%DOCS%%%%DOCSDIR%%-gtk/solarized-dark.css
%%DOCS%%%%DOCSDIR%%-gtk/solarized-light.css
%%DOCS%%%%DOCSDIR%%-gtk/style.css
%%DOCS%%%%DOCSDIR%%-gtk/urlmap.js
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff
%%DOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-Bold.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-Bold.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-Italic.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-Italic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-Medium.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-Medium.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff2
%%DOCS%%%%DOCSDIR%%/RedHatText-Regular.woff
%%DOCS%%%%DOCSDIR%%/RedHatText-Regular.woff2
%%DOCS%%%%DOCSDIR%%/SourceCodePro-It.ttf.woff
%%DOCS%%%%DOCSDIR%%/SourceCodePro-Regular.ttf.woff
%%DOCS%%%%DOCSDIR%%/SourceCodePro-Semibold.ttf.woff
%%DOCS%%%%DOCSDIR%%/clapper-logo.svg
%%DOCS%%%%DOCSDIR%%/clapper.devhelp2
%%DOCS%%%%DOCSDIR%%/clapper.toml
%%DOCS%%%%DOCSDIR%%/class.AudioStream.html
%%DOCS%%%%DOCSDIR%%/class.Feature.html
%%DOCS%%%%DOCSDIR%%/class.Harvest.html
%%DOCS%%%%DOCSDIR%%/class.Marker.html
%%DOCS%%%%DOCSDIR%%/class.MediaItem.html
%%DOCS%%%%DOCSDIR%%/class.Player.html
%%DOCS%%%%DOCSDIR%%/class.Queue.html
%%DOCS%%%%DOCSDIR%%/class.Stream.html
%%DOCS%%%%DOCSDIR%%/class.StreamList.html
%%DOCS%%%%DOCSDIR%%/class.SubtitleStream.html
%%DOCS%%%%DOCSDIR%%/class.ThreadedObject.html
%%DOCS%%%%DOCSDIR%%/class.Timeline.html
%%DOCS%%%%DOCSDIR%%/class.VideoStream.html
%%DOCS%%%%DOCSDIR%%/classes_hierarchy.html
%%DOCS%%%%DOCSDIR%%/const.HAVE_DISCOVERER.html
%%DOCS%%%%DOCSDIR%%/const.HAVE_MPRIS.html
%%DOCS%%%%DOCSDIR%%/const.HAVE_SERVER.html
%%DOCS%%%%DOCSDIR%%/const.MAJOR_VERSION.html
%%DOCS%%%%DOCSDIR%%/const.MARKER_NO_END.html
%%DOCS%%%%DOCSDIR%%/const.MICRO_VERSION.html
%%DOCS%%%%DOCSDIR%%/const.MINOR_VERSION.html
%%DOCS%%%%DOCSDIR%%/const.QUEUE_INVALID_POSITION.html
%%DOCS%%%%DOCSDIR%%/const.STREAM_LIST_INVALID_POSITION.html
%%DOCS%%%%DOCSDIR%%/const.TIME_FORMAT.html
%%DOCS%%%%DOCSDIR%%/const.TIME_MS_FORMAT.html
%%DOCS%%%%DOCSDIR%%/const.VERSION_S.html
%%DOCS%%%%DOCSDIR%%/const.WITH_ENHANCERS_LOADER.html
%%DOCS%%%%DOCSDIR%%/ctor.Marker.new.html
%%DOCS%%%%DOCSDIR%%/ctor.MediaItem.new.html
%%DOCS%%%%DOCSDIR%%/ctor.MediaItem.new_cached.html
%%DOCS%%%%DOCSDIR%%/ctor.MediaItem.new_from_file.html
%%DOCS%%%%DOCSDIR%%/ctor.Player.new.html
%%DOCS%%%%DOCSDIR%%/enum.DiscovererDiscoveryMode.html
%%DOCS%%%%DOCSDIR%%/enum.MarkerType.html
%%DOCS%%%%DOCSDIR%%/enum.PlayerSeekMethod.html
%%DOCS%%%%DOCSDIR%%/enum.PlayerState.html
%%DOCS%%%%DOCSDIR%%/enum.QueueProgressionMode.html
%%DOCS%%%%DOCSDIR%%/enum.StreamType.html
%%DOCS%%%%DOCSDIR%%/fonts.css
%%DOCS%%%%DOCSDIR%%/func.AUDIO_STREAM_CAST.html
%%DOCS%%%%DOCSDIR%%/func.CHECK_VERSION.html
%%DOCS%%%%DOCSDIR%%/func.DEPRECATED_FOR.html
%%DOCS%%%%DOCSDIR%%/func.ENCODE_VERSION.html
%%DOCS%%%%DOCSDIR%%/func.EXTRACTABLE_CAST.html
%%DOCS%%%%DOCSDIR%%/func.FEATURE_CAST.html
%%DOCS%%%%DOCSDIR%%/func.HARVEST_CAST.html
%%DOCS%%%%DOCSDIR%%/func.MARKER_CAST.html
%%DOCS%%%%DOCSDIR%%/func.MEDIA_ITEM_CAST.html
%%DOCS%%%%DOCSDIR%%/func.PLAYER_CAST.html
%%DOCS%%%%DOCSDIR%%/func.QUEUE_CAST.html
%%DOCS%%%%DOCSDIR%%/func.STREAM_CAST.html
%%DOCS%%%%DOCSDIR%%/func.STREAM_LIST_CAST.html
%%DOCS%%%%DOCSDIR%%/func.SUBTITLE_STREAM_CAST.html
%%DOCS%%%%DOCSDIR%%/func.THREADED_OBJECT_CAST.html
%%DOCS%%%%DOCSDIR%%/func.TIMELINE_CAST.html
%%DOCS%%%%DOCSDIR%%/func.TIME_ARGS.html
%%DOCS%%%%DOCSDIR%%/func.TIME_MS_ARGS.html
%%DOCS%%%%DOCSDIR%%/func.VIDEO_STREAM_CAST.html
%%DOCS%%%%DOCSDIR%%/func.enhancer_check.html
%%DOCS%%%%DOCSDIR%%/func.init.html
%%DOCS%%%%DOCSDIR%%/func.init_check.html
%%DOCS%%%%DOCSDIR%%/fzy.js
%%DOCS%%%%DOCSDIR%%/go-up-symbolic.png
%%DOCS%%%%DOCSDIR%%/iface.Extractable.html
%%DOCS%%%%DOCSDIR%%/index.html
%%DOCS%%%%DOCSDIR%%/index.json
%%DOCS%%%%DOCSDIR%%/main.js
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_channels.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_codec.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_lang_code.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_lang_name.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_sample_format.html
%%DOCS%%%%DOCSDIR%%/method.AudioStream.get_sample_rate.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.fill.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.fill_with_bytes.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.fill_with_text.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.headers_set.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.headers_set_value.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.tags_add.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.tags_add_value.html
%%DOCS%%%%DOCSDIR%%/method.Harvest.toc_add.html
%%DOCS%%%%DOCSDIR%%/method.Marker.get_end.html
%%DOCS%%%%DOCSDIR%%/method.Marker.get_marker_type.html
%%DOCS%%%%DOCSDIR%%/method.Marker.get_start.html
%%DOCS%%%%DOCSDIR%%/method.Marker.get_title.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_container_format.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_duration.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_id.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_suburi.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_timeline.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_title.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.get_uri.html
%%DOCS%%%%DOCSDIR%%/method.MediaItem.set_suburi.html
%%DOCS%%%%DOCSDIR%%/method.Player.add_feature.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_adaptive_bandwidth.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_adaptive_max_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_adaptive_min_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_adaptive_start_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_audio_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_audio_filter.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_audio_offset.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_audio_sink.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_audio_streams.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_autoplay.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_current_audio_decoder.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_current_video_decoder.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_download_dir.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_download_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_mute.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_position.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_queue.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_speed.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_state.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_subtitle_font_desc.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_subtitle_offset.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_subtitle_streams.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_subtitles_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_video_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_video_filter.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_video_sink.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_video_streams.html
%%DOCS%%%%DOCSDIR%%/method.Player.get_volume.html
%%DOCS%%%%DOCSDIR%%/method.Player.pause.html
%%DOCS%%%%DOCSDIR%%/method.Player.play.html
%%DOCS%%%%DOCSDIR%%/method.Player.seek.html
%%DOCS%%%%DOCSDIR%%/method.Player.seek_custom.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_adaptive_max_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_adaptive_min_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_adaptive_start_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_audio_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_audio_filter.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_audio_offset.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_audio_sink.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_autoplay.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_download_dir.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_download_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_mute.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_speed.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_subtitle_font_desc.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_subtitle_offset.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_subtitles_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_video_enabled.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_video_filter.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_video_sink.html
%%DOCS%%%%DOCSDIR%%/method.Player.set_volume.html
%%DOCS%%%%DOCSDIR%%/method.Player.stop.html
%%DOCS%%%%DOCSDIR%%/method.Queue.add_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.clear.html
%%DOCS%%%%DOCSDIR%%/method.Queue.find_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_current_index.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_current_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_gapless.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_instant.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_n_items.html
%%DOCS%%%%DOCSDIR%%/method.Queue.get_progression_mode.html
%%DOCS%%%%DOCSDIR%%/method.Queue.insert_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.item_is_current.html
%%DOCS%%%%DOCSDIR%%/method.Queue.remove_index.html
%%DOCS%%%%DOCSDIR%%/method.Queue.remove_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.reposition_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.select_index.html
%%DOCS%%%%DOCSDIR%%/method.Queue.select_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.select_next_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.select_previous_item.html
%%DOCS%%%%DOCSDIR%%/method.Queue.set_gapless.html
%%DOCS%%%%DOCSDIR%%/method.Queue.set_instant.html
%%DOCS%%%%DOCSDIR%%/method.Queue.set_progression_mode.html
%%DOCS%%%%DOCSDIR%%/method.Queue.steal_index.html
%%DOCS%%%%DOCSDIR%%/method.Stream.get_stream_type.html
%%DOCS%%%%DOCSDIR%%/method.Stream.get_title.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.get_current_index.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.get_current_stream.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.get_n_streams.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.get_stream.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.select_index.html
%%DOCS%%%%DOCSDIR%%/method.StreamList.select_stream.html
%%DOCS%%%%DOCSDIR%%/method.SubtitleStream.get_lang_code.html
%%DOCS%%%%DOCSDIR%%/method.SubtitleStream.get_lang_name.html
%%DOCS%%%%DOCSDIR%%/method.ThreadedObject.get_context.html
%%DOCS%%%%DOCSDIR%%/method.Timeline.get_marker.html
%%DOCS%%%%DOCSDIR%%/method.Timeline.get_n_markers.html
%%DOCS%%%%DOCSDIR%%/method.Timeline.insert_marker.html
%%DOCS%%%%DOCSDIR%%/method.Timeline.remove_marker.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_bitrate.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_codec.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_fps.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_height.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_pixel_format.html
%%DOCS%%%%DOCSDIR%%/method.VideoStream.get_width.html
%%DOCS%%%%DOCSDIR%%/opensearch.xml
%%DOCS%%%%DOCSDIR%%/property.AudioStream.bitrate.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.channels.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.codec.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.lang-code.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.lang-name.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.sample-format.html
%%DOCS%%%%DOCSDIR%%/property.AudioStream.sample-rate.html
%%DOCS%%%%DOCSDIR%%/property.Marker.end.html
%%DOCS%%%%DOCSDIR%%/property.Marker.marker-type.html
%%DOCS%%%%DOCSDIR%%/property.Marker.start.html
%%DOCS%%%%DOCSDIR%%/property.Marker.title.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.cache-location.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.container-format.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.duration.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.id.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.suburi.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.timeline.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.title.html
%%DOCS%%%%DOCSDIR%%/property.MediaItem.uri.html
%%DOCS%%%%DOCSDIR%%/property.Player.adaptive-bandwidth.html
%%DOCS%%%%DOCSDIR%%/property.Player.adaptive-max-bitrate.html
%%DOCS%%%%DOCSDIR%%/property.Player.adaptive-min-bitrate.html
%%DOCS%%%%DOCSDIR%%/property.Player.adaptive-start-bitrate.html
%%DOCS%%%%DOCSDIR%%/property.Player.audio-enabled.html
%%DOCS%%%%DOCSDIR%%/property.Player.audio-filter.html
%%DOCS%%%%DOCSDIR%%/property.Player.audio-offset.html
%%DOCS%%%%DOCSDIR%%/property.Player.audio-sink.html
%%DOCS%%%%DOCSDIR%%/property.Player.audio-streams.html
%%DOCS%%%%DOCSDIR%%/property.Player.autoplay.html
%%DOCS%%%%DOCSDIR%%/property.Player.current-audio-decoder.html
%%DOCS%%%%DOCSDIR%%/property.Player.current-video-decoder.html
%%DOCS%%%%DOCSDIR%%/property.Player.download-dir.html
%%DOCS%%%%DOCSDIR%%/property.Player.download-enabled.html
%%DOCS%%%%DOCSDIR%%/property.Player.mute.html
%%DOCS%%%%DOCSDIR%%/property.Player.position.html
%%DOCS%%%%DOCSDIR%%/property.Player.queue.html
%%DOCS%%%%DOCSDIR%%/property.Player.speed.html
%%DOCS%%%%DOCSDIR%%/property.Player.state.html
%%DOCS%%%%DOCSDIR%%/property.Player.subtitle-font-desc.html
%%DOCS%%%%DOCSDIR%%/property.Player.subtitle-offset.html
%%DOCS%%%%DOCSDIR%%/property.Player.subtitle-streams.html
%%DOCS%%%%DOCSDIR%%/property.Player.subtitles-enabled.html
%%DOCS%%%%DOCSDIR%%/property.Player.video-enabled.html
%%DOCS%%%%DOCSDIR%%/property.Player.video-filter.html
%%DOCS%%%%DOCSDIR%%/property.Player.video-sink.html
%%DOCS%%%%DOCSDIR%%/property.Player.video-streams.html
%%DOCS%%%%DOCSDIR%%/property.Player.volume.html
%%DOCS%%%%DOCSDIR%%/property.Queue.current-index.html
%%DOCS%%%%DOCSDIR%%/property.Queue.current-item.html
%%DOCS%%%%DOCSDIR%%/property.Queue.gapless.html
%%DOCS%%%%DOCSDIR%%/property.Queue.instant.html
%%DOCS%%%%DOCSDIR%%/property.Queue.n-items.html
%%DOCS%%%%DOCSDIR%%/property.Queue.progression-mode.html
%%DOCS%%%%DOCSDIR%%/property.Stream.stream-type.html
%%DOCS%%%%DOCSDIR%%/property.Stream.title.html
%%DOCS%%%%DOCSDIR%%/property.StreamList.current-index.html
%%DOCS%%%%DOCSDIR%%/property.StreamList.current-stream.html
%%DOCS%%%%DOCSDIR%%/property.StreamList.n-streams.html
%%DOCS%%%%DOCSDIR%%/property.SubtitleStream.lang-code.html
%%DOCS%%%%DOCSDIR%%/property.SubtitleStream.lang-name.html
%%DOCS%%%%DOCSDIR%%/property.Timeline.n-markers.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.bitrate.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.codec.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.fps.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.height.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.pixel-format.html
%%DOCS%%%%DOCSDIR%%/property.VideoStream.width.html
%%DOCS%%%%DOCSDIR%%/search.js
%%DOCS%%%%DOCSDIR%%/signal.Player.download-complete.html
%%DOCS%%%%DOCSDIR%%/signal.Player.error.html
%%DOCS%%%%DOCSDIR%%/signal.Player.missing-plugin.html
%%DOCS%%%%DOCSDIR%%/signal.Player.seek-done.html
%%DOCS%%%%DOCSDIR%%/signal.Player.warning.html
%%DOCS%%%%DOCSDIR%%/solarized-dark.css
%%DOCS%%%%DOCSDIR%%/solarized-light.css
%%DOCS%%%%DOCSDIR%%/style.css
%%DOCS%%%%DOCSDIR%%/urlmap.js
%%DOCS%%%%DOCSDIR%%/vfunc.Extractable.extract.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.item_updated.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.mute_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.played_item_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.position_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.prepare.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.property_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.queue_cleared.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.queue_item_added.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.queue_item_removed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.queue_item_repositioned.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.queue_progression_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.speed_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.state_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.unprepare.html
%%DOCS%%%%DOCSDIR%%/vfunc.Feature.volume_changed.html
%%DOCS%%%%DOCSDIR%%/vfunc.Stream.internal_stream_updated.html
%%DOCS%%%%DOCSDIR%%/vfunc.ThreadedObject.thread_start.html
%%DOCS%%%%DOCSDIR%%/vfunc.ThreadedObject.thread_stop.html
%%DOCS%%%%DOCSDIR%%/class.Discoverer.html
%%DOCS%%%%DOCSDIR%%/class.Mpris.html
%%DOCS%%%%DOCSDIR%%/ctor.Discoverer.new.html
%%DOCS%%%%DOCSDIR%%/ctor.Mpris.new.html
%%DOCS%%%%DOCSDIR%%/func.DISCOVERER_CAST.html
%%DOCS%%%%DOCSDIR%%/func.MPRIS_CAST.html
%%DOCS%%%%DOCSDIR%%/method.Discoverer.get_discovery_mode.html
%%DOCS%%%%DOCSDIR%%/method.Discoverer.set_discovery_mode.html
%%DOCS%%%%DOCSDIR%%/method.Mpris.get_fallback_art_url.html
%%DOCS%%%%DOCSDIR%%/method.Mpris.get_queue_controllable.html
%%DOCS%%%%DOCSDIR%%/method.Mpris.set_fallback_art_url.html
%%DOCS%%%%DOCSDIR%%/method.Mpris.set_queue_controllable.html
%%DOCS%%%%DOCSDIR%%/property.Discoverer.discovery-mode.html
%%DOCS%%%%DOCSDIR%%/property.Mpris.desktop-entry.html
%%DOCS%%%%DOCSDIR%%/property.Mpris.fallback-art-url.html
%%DOCS%%%%DOCSDIR%%/property.Mpris.identity.html
%%DOCS%%%%DOCSDIR%%/property.Mpris.own-name.html
%%DOCS%%%%DOCSDIR%%/property.Mpris.queue-controllable.html
share/gir-1.0/Clapper-0.0.gir
share/gir-1.0/ClapperGtk-0.0.gir
share/icons/hicolor/scalable/apps/com.github.rafostar.Clapper.svg
share/icons/hicolor/symbolic/apps/com.github.rafostar.Clapper-symbolic.svg
share/locale/ar/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/ca/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/cs/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/de/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/es/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/eu/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/fr/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/he/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/hu/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/it/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/ja/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/nl/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/pl/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/pt/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/pt_BR/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/ru/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/sv/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/tr/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/zh_CN/LC_MESSAGES/com.github.rafostar.Clapper.mo
share/locale/ar/LC_MESSAGES/clapper-app.mo
share/locale/ar/LC_MESSAGES/clapper-gtk.mo
share/locale/ast/LC_MESSAGES/clapper-app.mo
share/locale/ast/LC_MESSAGES/clapper-gtk.mo
share/locale/ca/LC_MESSAGES/clapper-app.mo
share/locale/ca/LC_MESSAGES/clapper-gtk.mo
share/locale/cs/LC_MESSAGES/clapper-app.mo
share/locale/cs/LC_MESSAGES/clapper-gtk.mo
share/locale/de/LC_MESSAGES/clapper-app.mo
share/locale/de/LC_MESSAGES/clapper-gtk.mo
share/locale/es/LC_MESSAGES/clapper-app.mo
share/locale/es/LC_MESSAGES/clapper-gtk.mo
share/locale/eu/LC_MESSAGES/clapper-app.mo
share/locale/eu/LC_MESSAGES/clapper-gtk.mo
share/locale/fa/LC_MESSAGES/clapper-app.mo
share/locale/fa/LC_MESSAGES/clapper-gtk.mo
share/locale/fi/LC_MESSAGES/clapper-app.mo
share/locale/fi/LC_MESSAGES/clapper-gtk.mo
share/locale/fr/LC_MESSAGES/clapper-app.mo
share/locale/fr/LC_MESSAGES/clapper-gtk.mo
share/locale/he/LC_MESSAGES/clapper-app.mo
share/locale/he/LC_MESSAGES/clapper-gtk.mo
share/locale/hi/LC_MESSAGES/clapper-app.mo
share/locale/hi/LC_MESSAGES/clapper-gtk.mo
share/locale/hr/LC_MESSAGES/clapper-app.mo
share/locale/hr/LC_MESSAGES/clapper-gtk.mo
share/locale/hu/LC_MESSAGES/clapper-app.mo
share/locale/hu/LC_MESSAGES/clapper-gtk.mo
share/locale/it/LC_MESSAGES/clapper-app.mo
share/locale/it/LC_MESSAGES/clapper-gtk.mo
share/locale/ja/LC_MESSAGES/clapper-app.mo
share/locale/ja/LC_MESSAGES/clapper-gtk.mo
share/locale/lt/LC_MESSAGES/clapper-app.mo
share/locale/lt/LC_MESSAGES/clapper-gtk.mo
share/locale/nl/LC_MESSAGES/clapper-app.mo
share/locale/nl/LC_MESSAGES/clapper-gtk.mo
share/locale/no/LC_MESSAGES/clapper-app.mo
share/locale/no/LC_MESSAGES/clapper-gtk.mo
share/locale/oc/LC_MESSAGES/clapper-app.mo
share/locale/oc/LC_MESSAGES/clapper-gtk.mo
share/locale/pl/LC_MESSAGES/clapper-app.mo
share/locale/pl/LC_MESSAGES/clapper-gtk.mo
share/locale/pt/LC_MESSAGES/clapper-app.mo
share/locale/pt/LC_MESSAGES/clapper-gtk.mo
share/locale/pt_BR/LC_MESSAGES/clapper-app.mo
share/locale/pt_BR/LC_MESSAGES/clapper-gtk.mo
share/locale/ro/LC_MESSAGES/clapper-app.mo
share/locale/ro/LC_MESSAGES/clapper-gtk.mo
share/locale/ru/LC_MESSAGES/clapper-app.mo
share/locale/ru/LC_MESSAGES/clapper-gtk.mo
share/locale/sk/LC_MESSAGES/clapper-app.mo
share/locale/sk/LC_MESSAGES/clapper-gtk.mo
share/locale/sv/LC_MESSAGES/clapper-app.mo
share/locale/sv/LC_MESSAGES/clapper-gtk.mo
share/locale/tr/LC_MESSAGES/clapper-app.mo
share/locale/tr/LC_MESSAGES/clapper-gtk.mo
share/locale/zh_CN/LC_MESSAGES/clapper-app.mo
share/locale/zh_CN/LC_MESSAGES/clapper-gtk.mo
share/metainfo/com.github.rafostar.Clapper.metainfo.xml
share/mime/packages/com.github.rafostar.Clapper.xml
share/vala/vapi/clapper-0.0.deps
share/vala/vapi/clapper-0.0.vapi
share/vala/vapi/clapper-gtk-0.0.deps
share/vala/vapi/clapper-gtk-0.0.vapi
share/applications/com.github.rafostar.Clapper.desktop