mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-radio/flrig: add 2.0.12
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST flrig-2.0.10.tar.gz 1225020 BLAKE2B b28691a07f13262e4a755979091fa73523da1f68ca0934072f72adbe0c7bd19fefb7024d9de644f9ce12ee7d693582b2b7b4e15b095cae82745322c64c3a9ad9 SHA512 d8ee677561f5bf3ba49f1c3da62836ce8504611b1774135e1f920eda71296bb3f45d056537111ac58c08d255fd3cd6a194dabd7adf2736dae811e68b5ffe82be
|
||||
DIST flrig-2.0.12.tar.gz 1233270 BLAKE2B 5648466fba123ed34257d7f53439f23d30fae458cc6d08b8db2b4d652ad3a57d5e2095aba4f4725a2ab4204d700be781f2351e38c85875a0599696392cd5e7b2 SHA512 717df725afa3512cf663f1667a20c3caa6fd023efb078aa164f0ad233d498b1d6d38390c03090bd84dae663462bcb8b16abc03f94a93ae449a41b87902f0b079
|
||||
|
||||
35
media-radio/flrig/flrig-2.0.12.ebuild
Normal file
35
media-radio/flrig/flrig-2.0.12.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="Transceiver control program for Amateur Radio use"
|
||||
HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"
|
||||
SRC_URI="https://downloads.sourceforge.net/fldigi/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
DOCS=(AUTHORS ChangeLog README)
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/fltk:1=
|
||||
x11-misc/xdg-utils"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-2.0.05-musl.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
#fails to compile with -flto (bug #860408)
|
||||
filter-lto
|
||||
|
||||
econf
|
||||
}
|
||||
Reference in New Issue
Block a user