From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 188D613828B for ; Sat, 28 May 2016 09:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B3114231; Sat, 28 May 2016 09:45:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA56914231 for ; Sat, 28 May 2016 09:45:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8761340A9F for ; Sat, 28 May 2016 09:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FC2A984 for ; Sat, 28 May 2016 09:45:17 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1464428680.1357f1dadf3725e8d32a287f85b5aa4f6c1d7623.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qsstv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/qsstv/Manifest media-radio/qsstv/qsstv-9.1.5.ebuild X-VCS-Directories: media-radio/qsstv/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 1357f1dadf3725e8d32a287f85b5aa4f6c1d7623 X-VCS-Branch: master Date: Sat, 28 May 2016 09:45:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 016a76fc-656c-4072-a71a-ee45c03fb339 X-Archives-Hash: b3f22a382b2a422347f181ce5607f1da commit: 1357f1dadf3725e8d32a287f85b5aa4f6c1d7623 Author: Thomas Beierlein gentoo org> AuthorDate: Sat May 28 09:44:40 2016 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat May 28 09:44:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1357f1da media-radio/qsstv: Version bump Package-Manager: portage-2.3.0_rc1 media-radio/qsstv/Manifest | 1 + media-radio/qsstv/qsstv-9.1.5.ebuild | 38 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/media-radio/qsstv/Manifest b/media-radio/qsstv/Manifest index 40d0108..b0e51ff 100644 --- a/media-radio/qsstv/Manifest +++ b/media-radio/qsstv/Manifest @@ -1 +1,2 @@ DIST qsstv_8.2.12.tar.gz 942737 SHA256 3bb6cff072747981d387196780de4414f8766a5a620dc1629cb4ba4de1d3bc4d SHA512 5e87152e644336119fa328a6dbe33524a53cfd78866ed036652213bf860c022ba60bfa64e95b3a55d73ec4370f8d912a0317654137db07eb27dececc0889e097 WHIRLPOOL 493aed71390ae6b3738c709085d7f0c97cb2920fbac4abb66c1203c0a059895101b10bdad5246737cec758b2146337cb16d1003e71f875dc3e84eae93d02b7e9 +DIST qsstv_9.1.5.tar.gz 12372952 SHA256 00b2e418ca39417eb6df73e4159e29f5844ce57b215188148fe4b5d12dc55f9a SHA512 93e815eaded7fae56ef0846d110c2af6f0fe35493606cead238da8a300e8a3d11ef9328c86d2f55f7aa8f9a0944b971904657bfd9d8d59abe216a15b4b692d4a WHIRLPOOL ba04aa4a1a9af10bb7b90e80268d93e002856c054d1fc194fe65c3913aa6ce3ecca209410bbf33606d505019e47828d37f1576020f912cb36690e814084ea413 diff --git a/media-radio/qsstv/qsstv-9.1.5.ebuild b/media-radio/qsstv/qsstv-9.1.5.ebuild new file mode 100644 index 0000000..6f2228f --- /dev/null +++ b/media-radio/qsstv/qsstv-9.1.5.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 +}