pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pipe-viewer: update to pipe-viewer-0.1.3



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Aug 18 23:21:09 2021 +0200
Changeset:	82344b17dc084d3756103277431aa32aba45e4af

Modified Files:
	pipe-viewer/Makefile
	pipe-viewer/distinfo

Log Message:
pipe-viewer: update to pipe-viewer-0.1.3

Announcements:

Version 0.1.3
@trizen trizen released this Aug 4, 2021

CLI

  * Added the -a alias for --audio.

GUI

  * Change position of the search bar.
  * Added the save_watched_to_history config-option. (disabled by
    default)
  * Clear the results lists when loading results from the next page.

Internal

  * Added basic support for age-restricted videos.
  * Extract closed-captions with youtube-dl when this info is not
    available in player_response.
  * Updated the list of ignored invidious instances when
    api_host => "auto".

Fixes

  * No longer store LIVE videos in the video subscriptions data file.

Version 0.1.2
@trizen trizen released this Jun 19, 2021

  * Fixed the support for related videos.
  * Better support for auto-translated closed-captions.
  * Use POST with youtubei URL instead of get_video_info.

Version 0.1.1
@trizen trizen released this Jun 18, 2021

Additions

  * Added the ignored_projections config-option.
  * Added the prefer_m4a config-option. (disabled by default)

Improvements

  * Added fallback code for extracting closed-caption URLs with
    youtube-dl.
  * Always prefer human-made closed-captions over auto-generated ones.
  * Minor documentation improvements. (d92d1fa)

Fixes

  * Temporary fix for the 404 Error on get_video_info request.
  * Fixed YouTube thumbnails for results from some invidious instances.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=82344b17dc084d3756103277431aa32aba45e4af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pipe-viewer/Makefile | 4 ++--
 pipe-viewer/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/pipe-viewer/Makefile b/pipe-viewer/Makefile
index d59b5504e0..e449c196a7 100644
--- a/pipe-viewer/Makefile
+++ b/pipe-viewer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pipe-viewer-0.1.0
+DISTNAME=	pipe-viewer-0.1.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
 
@@ -12,7 +12,7 @@ LICENSE=	artistic-2.0
 DEPENDS+=	p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
 DEPENDS+=	p5-JSON-[0-9]*:../../converters/p5-JSON
 DEPENDS+=	p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-LWP-Protocol-https
+DEPENDS+=	p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
 DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
 
 USE_LANGUAGES=		# empty
diff --git a/pipe-viewer/distinfo b/pipe-viewer/distinfo
index 92c402c4e2..044db56793 100644
--- a/pipe-viewer/distinfo
+++ b/pipe-viewer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pipe-viewer-0.1.0.tar.gz) = fc2dfe651bf88cbd5caf6bea4ff75fc09a96e220
-RMD160 (pipe-viewer-0.1.0.tar.gz) = 0f6fde80c07a8e9182b278a0f567f802ad10f5c0
-SHA512 (pipe-viewer-0.1.0.tar.gz) = 12092d06661371c3686a783aeabee72554e78e7cf89602bf5ec39dd6c1502782a62c551213964f960b156d75cd571f216d330bd46b2a1e2e91eef9b1e19478db
-Size (pipe-viewer-0.1.0.tar.gz) = 257155 bytes
+SHA1 (pipe-viewer-0.1.3.tar.gz) = 62de2d9e01acdfb2cc45218325d2512fa21f85d1
+RMD160 (pipe-viewer-0.1.3.tar.gz) = f1ca264f23793befd421ad46ff4ec63ff5f456b4
+SHA512 (pipe-viewer-0.1.3.tar.gz) = 3131c8d3abb57e92cb575359dd01a1776aa7581b7faf76466013ecbb772b4d1610c055c7f400ce998075b686f635d55a908ab4c59d315b7cb9498d8d077b1ce7
+Size (pipe-viewer-0.1.3.tar.gz) = 258624 bytes


Home | Main Index | Thread Index | Old Index