summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-04-30 21:37:51 +0200
committerwillemw122017-04-30 21:37:51 +0200
commitfa11ed083d51ad41911c6c3bcc680bde23157366 (patch)
tree289b905a740f71e87812584813be6e9b84b21c7e
parentf79712b86953ac7036766d8a75e5385d75c2c39f (diff)
downloadaur-fa11ed083d51ad41911c6c3bcc680bde23157366.tar.gz
Add perl-lwp-protocol-https, perl-mojolicious. Remove flvstreamer, rtmpdump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863bd9a2c73c..90ed6dbd3e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
+# Generated by mksrcinfo v8
+# Sun Apr 30 19:28:25 UTC 2017
pkgbase = get_iplayer-git
pkgdesc = Download TV and radio programmes from BBC iPlayer
- pkgver = 2.98
+ pkgver = 3.00
pkgrel = 1
url = https://github.com/get-iplayer/get_iplayer
arch = any
license = GPL3
makedepends = git
depends = perl-libwww
+ depends = perl-lwp-protocol-https
+ depends = perl-mojolicious
depends = perl-xml-libxml
depends = perl-xml-simple
optdepends = atomicparsley: MP4 and M4A files metadata tagging
optdepends = atomicparsley-largefile-hg: MP4 and M4A files metadata tagging (preferred)
optdepends = ffmpeg: FLV files to MP4, M4A, MP3 or AVI files
- optdepends = flvstreamer: Flash audio/video streams to FLV files. An "rtmpdump" alternative
- optdepends = rtmpdump: Flash audio/video streams to FLV files
provides = get_iplayer
conflicts = get_iplayer
source = get_iplayer-git::git://github.com/get-iplayer/get_iplayer.git
diff --git a/PKGBUILD b/PKGBUILD
index 7cc4ff2595c4..a25d05229ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=get_iplayer
pkgname=$_pkgname-git
-pkgver=2.98
+pkgver=3.00
pkgrel=1
pkgdesc="Download TV and radio programmes from BBC iPlayer"
arch=('any')
@@ -15,7 +15,8 @@ license=('GPL3')
# perl-libwww is the LWP module
depends=('perl-libwww'
- #'perl-lwp-protocol-https'
+ 'perl-lwp-protocol-https'
+ 'perl-mojolicious'
'perl-xml-libxml'
'perl-xml-simple')
@@ -24,9 +25,7 @@ depends=('perl-libwww'
optdepends=(
'atomicparsley: MP4 and M4A files metadata tagging'
'atomicparsley-largefile-hg: MP4 and M4A files metadata tagging (preferred)'
- 'ffmpeg: FLV files to MP4, M4A, MP3 or AVI files'
- 'flvstreamer: Flash audio/video streams to FLV files. An "rtmpdump" alternative'
- 'rtmpdump: Flash audio/video streams to FLV files')
+ 'ffmpeg: FLV files to MP4, M4A, MP3 or AVI files')
makedepends=('git')
conflicts=($_pkgname)