public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/parole/
Date: Thu, 16 Feb 2017 21:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1487279179.fb6dd57cf322082544a097449d8c8351a9e4b3b4.mgorny@gentoo> (raw)

commit:     fb6dd57cf322082544a097449d8c8351a9e4b3b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 20:44:18 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 21:06:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6dd57c

media-video/parole: Bump to 0.9.0, EAPI=6

 media-video/parole/Manifest            |  1 +
 media-video/parole/parole-0.9.0.ebuild | 51 ++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index e63c8d257a..f761e62f03 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -1,2 +1,3 @@
 DIST parole-0.8.0.tar.bz2 813553 SHA256 2d966aeb426de81d992829e33b3f66185b19fd031a1891968b3a40d6d50239cc SHA512 d8c3d6ee411e8bb05e3b03408da56d80154313e1f4817cdd1d75fb0ae25f2761362255ba55b513d551383f8a2808603dbd4949c847d815c0a41516edeb673afe WHIRLPOOL 239d1b616d1ce7282cf818164276a93c669c54d4682c8cb47fcf6089b1f51eb9a77ef8dfe65423dfaae9eb11c95b37d9b761d47a27ff1a54c4389e61a3a26765
 DIST parole-0.8.1.tar.bz2 814827 SHA256 4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fcbd80f4 SHA512 73c27022331828adb7b5805245ce97f03f4848c569125529436e82651da61e28f4d4a834468d6e4c165754f2fd9664eded9a7e15fc86f067d9b2c7c54afff3ee WHIRLPOOL b1b7d422abdc293361199e1aaef9b98cb883503e1289da3d71933dfcb32d5e5b5f8bc1fbbb5fa41305b2753d5527b92fc2e952c20742676d3da7ebe43edcace5
+DIST parole-0.9.0.tar.bz2 881970 SHA256 656712d30fd2f63374d4d4d76e699fe2ef77290cc2600c126050c699b3fec185 SHA512 5218161b462e6b08c3997725de83fd73c56ed5630aacd9e2c203d917827f08acc86999f57fa0d96501ad9746f54382329ed4d4df4e88201343bd06550a76a61e WHIRLPOOL d51ba1f97343a580f78c4321ccba11d4cb8e5c358f4de72affc8b75314bee67a0322df5f7b74dea1fbeebb2bfb36b79f869c09e94a5b0b49a1825768046808cd

diff --git a/media-video/parole/parole-0.9.0.ebuild b/media-video/parole/parole-0.9.0.ebuild
new file mode 100644
index 0000000000..7d1ebb004c
--- /dev/null
+++ b/media-video/parole/parole-0.9.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A simple Xfce4 media player using GStreamer"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/parole/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="clutter libnotify taglib"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+	>=dev-libs/glib-2.32:2=
+	media-libs/gstreamer:1.0=
+	media-libs/gst-plugins-base:1.0=
+	sys-apps/dbus:0=
+	>=x11-libs/gtk+-3.2:3=
+	x11-libs/libX11:0=
+	>=xfce-base/libxfce4ui-4.11:0=[gtk3(+)]
+	>=xfce-base/libxfce4util-4.11:0=
+	>=xfce-base/xfconf-4.10:0=
+	clutter? (
+		>=media-libs/clutter-1.16.4:1.0=
+		>=media-libs/clutter-gtk-1.4.4:1.0=
+	)
+	libnotify? ( >=x11-libs/libnotify-0.7:0= )
+	taglib? ( >=media-libs/taglib-1.6:0= )"
+RDEPEND="${COMMON_DEPEND}
+	media-plugins/gst-plugins-meta:1.0"
+DEPEND="${COMMON_DEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+	x11-proto/xproto"
+
+DOCS=( AUTHORS ChangeLog README THANKS TODO )
+
+src_configure() {
+	local myconf=(
+		$(use_enable clutter)
+		$(use_enable taglib)
+		$(use_enable libnotify notify-plugin)
+		--with-gstreamer=1.0
+	)
+
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2017-02-16 21:06 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 21:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25 11:00 [gentoo-commits] repo/gentoo:master commit in: media-video/parole/ Sam James
2025-01-25 10:52 Sam James
2024-12-25 17:05 Michał Górny
2024-02-10  6:58 Ionen Wolkens
2024-01-25  9:21 Sam James
2024-01-25  9:21 Sam James
2024-01-24  4:57 Ionen Wolkens
2024-01-23  5:07 Ionen Wolkens
2024-01-17  9:38 Michał Górny
2024-01-17  2:46 Ionen Wolkens
2024-01-17  2:46 Ionen Wolkens
2024-01-07  5:57 WANG Xuerui
2024-01-05 13:21 Jakov Smolić
2023-12-01 21:58 Michał Górny
2023-12-01  5:39 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 17:55 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-02-19  3:55 Michał Górny
2021-02-19 16:11 Sam James
2021-02-19  4:19 Sam James
2021-01-11  9:21 Michał Górny
2020-12-27 19:43 Michał Górny
2020-01-03  8:38 Michał Górny
2019-12-31 14:02 Agostino Sarubbo
2019-12-31  7:43 Agostino Sarubbo
2019-11-16  0:19 Michał Górny
2019-08-11 19:13 Michał Górny
2019-07-27 12:25 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-16 23:56 Thomas Deutschmann
2019-05-11 17:57 Mikle Kolyada
2019-04-04 14:27 Michał Górny
2018-11-12 13:45 Mikle Kolyada
2018-11-11 20:06 Michał Górny
2018-11-11 19:07 Michał Górny
2018-10-03  8:00 Michał Górny
2018-10-03  8:00 Michał Górny
2018-04-12 19:12 Michał Górny
2018-04-08 17:28 Aaron Bauman
2017-06-09  7:39 Michał Górny
2017-06-06  9:23 Michał Górny
2017-06-06  9:23 Michał Górny
2017-02-26 19:15 Michał Górny
2016-12-20 12:31 Tobias Klausmann
2015-10-16 10:23 Michał Górny

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=1487279179.fb6dd57cf322082544a097449d8c8351a9e4b3b4.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