public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/
Date: Mon,  2 Nov 2015 00:18:13 +0000 (UTC)	[thread overview]
Message-ID: <1446423483.291d5348bd1fdaaa22a1569c4f44990cb6c1a5cb.tamiko@gentoo> (raw)

commit:     291d5348bd1fdaaa22a1569c4f44990cb6c1a5cb
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  2 00:16:05 2015 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 00:18:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291d5348

media-sound/quodlibet: bump to version 3.5.1

Package-Manager: portage-2.2.23

 media-sound/quodlibet/Manifest               |  1 +
 media-sound/quodlibet/quodlibet-3.5.1.ebuild | 70 ++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest
index 3c0ca27..a527e19 100644
--- a/media-sound/quodlibet/Manifest
+++ b/media-sound/quodlibet/Manifest
@@ -1,3 +1,4 @@
 DIST quodlibet-2.6.3.tar.gz 2507416 SHA256 dff4ebb90c676678f72cecbff8ab15d80154354f40a865b6c9c82bb048d48a46 SHA512 ffbf03a4e0f1e5740b0c87ce62aa0cda33d017d0ee95dc6ecb3aeb8cadcde0fb525289658ea8edee088a382af4b261e44acb53cd0dc170520ed4070c8bf488e6 WHIRLPOOL 1ea653b1620170367cf7fa67519166c783192c0ee442598393699bc248cc697d608bf88903685e4ff39ec17b411c2be91d3807980951c61196436d0d23b88ca1
 DIST quodlibet-3.1.2.tar.gz 2615449 SHA256 3ef6320f4c72e2e759c2190e87749aae7b59c6b154f48d1102a142fbc961edbf SHA512 f2429606098b74b6affabaafe392ad99b2f739de0c858e4ba45a0e6416963f941fc8276f33e6c68ce54f8412c772399f0341757fbade8b57047d743518c37fe1 WHIRLPOOL 513be2c0c0aa9b0881fae9621d76a730417a309b55492031d1f91a5183ab6f4366b9418fd02c785178daf042e2abf726ce9945315f0cac38fd775ec73d529bc7
 DIST quodlibet-3.4.1.tar.gz 3318301 SHA256 0500f8f2e052a67e4397b8f7c634f800c9ce37c0456820aedbbef4003354ba78 SHA512 2f77825b696c9bdf411a039c234383ea728af0ca85d103082a17e3e9c8a13d180f06147c82fad1f0bb06c6e37e66ad99e8e5c227a8a32ed23ca981f33344ffc9 WHIRLPOOL 59858b25a13b2ec24ddd332f846713c65d5081843efdae98505879c21c430e56b0792c55790636977c09098a4aaf8250cbc93e7f4f1862dc2bcc55a7ba2f0871
+DIST quodlibet-3.5.1.tar.gz 3421676 SHA256 f168606ce931c30fcd478d354916bb07ae4ca9a61113af9b988e33f73adcb6c6 SHA512 c14447b17d15ad65fc54e4c81b26b190fa4622b1d83b0b7a4c85e42e332585fe067f93a2f0236bab20186072fb2af0a334bb2741660edb282f1e5e7a00a23c9d WHIRLPOOL 733a7bc88797561a27d2757422bb65bb09f366f91824772b54ac99aefa95b8769f1f566772424a8a819fc7e861bead048ab5c2f4ffc4656d46235454739d09b0

diff --git a/media-sound/quodlibet/quodlibet-3.5.1.ebuild b/media-sound/quodlibet/quodlibet-3.5.1.ebuild
new file mode 100644
index 0000000..cc3bacb
--- /dev/null
+++ b/media-sound/quodlibet/quodlibet-3.5.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1 gnome2-utils fdo-mime
+
+DESCRIPTION="audio library tagger, manager, and player for GTK+"
+HOMEPAGE="http://quodlibet.readthedocs.org"
+SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+dbus gstreamer ipod +udev"
+
+RDEPEND="dev-libs/keybinder:3[introspection]
+	dev-python/feedparser[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	>=media-libs/mutagen-1.22[${PYTHON_USEDEP}]
+	gstreamer? (
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+		media-libs/gst-plugins-good:1.0
+		media-plugins/gst-plugins-meta:1.0
+		)
+	!gstreamer? ( media-libs/xine-lib )
+	dbus? (
+		app-misc/media-player-info
+		dev-python/dbus-python[${PYTHON_USEDEP}]
+		)
+	ipod? ( media-libs/libgpod[python,${PYTHON_USEDEP}] )
+	udev? ( virtual/udev )
+	!media-plugins/quodlibet-plugins"
+DEPEND="dev-util/intltool"
+REQUIRED_USE="ipod? ( dbus )"
+
+S="${WORKDIR}/${PN}-release-${PV}/${PN}"
+
+src_prepare() {
+	local qlconfig=${PN}/config.py
+
+	if ! use gstreamer; then
+		sed -i -e '/backend/s:gstbe:xinebe:' ${qlconfig} || die
+	fi
+
+	sed -i -e '/gst_pipeline/s:"":"alsasink":' ${qlconfig} || die
+
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc NEWS README
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2015-11-02  0:18 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02  0:18 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-31 19:40 [gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/ Sam James
2024-07-31 19:14 Arthur Zamarin
2024-07-31 19:14 Arthur Zamarin
2024-07-31 18:44 Sam James
2024-07-04 14:00 Miroslav Šulc
2024-07-03 21:48 Matthias Maier
2024-03-04 10:33 Miroslav Šulc
2024-03-02 14:47 Arthur Zamarin
2024-02-27 23:42 Sam James
2024-02-17 14:48 Sam James
2024-02-16 19:25 Sam James
2024-02-16 19:25 Sam James
2024-01-17  6:34 Sam James
2024-01-17  6:34 Sam James
2023-12-06 12:32 Miroslav Šulc
2023-12-05 20:37 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-09-26 12:29 Arthur Zamarin
2023-08-27  7:04 Miroslav Šulc
2022-11-18  7:23 Miroslav Šulc
2022-05-06  6:18 Miroslav Šulc
2022-05-05 20:28 Sam James
2022-05-05 17:45 Arthur Zamarin
2022-05-05  9:54 Jakov Smolić
2022-05-05  9:54 Jakov Smolić
2022-04-04  1:07 Sam James
2022-03-30  6:34 Miroslav Šulc
2021-07-05 13:54 Tobias Klausmann
2021-04-16  9:53 Tobias Klausmann
2021-04-11  0:13 Thomas Deutschmann
2021-04-09 22:22 Sam James
2021-03-20 13:30 Tobias Klausmann
2021-03-20 13:25 Tobias Klausmann
2021-01-01  1:06 Michał Górny
2020-05-18 21:13 Agostino Sarubbo
2020-05-18 21:10 Agostino Sarubbo
2020-05-18 15:12 Agostino Sarubbo
2020-05-18 15:11 Agostino Sarubbo
2020-04-22  8:17 Tobias Klausmann
2020-02-16 12:51 Tobias Klausmann
2020-01-27 13:46 Agostino Sarubbo
2020-01-27 12:29 Agostino Sarubbo
2020-01-27 12:13 Agostino Sarubbo
2020-01-27  9:33 Sergei Trofimovich
2020-01-26  3:32 Matthias Maier
2019-06-30 19:11 Matthias Maier
2019-06-30 18:20 Matthias Maier
2019-06-30 18:20 Matthias Maier
2019-02-22 11:08 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12 21:03 Sergei Trofimovich
2019-01-27 23:13 Andreas Sturmlechner
2019-01-27 23:13 Andreas Sturmlechner
2018-09-15 18:26 Sergei Trofimovich
2018-06-05 20:11 Matthias Maier
2018-06-05 20:11 Matthias Maier
2018-06-05 20:11 Matthias Maier
2018-04-28  6:43 Tobias Klausmann
2018-04-28  6:42 Tobias Klausmann
2018-04-27 21:24 Aaron Bauman
2018-04-26 19:22 Thomas Deutschmann
2018-04-20 19:45 David Seifert
2018-02-07  0:54 Matthias Maier
2017-09-06  1:48 Matthias Maier
2017-05-20 23:46 Michael Weber
2017-05-01 13:37 Agostino Sarubbo
2017-05-01  1:19 Matthias Maier
2017-02-16 13:16 Tobias Klausmann
2017-01-27 10:25 Tobias Klausmann
2017-01-26 18:59 Matthias Maier
2017-01-26 18:58 Matthias Maier
2017-01-03 19:29 Tobias Klausmann
2016-12-04 18:49 Tobias Klausmann
2016-09-20 16:30 Matthias Maier
2016-08-23 16:10 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-06-12  8:05 Matthias Maier
2016-02-28  5:25 Matthias Maier
2016-02-14 10:11 Agostino Sarubbo
2016-01-06  8:50 Matthias Maier
2015-09-14  3:39 Jeroen Roovers

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=1446423483.291d5348bd1fdaaa22a1569c4f44990cb6c1a5cb.tamiko@gentoo \
    --to=tamiko@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