pkgsrc-WIP-changes archive

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

straw-viewer: Update to 0.1.2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Dec 8 19:34:14 2020 +0100
Changeset:	8a01804d1b6ef1e1f06031f0db4d753268195069

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

Log Message:
straw-viewer: Update to 0.1.2

Changes:
Version 0.1.2

- Ensure that a randomly selected invidious instance actually works.

Version 0.1.1

- gtk: added the right-click "Play as audio" entry.
- Better detection for HFR (High Frame Rate) videos.
- Better selection of invidious instances.

Version 0.1.0

- Added the "ignore_av1" config-option.
- Implemented `sort_by` and `date` parameters for `/search`.
- Implemented the `--hd`, `--captions` and `--region=s` options.
- Implemented support for popular videos.
- Implemented support for searching for videos from a specific channel.
- Implemented support for trending categories.
- Support for changing the youtube-dl command.
- Support for disabling the use of youtube-dl.
- Documented the configuration options in `man straw-viewer`.

Version 0.0.9

- Support for loading cookies from a file.
- Support for picking a random invidious instance.

Version 0.0.8

- Fixed the support for closed-captions for some videos.

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

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

diffstat:
 straw-viewer/Makefile | 3 +--
 straw-viewer/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/straw-viewer/Makefile b/straw-viewer/Makefile
index 09d2271442..ce9f7a9acd 100644
--- a/straw-viewer/Makefile
+++ b/straw-viewer/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	straw-viewer-0.0.7
-PKGREVISION=	1
+DISTNAME=	straw-viewer-0.1.2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=trizen/}
 
diff --git a/straw-viewer/distinfo b/straw-viewer/distinfo
index 2c2f3de352..ab0ab066c3 100644
--- a/straw-viewer/distinfo
+++ b/straw-viewer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (straw-viewer-0.0.7.tar.gz) = 0163abe76c6b83e73c5ef03c3f7ccb5990d945bd
-RMD160 (straw-viewer-0.0.7.tar.gz) = 7896beb9a625b415f66a31023c17248e1c65b1c7
-SHA512 (straw-viewer-0.0.7.tar.gz) = c7fbdfb287709d296abdd90ff65f50e1d848881cdaa16893f942a2d65d5efbe2726266fe6902506e51dd5a4a6b4ad3da47496a4b33860c30a0cacb4cf6cab598
-Size (straw-viewer-0.0.7.tar.gz) = 242126 bytes
+SHA1 (straw-viewer-0.1.2.tar.gz) = 595133f5322b53d439e59af402832a6c38d92459
+RMD160 (straw-viewer-0.1.2.tar.gz) = 9eadeffd7c78752003076ee58fbca439dac30d81
+SHA512 (straw-viewer-0.1.2.tar.gz) = 65c410b973c587e86bf4f446b753b5948f9321e39fd4ac3b7b1a03b9ee4491bbe63b507f852b01fb453046a9243c79b18045b1db058390acbc351bdfaacdd64e
+Size (straw-viewer-0.1.2.tar.gz) = 245581 bytes


Home | Main Index | Thread Index | Old Index