Package Details: podget 0.9.3-1

Git Clone URL: https://aur.archlinux.org/podget.git (read-only, click to copy)
Package Base: podget
Description: Simple tool to automate downloading of podcasts
Upstream URL: https://podget.sourceforge.net
Licenses: GPL3
Submitter: lp76
Maintainer: willemw
Last Packager: willemw
Votes: 44
Popularity: 0.000000
First Submitted: 2006-07-30 10:30 (UTC)
Last Updated: 2024-01-03 07:19 (UTC)

Latest Comments

1 2 Next › Last »

willemw commented on 2024-09-03 05:34 (UTC) (edited on 2024-09-03 06:07 (UTC) by willemw)

@m040601: "And why is the source of "podman" sourceforge and not github ?". That is only for historical reasons. For released versions both sourceforge and github are valid. I can switch the source to github with the next release.

m040601 commented on 2024-09-03 03:34 (UTC) (edited on 2024-09-03 03:52 (UTC) by m040601)

FYI, https://github.com/dvehrs/podget/issues/77

I was casually checking .sh shell scripts in my system using,

Name            : checkbashisms
Version         : 2.23.7-1
Description     : Debian script that checks for bashisms
URL             : https://tracker.debian.org/pkg/devscripts
Packager        : George Rawlinson <grawlinson@archlinux.org>

It warned me this,

script /usr/share/podget/scripts/v0.8.5/speedup.sh does not appear to be a /bin/sh script; skipping

And indeed, that /usr/share/podget/scripts/v0.8.5/speedup.sh contains "zsh"

#!/bin/zsh
# faster mp3 playback https://superuser.com/questions/519649/tool-to-bulk-speed-up-convert-an-audio-file
for i in $*;do
  ffmpeg -i $i -filter:a "atempo=1.6" -c:a libmp3lame -q:a 4 -vsync 2 ~/speedup/$i
done

So it is wrongly named.

That must be a typo/mistake of the tool developer, not of you the PKGBUILD maintainer . But this is just for information.

m040601 commented on 2024-09-03 03:29 (UTC) (edited on 2024-09-03 03:32 (UTC) by m040601)

I noticed this difference/inconsistency,

podget,

# Maintainer: willemw <willemw12@gmail.com>
# Contributor: lp76 <l.peduto@gmail.com>

url=https://podget.sourceforge.net
#source=("https://github.com/dvehrs/podget/archive/refs/tags/v$pkgver.tar.gz")
#source=("https://downloads.sourceforge.net/project/podget/podget/podget-$pkgver/p
#source=("https://sourceforge.net/projects/podget/files/podget/podget-${pkgver:0:3
source=("https://sourceforge.net/projects/podget/files/podget/podget-$pkgver/podge

podget-git,

# Maintainer: willemw <willemw12@gmail.com>

url="https://github.com/dvehrs/podget"
source=($pkgname::git+$url.git)

Shouldnt the url be the github one on both ?

And why is the source of "podman" sourceforge and not github ?

I checked github, and he seems to continue active on the repo this year. With many releases there in the past years,

$ gh thoseleases git+https://github.com/dvehrs/podget

TITLE           TYPE    TAG NAME  PUBLISHED
Version 0.9.3   Latest  v0.9.3    about 8 months ago
Version 0.9.1           v0.9.1    about 1 year ago
Version 0.9.0           v0.9.0    about 2 years ago
Version 0.8.10          v0.8.10   about 2 years ago
Version 0.8.9           v0.8.9    about 2 years ago
Version 0.8.8           v0.8.8    about 3 years ago
v0.8.6                  v0.8.6    about 4 years ago
v0.8.4                  v0.8.4    about 7 years ago
v0.8.2                  v0.8.2    about 8 years ago
v0.8.1                  v0.8.1    about 8 years ago
v0.8                    v0.8      about 8 years ago
Updates                 v0.7.14   about 8 years ago
v0.7.12                 v0.7.12   about 8 years ago
v0.7.11                 v0.7.11   about 8 years ago
v0.7.9                  v0.7.9    about 8 years ago

And they seem to be good zip/tar.gz files, https://github.com/dvehrs/podget/releases

Shouldnt everything come from github and forget about sourceforge for consistency ?

Thanks in advance.

willemw commented on 2022-01-24 07:51 (UTC)

The configuration filename is missing. See podget --help and man podget:

--create-config <FILE>

mikael commented on 2022-01-23 23:19 (UTC) (edited on 2022-01-23 23:31 (UTC) by mikael)

I get errors. For 0.8.10, output for "podget --create-config" is: https://paste.ee/p/88Kh3

willemw commented on 2017-04-20 06:05 (UTC) (edited on 2017-04-20 06:05 (UTC) by willemw)

@runical: OK. The official releases are still on sourceforge though.

runical commented on 2017-04-19 21:30 (UTC)

@willemw: In case you've not noticed, releases are on github now as well.

willemw commented on 2015-11-13 07:11 (UTC)

@amirs: Thank you for the notification. Created AUR package 'podget-git'. Could not find any news about podget being moved to github (yet) and on github there is no released version.

amirs commented on 2015-11-12 21:02 (UTC)

moved to github: https://github.com/dvehrs/podget

willemw commented on 2014-08-17 16:11 (UTC)

@Buridan. Thanks. That's an upstream issue. I'll inform the developer. However, normally you can report it directly upstream.