summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2017-09-08 22:47:12 +0200
committerChristopher Reimer2017-09-08 22:47:12 +0200
commit61f610dcc8c64e1a5a3fc4af5dabdf183feb18fe (patch)
treee5acc434a84857cb497a7d0c297febe104ad39db
parent8e3d2298dd7ef9c386cbd6c8e18efa876aaaa295 (diff)
downloadaur-61f610dcc8c64e1a5a3fc4af5dabdf183feb18fe.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/d22febba345bf6d64f4c14552a3501ab79bc7436)
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 6 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32fcf0af610c..5b6481513ef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.0.1
-# Wed Aug 17 16:24:30 UTC 2016
+# Generated by makepkg 5.0.2
+# Fri Sep 8 20:47:12 UTC 2017
pkgbase = vdr-streamdev
pkgdesc = implementation of the VTP (Video Transfer Protocol)
- pkgver = 0.6.1.r24.g7b17f77
+ pkgver = 0.6.1.r33.gb84b7d8
pkgrel = 1
url = http://projects.vdr-developer.org/projects/show/plg-streamdev
arch = x86_64
@@ -14,13 +14,9 @@ pkgbase = vdr-streamdev
makedepends = git
depends = gcc-libs
depends = vdr-api=2.2.0
- source = git://projects.vdr-developer.org/vdr-plugin-streamdev.git#commit=7b17f7725cd3bd97dd3921d96575c50a86e3fac2
- source = http://projects.vdr-developer.org/attachments/download/1844/vdr-plugin-streamdev-filter-patch.diff
- source = http://projects.vdr-developer.org/attachments/download/1853/vdr-plugin-streamdev-filter-patch2.diff
+ source = git://projects.vdr-developer.org/vdr-plugin-streamdev.git#commit=b84b7d858cf4f6f3473ba72d456326c048946cb0
source = 50-streamdev-server.conf
md5sums = SKIP
- md5sums = a1e4b3807ede87b810abc973666a88eb
- md5sums = e0ddaa269ce0727dd2e434a417b42bf5
md5sums = 8c352d8ee7401eeb34fe5ab82e791a21
pkgname = vdr-streamdev-client
diff --git a/PKGBUILD b/PKGBUILD
index 91bf4611c4cd..9598135c616a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Ole Ernst <olebowle[at]gmx[dot]com
pkgbase=vdr-streamdev
pkgname=(vdr-streamdev-{client,server})
-pkgver=0.6.1.r24.g7b17f77
-_gitver=7b17f7725cd3bd97dd3921d96575c50a86e3fac2
+pkgver=0.6.1.r33.gb84b7d8
+_gitver=b84b7d858cf4f6f3473ba72d456326c048946cb0
_vdrapi=2.2.0
pkgrel=1
pkgdesc="implementation of the VTP (Video Transfer Protocol)"
@@ -16,12 +16,8 @@ depends=('gcc-libs' "vdr-api=${_vdrapi}")
makedepends=('git')
_plugname=${pkgbase//vdr-/}
source=("git://projects.vdr-developer.org/vdr-plugin-streamdev.git#commit=$_gitver"
- "http://projects.vdr-developer.org/attachments/download/1844/vdr-plugin-streamdev-filter-patch.diff"
- "http://projects.vdr-developer.org/attachments/download/1853/vdr-plugin-streamdev-filter-patch2.diff"
"50-$_plugname-server.conf")
md5sums=('SKIP'
- 'a1e4b3807ede87b810abc973666a88eb'
- 'e0ddaa269ce0727dd2e434a417b42bf5'
'8c352d8ee7401eeb34fe5ab82e791a21')
pkgver() {
@@ -39,13 +35,6 @@ pkgver() {
fi
}
-prepare() {
- cd "${srcdir}/vdr-plugin-$_plugname"
- patch -p1 -i "$srcdir/vdr-plugin-streamdev-filter-patch.diff"
- patch -p1 -i "$srcdir/vdr-plugin-streamdev-filter-patch2.diff"
- sed -i 's/m_Buffer\[4096\]/m_Buffer\[8192\]/' client/filter.c
-}
-
build() {
cd "${srcdir}/vdr-plugin-$_plugname"
make -j1