public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-08-14 21:38 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-08-14 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9e431619190412513cf3b9091648771d3d080a56
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 21:35:17 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 21:35:17 2016 +0000
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 0000000..82b7b79
--- /dev/null
+++ b/media-sound/sayonara-player/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sping@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

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 0000000..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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-08-15 22:23 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-08-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f267cde6c62c100bf24e2e7010386ca416a75a45
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 22:07:41 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 22:07:41 2016 +0000
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
 }
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-10-10 19:26 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-10-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3446fda7bc427afbf6aeef8be988fa7fb63fabda
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 19:26:39 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:26:39 2016 +0000
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 0000000..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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-10-11 20:45 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-10-11 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9fd989311d1ec001f735117a336197cef9ac6fdf
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 20:45:38 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 20:45:38 2016 +0000
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 0000000..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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-10-15 13:57 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-10-15 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     98c0850ce8b196e2fdb4ad4927bc552fb1ff2dbf
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:57:27 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:57:27 2016 +0000
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 0000000..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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2016-10-30 14:10 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2016-10-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     24ebff123b09bb0f5c44f74532f1a79c8871cc75
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 13:11:39 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 14:04:57 2016 +0000
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 0000000..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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2017-05-13 21:24 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2017-05-13 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     994b5a1523619a3ddd0e31e14bf77549da487e51
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 21:22:01 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat May 13 21:22:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=994b5a15

media-sound/sayonara-player: 0.9.3_p2_p20170509

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

diff --git a/media-sound/sayonara-player/sayonara-player-0.9.3_p2_p20170509.ebuild b/media-sound/sayonara-player/sayonara-player-0.9.3_p2_p20170509.ebuild
new file mode 100644
index 0000000..2a333cf
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.3_p2_p20170509.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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
+	eapply_user
+}
+
+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"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/
@ 2018-01-01 18:49 Sebastian Pipping
  0 siblings, 0 replies; 8+ messages in thread
From: Sebastian Pipping @ 2018-01-01 18:49 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-01 18:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 22:23 [gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2018-01-01 18:49 Sebastian Pipping
2017-05-13 21:24 Sebastian Pipping
2016-10-30 14:10 Sebastian Pipping
2016-10-15 13:57 Sebastian Pipping
2016-10-11 20:45 Sebastian Pipping
2016-10-10 19:26 Sebastian Pipping
2016-08-14 21:38 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox