summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54eb0b7cf73d..12b5ba6ee011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Dec 16 09:36:07 UTC 2015
pkgbase = rtmpdump-ksv-git
pkgdesc = A version of rtmpdump-git including numerous patches released by KSV.
pkgver = r507.3a69b31
- pkgrel = 1
+ pkgrel = 2
url = http://stream-recorder.com/forum/-t16103.html
arch = i686
arch = x86_64
license = GPL2
license = LGPL2.1
- depends = openssl
+ depends = gnutls
provides = rtmpdump
provides = rtmpdump-git
conflicts = rtmpdump
diff --git a/PKGBUILD b/PKGBUILD
index 7743e628a9e1..5814b8ce335c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=rtmpdump-ksv-git
_gitname=rtmpdump
pkgver=r507.3a69b31
-pkgrel=1
+pkgrel=2
pkgdesc="A version of rtmpdump-git including numerous patches released by KSV."
arch=('i686' 'x86_64')
url="http://stream-recorder.com/forum/-t16103.html"
license=('GPL2' 'LGPL2.1')
-depends=('openssl')
+depends=('gnutls')
conflicts=('rtmpdump' 'rtmpdump-svn' 'rtmpdump-git' 'rtmpdump-ksv')
provides=('rtmpdump' 'rtmpdump-git')
source=('git://git.ffmpeg.org/rtmpdump#commit=3a69b31' 'Patch.diff')
@@ -21,6 +21,8 @@ pkgver() {
prepare(){
cd "$srcdir/$_gitname"
patch -p0 -i "$srcdir/Patch.diff"
+ sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+ sed -e 's/VERSION=v2.4/VERSION=v2.4.KSV/' -i Makefile -i librtmp/Makefile
}
build() {