[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2018-01-01 Thread Sebastian Pipping
commit: 2aafff398a8779a06b75fb47ea2ff2e31d08e54a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan  1 18:48:23 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan  1 18:48:23 2018 +
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 000..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
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-10-30 Thread Sebastian Pipping
commit: 24ebff123b09bb0f5c44f74532f1a79c8871cc75
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Oct 30 13:11:39 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Oct 30 14:04:57 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=24ebff12

media-sound/sayonara-player: 0.9.2_p11_p20161030

 .../sayonara-player-0.9.2_p11_p20161030.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p11_p20161030.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p11_p20161030.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p11_p20161030.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit 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/libmtp
+   >=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}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+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"
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-10-15 Thread Sebastian Pipping
commit: 98c0850ce8b196e2fdb4ad4927bc552fb1ff2dbf
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Oct 15 13:57:27 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Oct 15 13:57:27 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=98c0850c

media-sound/sayonara-player: 0.9.2_p8_p20161013

 .../sayonara-player-0.9.2_p8_p20161013.ebuild  | 53 ++
 1 file changed, 53 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p8_p20161013.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p8_p20161013.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p8_p20161013.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit 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/libmtp
+   >=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}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+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"
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-10-11 Thread Sebastian Pipping
commit: 9fd989311d1ec001f735117a336197cef9ac6fdf
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Oct 11 20:45:38 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Oct 11 20:45:38 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=9fd98931

media-sound/sayonara-player: 0.9.2_p6_p20161010

 .../sayonara-player-0.9.2_p6_p20161010.ebuild  | 53 ++
 1 file changed, 53 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit 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/libmtp
+   >=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}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+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"
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-10-10 Thread Sebastian Pipping
commit: 3446fda7bc427afbf6aeef8be988fa7fb63fabda
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Oct 10 19:26:39 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Oct 10 19:26:39 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=3446fda7

media-sound/sayonara-player: 0.9.2_p5_p20161009

 .../sayonara-player-0.9.2_p5_p20161009.ebuild  | 53 ++
 1 file changed, 53 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p5_p20161009.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p5_p20161009.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p5_p20161009.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit 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/libmtp
+   >=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}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+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"
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/, media-sound/sayonara-player/files/

2016-09-28 Thread Sebastian Pipping
commit: cff29deb08e6117d49248bb471c9f4a611511e94
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Sep 28 19:07:24 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Sep 28 19:07:24 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=cff29deb

media-sound/sayonara-player: 0.9.2_p4_p20160920

 ...ayonara-player-0.9.2_p4_p20160920-updates.patch | 25 ++
 .../sayonara-player-0.9.2_p4_p20160920.ebuild  | 53 ++
 2 files changed, 78 insertions(+)

diff --git 
a/media-sound/sayonara-player/files/sayonara-player-0.9.2_p4_p20160920-updates.patch
 
b/media-sound/sayonara-player/files/sayonara-player-0.9.2_p4_p20160920-updates.patch
new file mode 100644
index 000..abd72bc
--- /dev/null
+++ 
b/media-sound/sayonara-player/files/sayonara-player-0.9.2_p4_p20160920-updates.patch
@@ -0,0 +1,25 @@
+From 1273b3f5d47385126a9dcbc192c17308cc867927 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 28 Sep 2016 14:32:47 +0200
+Subject: [PATCH] Disable checks for new releases
+
+---
+ src/Helper/Settings/SettingRegistry.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Helper/Settings/SettingRegistry.cpp 
b/src/Helper/Settings/SettingRegistry.cpp
+index 660bb3d..0fa4163 100644
+--- a/src/Helper/Settings/SettingRegistry.cpp
 b/src/Helper/Settings/SettingRegistry.cpp
+@@ -100,7 +100,7 @@ bool SettingRegistry::init(){
+   register_setting( Set::Player_Min2Tray, "min_to_tray", false );
+   register_setting( Set::Player_StartInTray, "start_in_tray", false );
+   register_setting( Set::Player_ShowTrayIcon, "show_tray_icon", true );
+-  register_setting( Set::Player_NotifyNewVersion, "notify_new_version", 
true );
++  register_setting( Set::Player_NotifyNewVersion, "notify_new_version", 
false );
+   register_setting( Set::Player_SplitterState ,"splitter_state_player", 
QByteArray());
+   register_setting( Set::Player_Shortcuts, "shortcuts", RawShortcutMap());
+ 
+-- 
+2.10.0
+

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p4_p20160920.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p4_p20160920.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p4_p20160920.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit 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/libmtp
+   >=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}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+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"
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-08-15 Thread Sebastian Pipping
commit: f267cde6c62c100bf24e2e7010386ca416a75a45
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Aug 15 22:07:41 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Aug 15 22:07:41 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f267cde6

media-sound/sayonara-player: Fix build-type issue

 media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
index 04816ca..99cd705 100644
--- a/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
+++ b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+CMAKE_BUILD_TYPE=None
 inherit cmake-utils
 
 MY_PV=${PV/_p/-git}; MY_PV=${MY_PV/_p/-}
@@ -40,7 +41,7 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}"/${PN}
 
 src_configure() {
-   CXXFLAGS="${CXXFLAGS} -std=c++11 -fPIC" \
+   CXXFLAGS="${CXXFLAGS}" \
cmake-utils_src_configure
 }
 



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-08-14 Thread Sebastian Pipping
commit: 9e431619190412513cf3b9091648771d3d080a56
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Aug 14 21:35:17 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Aug 14 21:35:17 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=9e431619

media-sound/sayonara-player: 0.9.0_p3_p20160607

 media-sound/sayonara-player/metadata.xml   |  7 +++
 .../sayonara-player-0.9.0_p3_p20160607.ebuild  | 52 ++
 2 files changed, 59 insertions(+)

diff --git a/media-sound/sayonara-player/metadata.xml 
b/media-sound/sayonara-player/metadata.xml
new file mode 100644
index 000..82b7b79
--- /dev/null
+++ b/media-sound/sayonara-player/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   
+

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
new file mode 100644
index 000..04816ca
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit 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/libmtp
+   >=media-libs/taglib-1.6
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   sys-libs/zlib
+   "
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   "
+
+S="${WORKDIR}"/${PN}
+
+src_configure() {
+   CXXFLAGS="${CXXFLAGS} -std=c++11 -fPIC" \
+   cmake-utils_src_configure
+}
+
+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"
+}