mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
fldigi: remove in Gentoo's favour
This commit is contained in:
parent
fe9b5842e1
commit
c52588a92d
4 changed files with 0 additions and 101 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST fldigi-4.2.05.tar.gz 5127250 BLAKE2B 54a144e34da47c5379256c4ece67447815c29500331e29ccce884885daa96650d6ec098839eb97d13a641d8d0078a9656c9d443016a2acc98fbe7b78c98ca6f9 SHA512 46281e65dad24c57ea344182ed053ddea70281b1682d2fe6b40aa1f111c529328c7e1e4de86828ac265ed4523882d086f5213706159fc43b61f15989fdd9d407
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# dropped code leeds to circular definition for >=sys-libs/musl-1.2.3 and
|
||||
# is not needed as all our compilers support c++11
|
||||
diff --git a/src/logbook/table.cxx b/src/logbook/table.cxx
|
||||
index 6deee6d..8011d02 100644
|
||||
--- a/src/logbook/table.cxx
|
||||
+++ b/src/logbook/table.cxx
|
||||
@@ -40,16 +40,6 @@
|
||||
#define DAMAGE_HEADER FL_DAMAGE_ALL
|
||||
#define DAMAGE_ROWS FL_DAMAGE_ALL
|
||||
|
||||
-/*
|
||||
- * nullptr is not available in gcc < 4.6
|
||||
- * Redefine to NULL for CentOS 6 and OSX Darwin
|
||||
- */
|
||||
-#ifndef __FreeBSD__
|
||||
- #ifndef nullptr
|
||||
- #define nullptr NULL
|
||||
- #endif
|
||||
-#endif
|
||||
-
|
||||
|
||||
/*
|
||||
* ======================================
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
|
||||
HOMEPAGE="http://www.w1hkj.com"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="hamlib nls pulseaudio"
|
||||
IUSE_CPU_FLAGS=" sse sse2 sse3"
|
||||
IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"
|
||||
|
||||
RDEPEND="x11-libs/fltk:1[threads,xft]
|
||||
media-libs/libsamplerate
|
||||
media-libs/libpng:0=
|
||||
sys-apps/systemd-utils
|
||||
x11-libs/libX11
|
||||
x11-misc/xdg-utils
|
||||
dev-perl/RPC-XML
|
||||
dev-perl/Term-ReadLine-Perl
|
||||
|| (
|
||||
media-libs/portaudio[oss]
|
||||
media-libs/portaudio[alsa]
|
||||
)
|
||||
hamlib? ( media-libs/hamlib:= )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
>=media-libs/libsndfile-1.0.10"
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( sys-devel/gettext )
|
||||
virtual/pkgconfig"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README )
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-drop-nullptr-definition.patch" )
|
||||
|
||||
src_prepare() {
|
||||
eapply ${PATCHES[@]}
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
#fails to compile with -flto (bug #860405)
|
||||
filter-lto
|
||||
|
||||
append-cxxflags $(test-flags-CXX -std=c++14)
|
||||
local myconf=""
|
||||
|
||||
use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse"
|
||||
use cpu_flags_x86_sse2 && myconf="${myconf} --enable-optimizations=sse2"
|
||||
use cpu_flags_x86_sse3 && myconf="${myconf} --enable-optimizations=sse3"
|
||||
|
||||
econf ${myconf} \
|
||||
--with-sndfile \
|
||||
$(use_with hamlib) \
|
||||
$(use_enable nls) \
|
||||
$(use_with pulseaudio) \
|
||||
--without-asciidoc
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<use>
|
||||
<flag name="hamlib">Enables support by the Hamlib amateur radio
|
||||
rig control library to get/set frequency and mode of the
|
||||
ham radio in use</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">fldigi</remote-id>
|
||||
<remote-id type="github">w1hkj/fldigi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue