Update to latest gPodder. I've been runnign 3.10.15 on amd64 for a few
weeks and 3.10.16 for a few days.
New features
#685 add menu items to trigger podcast/episode search
#804 add EQL functions to match text in title and/or description
((S("case sensitive")), (s("case insentitive")), (R("case sentitive regex")),
(r("case insentitive regex"))
#820 add podcast and section EQL variables for use with SsRr functions
(in addition to title and description)
#795 filter episodes extension works in gpo
#802 --quiet flag for less messages on the console
#791 better client-side decorations on environments requesting them
(gnome3)
Improvements
#787 refactor youtube formats and add settings for more resolutions
#798 don't clear custom youtube formats when switching to a builtin one
#803 better indicate optional imports (gpod and eyed3.mp3)
#752 support subtitle and comment in tagging extension
#656 extension management via gpo
episode selector: remove default focus on Download button (see #679)
#763 show channel url in error dialog
youtube_dl integration improvements
#741 show error message and emblem on channel cover when an error occurs
refreshing it
Bug fixes
#788 mpris_listener playback position lost on VLC quit
#790 Gtk UI: Force-resize icons in player list
#805 readable hyperlinks in shownotes with darker themes
Tim.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile 11 Feb 2020 15:44:08 -0000 1.23
+++ Makefile 27 Jun 2020 01:33:26 -0000
@@ -2,7 +2,7 @@
COMMENT= media aggregator and podcast client
-MODPY_EGG_VERSION= 3.10.13
+MODPY_EGG_VERSION= 3.10.16
GH_ACCOUNT= gpodder
GH_PROJECT= gpodder
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo 11 Feb 2020 15:44:08 -0000 1.11
+++ distinfo 27 Jun 2020 01:33:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.13.tar.gz) = r7jdKxec+KoddXUdSlNMfUXmUuWi0ZVAVRrI0RUM0CA=
-SIZE (gpodder-3.10.13.tar.gz) = 1044074
+SHA256 (gpodder-3.10.16.tar.gz) = /xRB1/wcDvrOD0E2+3HEqNJhVIblVp+tJpXfa/liLX8=
+SIZE (gpodder-3.10.16.tar.gz) = 1058386
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/gpodder/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST 6 Nov 2019 12:04:52 -0000 1.11
+++ pkg/PLIST 27 Jun 2020 01:33:26 -0000
@@ -156,12 +156,15 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}configeditor.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}progress.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}progress.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}searchtree.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}searchtree.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}tagcloud.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/${MODPY_PYCACHE}tagcloud.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/addpodcast.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/common.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/configeditor.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/progress.py
+lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/searchtree.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/interface/tagcloud.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/macosx.py
lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/main.py
@@ -221,6 +224,7 @@ share/gpodder/extensions/${MODPY_PYCACHE
share/gpodder/extensions/${MODPY_PYCACHE}concatenate_videos.${MODPY_PYC_MAGIC_TAG}pyc
share/gpodder/extensions/${MODPY_PYCACHE}enqueue_in_mediaplayer.${MODPY_PYC_MAGIC_TAG}pyc
share/gpodder/extensions/${MODPY_PYCACHE}episode_website_context_menu.${MODPY_PYC_MAGIC_TAG}pyc
+share/gpodder/extensions/${MODPY_PYCACHE}filter.${MODPY_PYC_MAGIC_TAG}pyc
share/gpodder/extensions/${MODPY_PYCACHE}gtk_statusicon.${MODPY_PYC_MAGIC_TAG}pyc
share/gpodder/extensions/${MODPY_PYCACHE}minimize_on_start.${MODPY_PYC_MAGIC_TAG}pyc
share/gpodder/extensions/${MODPY_PYCACHE}mpris-listener.${MODPY_PYC_MAGIC_TAG}pyc
@@ -245,6 +249,7 @@ share/gpodder/extensions/command_on_down
share/gpodder/extensions/concatenate_videos.py
share/gpodder/extensions/enqueue_in_mediaplayer.py
share/gpodder/extensions/episode_website_context_menu.py
+share/gpodder/extensions/filter.py
share/gpodder/extensions/gtk_statusicon.py
share/gpodder/extensions/minimize_on_start.py
share/gpodder/extensions/mpris-listener.py