aboutsummaryrefslogtreecommitdiffstats
path: root/testing/w_scan
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-25 16:28:03 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2020-04-25 14:57:06 +0000
commit006df6831b25f3f7cb288ac43ad1df8ea09a78c8 (patch)
tree928cdaf2683c4cc17555fb2762f02db569f61bcd /testing/w_scan
parentbeece7d04e4b34a25c5a76da6e8d8ba91a680f09 (diff)
downloadaports-006df6831b25f3f7cb288ac43ad1df8ea09a78c8.tar.bz2
aports-006df6831b25f3f7cb288ac43ad1df8ea09a78c8.tar.xz
testing/w_scan2: rename from w_scan
Original src is gone, so switching to active fork.
Diffstat (limited to 'testing/w_scan')
-rw-r--r--testing/w_scan/APKBUILD39
-rw-r--r--testing/w_scan/musl-build-time-h-fix.patch12
2 files changed, 0 insertions, 51 deletions
diff --git a/testing/w_scan/APKBUILD b/testing/w_scan/APKBUILD
deleted file mode 100644
index b31529b7da..0000000000
--- a/testing/w_scan/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=w_scan
-pkgver=20170107
-pkgrel=0
-pkgdesc="Universal ATSC and DVB blind scanner"
-url="http://wirbel.htpc-forum.de/w_scan/index_en.html"
-arch=""
-license="GPL"
-makedepends="linux-headers"
-subpackages="$pkgname-doc"
-source="http://wirbel.htpc-forum.de/$pkgname/$pkgname-$pkgver.tar.bz2
- musl-build-time-h-fix.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- default_prepare
- sed 's/uint/unsigned int/' -i "$builddir"/version.h
-}
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="c8e163b5e4897e2bc48596a1104974c79807432c423a3dd172e85c6ed6d4f9a4a471150ae7fe1b78fe570987e9fdee666a491700368c8499b03e9b13aa5cde6a w_scan-20170107.tar.bz2
-5514dd105c51b23728ea4d5d0e04604b2674e0686645b1434197a9cdaa98bf7cac3946baad6357478160ce1feb5d1a3a74b8c1897f846cfb04c0bb58d9ac8b1b musl-build-time-h-fix.patch"
diff --git a/testing/w_scan/musl-build-time-h-fix.patch b/testing/w_scan/musl-build-time-h-fix.patch
deleted file mode 100644
index d07b026ca4..0000000000
--- a/testing/w_scan/musl-build-time-h-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/descriptors.h b/descriptors.h
-index bb45e6e..3ee0b8b 100644
---- a/descriptors.h
-+++ b/descriptors.h
-@@ -29,6 +29,7 @@
- #define __DESCRIPTORS_H__
-
- #include "extended_frontend.h"
-+#include "time.h"
-
- /******************************************************************************
- * descriptor ids as defined by standards.