Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: parole | Distribution: openSUSE:Factory:zSystems |
Version: 4.20.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue May 27 15:10:14 2025 |
Group: Productivity/Multimedia/Video/Players | Build host: reproducible |
Size: 809150 | Source RPM: parole-4.20.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://docs.xfce.org/apps/parole/start | |
Summary: Media Player for the Xfce Desktop Environment |
Parole is a media player based on the GStreamer framework and written to fit in the Xfce desktop. Parole features playback of local media files, DVD/CD and live streams. Parole is extensible via plugins; for a how-to document for writing a Parole plugin, see the Plugins API documentation and the plugins directory which contains some examples.
GPL-2.0-or-later
* Tue May 27 2025 Manfred Hollstein <manfred.h@gmx.net> Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. - Update to version 4.12.0 * Update README after switchover to meson * build: Automate copyright year management * Add meson build * build: Use @ENUMPREFIX@ in glib-mkenums template * build: Simplify desktop file generation * build: Fix shellcheck issues in mime scripts * build: Remove clutter support * build: Replace xdt-csource with glib-compile-resources * Translation Updates - Remove obsolete parole-add-uri-scheme-handler-support.patch * Mon Dec 30 2024 Manfred Hollstein <manfred.h@gmx.net> - Update to version 4.18.2 * Update copyright year * I18n: Update po/LINGUAS list * Added missing Keywords entry to .desktop file * medialist: Fix wrong response code when saving * player: Do not forward up/down keys to playlist * Remove unnecessary GtkAllocation heap allocation * build: Bump dependency versions and remove dead code * scan-build: Fix unix.Malloc * gcc-analyzer: Fix -Wanalyzer-possible-null-argument * build: clang: Fix -Wunused-but-set-variable * build: Explicitly depend on gstreamer-audio * build: Clean up references of gstreamer-interfaces * build: Explicitly depend on gstreamer-tag * build: Use XDT_VERSION_INIT and get rid of configure.ac.in * build: Switch from intltool to gettext * Do not use type-check macros to test whether an object is still alive * Translation Updates * Thu Nov 30 2023 Manfred Hollstein <manfred.h@gmx.net> - Update to version 4.18.1 * Add missing chain-up to parent in constructed() * Add runtime guard for XfceSMClient * build: Restrict XfceSMClient to X11 * build: Use XDT_CHECK_OPTIONAL_FEATURE * Small UI Improvements * parole-conf: Fix critical warning and memory leak * build: Define our own windowing macro instead of extending GDK's * plugins: Disable systray icon outside X11 * Guard X11 code paths * Fix invisible mouse (Issue #125) * Add middle click actions to tray icon (Fixes #88) * docs: Remove useless check * mpris2: Properly disconnect signal handlers * powermanager: Add missing sanity check * Only use header bar if gtk-dialogs-use-header (Fixes #117) * build: Add -export-dynamic to LDFLAGS * Add icons at missing sizes, clean up SVG metadata * Translation Updates * Sat Feb 18 2023 Manfred Hollstein <manfred.h@gmx.net> - Update to version 4.18.0 * Update copyright year * Update bug report address * player: Prevent infinite cycle when setting volume (#119) * Update some icon names (!17) * Reduce hiding controls to 2 seconds (Fixes #80, !12) * autoconf: Some updates * Update `.gitignore` * build: Replace DATADIRNAME no longer set by xfce4-dev-tools >= 4.17.0 * build: Bump GLib minimum required to 2.38 * autoconf: Use AC_CONFIG_MACRO_DIRS (!14) * Fix memory leak when loading cover image (#98) * Fix compilation warnings (!11) * Makefile.am: INCLUDES -> AM_CPPFLAGS * autoconf: Some updates * Remove the deprecated keys from desktop file (!9) * Translation Updates * Mon Jan 11 2021 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 4.16.0 * Add README.md to EXTRA_DIST (gxo#apps/parole#72) * Translation Updates * Mon Dec 28 2020 Maurizio Galli <maurizio.galli@gmail.com> - Update to version 4.15.0 * Playlist Improvements: - Playlist is now an in-window popover instead of a slide-out panel - Shuffle functionality now utilizes a sort filter instead of randomly selecting the next track, making it possible makeing the playback history more accurate (gxo#apps/parole#32) * DVD Support: - Added a menu option to activate the subpicture menu - DVD chapter selection from the playlist is functional again - The DVD menu will now automatically load if playback does not start successfully * Dialog Appearance Improvements: Each of the dialogs were ported to CSD with some cleanup and default buttons marked as "suggested". The following dialogs had some additional improvements: - Go To Position: Timestamp inputs changed to vertical orientation for better clock-like appearance - Keyboard Shortcuts: Adjusted to "always-center" positioning since transient positioning failed - Open File: Spinner configured as the FileChooser "extra" widget - Open Location: Removed some duplicated text - Plugins: Rearranged the plugins manager, and moved credits to a per-plugin About dialog - Save Playlist: File type panel replaced with a combobox that also filters the FileChooser * General: - Added basic GitLab pipeline - Added new icon and icon name "org.xfce.parole" - Added README.md - Fixed distcheck builds with intltool 0.51.0 - Fixed full-debug builds with GLib 2.35+ - Fixed missing-prototypes errors - Player controls are no longer hidden while the sound popover is open - Selecting an option on the "Stream is taking too long" dialog will now dismiss the dialog - Sort POTFILES.in to make it easier to review * Translation Updates * Sat Nov 16 2019 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 1.0.5 * Fix creation and cleanup of thumbnails (bxo#16026) * Fix volume hotkeys in fullscreen (bxo#16005) * Fix compiler warnings * Translation Updates * Sat Jul 27 2019 Marcel Kuehlhorn <tux93@opensuse.org> - Update to version 1.0.3 * Drop deprecated OnlyShowIn keys in desktop actions (bxo#15259) * Ensure the time divider is shown/hidden correctly * Fix closing of Parole process with Ctrl-Q (bxo#15698) * Fix compiler warnings (clang) (bxo#15260) * Fix Gtk-CRITICAL when closing main window (bxo#15621) * Change text '…' to '...' for consistency with other Xfce apps (bxo#14266) * Change text '60 seconds' to '1 minute' (bxo#15529) * Move appdata to metainfo (bxo#15381) * Translation Updates * Mon Apr 08 2019 Vinzenz Vietzke <vinz@vinzv.de> - Spec file update: switch URL to new upstream docs * Fri Apr 05 2019 Maurizio Galli <maurizio.galli@gmail.com> - Spec File cleanup: - Switched to %autosetup %make_build to ease spec file maintanance - Dropped obsolete macros - Moved COPYING to %license
/usr/bin/parole /usr/lib64/parole-0 /usr/lib64/parole-0/parole-mpris2.so /usr/lib64/parole-0/parole-notify.so /usr/lib64/parole-0/tray-icon.so /usr/share/applications/org.xfce.Parole.desktop /usr/share/doc/packages/parole /usr/share/doc/packages/parole/AUTHORS /usr/share/doc/packages/parole/NEWS /usr/share/doc/packages/parole/README.md /usr/share/doc/packages/parole/THANKS /usr/share/doc/packages/parole/TODO /usr/share/icons/hicolor/128x128 /usr/share/icons/hicolor/128x128/apps /usr/share/icons/hicolor/128x128/apps/org.xfce.parole.png /usr/share/icons/hicolor/16x16 /usr/share/icons/hicolor/16x16/apps /usr/share/icons/hicolor/16x16/apps/org.xfce.parole.png /usr/share/icons/hicolor/16x16/apps/parole-extension-symbolic.svg /usr/share/icons/hicolor/16x16/apps/parole-extension.png /usr/share/icons/hicolor/24x24 /usr/share/icons/hicolor/24x24/apps /usr/share/icons/hicolor/24x24/apps/org.xfce.parole.png /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/32x32/apps /usr/share/icons/hicolor/32x32/apps/org.xfce.parole.png /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/48x48/apps /usr/share/icons/hicolor/48x48/apps/org.xfce.parole.png /usr/share/icons/hicolor/48x48/apps/parole-extension.png /usr/share/icons/hicolor/64x64 /usr/share/icons/hicolor/64x64/apps /usr/share/icons/hicolor/64x64/apps/org.xfce.parole.png /usr/share/icons/hicolor/96x96 /usr/share/icons/hicolor/96x96/apps /usr/share/icons/hicolor/96x96/apps/org.xfce.parole.png /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/org.xfce.parole.svg /usr/share/licenses/parole /usr/share/licenses/parole/COPYING /usr/share/metainfo/parole.appdata.xml /usr/share/parole /usr/share/parole/parole-plugins-0 /usr/share/parole/parole-plugins-0/mpris2.desktop /usr/share/parole/parole-plugins-0/notify.desktop /usr/share/parole/parole-plugins-0/system-tray.desktop /usr/share/parole/pixmaps /usr/share/parole/pixmaps/no-cover.png /usr/share/parole/pixmaps/play.png /usr/share/parole/pixmaps/replay.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 5 01:40:13 2025