commit:     5e919beb6398455d79f9ab21e4399b8c701224ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 23:59:17 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 23:59:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e919beb

media-video/parole: Bump to 1.0.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-video/parole/Manifest            |  1 +
 media-video/parole/parole-1.0.5.ebuild | 64 ++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/media-video/parole/Manifest b/media-video/parole/Manifest
index 8cc2908cfc1..d470dabbfcb 100644
--- a/media-video/parole/Manifest
+++ b/media-video/parole/Manifest
@@ -1 +1,2 @@
 DIST parole-1.0.4.tar.bz2 921020 BLAKE2B 
c81b5d8773a933e7f3b2d3816401e5e833db58964623b1c40747b47632f594e9aaabde87d89de3c6e87b01b43ef9aef01194ab5a40ce2e36fe8909acceac5c3e
 SHA512 
5f67830e36b6ac41c85dbbb7d6b4e2dfbd037c9e8fe4f5ab5ef8c52ebe4c69b5a9bfdee298b174a85334a4ae9414ed3492994853896f745c489116359cc14969
+DIST parole-1.0.5.tar.bz2 929983 BLAKE2B 
542cee0e45b0f2219235211daf161984a50849cb864f00351c3f1c112b4a6cd11fdda4dd8b2fd6ebc0bf5984542135453bbf9180b458c6cfa76b740419806bfd
 SHA512 
458b042752919d4dd1bfdaceda2b281b07a3094d986a99ec2ff51c12b7ca32adba6ce67ecb67e9ab70bdf83cfa22f8b5027054e2c3a3cf71d50ec8b98eeb24df

diff --git a/media-video/parole/parole-1.0.5.ebuild 
b/media-video/parole/parole-1.0.5.ebuild
new file mode 100644
index 00000000000..9086cdac2e2
--- /dev/null
+++ b/media-video/parole/parole-1.0.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A simple Xfce4 media player using GStreamer"
+HOMEPAGE="https://docs.xfce.org/apps/parole/start";
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="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
+       >=x11-libs/gtk+-3.20:3
+       x11-libs/libX11
+       >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
+       >=xfce-base/libxfce4util-4.11:=
+       >=xfce-base/xfconf-4.10:=
+       libnotify? ( >=x11-libs/libnotify-0.7 )
+       taglib? ( >=media-libs/taglib-1.6:0= )"
+RDEPEND="${COMMON_DEPEND}
+       media-plugins/gst-plugins-meta:1.0"
+DEPEND="${COMMON_DEPEND}
+       dev-util/glib-utils
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig
+       x11-base/xorg-proto"
+
+DOCS=( AUTHORS ChangeLog README THANKS TODO )
+
+src_configure() {
+       local myconf=(
+               # clutter backend does not work with new GTK+3 versions
+               --disable-clutter
+               $(use_enable taglib)
+               $(use_enable libnotify notify-plugin)
+       )
+
+       econf "${myconf[@]}"
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       xdg_icon_cache_update
+}

Reply via email to