From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qsstv/
Date: Sun, 24 Jul 2016 10:19:07 +0000 (UTC) [thread overview]
Message-ID: <1469355524.f3077ec012ffa5158decb1c73b5216bf37b6ee46.tomjbe@gentoo> (raw)
commit: f3077ec012ffa5158decb1c73b5216bf37b6ee46
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 10:18:44 2016 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 10:18:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3077ec0
media-radio/qsstv: version bump
Package-Manager: portage-2.3.0
media-radio/qsstv/Manifest | 1 +
media-radio/qsstv/qsstv-9.1.8.ebuild | 38 ++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-radio/qsstv/Manifest b/media-radio/qsstv/Manifest
index 0ebbfed..5cd246d 100644
--- a/media-radio/qsstv/Manifest
+++ b/media-radio/qsstv/Manifest
@@ -2,3 +2,4 @@ DIST qsstv_8.2.12.tar.gz 942737 SHA256 3bb6cff072747981d387196780de4414f8766a5a6
DIST qsstv_9.1.5.tar.gz 12372952 SHA256 00b2e418ca39417eb6df73e4159e29f5844ce57b215188148fe4b5d12dc55f9a SHA512 93e815eaded7fae56ef0846d110c2af6f0fe35493606cead238da8a300e8a3d11ef9328c86d2f55f7aa8f9a0944b971904657bfd9d8d59abe216a15b4b692d4a WHIRLPOOL ba04aa4a1a9af10bb7b90e80268d93e002856c054d1fc194fe65c3913aa6ce3ecca209410bbf33606d505019e47828d37f1576020f912cb36690e814084ea413
DIST qsstv_9.1.6.tar.gz 12374297 SHA256 457b22bc6e25aa7d6bbebb471b8e6f9d842e482f56a5f1b86e29e7f365ead77e SHA512 d6e3477c611c46260277485d254b0e1a27da245a662bba75a599397bd0a00bf0ba9b139e50d38d89779b988442c8774074e74ed8872ca985ac4018b80e7957e4 WHIRLPOOL 98d9bb9afd3de05b9f60f33d5317b61ecfdba05ae6f7198d40d3f9899e255015426029cd00c062073206b79258de91f35c1d30812aeaa278c8c6e5877e57f2a4
DIST qsstv_9.1.7.tar.gz 12389328 SHA256 ccd794e0a0c514c349e3063eb1f78e9a9d520fc3774b2a549ce66381a303b217 SHA512 ff8e358af8715358c839715daa43ea86a107b762f47843f8d14887599e7035a6c3a1028be7e6ae72d56b04e2bbe7e3c0b29c44c67cce6dacd7e2c315bb92c76f WHIRLPOOL 69f5a70673b757e64b70df8b5b17498a49163a5e58ccd1ecdf74d42ad726e6b934774fb3d5a954cd94c205d0300c2e91715c9709fa1dfc2559310e050021f38d
+DIST qsstv_9.1.8.tar.gz 12201538 SHA256 34d9dc5f300497240eeb8ded545d2c6ca7c456f3e2a63eb6000a17d96faf6a4d SHA512 861f412faae4ecf7ec65327d48cfa0690ca3c8c80e611387c649941876478a25f1fc573b28d67c429942938e90fe9d8972016fc7d9719268c5a019aa5b87c0c4 WHIRLPOOL fcf8c2590e16ef658717b0800f04df8f69103cc05c499d0c8d3d7cc1c22bd4633b8b050e1f092229ba3a47145aa34044f9181219523f266809cdbf458d434846
diff --git a/media-radio/qsstv/qsstv-9.1.8.ebuild b/media-radio/qsstv/qsstv-9.1.8.ebuild
new file mode 100644
index 0000000..6f2228f
--- /dev/null
+++ b/media-radio/qsstv/qsstv-9.1.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils qt4-r2
+
+MY_P=${P/-/_}
+
+DESCRIPTION="Amateur radio SSTV software"
+HOMEPAGE="http://users.telenet.be/on4qz/"
+SRC_URI="http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:4[qt3support]
+ dev-qt/qtgui:4
+ media-libs/hamlib
+ media-libs/openjpeg:2
+ media-libs/alsa-lib
+ media-sound/pulseaudio
+ media-libs/libv4l
+ sci-libs/fftw:3.0"
+RDEPEND="${DEPEND}
+ x11-misc/xdg-utils"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ # fix docdirectory, install path and hamlib search path
+ sed -i -e "s:/doc/\$\$TARGET:/doc/${PF}:" \
+ -e "s:-lhamlib:-L/usr/$(get_libdir)/hamlib -lhamlib:g" \
+ qsstv/qsstv.pro || die
+}
next reply other threads:[~2016-07-24 10:19 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-24 10:19 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-15 13:41 [gentoo-commits] repo/gentoo:master commit in: media-radio/qsstv/ Thomas Beierlein
2023-08-15 6:02 Thomas Beierlein
2023-06-18 14:41 Thomas Beierlein
2021-12-14 18:28 Thomas Beierlein
2021-11-08 16:00 Rick Farina
2021-10-05 6:48 Agostino Sarubbo
2021-10-04 11:00 Agostino Sarubbo
2021-08-06 14:24 Thomas Beierlein
2021-06-23 11:09 Thomas Beierlein
2021-06-23 11:09 Thomas Beierlein
2021-05-30 0:06 Sam James
2021-05-30 0:06 Sam James
2021-04-23 14:24 Rick Farina
2021-03-28 18:04 Thomas Beierlein
2020-07-08 16:04 Thomas Beierlein
2020-05-23 14:45 Thomas Beierlein
2019-12-30 12:29 Agostino Sarubbo
2019-12-27 16:43 Agostino Sarubbo
2019-11-10 17:04 Thomas Beierlein
2019-08-23 10:37 Agostino Sarubbo
2019-08-23 10:03 Agostino Sarubbo
2019-05-12 13:18 Thomas Beierlein
2018-07-27 2:30 Mikle Kolyada
2018-05-17 17:11 Thomas Beierlein
2018-01-17 9:23 Thomas Beierlein
2018-01-15 19:03 Tobias Klausmann
2018-01-08 22:50 Thomas Deutschmann
2017-12-03 11:21 Thomas Beierlein
2017-08-17 7:11 Thomas Beierlein
2017-06-24 10:53 Thomas Beierlein
2017-06-08 10:16 Agostino Sarubbo
2017-03-06 18:53 Thomas Beierlein
2017-01-06 7:05 Thomas Beierlein
2016-11-12 23:37 David Seifert
2016-07-11 14:59 Thomas Beierlein
2016-06-30 17:04 Thomas Beierlein
2016-05-28 9:45 Thomas Beierlein
2016-05-28 9:45 Thomas Beierlein
2015-09-19 15:06 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1469355524.f3077ec012ffa5158decb1c73b5216bf37b6ee46.tomjbe@gentoo \
--to=tomjbe@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox