public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-mplayer/
Date: Sun, 16 Sep 2018 08:03:29 +0000 (UTC)	[thread overview]
Message-ID: <1537084992.20777ad8fcee2e5734826d1c23b0ea1c292b1ec7.asturm@gentoo> (raw)

commit:     20777ad8fcee2e5734826d1c23b0ea1c292b1ec7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 23:14:30 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 08:03:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20777ad8

media-video/gnome-mplayer: Drop USE musicbrainz

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild    | 75 ++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild b/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild
new file mode 100644
index 00000000000..bd9fa8ca7f6
--- /dev/null
+++ b/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="A GTK+ interface to MPlayer"
+HOMEPAGE="https://code.google.com/p/gnome-mplayer/"
+SRC_URI="https://${PN}.googlecode.com/svn/packages/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+IUSE="alsa +dbus +dconf gda gnome ipod libnotify pulseaudio"
+
+COMMON_DEPEND=">=dev-libs/glib-2.30
+	>=media-libs/gmtk-${PV}[dconf=]
+	>=x11-libs/gtk+-3.2:3
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	alsa? ( media-libs/alsa-lib )
+	dbus? ( >=dev-libs/dbus-glib-0.100 )
+	gda? ( gnome-extra/libgda:5 )
+	gnome? ( gnome-base/nautilus )
+	ipod? ( >=media-libs/libgpod-0.7 )
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+	pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )"
+RDEPEND="${COMMON_DEPEND}
+	x11-themes/gnome-icon-theme-symbolic
+	>=media-video/mplayer-1.0_rc4_p20100101[libass]"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+DOCS="ChangeLog README DOCS/*.txt DOCS/tech/*.txt"
+
+src_configure() {
+	# TODO: temporarily --disable-nemo only because it's untested and new feature in 1.0.9
+	econf \
+		--enable-gtk3 \
+		$(use_enable gnome nautilus) \
+		--disable-nemo \
+		--with-gio \
+		$(use_with dbus) \
+		$(use_with gda libgda) \
+		$(use_with alsa) \
+		$(use_with pulseaudio) \
+		$(use_with libnotify) \
+		$(use_with ipod libgpod) \
+		--without-libmusicbrainz3
+}
+
+src_install() {
+	default
+	rm -rf "${ED}"/usr/share/doc/${PN}
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+	gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+	gnome2_schemas_update
+}


             reply	other threads:[~2018-09-16  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-16  8:03 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-26 11:51 [gentoo-commits] repo/gentoo:master commit in: media-video/gnome-mplayer/ Michał Górny
2018-06-09 14:15 Aaron Bauman

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=1537084992.20777ad8fcee2e5734826d1c23b0ea1c292b1ec7.asturm@gentoo \
    --to=asturm@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