Package Details: dtv-scan-tables-git r1297.833d4cc1-1

Git Clone URL: https://aur.archlinux.org/dtv-scan-tables-git.git (read-only, click to copy)
Package Base: dtv-scan-tables-git
Description: Digital TV scan tables
Upstream URL: https://git.linuxtv.org/dtv-scan-tables.git
Licenses: GPL2, LGPL2
Conflicts: dtv-scan-tables
Provides: dtv-scan-tables
Submitter: hydro
Maintainer: xiota
Last Packager: xiota
Votes: 9
Popularity: 0.011507
First Submitted: 2014-01-26 16:25 (UTC)
Last Updated: 2023-11-19 04:31 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

eNV25 commented on 2023-05-24 12:37 (UTC) (edited on 2023-05-24 12:37 (UTC) by eNV25)

should use git+https://, not git://

git+https://git.linuxtv.org/dtv-scan-tables.git

hydro commented on 2015-06-22 14:33 (UTC)

Thanks for pointing me to the install target, which was not available at the time I created the PKGBUILD. I also included the legacy format files now.

Babets commented on 2015-06-22 12:26 (UTC)

Hi, I made an updated version of this package with some corrections; I think that installing the stuff with the make command is cleaner and you don't need to manually create folders. pkgname=dtv-scan-tables-git _pkgname=dtv-scan-tables pkgver=r1183.f2053b3 pkgrel=1 pkgdesc="Digital TV scan tables" arch=('any') url="http://linuxtv.org/" license=('GPL2' 'LGPL2') makedepends=('git' 'v4l-utils') conflicts=('dtv-scan-tables') provides=('dtv-scan-tables') source=('dtv-scan-tables::git://linuxtv.org/dtv-scan-tables.git') md5sums=('SKIP') build() { cd "$_pkgname" make dvbv3 make dvbv5 } package() { cd "$_pkgname" make PREFIX="$pkgdir/usr" install_v3 make PREFIX="$pkgdir/usr" install } pkgver() { cd "$_pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }