Skip to content
Snippets Groups Projects
Commit 04bc3544 authored by James Cuzella's avatar James Cuzella :shinto_shrine:
Browse files

Merge branch 'fix-64bit-segfault-patch-bug779520' into 'master'

Fix segfault on 64-bit arches - Upstream Debian bug: 779520

See merge request !1
parents 8ad6518d a5284282
No related branches found
Tags 20191011
1 merge request!1Fix segfault on 64-bit arches - Upstream Debian bug: 779520
......@@ -3,12 +3,13 @@
# Contributor: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Camille Moncelier <pix@devlife.org>
# Contributor: James Cuzella <james.cuzella@lyraphase.com>
_gitname="dvb-apps"
_pkgname="linuxtv-dvb-apps"
pkgname="$_pkgname"
pkgver=1505
pkgrel=4
pkgrel=5
_hgrev=3d43b280298c39a67d1d889e01e173f52c12da35
pkgdesc='Linux DVB API applications and utilities'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
......@@ -24,6 +25,10 @@ optdepends=(
#_patch_url_1='https://git.busybox.net/buildroot/plain/package/dvb-apps'
_patch_url_2='https://gitweb.gentoo.org/repo/gentoo.git/plain/media-tv/linuxtv-dvb-apps/files'
#_patch_url_3='https://git.openembedded.org/meta-openembedded/plain/meta-multimedia/recipes-multimedia/dvb-apps/files'
# Debian dvb-apps bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779520
# Alt/Fallback URL: https://patch-diff.githubusercontent.com/raw/tufei/dvb-apps/pull/2.patch
_patch_url_4='https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=779520;filename=bug779520.patch;msg=17'
source=(
"$_gitname"::"hg+https://linuxtv.org/hg/dvb-apps/#revision=${_hgrev}"
......@@ -35,6 +40,7 @@ source=(
"0005-perl526.patch"::"$_patch_url_2/linuxtv-dvb-apps-1.1.1.20100223-perl526.patch"
"0006-dvbdate.patch"::"$_patch_url_2/linuxtv-dvb-apps-1.1.1.20140321-dvbdate.patch"
"0007-gcc10.patch"::"$_patch_url_2/linuxtv-dvb-apps-1.1.1.20140321-gcc10.patch"
"0008-64-bit-addr-int-bug779520.patch"::"$_patch_url_4"
)
sha256sums=(
'SKIP'
......@@ -46,6 +52,7 @@ sha256sums=(
'4460c9c8f4474fcc776b8d02d1c527584a81dbc84b69db9ed9a8b43ca24d49c5'
'74b3e5b1c74339decaabedac121809fcf058d7337fd3f7e1dd353a24e10b698c'
'10d18f1ceb311a7a247548e8a942e46381a976ee089c8073549ef78ab1fe05c6'
'c65d70a91b437930fb2b63c83d763c3431fd4c9a0e3248c0aed4df652dd8be16'
)
_pkgsrc="$_gitname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment