* [gentoo-commits] dev/xmw:master commit in: media-radio/linpsk/
@ 2012-03-03 10:33 Michael Weber
0 siblings, 0 replies; only message in thread
From: Michael Weber @ 2012-03-03 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 77b627a80b0bda2d3d4a434a2832bf21c0c25b8d
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 10:33:21 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 10:33:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=77b627a8
media-radio/linpsk: Initial import
(Portage version: 2.1.10.44/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
media-radio/linpsk/ChangeLog | 10 ++++++++
media-radio/linpsk/Manifest | 14 +++++++++++
media-radio/linpsk/linpsk-1.1.ebuild | 41 ++++++++++++++++++++++++++++++++++
media-radio/linpsk/metadata.xml | 9 +++++++
4 files changed, 74 insertions(+), 0 deletions(-)
diff --git a/media-radio/linpsk/ChangeLog b/media-radio/linpsk/ChangeLog
new file mode 100644
index 0000000..de5754a
--- /dev/null
+++ b/media-radio/linpsk/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-radio/linpsk
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*linpsk-1.1 (03 Mar 2012)
+
+ 03 Mar 2012; Michael Weber <xmw@gentoo.org> +linpsk-1.1.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/media-radio/linpsk/Manifest b/media-radio/linpsk/Manifest
new file mode 100644
index 0000000..0aef6cf
--- /dev/null
+++ b/media-radio/linpsk/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST linpsk-1.1.tgz 116179 RMD160 d2231e14b1b007e71902ec30f5d1a00d1830eecd SHA1 523a3b6f944845b5ebdcb71db84a8142c9a8dbaa SHA256 92a0020585613b9d22e74d4d1c70f8477011e897ccfb699bf15c970ffec389ea
+EBUILD linpsk-1.1.ebuild 1032 RMD160 b59ca5e95c3970969af075b62b3a6ce815f8fec4 SHA1 d18d4ea3f6d418e011d44168ff173c7543c0c992 SHA256 b820be934872fa79bf60596f13e9136a3f8dd400f2e3255e835364c641fd9cae
+MISC ChangeLog 248 RMD160 735b19a41226d0afdec2e5629988ef51c0796dea SHA1 66b8247686728a6b3c47611f62dd54d8738caa0c SHA256 51ecc7d107b3222b7f2b583b25447a4db1a4fd8f1be741f9ed089f8563fe4f86
+MISC metadata.xml 224 RMD160 2a7e22a99ec669c5b961c3d1738a0cda58264318 SHA1 f6fd81fac4df7d7995b1600848b265fceda692f8 SHA256 f810c6de744adceee241992d3f713142db3e7025986f6cc5898cfe3c9cb2f4a7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk9R83AACgkQknrdDGLu8JBnLAEAj3JfOFLOIdcxnvWxepzDcpw7
+mP7AUrftH/snZ9ZHxsAA/jQOOpXF0kJonf6kfp5cqXui/eUIdj687jFyxd7q7LaP
+=X1A2
+-----END PGP SIGNATURE-----
diff --git a/media-radio/linpsk/linpsk-1.1.ebuild b/media-radio/linpsk/linpsk-1.1.ebuild
new file mode 100644
index 0000000..ab7bc43
--- /dev/null
+++ b/media-radio/linpsk/linpsk-1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt4-r2
+
+DESCRIPTION="PSK31 encoder/decoder using alsa and qt4"
+HOMEPAGE="http://linpsk.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="media-libs/alsa-lib
+ sci-libs/fftw:3.0
+ x11-libs/qt-gui:4"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ sed -e '/^target.path/s:local/::' \
+ -i src/src.pro || die
+}
+
+src_install() {
+ qt4-r2_src_install
+
+ dodoc ChangeLog asoundrc
+
+ elog "LinPSK now uses the alsa sound system."
+ elog "The names of the used alsa devices are LinPSK_Record and LinPSK_Play."
+ elog "To map these names to your soundcard edit the file asoundrc in the linpsk directory"
+ elog "appropriately and append it to .asoundrc in your homedirectory."
+ elog "If no .asoundrc exists copy the edited asoundrc to .asoundrc in your homedirectory."
+ elog "You can find it at ${ROOT}usr/share/doc/${PF}."
+}
diff --git a/media-radio/linpsk/metadata.xml b/media-radio/linpsk/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/media-radio/linpsk/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-03 10:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-03 10:33 [gentoo-commits] dev/xmw:master commit in: media-radio/linpsk/ Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox