From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gmusicbrowser/
Date: Mon, 8 May 2017 17:02:22 +0000 (UTC) [thread overview]
Message-ID: <1494262927.c36ab58ac6a228a2b396c663d4ed374b47353c95.mgorny@gentoo> (raw)
commit: c36ab58ac6a228a2b396c663d4ed374b47353c95
Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Mon May 8 08:08:42 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 8 17:02:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36ab58a
media-sound/gmusicbrowser: sync release & git (9999) ebuilds
Closes: https://github.com/gentoo/gentoo/pull/4452
.../gmusicbrowser-1.1.15_p20160530.ebuild | 18 ++++++++++-----
.../gmusicbrowser/gmusicbrowser-9999.ebuild | 27 +++++++++++-----------
2 files changed, 25 insertions(+), 20 deletions(-)
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild
index b352d2a875f..f5ce7149e05 100644
--- a/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild
+++ b/media-sound/gmusicbrowser/gmusicbrowser-1.1.15_p20160530.ebuild
@@ -3,17 +3,25 @@
EAPI=6
-GIT_COMMIT="853840eb9dad0b59ad2dac5d303f5929b2f09f21"
-
inherit eutils fdo-mime gnome2-utils
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://github.com/squentin/gmusicbrowser.git"
+ inherit git-r3
+ SRC_URI=""
+ KEYWORDS=""
+else
+ GIT_COMMIT="853840eb9dad0b59ad2dac5d303f5929b2f09f21"
+ SRC_URI="https://github.com/squentin/gmusicbrowser/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${PN}-${GIT_COMMIT}"
+fi
+
DESCRIPTION="An open-source jukebox for large collections of mp3/ogg/flac files"
HOMEPAGE="http://gmusicbrowser.org/"
-SRC_URI="https://github.com/squentin/gmusicbrowser/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
IUSE="dbus doc extras gstreamer libnotify mplayer"
GSTREAMER_DEPEND="dev-perl/Glib-Object-Introspection"
@@ -38,8 +46,6 @@ RDEPEND="dev-lang/perl
DEPEND="sys-devel/gettext
doc? ( dev-perl/Text-Markdown )"
-S="${WORKDIR}/${PN}-${GIT_COMMIT}"
-
src_compile() {
emake MARKDOWN=$(usex doc "Markdown.pl" "echo")
}
diff --git a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
index c1e4914b4f0..f5ce7149e05 100644
--- a/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
+++ b/media-sound/gmusicbrowser/gmusicbrowser-9999.ebuild
@@ -3,15 +3,25 @@
EAPI=6
-inherit eutils fdo-mime git-r3 gnome2-utils
+inherit eutils fdo-mime gnome2-utils
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://github.com/squentin/gmusicbrowser.git"
+ inherit git-r3
+ SRC_URI=""
+ KEYWORDS=""
+else
+ GIT_COMMIT="853840eb9dad0b59ad2dac5d303f5929b2f09f21"
+ SRC_URI="https://github.com/squentin/gmusicbrowser/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${PN}-${GIT_COMMIT}"
+fi
DESCRIPTION="An open-source jukebox for large collections of mp3/ogg/flac files"
HOMEPAGE="http://gmusicbrowser.org/"
-EGIT_REPO_URI="git://github.com/squentin/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS=""
IUSE="dbus doc extras gstreamer libnotify mplayer"
GSTREAMER_DEPEND="dev-perl/Glib-Object-Introspection"
@@ -50,20 +60,9 @@ src_install() {
einstalldocs
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
-
- elog "Gmusicbrowser supports gstreamer, mplayer, mpv and mpg123/ogg123..."
- elog "for audio playback. Needed dependencies:"
- elog " Gstreamer: ${GSTREAMER_DEPEND}"
- elog " mplayer: ${MPLAYER_DEPEND}"
- elog " mpv: ${MPV_DEPEND}"
- elog " mpg123/ogg123...: ${OTHER_DEPEND}"
}
pkg_postrm() {
next reply other threads:[~2017-05-08 17:02 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-08 17:02 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-03 21:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/gmusicbrowser/ Matt Turner
2021-04-26 15:28 Miroslav Šulc
2021-04-26 10:34 Sam James
2021-04-22 12:08 Sam James
2021-03-16 10:32 Miroslav Šulc
2021-03-16 10:32 Miroslav Šulc
2021-03-16 10:32 Miroslav Šulc
2021-03-16 10:32 Miroslav Šulc
2020-05-16 7:09 Joonas Niilola
2020-02-05 0:08 Miroslav Šulc
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2019-12-25 12:23 Miroslav Šulc
2019-12-25 12:23 Miroslav Šulc
2019-06-05 8:59 David Seifert
2019-04-08 17:38 Aaron Bauman
2018-04-20 19:45 David Seifert
2017-05-08 17:02 Michał Górny
2017-03-19 4:12 Kent Fredric
2017-03-17 22:57 Andreas Hüttel
2017-03-17 10:34 Agostino Sarubbo
2017-02-14 21:44 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-11-06 19:33 David Seifert
2016-10-22 12:01 David Seifert
2016-10-22 12:01 David Seifert
2015-08-22 0:36 Julian Ospald
2015-08-22 0:36 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1494262927.c36ab58ac6a228a2b396c663d4ed374b47353c95.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox