Update to net/gpodder to catch up to the latest release.

3.10.10 brought:
https://github.com/gpodder/gpodder/releases/tag/3.10.10

This release brings support for paginated feeds and an experimental
extension to manage Youtube subscriptions and episodes using the youtube_dl
python package. This allows seeing more than the last 15 episodes and
downloading episodes in previously unsupported formats (audio-only, etc.).

New features

    #231 support paged feeds (RFC 5005)
    New extension using youtube_dl to manage Youtube subscriptions and
      downloads (#652)

Improvements

    Open website extension: also from podcast
    Enhanced youtube episode descriptions (#654)
    Don't show notifications forever on Windows 7
    soundcloud: use stream or download url when applicable
    fix edit config boolean editor: align left
    Format number of episodes using (locale-aware) thousands separators
      (#675, #676)

Bug fixes

    #635 Vimeo download fail
    #649 Progress icon doesn't appear when downloading a failed or paused
      episode
    #648 Checking for new episodes clears file_size for some downloaded
      files
    #547 Download progress not updated on auto download
    View > Show Toolbar always disabled
    never deleted Win32 Powershell Notifications on Win7 (#659)
    #673 downloading files with youtube-dl extension fails if format_ids is
      X+Y
    #658 update feeds on startup extension conflicts with resume download


3.10.11 was just a bugfix
https://github.com/gpodder/gpodder/releases/tag/3.10.11

Bug fixes

    #683 Search for new episodes on startup extension broken in 3.10.10

Tim.


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    6 Jul 2019 20:12:46 -0000       1.21
+++ Makefile    27 Oct 2019 23:09:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               media aggregator and podcast client
 
-MODPY_EGG_VERSION=     3.10.9
+MODPY_EGG_VERSION=     3.10.11
 
 GH_ACCOUNT=            gpodder
 GH_PROJECT=            gpodder
@@ -29,6 +29,7 @@ RUN_DEPENDS=          devel/desktop-file-utils \
                        devel/py-gobject3${MODPY_FLAVOR} \
                        net/mygpoclient \
                        textproc/py-podcastparser${MODPY_FLAVOR} \
+                       www/youtube-dl \
                        www/webkitgtk4 \
                        x11/dbus-python${MODPY_FLAVOR} \
                        x11/gtk+3,-guic
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/gpodder/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    6 Jul 2019 20:12:46 -0000       1.9
+++ distinfo    27 Oct 2019 23:09:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (gpodder-3.10.9.tar.gz) = q36rTp5jVWxGOp79zwsmBp9WwEfXzvf9IpMbcboCXb8=
-SIZE (gpodder-3.10.9.tar.gz) = 1027329
+SHA256 (gpodder-3.10.11.tar.gz) = 6qWwt0ugBpk0Lb8xfVLxxOUtd7cxP8kUTNAe6mizFMw=
+SIZE (gpodder-3.10.11.tar.gz) = 1040876
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/gpodder/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   6 Jul 2019 20:12:46 -0000       1.10
+++ pkg/PLIST   27 Oct 2019 23:09:42 -0000
@@ -34,8 +34,6 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}extensions.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}feedcore.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}feedcore.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}feedservice.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}feedservice.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}jsonconfig.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}jsonconfig.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}log.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -52,6 +50,8 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}player.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}query.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}query.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}registry.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}registry.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}schema.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}schema.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/gpodder/${MODPY_PYCACHE}services.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -85,7 +85,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/gpodder/escapist_videos.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/extensions.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/feedcore.py
-lib/python${MODPY_VERSION}/site-packages/gpodder/feedservice.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/
 lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/__init__.py
 
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/gpodder/gtkui/${MODPY_PYCACHE}/
@@ -186,6 +185,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/gpodder/plugins/${MODPY_PYCACHE}soundcloud.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/gpodder/plugins/soundcloud.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/query.py
+lib/python${MODPY_VERSION}/site-packages/gpodder/registry.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/schema.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/services.py
 lib/python${MODPY_VERSION}/site-packages/gpodder/sync.py
@@ -239,6 +239,7 @@ share/gpodder/extensions/${MODPY_PYCACHE
 share/gpodder/extensions/${MODPY_PYCACHE}ubuntu_unity.${MODPY_PYC_MAGIC_TAG}pyc
 
share/gpodder/extensions/${MODPY_PYCACHE}update_feeds_on_startup.${MODPY_PYC_MAGIC_TAG}pyc
 
share/gpodder/extensions/${MODPY_PYCACHE}video_converter.${MODPY_PYC_MAGIC_TAG}pyc
+share/gpodder/extensions/${MODPY_PYCACHE}youtube-dl.${MODPY_PYC_MAGIC_TAG}pyc
 share/gpodder/extensions/audio_converter.py
 share/gpodder/extensions/command_on_download.py
 share/gpodder/extensions/concatenate_videos.py
@@ -262,6 +263,7 @@ share/gpodder/extensions/ubuntu_appindic
 share/gpodder/extensions/ubuntu_unity.py
 share/gpodder/extensions/update_feeds_on_startup.py
 share/gpodder/extensions/video_converter.py
+share/gpodder/extensions/youtube-dl.py
 share/gpodder/images/
 share/gpodder/images/directory-examples.png
 share/gpodder/images/directory-gpodder.png

Reply via email to