Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/
Date: Sat, 26 Sep 2020 11:44:58
Message-Id: 1601120680.132cf8f5ca7a1bce3c63862f52e0a1c2d098cecd.tomjbe@gentoo
1 commit: 132cf8f5ca7a1bce3c63862f52e0a1c2d098cecd
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 11:44:40 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 11:44:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132cf8f5
7
8 media-radio/tucnak: Version bump
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 media-radio/tucnak/Manifest | 1 +
14 media-radio/tucnak/tucnak-4.23.ebuild | 68 +++++++++++++++++++++++++++++++++++
15 2 files changed, 69 insertions(+)
16
17 diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
18 index c5438ee5672..a0c87749505 100644
19 --- a/media-radio/tucnak/Manifest
20 +++ b/media-radio/tucnak/Manifest
21 @@ -1,2 +1,3 @@
22 DIST tucnak-4.21.tar.gz 3545924 BLAKE2B dabc9647e4fde5c8c3b3e9b2ee5f072ce6e85138c6a45f635c05dcf47763a39e191a6ac3d97e71b79d3913915126261f565f8e273cd257731e04bc5ab7956aab SHA512 73fe2e92a0db3a8e152cfc25bbaefdeec6fd7f11223d02eae6c1ac5526c02404e89ecd4f2f715e7fda1d72fd872fc240694ce674d57a95c03417cf59dbd6532c
23 DIST tucnak-4.22.tar.gz 3547159 BLAKE2B 4a08bc0f7cfa5bbef6d367e7d5780707b6500bf35938ba38bab779ab68e379dd48f6f08146c042e10f2fe4eb7c6d807fef4a8c64ab4ddd8d4fff25f9a0765436 SHA512 d4ec3707137e7a79ede5722806f30f6442988b6cf79e15578978344d6f3dc978a4ef7bfff215458a65d7436e6344e7288c911e499ad3c03b9edb754cd390e2fc
24 +DIST tucnak-4.23.tar.gz 3550740 BLAKE2B 559f082e19dc22fb119ba6b075f83a49838347bde8856e22a90b9bfc66c8df17ef172967e0e6c4a88a3cfb7764ad36b6fe1a2dd18a9212d8c4637346a8616e7b SHA512 febd5daf943ec4428fe4d77542e20a47d69b017d345aff00ee7e0aca0cc287cf0f1abf3f858051e23aa8d0dffa4146b22fbdb5813d97debb902b91fd99dcd50a
25
26 diff --git a/media-radio/tucnak/tucnak-4.23.ebuild b/media-radio/tucnak/tucnak-4.23.ebuild
27 new file mode 100644
28 index 00000000000..b4c1192a2e4
29 --- /dev/null
30 +++ b/media-radio/tucnak/tucnak-4.23.ebuild
31 @@ -0,0 +1,68 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +inherit autotools flag-o-matic multilib
37 +
38 +DESCRIPTION="Amateur Radio VHF Contest Logbook"
39 +HOMEPAGE="http://tucnak.nagano.cz"
40 +SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE="alsa fftw gpm hamlib suid"
46 +
47 +RDEPEND="dev-libs/glib:2
48 + dev-libs/libzia
49 + media-libs/libsndfile
50 + >=media-libs/libsdl-1.2
51 + alsa? ( media-libs/alsa-lib )
52 + fftw? ( sci-libs/fftw:3.0 )
53 + gpm? ( sys-libs/gpm )
54 + hamlib? ( media-libs/hamlib )"
55 +DEPEND="${RDEPEND}
56 + virtual/pkgconfig"
57 +
58 +src_prepare() {
59 + eapply_user
60 + # fix destop file
61 + sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || die
62 + # fix doc install path
63 + sed -i -e "s/docsdir/# docsdir/" \
64 + -e "s/docs_DATA =/# docs_DATA/" \
65 + -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am || die
66 + eautoreconf
67 +}
68 +
69 +src_configure() {
70 + append-ldflags -L/usr/$(get_libdir)/hamlib
71 + econf $(use_with alsa) \
72 + $(use_with gpm) $(use_with hamlib) \
73 + $(use_with fftw fftw3)
74 +}
75 +
76 +src_install() {
77 + emake DESTDIR="${D}" install
78 + dodoc AUTHORS ChangeLog doc/NAVOD.pdf
79 + if use suid ; then
80 + fperms 4711 /usr/bin/soundwrapper
81 + fi
82 +}
83 +
84 +pkg_postinst() {
85 + elog "In order to use sound with tucnak add yourself to the 'audio' group"
86 + elog "and to key your rig via the parport add yourself to the 'lp' group"
87 + elog ""
88 + elog "tucnak can be used with the following additional packages:"
89 + elog " media-radio/cwdaemon : Morse output via code cwdaemon"
90 + elog " (No need to recompile)"
91 + if use suid ; then
92 + ewarn "You have choosen to install the little helper program 'soundwrapper'"
93 + ewarn "setuid by setting USE=suid. That helper is only needed if you"
94 + ewarn "want to use morse sidetone output via the PC speaker."
95 + ewarn ""
96 + ewarn "While the helper should be safe by design be aware that setting"
97 + ewarn "any program setuid is a security risk."
98 + fi
99 +}