commit: 2aafff398a8779a06b75fb47ea2ff2e31d08e54a
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 18:48:23 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 18:48:23 2018 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2aafff39
media-sound/sayonara-player: 1.0.0_p1_p20171231
.../sayonara-player-1.0.0_p1_p20171231.ebuild | 55 ++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git
a/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild
b/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild
new file mode 100644
index 0000000..7183b7a
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-1.0.0_p1_p20171231.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=None
+inherit gnome2-utils xdg-utils eutils cmake-utils
+
+MY_PV=${PV/_p/-git}; MY_PV=${MY_PV/_p/-}
+DESCRIPTION="Small, clear and fast audio player for Linux"
+HOMEPAGE="https://sayonara-player.com/"
+SRC_URI="https://sayonara-player.com/sw/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+MIN_QT_VERSION=5.3
+
+RDEPEND="
+ dev-libs/glib:2
+ >=dev-qt/qtcore-${MIN_QT_VERSION}:5
+ >=dev-qt/qtdbus-${MIN_QT_VERSION}:5
+ >=dev-qt/qtgui-${MIN_QT_VERSION}:5
+ >=dev-qt/qtnetwork-${MIN_QT_VERSION}:5
+ >=dev-qt/qtsql-${MIN_QT_VERSION}:5[sqlite]
+ >=dev-qt/qtwidgets-${MIN_QT_VERSION}:5
+ >=dev-qt/qtxml-${MIN_QT_VERSION}:5
+ >=media-libs/taglib-1.6
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
+ media-plugins/gst-plugins-soundtouch:1.0
+ sys-libs/zlib
+ "
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ "
+
+S="${WORKDIR}"/${PN}
+
+pkg_postinst() {
+ elog "Optionally, install as well:"
+ elog " media-sound/lame"
+ elog " media-libs/gst-plugins-good:1.0"
+ elog " media-libs/gst-plugins-bad:1.0"
+
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+}