UnknownUseFlags fixes, pkgcheck fixes, drop old dump1090_sdrplus-20190812

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 19:08:54 -04:00
parent 14e45994fa
commit 55e2d47bad
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
7 changed files with 46 additions and 45 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<use>
<flag name="mbelib">Use mbelib to decode audio</flag>
</use>
<upstream>
<remote-id type="github">f4exb/dsdcc</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,2 +1 @@
DIST dump1090_sdrplus-20190812.tar.gz 749292 BLAKE2B 898ad521bfc2ecb388c9182553033507e0c3587a8004d644c0a83917cbd1e1b4bda47f5ad6e92586a63d2187867be4c22f0dd8ac3adb1f28c7fbfb6bea3c7ba4 SHA512 e05372e3a0a83370b1541bcd30555477ab5c47deeb74c1e5788af3ba0bad2c65f4177ce7a40999844bd84a53e28b544bab2b53e4bc1faa7584fd79d0b4c3e9d7
DIST dump1090_sdrplus-20200921.tar.gz 749466 BLAKE2B 0993f578077a6cb15977010fd29b623e99a81d87ac8fae04e77a45579d25ebdce58f7eebf5f4edc0c52d14c6aee32134d03d903f6ef0d7ef64d06ee86b18bcd1 SHA512 25cb1d814aeeb0d946029a5fd98e36e5c9e89976381743d51ae4c469e888b4142a788a206809d6847a1b6adece142d7dfb4804d407d3bd9435b3bc07e43b965a DIST dump1090_sdrplus-20200921.tar.gz 749466 BLAKE2B 0993f578077a6cb15977010fd29b623e99a81d87ac8fae04e77a45579d25ebdce58f7eebf5f4edc0c52d14c6aee32134d03d903f6ef0d7ef64d06ee86b18bcd1 SHA512 25cb1d814aeeb0d946029a5fd98e36e5c9e89976381743d51ae4c469e888b4142a788a206809d6847a1b6adece142d7dfb4804d407d3bd9435b3bc07e43b965a

View file

@ -1,37 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
#inherit toolchain-funcs eutils
DESCRIPTION="Mode S decoder for (SDR) devices including RTL SDR, HackRF, Airspy and SDRplay"
HOMEPAGE="https://github.com/itemir/dump1090_sdrplus"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/itemir/${PN}.git"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
HASH_COMMIT="2ca82d03e7fb8016cf53627c1d617d21ac010760"
SRC_URI="https://github.com/itemir/dump1090_sdrplus/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="net-wireless/rtl-sdr:=
net-libs/libhackrf
net-wireless/airspy
net-wireless/sdrplay
media-libs/soxr"
DEPEND="${RDEPEND}"
src_install() {
newbin dump1090 ${PN}
dodoc README.md
}

View file

@ -9,7 +9,6 @@ HOMEPAGE="https://github.com/itemir/dump1090_sdrplus"
if [[ ${PV} == "9999" ]] ; then if [[ ${PV} == "9999" ]] ; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://github.com/itemir/${PN}.git" EGIT_REPO_URI="https://github.com/itemir/${PN}.git"
KEYWORDS=""
else else
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
HASH_COMMIT="a21346b5570b7dee49ca590ddde112705ddd3c45" HASH_COMMIT="a21346b5570b7dee49ca590ddde112705ddd3c45"

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<use>
<flag name="airspy">Support the airspy</flag>
<flag name="hackrf">Support the GSG hackrf</flag>
<flag name="rtlsdr">Support the rtlsdr</flag>
<flag name="sdrplay">Support the sdrplay</flag>
</use>
<upstream>
<remote-id type="github">itemir/dump1090_sdrplus</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<use>
<flag name="dmr-access-control">MMDVMhost only allows amateur ids by default, disable use flag to allow all</flag>
</use>
<upstream>
<remote-id type="github">g4klx/MMDVMHost</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Foundation # Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -7,17 +7,12 @@ inherit git-r3
DESCRIPTION="The host program for MMDVM" DESCRIPTION="The host program for MMDVM"
HOMEPAGE="https://github.com/g4klx/MMDVMHost" HOMEPAGE="https://github.com/g4klx/MMDVMHost"
SRC_URI=""
EGIT_REPO_URI="https://github.com/g4klx/MMDVMHost.git" EGIT_REPO_URI="https://github.com/g4klx/MMDVMHost.git"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS=""
IUSE="dmr-access-control" IUSE="dmr-access-control"
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() { src_prepare() {
use dmr-access-control || eapply "${FILESDIR}"/disable-dmr-accesscontrol.patch use dmr-access-control || eapply "${FILESDIR}"/disable-dmr-accesscontrol.patch
sed -i -e "s#CFLAGS = -g -O3 -Wall#CFLAGS = ${CFLAGS}#" -e "s#LDFLAGS = -g#LDFLAGS = ${LDFLAGS}#" Makefile sed -i -e "s#CFLAGS = -g -O3 -Wall#CFLAGS = ${CFLAGS}#" -e "s#LDFLAGS = -g#LDFLAGS = ${LDFLAGS}#" Makefile