Skip to content

Commit

Permalink
multimedia/get_iplayer: update to 3.35, pet portclippy
Browse files Browse the repository at this point in the history
Changelog:
* Fixed a bug introduced in v3.32 that caused tagging failures with a
"Wide character" error when --tag-only-filename contained non-ASCII
characters.
* Adapted for changes to iPlayer site that caused unwanted items to be
downloaded with --pid-recursive when the "More like this" listings for
CBBC/CBeebies programmes contained links to individual episodes rather
than to series.
* Corrected a typo in option specs that caused a "duplicate specification"
warning when Getopt::Long Perl module >= 2.55.
https://github.com/get-iplayer/get_iplayer/wiki/release330to339#changes-in-335

While here pet portclippy and sort options.

PR:	279119
  • Loading branch information
Jamie Landeg-Jones authored and VVD committed May 18, 2024
1 parent ef1c83c commit 6c91a00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions multimedia/get_iplayer/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= get_iplayer
DISTVERSION= 3.34
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 3.35
CATEGORIES= multimedia net

MAINTAINER= jamie@catflap.org
Expand Down Expand Up @@ -37,12 +36,12 @@ PLIST_FILES= bin/${PORTNAME} ${SCRIPTS:S,^,${WWWDIR_REL}/,} \

PORTDOCS= CHANGELOG.md README.md

OPTIONS_DEFINE= DOCS FFMPEG ATOMICPARSLEY
OPTIONS_DEFAULT= FFMPEG ATOMICPARSLEY
FFMPEG_DESC= Enable file conversion using FFmpeg
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg
ATOMICPARSLEY_DESC= Enable tagging of media files
OPTIONS_DEFINE= ATOMICPARSLEY DOCS FFMPEG
OPTIONS_DEFAULT= ATOMICPARSLEY FFMPEG
ATOMICPARSLEY_DESC= Enable tagging of media files
FFMPEG_DESC= Enable file conversion using FFmpeg
ATOMICPARSLEY_RUN_DEPENDS= atomicparsley>=0:multimedia/atomicparsley
FFMPEG_RUN_DEPENDS= ffmpeg>=0:multimedia/ffmpeg

post-patch:
${REINPLACE_CMD} -e "108,110c\\${.newline} \$$opt_cmdline->{getiplayer} = \"${PREFIX}/bin/${PORTNAME}\";" \
Expand Down
6 changes: 3 additions & 3 deletions multimedia/get_iplayer/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1698893026
SHA256 (get-iplayer-get_iplayer-v3.34_GH0.tar.gz) = 72128a0edd731c1b1d932108b3c47c74f93e17ca99915f5c769767344f339be8
SIZE (get-iplayer-get_iplayer-v3.34_GH0.tar.gz) = 149722
TIMESTAMP = 1715985824
SHA256 (get-iplayer-get_iplayer-v3.35_GH0.tar.gz) = 048ff5f9bd5c6c0f51a05fd0c97eb137029d1950b594384a920c3c674f121e8c
SIZE (get-iplayer-get_iplayer-v3.35_GH0.tar.gz) = 149783

0 comments on commit 6c91a00

Please sign in to comment.