Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/gnome-music/
Date: Sun, 29 Apr 2018 12:48:20
Message-Id: 1525006089.b92ef10efd86ee85811ba27d1322d16eaec143f1.sobhan@gentoo
1 commit: b92ef10efd86ee85811ba27d1322d16eaec143f1
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:48:09 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 12:48:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b92ef10e
7
8 media-sound/gnome-music: bump
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 media-sound/gnome-music/gnome-music-3.26.2.ebuild | 63 +++++++++++++++++++++++
14 media-sound/gnome-music/metadata.xml | 8 +++
15 2 files changed, 71 insertions(+)
16
17 diff --git a/media-sound/gnome-music/gnome-music-3.26.2.ebuild b/media-sound/gnome-music/gnome-music-3.26.2.ebuild
18 new file mode 100644
19 index 00000000..683565a3
20 --- /dev/null
21 +++ b/media-sound/gnome-music/gnome-music-3.26.2.ebuild
22 @@ -0,0 +1,63 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +PYTHON_COMPAT=( python{3_4,3_5} )
28 +
29 +inherit gnome2 python-single-r1
30 +
31 +DESCRIPTION="Music management for Gnome"
32 +HOMEPAGE="https://wiki.gnome.org/Apps/Music"
33 +
34 +LICENSE="GPL-2+"
35 +SLOT="0"
36 +IUSE=""
37 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 +
39 +KEYWORDS="~amd64 ~x86"
40 +
41 +COMMON_DEPEND="
42 + ${PYTHON_DEPS}
43 + >=app-misc/tracker-1.99.1[introspection(+)]
44 + >=dev-python/pygobject-3.21.1:3[cairo,${PYTHON_USEDEP}]
45 + >=dev-libs/glib-2.28:2
46 + >=dev-libs/gobject-introspection-1.35.9:=
47 + >=media-libs/grilo-0.3.4:0.3[introspection]
48 + >=media-libs/libmediaart-1.9.1:2.0[introspection]
49 + >=x11-libs/gtk+-3.19.3:3[introspection]
50 +"
51 +# xdg-user-dirs-update needs to be there to create needed dirs
52 +# https://bugzilla.gnome.org/show_bug.cgi?id=731613
53 +RDEPEND="${COMMON_DEPEND}
54 + || (
55 + app-misc/tracker[gstreamer]
56 + app-misc/tracker[ffmpeg]
57 + )
58 + x11-libs/libnotify[introspection]
59 + dev-python/dbus-python[${PYTHON_USEDEP}]
60 + dev-python/requests[${PYTHON_USEDEP}]
61 + media-libs/gstreamer:1.0[introspection]
62 + media-libs/gst-plugins-base:1.0[introspection]
63 + media-plugins/gst-plugins-meta:1.0
64 + media-plugins/grilo-plugins:0.3[tracker]
65 + x11-misc/xdg-user-dirs
66 +"
67 +DEPEND="${COMMON_DEPEND}
68 + app-text/yelp-tools
69 + >=dev-util/intltool-0.26
70 + virtual/pkgconfig
71 +"
72 +
73 +pkg_setup() {
74 + python_setup
75 +}
76 +
77 +src_prepare() {
78 + sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed"
79 + gnome2_src_prepare
80 +}
81 +
82 +src_install() {
83 + gnome2_src_install
84 + python_fix_shebang "${D}"usr/bin/gnome-music
85 +}
86
87 diff --git a/media-sound/gnome-music/metadata.xml b/media-sound/gnome-music/metadata.xml
88 new file mode 100644
89 index 00000000..39980802
90 --- /dev/null
91 +++ b/media-sound/gnome-music/metadata.xml
92 @@ -0,0 +1,8 @@
93 +<?xml version="1.0" encoding="UTF-8"?>
94 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
95 +<pkgmetadata>
96 +<maintainer type="project">
97 + <email>gnome@g.o</email>
98 + <name>Gentoo GNOME Desktop</name>
99 +</maintainer>
100 +</pkgmetadata>