* [gentoo-commits] proj/gnome:master commit in: media-sound/goobox/
@ 2015-06-10 10:37 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 8a6cac9c2c7efb2d5ebb9e3a19f49b04e2e264c7
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 23:33:46 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 23:33:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8a6cac9c
media-sound/goobox: initial ebuild
wanted to try out this cd player/ripper.
media-sound/goobox/goobox-3.4.0.ebuild | 41 ++++++++++++++++++++++++++++++++++
media-sound/goobox/metadata.xml | 5 +++++
2 files changed, 46 insertions(+)
diff --git a/media-sound/goobox/goobox-3.4.0.ebuild b/media-sound/goobox/goobox-3.4.0.ebuild
new file mode 100644
index 0000000..7eb344c
--- /dev/null
+++ b/media-sound/goobox/goobox-3.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Goobox is a CD player for the GNOME desktop environment"
+HOMEPAGE="https://people.gnome.org/~paobac/goobox/"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=app-cdr/brasero-3
+ >=dev-libs/glib-2.36:2
+ media-libs/gstreamer:1.0
+ media-libs/libdiscid
+ media-libs/musicbrainz:5
+ media-plugins/gst-plugins-cdparanoia:1.0
+ media-plugins/gst-plugins-meta:1.0
+ >=x11-libs/gtk+-3.10:3
+ >=x11-libs/libnotify-0.4.3
+"
+DEPEND="${DEPEND}
+ dev-libs/libxml2
+ >=dev-util/intltool-0.35
+ virtual/pkgconfig
+"
+
+src_configure() {
+ # libcoverart is not available in tree
+ gnome2_src_configure \
+ --disable-libcoverart \
+ --enable-media-keys \
+ --enable-notification
+}
diff --git a/media-sound/goobox/metadata.xml b/media-sound/goobox/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/media-sound/goobox/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-sound/goobox/
@ 2015-12-13 17:51 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-13 17:51 UTC (permalink / raw
To: gentoo-commits
commit: 57c5127cfcc15dca4e0bab307c24b1fe3a7282f3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 17:41:34 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 17:41:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=57c5127c
media-sound/goobox: 3.4.0 → 3.4.1
media-sound/goobox/{goobox-3.4.0.ebuild => goobox-3.4.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-sound/goobox/goobox-3.4.0.ebuild b/media-sound/goobox/goobox-3.4.1.ebuild
similarity index 100%
rename from media-sound/goobox/goobox-3.4.0.ebuild
rename to media-sound/goobox/goobox-3.4.1.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-sound/goobox/
@ 2016-10-30 10:38 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-30 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 918c3efe47a9e3e16e77ed72b0b8556fbdb8b696
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 10:37:11 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 10:37:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=918c3efe
media-sound/goobox: 3.4.1 → 3.4.2
Add missing license, bump to EAPI=6, make libnotify optional.
media-sound/goobox/goobox-3.4.2.ebuild | 41 ++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/media-sound/goobox/goobox-3.4.2.ebuild b/media-sound/goobox/goobox-3.4.2.ebuild
new file mode 100644
index 0000000..6997f35
--- /dev/null
+++ b/media-sound/goobox/goobox-3.4.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Goobox is a CD player for the GNOME desktop environment"
+HOMEPAGE="https://people.gnome.org/~paobac/goobox/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libnotify"
+
+RDEPEND="
+ >=app-cdr/brasero-3
+ >=dev-libs/glib-2.36:2
+ media-libs/gstreamer:1.0
+ media-libs/libdiscid
+ media-libs/musicbrainz:5
+ media-plugins/gst-plugins-cdparanoia:1.0
+ media-plugins/gst-plugins-meta:1.0
+ >=x11-libs/gtk+-3.10:3
+ libnotify? ( >=x11-libs/libnotify-0.4.3 )
+"
+DEPEND="${DEPEND}
+ app-text/yelp-tools
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ # libcoverart is not available in tree
+ gnome2_src_configure \
+ --disable-libcoverart \
+ --enable-media-keys \
+ $(use_enable libnotify notification)
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-30 10:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-30 10:38 [gentoo-commits] proj/gnome:master commit in: media-sound/goobox/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2015-12-13 17:51 Gilles Dartiguelongue
2015-06-10 10:37 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox