Package Details: dtv-scan-tables-git r1309.caca23f-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: GPL-2.0-only, LGPL-2.0-only
Conflicts: dtv-scan-tables
Provides: dtv-scan-tables
Submitter: hydro
Maintainer: xiota
Last Packager: xiota
Votes: 9
Popularity: 0.000002
First Submitted: 2014-01-26 16:25 (UTC)
Last Updated: 2025-06-28 21:15 (UTC)

Dependencies (2)

Required by (2)

Sources (1)

Latest Comments

xiota commented on 2025-06-28 21:21 (UTC)

@korimitsu Simultaneous forum post, comment, and flag? Pick one. Forum post if you don't want me to see it. Comment or flag if there's a packaging issue.

There's nothing in the log indicating anything packaging related. I've modified the PKGBUILD to make selecting specific commits easier. Examples (pick one):

  • extra-x86_64-build -- -- _commit=HEAD~1
  • _commit=HEAD~1 makepkg
  • _commit=HEAD~1 paru -S -a dtv-scan-tables-git

korimitsu commented on 2025-06-28 20:45 (UTC)

does not build https://bbs.archlinux.org/viewtopic.php?id=306619

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)" }