aboutsummaryrefslogtreecommitdiffstats
path: root/community/tvheadend
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-03-30 10:03:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-31 12:48:15 +0000
commit057d32b26c3ef862cd2385db20eea5f097283394 (patch)
tree4fee42697f89c39017a36140d688c3cd618291e1 /community/tvheadend
parent5523bcb00631527a362515637bd9095135099a8e (diff)
downloadaports-057d32b26c3ef862cd2385db20eea5f097283394.tar.bz2
aports-057d32b26c3ef862cd2385db20eea5f097283394.tar.xz
community/tvheadend: build against ffmpeg2.8
Diffstat (limited to 'community/tvheadend')
-rw-r--r--community/tvheadend/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tvheadend/APKBUILD b/community/tvheadend/APKBUILD
index 9ded5a260d..2d5734d971 100644
--- a/community/tvheadend/APKBUILD
+++ b/community/tvheadend/APKBUILD
@@ -2,7 +2,7 @@
pkgname=tvheadend
# stable versions have an even minor version number
pkgver=4.0.9
-pkgrel=0
+pkgrel=1
pkgdesc="TV Streaming server for linux"
url="http://tvheadend.org/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL3"
depends=""
depends_dev=""
makedepends="$depends_dev findutils bash git python linux-headers
- bsd-compat-headers coreutils openssl-dev ffmpeg-dev libhdhomerun-dev"
+ bsd-compat-headers coreutils openssl-dev ffmpeg2.8-dev libhdhomerun-dev"
pkgusers="$pkgname"
pkggroups="$pkgname"
install="$pkgname.pre-install"