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: Fri, 16 Oct 2015 10:23:58 +0000 (UTC) [thread overview]
Message-ID: <1444991035.c45be02b61f7adde7ca8bb6a676719ead9e88d80.mgorny@gentoo> (raw)
commit: c45be02b61f7adde7ca8bb6a676719ead9e88d80
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 10:19:52 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 10:23:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45be02b
media-video/parole: Version bump to 0.8.1 (minor bugfixes)
Package-Manager: portage-2.2.23
media-video/parole/Manifest | 1 +
media-video/parole/parole-0.8.1.ebuild | 51 ++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index 6021178..1941e43 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -2,3 +2,4 @@ DIST parole-0.5.4.tar.bz2 669806 SHA256 c0f4bd7b45a016a0a84ec86336b912d0a12388e2
DIST parole-0.6.1.tar.bz2 678053 SHA256 cdff0006e36b30aa18168a5cb3b6de2e94fe55ccbc4d36c47f4448fd67379c08 SHA512 2d183596b7cd77b6ff7ce04eecd81ec837c1ec235dc9d116e1212df83da111fc9cb378daef5e83e7f55845148e2812454b88b3ed36be21fa7e08e405422cc4c4 WHIRLPOOL bfc6273d3368bf079060d1c4cebcb213c78023588058674760cc6f56219e105564314ca710e2baa8bb344be4b548df24a89f1338b6dfadaad8ab08bcc1b0e773
DIST parole-0.7.0.tar.bz2 679514 SHA256 91a2cedfa7cc9a0ff39618af05c3757f0a4003a3507e9efe3a48e8a324db3a7c SHA512 bb6516638fba2ed6c592f3fbe6d764e384e8f8d98d10f0888fb5d1e326eaedc4e290b4633cf42949a80abca59282e44d73f7f6690303484eab6caf78efd05445 WHIRLPOOL acf721ae661342ae3ba8d7350124e60f83115e51626e8680833e2157298542347c6d1095896b5495fc228afc269fed401bcd07b4fdb8002a1af3c1d258e45fe4
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
diff --git a/media-video/parole/parole-0.8.1.ebuild b/media-video/parole/parole-0.8.1.ebuild
new file mode 100644
index 0000000..c2cfeb8
--- /dev/null
+++ b/media-video/parole/parole-0.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
+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 debug 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"
+
+pkg_setup() {
+ XFCONF=(
+ $(use_enable clutter)
+ $(use_enable taglib)
+ $(use_enable libnotify notify-plugin)
+ $(xfconf_use_debug)
+ --with-gstreamer=1.0
+ )
+
+ DOCS=( AUTHORS ChangeLog README THANKS TODO )
+}
next reply other threads:[~2015-10-16 10:24 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-16 10:23 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-20 12:31 [gentoo-commits] repo/gentoo:master commit in: media-video/parole/ Tobias Klausmann
2017-02-16 21:06 Michał Górny
2017-02-26 19:15 Michał Górny
2017-06-06 9:23 Michał Górny
2017-06-06 9:23 Michał Górny
2017-06-09 7:39 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-04-12 19:12 Michał Górny
2018-10-03 8:00 Michał Górny
2018-10-03 8:00 Michał Górny
2018-11-11 19:07 Michał Górny
2018-11-11 20:06 Michał Górny
2018-11-12 13:45 Mikle Kolyada
2019-04-04 14:27 Michał Górny
2019-05-11 17:57 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-05-24 22:20 Michał Górny
2019-07-27 12:25 Michał Górny
2019-08-11 19:13 Michał Górny
2019-11-16 0:19 Michał Górny
2019-12-31 7:43 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2020-01-03 8:38 Michał Górny
2020-12-27 19:43 Michał Górny
2021-01-11 9:21 Michał Górny
2021-02-19 4:19 Sam James
2021-02-19 16:11 Sam James
2023-02-19 3:55 Michał Górny
2023-04-08 17:31 Arthur Zamarin
2023-04-08 17:55 Arthur Zamarin
2023-04-08 18:45 Michał Górny
2023-12-01 5:39 Michał Górny
2023-12-01 21:58 Michał Górny
2024-01-05 13:21 Jakov Smolić
2024-01-07 5:57 WANG Xuerui
2024-01-17 2:46 Ionen Wolkens
2024-01-17 2:46 Ionen Wolkens
2024-01-17 9:38 Michał Górny
2024-01-23 5:07 Ionen Wolkens
2024-01-24 4:57 Ionen Wolkens
2024-01-25 9:21 Sam James
2024-01-25 9:21 Sam James
2024-02-10 6:58 Ionen Wolkens
2024-12-25 17:05 Michał Górny
2025-01-25 10:52 Sam James
2025-01-25 11:00 Sam James
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=1444991035.c45be02b61f7adde7ca8bb6a676719ead9e88d80.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