mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
trunk-recorder: 4.4.0->4.6.0
This commit is contained in:
parent
a739b4126b
commit
47d0fee986
4 changed files with 16 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
DIST trunk-recorder-4.4.0.tar.gz 2521469 BLAKE2B 0edb4a7a4e5dc4483c40ceccbd9b345c416a11c74dd2d72070d7a77ac47c5af8868f76fb2652abf1b402a5c6e2251516c3853c1e505c89a9ae53e7f57a06d89e SHA512 646e6a569380ce90500ecf059088e7428cc9cb31308ef841718cbbbc0963806a3438d38b32c7ef408d0f8485078a78456c7e04c0eb4704a662f66b1c6df2ad64
|
||||
DIST trunk-recorder-4.6.0.tar.gz 3215172 BLAKE2B 8071f45ba8f3ecb773d69f2546d8d7f20c8a6dc422114db94de4672412babd5573c6e35bcea7a68ab24236aff6e1bd87e334e714d03265419c6370faadd717a9 SHA512 ecf3a6015d72dc19f53bf3b8b98d5abc1fec144c12385d12bf59cfa874961b6cb6f81c5926877d2fa1bbef0d4ecc699d9797961c36c97c8be59203f18f15691a
|
||||
|
|
|
|||
11
net-wireless/trunk-recorder/metadata.xml
Normal file
11
net-wireless/trunk-recorder/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="github">robotastic/trunk-recorder</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake flag-o-matic
|
||||
inherit cmake
|
||||
#inherit cmake flag-o-matic
|
||||
|
||||
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
|
||||
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
|
||||
|
|
@ -14,7 +15,7 @@ if [[ "${PV}" == *9999 ]]; then
|
|||
RESTRICT="strip"
|
||||
else
|
||||
SRC_URI="https://github.com/robotastic/trunk-recorder/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
|
@ -23,8 +24,6 @@ IUSE=""
|
|||
|
||||
DEPEND="
|
||||
dev-libs/libfmt:=
|
||||
dev-libs/log4cpp:=
|
||||
dev-libs/openssl:0=
|
||||
dev-libs/spdlog:=
|
||||
dev-libs/boost:=
|
||||
net-misc/curl
|
||||
|
|
@ -41,7 +40,7 @@ BDEPEND=""
|
|||
#https://github.com/robotastic/trunk-recorder/issues/780
|
||||
#https://github.com/robotastic/trunk-recorder/issues/779
|
||||
#https://github.com/gnuradio/gnuradio/issues/6547
|
||||
append-cxxflags -U_GLIBCXX_ASSERTIONS
|
||||
#append-cxxflags -U_GLIBCXX_ASSERTIONS
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
|
|
|
|||
Loading…
Reference in a new issue