mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-wireless/qradiolink: remove last-rited package
Closes: https://bugs.gentoo.org/752441 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
diff --git a/qradiolink.pro b/qradiolink.pro
|
||||
index d64c073..08a7e52 100644
|
||||
--- a/qradiolink.pro
|
||||
+++ b/qradiolink.pro
|
||||
@@ -161,7 +161,7 @@ LIBS += -lrt # need to include on some distros
|
||||
unix:!symbian: LIBS += -lprotobuf -lopus -lpulse-simple -lpulse -lcodec2 -lgsm -lasound -ljpeg -lconfig++ -lspeexdsp
|
||||
#-lFestival -lestbase -leststring -lestools
|
||||
#INCLUDEPATH += /usr/include/speech_tools
|
||||
-INCLUDEPATH += /usr/include/qwt-qt4
|
||||
-INCLUDEPATH += /usr/include/qwt
|
||||
+CONFIG += link_pkgconfig
|
||||
+PKGCONFIG += Qt5Qwt
|
||||
|
||||
RESOURCES += resources.qrc
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,56 +0,0 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit qmake-utils
|
||||
|
||||
DESCRIPTION="Multimode SDR experimentation GUI for GNUradio"
|
||||
HOMEPAGE="http://qradiolink.org"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kantooon/qradiolink.git"
|
||||
else
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="https://github.com/kantooon/qradiolink/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/libconfig:=[cxx]
|
||||
net-wireless/gnuradio:=[analog,audio,digital,fec,filter,qt5]
|
||||
net-wireless/gr-osmosdr:=
|
||||
dev-libs/boost:=
|
||||
dev-libs/protobuf:=
|
||||
media-libs/opus:=
|
||||
media-sound/pulseaudio
|
||||
media-libs/codec2:=
|
||||
media-sound/gsm:=
|
||||
media-libs/libjpeg-turbo:=
|
||||
media-libs/speexdsp:=
|
||||
dev-qt/qtwidgets:5=
|
||||
dev-qt/qtgui:5=
|
||||
dev-qt/qtnetwork:5=
|
||||
dev-qt/qtsql:5=
|
||||
dev-qt/qtcore:5=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eapply "${FILESDIR}/find-qwt.patch"
|
||||
cd ext/ || die
|
||||
protoc --cpp_out=. Mumble.proto
|
||||
protoc --cpp_out=. QRadioLink.proto
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin qradiolink
|
||||
}
|
||||
Reference in New Issue
Block a user