summaryrefslogtreecommitdiff
path: root/media-sound/gqradio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-sound/gqradio
reinit the tree, so we can have metadata
Diffstat (limited to 'media-sound/gqradio')
-rw-r--r--media-sound/gqradio/Manifest6
-rw-r--r--media-sound/gqradio/files/gqradio-1.9.2-underlinking.patch19
-rw-r--r--media-sound/gqradio/gqradio-1.9.2.ebuild26
-rw-r--r--media-sound/gqradio/metadata.xml17
4 files changed, 68 insertions, 0 deletions
diff --git a/media-sound/gqradio/Manifest b/media-sound/gqradio/Manifest
new file mode 100644
index 000000000000..b2b27d9f2f55
--- /dev/null
+++ b/media-sound/gqradio/Manifest
@@ -0,0 +1,6 @@
+AUX gqradio-1.9.2-underlinking.patch 642 SHA256 007a89279db3e907c33e8bc54bdf9929bb75236d196066ad46d77ce9f2bd403d SHA512 596dd4109ec4c1e356af0403e6195d3331102a96a14e6525874ed4044d9cae90e9a70942097fd57b70bccbcc3f3befc81e50324e8389df14bc3a6e6f093f468a WHIRLPOOL 73969be8148f7da3e2fd555ce1240c9ca8e78e7306dfef91401147ca6036ed4836b6d8a8e5fb72fe5ff3abf2974de41e1f60446e81490e6262847108ade3a5ce
+DIST gqradio-1.9.2.tar.gz 444114 SHA256 8c00b589c2faab3fdb5053f8d47abc883ee9fc44702a34bd049ebde8a1adcfef SHA512 7b749f03ff110b78a644fc6b574f5a9d9d3a6db22976c4c8871b8f5c781515d29112745df5b5a4a70e4c48ba3cc9fd4921af64de39415ac179f57a26d33a4e5a WHIRLPOOL 4589bec806e43290eb0efda1038afec69b27d9c71f517bd8c0fdae0d99477f335282b017deccac023e63f0adf46b4a12ceb11f38477983b115e179c20f351ac7
+EBUILD gqradio-1.9.2.ebuild 605 SHA256 41ac81cf019a3ce76445c0bccc9fa2edcabf26ef4ac999de31e1248b1d5f2c44 SHA512 4928f04866f9fc9b2c4ea70dcb63a33f31e237c30112581109e82a7234dcbea9c68cc95accbe0134fa925ebbf3d74d83072abca02486c5bf231d89e86a90ea49 WHIRLPOOL 572bafceed7ec9670f464c8d729b3c41a39d96878eb8c27d0d35debcb8471c78c56f03eef20adcca93ae61ee2a752885d546e907871a319581148a73131fec9b
+MISC ChangeLog 2473 SHA256 0dba984f68eb8e55b20485e18b9a7747bbfbaa563a63f8787d9128c142045497 SHA512 d0adaba64b9dd8c22ad37f34587e47bcf1533572929ea440340648cbafbdfa96749664d037c46d5bd632c55ede7d2defa724ef88aab18fc0c57ae8fc2bc382c5 WHIRLPOOL a6330b8ec9f2b27f9fceeac513c76653e2f6199b2e860073717193999468329c573393ce6d0a946d9affdfe260d5204e975207894d170da078db96a1bf8165ca
+MISC ChangeLog-2015 2421 SHA256 ea56dc29c7719924c011006dce5d2533e71d35e372d0d303a26ad925156a9d81 SHA512 6e30b0ccb68aadd5911b609894979b273006a78a6ff022b8aea93abda59eb6834db5100273f966412b89d127821f8fbc7ba06dcff0fbf22094585fb53bd64156 WHIRLPOOL 22198eca147a79bb2ef3ac84ab50b139e9ce60f9c3aba80fbfa4abb7969388d72db60058025eecedca26ea547f67fcef5e7eceb7cbf112d82c850bada6c2877b
+MISC metadata.xml 656 SHA256 89dcc65371885d1dcb4761a5662d5df633ad81f038f1dbc956a47c44c9a572db SHA512 944ed11ad30e97bc4266d63ff4b4bc17b37ee142e4ed8758cc8959fcfc18fb295afbfaba2eda07ec553b0a741eaa19ded8ac15f5e64316954fe167b9fa854cfd WHIRLPOOL 097638d216bef003408c378c64bfd250ab51d48dfcea9d3f851862b14de3545183ddd193646440daa15f6e05fc657b9748208f32584282b9983082cdad1f16f9
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..7f87210ea6e2
--- /dev/null
+++ b/media-sound/gqradio/gqradio-1.9.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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..9677f71ccfff
--- /dev/null
+++ b/media-sound/gqradio/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sound@gentoo.org</email>
+ <name>Gentoo Sound project</name>
+ </maintainer>
+ <longdescription>
+ 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.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">gqmpeg</remote-id>
+ </upstream>
+</pkgmetadata>