Hello could you remove this package? I would like to make a new one called exactly "dtv-scan-tables-git".
Search Criteria
Package Details: dtv-scan-tables-git r1309.caca23f-1
Package Actions
| 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: | 10 |
| Popularity: | 0.059266 |
| First Submitted: | 2014-01-26 16:25 (UTC) |
| Last Updated: | 2025-06-28 21:15 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- v4l-utils (v4l-utils-gitAUR) (make)
Required by (2)
- linuxtv-dvb-apps (optional)
- nextpvr-bin (requires dtv-scan-tables)
Sources (1)
Latest Comments
korimitsu commented on 2025-09-12 18:03 (UTC)
korimitsu commented on 2025-07-29 22:51 (UTC)
Thanks this one works:
_commit=HEAD~1 paru -S -a dtv-scan-tables-git
xiota commented on 2025-06-28 21:21 (UTC) (edited on 2025-07-30 00:40 (UTC) by xiota)
@korimitsu Simultaneous forum post, comment, and flag? Pick one.
- Forum post if you don't want me to see it.
- Comment or flag, not both, if there's something I need to do, like fix a packaging issue.
There's nothing in the log indicating anything packaging related.
This is a -git package. Some commits are bound to fail. Try a different commit.
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)"
}
Pinned Comments
xiota commented on 2025-06-28 21:21 (UTC) (edited on 2025-07-30 00:40 (UTC) by xiota)
@korimitsu Simultaneous forum post, comment, and flag? Pick one.
There's nothing in the log indicating anything packaging related.
This is a -git package. Some commits are bound to fail. Try a different commit.
Examples (pick one):
extra-x86_64-build -- -- _commit=HEAD~1_commit=HEAD~1 makepkg_commit=HEAD~1 paru -S -a dtv-scan-tables-git