From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-sound/gqradio/Manifest | 1 + .../gqradio/files/gqradio-1.9.2-underlinking.patch | 19 +++++++++++++++ media-sound/gqradio/gqradio-1.9.2.ebuild | 27 ++++++++++++++++++++++ media-sound/gqradio/metadata.xml | 14 +++++++++++ 4 files changed, 61 insertions(+) create mode 100644 media-sound/gqradio/Manifest create mode 100644 media-sound/gqradio/files/gqradio-1.9.2-underlinking.patch create mode 100644 media-sound/gqradio/gqradio-1.9.2.ebuild create mode 100644 media-sound/gqradio/metadata.xml (limited to 'media-sound/gqradio') diff --git a/media-sound/gqradio/Manifest b/media-sound/gqradio/Manifest new file mode 100644 index 000000000000..2ae483d7c902 --- /dev/null +++ b/media-sound/gqradio/Manifest @@ -0,0 +1 @@ +DIST gqradio-1.9.2.tar.gz 444114 SHA256 8c00b589c2faab3fdb5053f8d47abc883ee9fc44702a34bd049ebde8a1adcfef SHA512 7b749f03ff110b78a644fc6b574f5a9d9d3a6db22976c4c8871b8f5c781515d29112745df5b5a4a70e4c48ba3cc9fd4921af64de39415ac179f57a26d33a4e5a WHIRLPOOL 4589bec806e43290eb0efda1038afec69b27d9c71f517bd8c0fdae0d99477f335282b017deccac023e63f0adf46b4a12ceb11f38477983b115e179c20f351ac7 diff --git a/media-sound/gqradio/files/gqradio-1.9.2-underlinking.patch b/media-sound/gqradio/files/gqradio-1.9.2-underlinking.patch new file mode 100644 index 000000000000..bcedc3e40f10 --- /dev/null +++ b/media-sound/gqradio/files/gqradio-1.9.2-underlinking.patch @@ -0,0 +1,19 @@ +--- configure.in ++++ configure.in +@@ -30,6 +30,16 @@ + AC_DEFINE_UNQUOTED(GQRADIO_SKINDIR, "$prefix/share/gqradio/skins", [Location of skins]) + AC_DEFINE_UNQUOTED(GQRADIO_HELPDIR, "$prefix/share/doc/gqradio-$VERSION", [Location of documentation files]) + ++dnl Check for XInternAtom() in libX11 in order to prevent underlinking #492764 ++AC_SEARCH_LIBS([XInternAtom], [X11], [], [ ++ AC_MSG_ERROR([unable to find the XInternAtom() function]) ++]) ++ ++dnl Check for rintf() in libm ++AC_SEARCH_LIBS([rintf], [m], [], [ ++ AC_MSG_ERROR([unable to find the rintf() function]) ++]) ++ + ALL_LINGUAS="fr" + GETTEXT_PACKAGE=$PACKAGE + AC_SUBST(GETTEXT_PACKAGE) diff --git a/media-sound/gqradio/gqradio-1.9.2.ebuild b/media-sound/gqradio/gqradio-1.9.2.ebuild new file mode 100644 index 000000000000..f1f8084020d1 --- /dev/null +++ b/media-sound/gqradio/gqradio-1.9.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="An FM radio tuner app from the people who brought you GQmpeg" +HOMEPAGE="http://gqmpeg.sourceforge.net/radio.html" +SRC_URI="mirror://sourceforge/gqmpeg/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.4:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig" + +DOCS="AUTHORS ChangeLog README SKIN-SPECS TODO" + +src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch + eautoreconf +} diff --git a/media-sound/gqradio/metadata.xml b/media-sound/gqradio/metadata.xml new file mode 100644 index 000000000000..2946d7c23fef --- /dev/null +++ b/media-sound/gqradio/metadata.xml @@ -0,0 +1,14 @@ + + + + sound + + GQradio interfaces with radio cards through the video4linux API. + Stations can be tuned manually, set to presets, or auto seek can find + the next available frequency. The application supports theming (skins), + and includes a built-in skin editor. Skin formats are similar to GQmpeg. + + + gqmpeg + + -- cgit v1.2.3-65-gdbad