From 0c19a686b27c60025c9d7cc55f9b4b2b3f3c2e0c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 12 Jan 2021 22:52:01 +0100 Subject: parole: upgrade 1.0.5 -> 4.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 4.16.0 ======================== - Add README.md to EXTRA_DIST (#72) - Translation Updates: Albanian, Basque, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Dutch, Estonian, Finnish, French, German, Hebrew, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== This is a development release aimed at testers and translators. Parole 4.16.0 should be expected in the coming weeks. 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 (#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: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Lithuanian, Occitan (post 1500), Polish, Portuguese, Slovak, Slovenian, Spanish, Swedish, Telugu, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-multimedia/parole/parole_1.0.5.bb | 33 ---------------------- .../recipes-multimedia/parole/parole_4.16.0.bb | 32 +++++++++++++++++++++ 2 files changed, 32 insertions(+), 33 deletions(-) delete mode 100644 meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb create mode 100644 meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb diff --git a/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb b/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb deleted file mode 100644 index f55b19459a..0000000000 --- a/meta-xfce/recipes-multimedia/parole/parole_1.0.5.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" -HOMEPAGE = "https://docs.xfce.org/apps/parole/start" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -inherit xfce-app gtk-doc mime mime-xdg - -DEPENDS += " \ - dbus-glib \ - xfce4-dev-tools-native \ - libxfce4util \ - libxfce4ui \ - xfconf \ - \ - gstreamer1.0-plugins-base \ - taglib \ -" - -SRC_URI[md5sum] = "74fcde5da018c011e5febd9649817c05" -SRC_URI[sha256sum] = "1adb4bd96c4cc4b4a79eeafe1316e170f506426e3737e8ba8898f7ea6bec572a" - -RDEPENDS_${PN} += "gstreamer1.0-plugins-good" - -EXTRA_OECONF = "--disable-gtk-doc" - -PACKAGECONFIG ??= "notify" -PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" -PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" - -FILES_${PN} += " \ - ${datadir}/metainfo \ - ${libdir}/parole-0/*.so \ -" diff --git a/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb b/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb new file mode 100644 index 0000000000..136e3baa51 --- /dev/null +++ b/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Parole is a modern simple media player based on the GStreamer framework" +HOMEPAGE = "https://docs.xfce.org/apps/parole/start" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +inherit xfce-app gtk-doc mime mime-xdg + +DEPENDS += " \ + dbus-glib \ + xfce4-dev-tools-native \ + libxfce4util \ + libxfce4ui \ + xfconf \ + \ + gstreamer1.0-plugins-base \ + taglib \ +" + +SRC_URI[sha256sum] = "0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7" + +RDEPENDS_${PN} += "gstreamer1.0-plugins-good" + +EXTRA_OECONF = "--disable-gtk-doc" + +PACKAGECONFIG ??= "notify" +PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" +PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" + +FILES_${PN} += " \ + ${datadir}/metainfo \ + ${libdir}/parole-0/*.so \ +" -- cgit 1.2.3-korg