mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
profile: I wish I didn't use virtualbox
snuck in a trunk-recorder change too
This commit is contained in:
parent
ad9317914b
commit
356d466ec9
2 changed files with 15 additions and 6 deletions
|
|
@ -9,8 +9,8 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
|
|||
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
||||
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
||||
#EGIT_BRANCH="dmr-metadata"
|
||||
#EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
|
||||
EGIT_REPO_URI="https://github.com/rabarar/trunk-recorder.git"
|
||||
inherit git-r3
|
||||
RESTRICT="strip"
|
||||
else
|
||||
|
|
@ -32,3 +32,12 @@ DEPEND="net-wireless/gr-osmosdr:=
|
|||
dev-libs/boost"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
#local commit_hash="$(git rev-parse HEAD)"
|
||||
#local branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||
#local mycmakeargs=(
|
||||
# -DMANUAL_GITINFO="commit ${commit_hash} (${branch})"
|
||||
#)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#we keep virtualbox working with recent kernels
|
||||
~app-emulation/virtualbox-additions-6.1.34 amd64 x86
|
||||
~app-emulation/virtualbox-modules-6.1.34 amd64 x86
|
||||
~app-emulation/virtualbox-6.1.34 amd64 x86
|
||||
~app-emulation/virtualbox-extpack-oracle-6.1.34 amd64 x86
|
||||
~app-emulation/virtualbox-additions-6.1.36 amd64 x86
|
||||
~app-emulation/virtualbox-modules-6.1.36 amd64 x86
|
||||
~app-emulation/virtualbox-6.1.36 amd64 x86
|
||||
~app-emulation/virtualbox-extpack-oracle-6.1.36 amd64 x86
|
||||
|
||||
#docker containers using glibc-2.33 are broken without updating runc https://bugs.archlinux.org/task/69563
|
||||
#unfortunately newer dockers has it's own problems https://github.com/moby/moby/issues/42127
|
||||
|
|
|
|||
Loading…
Reference in a new issue