diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2013-11-03 07:34:15 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2013-11-03 07:34:15 +0000 |
commit | be9ad264a19139331afdf4774ecfc59bc0fc1fdb (patch) | |
tree | 0143551f16f153b4a02c5e6adb6e1b3462dcfa6e /media-radio | |
parent | Version bump. (diff) | |
download | gentoo-2-be9ad264a19139331afdf4774ecfc59bc0fc1fdb.tar.gz gentoo-2-be9ad264a19139331afdf4774ecfc59bc0fc1fdb.tar.bz2 gentoo-2-be9ad264a19139331afdf4774ecfc59bc0fc1fdb.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/fldigi/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/fldigi/fldigi-3.21.77.ebuild | 40 |
2 files changed, 46 insertions, 1 deletions
diff --git a/media-radio/fldigi/ChangeLog b/media-radio/fldigi/ChangeLog index b6d72b3ae148..a3314b7aaca6 100644 --- a/media-radio/fldigi/ChangeLog +++ b/media-radio/fldigi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-radio/fldigi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/ChangeLog,v 1.87 2013/10/24 14:33:02 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/ChangeLog,v 1.88 2013/11/03 07:34:15 tomjbe Exp $ + +*fldigi-3.21.77 (03 Nov 2013) + + 03 Nov 2013; Thomas Beierlein <tomjbe@gentoo.org> +fldigi-3.21.77.ebuild: + Version bump 24 Oct 2013; Tony Vroon <chainsaw@gentoo.org> fldigi-3.21.76.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/media-radio/fldigi/fldigi-3.21.77.ebuild b/media-radio/fldigi/fldigi-3.21.77.ebuild new file mode 100644 index 000000000000..306128e79bea --- /dev/null +++ b/media-radio/fldigi/fldigi-3.21.77.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/fldigi-3.21.77.ebuild,v 1.1 2013/11/03 07:34:15 tomjbe Exp $ + +EAPI=4 + +DESCRIPTION="Sound card based multimode software modem for Amateur Radio use" +HOMEPAGE="http://www.w1hkj.com/Fldigi.html" +SRC_URI="http://www.w1hkj.com/downloads/fldigi/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="hamlib nls portaudio pulseaudio sndfile" + +RDEPEND="x11-libs/fltk:1[threads,xft] + media-libs/libsamplerate + media-libs/libpng + x11-misc/xdg-utils + dev-perl/RPC-XML + dev-perl/Term-ReadLine-Perl + hamlib? ( media-libs/hamlib ) + portaudio? ( >=media-libs/portaudio-19_pre20071207 ) + pulseaudio? ( media-sound/pulseaudio ) + sndfile? ( >=media-libs/libsndfile-1.0.10 )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + econf $(use_with sndfile) \ + $(use_with portaudio) \ + $(use_with hamlib) \ + $(use_enable nls) \ + $(use_with pulseaudio) \ + --disable-silent-rules \ + --without-asciidoc +} |