* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2015-08-18 9:57 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-08-18 9:57 UTC (permalink / raw
To: gentoo-commits
commit: bc58ae61696a5350a22214d6eae38c6dd87dfb83
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 09:56:50 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 09:56:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc58ae61
media-sound/banshee: Version Bump
Move to mono-env.eclass
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-sound/banshee/Manifest | 1 +
media-sound/banshee/banshee-2.6.2.ebuild | 150 +++++++++++++++++++++++++++++++
media-sound/banshee/metadata.xml | 20 ++---
3 files changed, 161 insertions(+), 10 deletions(-)
diff --git a/media-sound/banshee/Manifest b/media-sound/banshee/Manifest
index 6050b37..d6b8c1e 100644
--- a/media-sound/banshee/Manifest
+++ b/media-sound/banshee/Manifest
@@ -1 +1,2 @@
DIST banshee-2.6.1.tar.xz 3323092 SHA256 53b8990cd439963edbfa776b3029bd73809e413bec302e3b6cf3914c6e74fb64 SHA512 7c934a11a41138a1e1369ccc7307155d7cba98924be1f45746e3bee923434f67a8b66ab9c7646739d7bc342b1e890c2783d99ef3de175a7a9923203e78c05c8a WHIRLPOOL 1c4e191c258d14851f63f942dd5cd39c062b6e2d98577998409f96290978e5d83f32e44efe780c59a85bf58717669ce6ebfe23a17635dbed2d60bd4373c98f21
+DIST banshee-2.6.2.tar.xz 3372372 SHA256 f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 SHA512 70c8a1839b8f24565a52c79af0c6e908116d2fabff067406567c51f234b6c2a062c389d521ca3d70419a7c176b59b3e6742d494b1a8e23978467b7f548efd23f WHIRLPOOL 7d6b7f1925919f0805c08ee39f2fc598ad4ea9eb938a69291a2b50b12c9824a16f0c2aa331445c23663e463b22917560098bc5bb02fac4aca1dc7f260a71b7fb
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
new file mode 100644
index 0000000..7d153f6
--- /dev/null
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils fdo-mime gnome2-utils mono-env versionator gnome.org
+
+DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
+HOMEPAGE="http://banshee.fm/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
+
+RDEPEND="
+ >=dev-lang/mono-2.4.3
+ gnome-base/gnome-settings-daemon
+ sys-apps/dbus
+ >=dev-dotnet/gtk-sharp-2.12:2
+ >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
+ >=media-libs/gstreamer-0.10.21-r3:0.10
+ >=media-libs/gst-plugins-base-0.10.25.2:0.10
+ media-libs/gst-plugins-bad:0.10
+ media-libs/gst-plugins-good:0.10
+ media-libs/gst-plugins-ugly:0.10
+ >=media-plugins/gst-plugins-meta-0.10-r2:0.10
+ media-plugins/gst-plugins-gio:0.10
+ >=dev-dotnet/gconf-sharp-2.24.0:2
+ media-plugins/gst-plugins-gconf:0.10
+ cdda? (
+ || (
+ media-plugins/gst-plugins-cdparanoia:0.10
+ media-plugins/gst-plugins-cdio:0.10
+ )
+ )
+ media-libs/musicbrainz:3
+ dev-dotnet/dbus-sharp
+ dev-dotnet/dbus-sharp-glib
+ >=dev-dotnet/mono-addins-0.6.2[gtk]
+ >=dev-dotnet/taglib-sharp-2.0.3.7
+ >=dev-db/sqlite-3.4:3
+ karma? ( >=media-libs/libkarma-0.1.0-r1 )
+ aac? ( media-plugins/gst-plugins-faad:0.10 )
+ bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
+ daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
+ doc? (
+ >=app-text/gnome-doc-utils-0.17.3
+ )
+ encode? (
+ media-plugins/gst-plugins-lame:0.10
+ media-plugins/gst-plugins-taglib:0.10
+ )
+ ipod? ( >=media-libs/libgpod-0.8.2[mono] )
+ mtp? (
+ >=media-libs/libmtp-0.3.0
+ )
+ web? (
+ >=net-libs/webkit-gtk-1.2.2:2
+ >=net-libs/libsoup-gnome-2.26:2.4
+ )
+ youtube? (
+ >=dev-dotnet/google-gdata-sharp-1.4
+ )
+ udev? (
+ app-misc/media-player-info
+ dev-dotnet/gudev-sharp
+ dev-dotnet/gkeyfile-sharp
+ dev-dotnet/gtk-sharp-beans
+ dev-dotnet/gio-sharp
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare () {
+ DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+ # Don't build BPM extension when not wanted
+ if ! use bpm; then
+ sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die
+ fi
+
+ # Don't append -ggdb, bug #458632, upstream bug #698217
+ sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die
+ sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die
+
+ AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
+ eautoreconf
+}
+
+src_configure() {
+ # soundmenu needs a properly maintained and updated indicate-sharp
+ local myconf="
+ --disable-dependency-tracking
+ --disable-static
+ --disable-maintainer-mode
+ --enable-gnome
+ --enable-schemas-install
+ --with-gconf-schema-file-dir=/etc/gconf/schemas
+ --with-vendor-build-id=Gentoo/${PN}/${PVR}
+ --enable-gapless-playback
+ --disable-boo
+ --disable-gst-sharp
+ --disable-torrent
+ --disable-shave
+ --disable-ubuntuone
+ --disable-soundmenu
+ --disable-upnp"
+
+ econf \
+ $(use_enable doc docs) \
+ $(use_enable doc user-help) \
+ $(use_enable mtp) \
+ $(use_enable daap) \
+ $(use_enable ipod appledevice) \
+ $(use_enable karma) \
+ $(use_enable web webkit) \
+ $(use_enable youtube) \
+ $(use_enable udev gio) \
+ $(use_enable udev gio_hardware) \
+ ${myconf}
+}
+
+src_compile() {
+ emake MCS=/usr/bin/gmcs
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+ fdo-mime_mime_database_update
+ gnome2_icon_cache_update
+}
diff --git a/media-sound/banshee/metadata.xml b/media-sound/banshee/metadata.xml
index 2581afb..82bea70 100644
--- a/media-sound/banshee/metadata.xml
+++ b/media-sound/banshee/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>dotnet</herd>
-<herd>gstreamer</herd>
-<use>
- <flag name="bpm">Build beats per minute detection extension</flag>
- <flag name="cdda">Build with audio CD support</flag>
- <flag name="daap">Build with Daap support</flag>
- <flag name="karma">Build with karma support</flag>
- <flag name="web">Enable support for plugins that access web-based services
+ <herd>dotnet</herd>
+ <herd>gstreamer</herd>
+ <use>
+ <flag name="bpm">Build beats per minute detection extension</flag>
+ <flag name="cdda">Build with audio CD support</flag>
+ <flag name="daap">Build with Daap support</flag>
+ <flag name="karma">Build with karma support</flag>
+ <flag name="web">Enable support for plugins that access web-based services
such as Amazon and wikipedia (requires <pkg>net-libs/webkit-gtk</pkg>)</flag>
- <flag name="youtube">Enable the Youtube plugin</flag>
-</use>
+ <flag name="youtube">Enable the Youtube plugin</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2015-08-18 11:47 Justin Lecher
0 siblings, 0 replies; 11+ messages in thread
From: Justin Lecher @ 2015-08-18 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 14e26c80cb014046e1d8d9660dd40c8eb991311d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 11:47:33 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 11:47:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e26c80
media-sound/banshee: Restrict to mono 3 support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-sound/banshee/banshee-2.6.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
index 7d153f6..2b900bf 100644
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,6 +16,7 @@ IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
RDEPEND="
>=dev-lang/mono-2.4.3
+ <dev-lang/mono-4
gnome-base/gnome-settings-daemon
sys-apps/dbus
>=dev-dotnet/gtk-sharp-2.12:2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2015-09-18 5:19 Christoph Mende
0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende @ 2015-09-18 5:19 UTC (permalink / raw
To: gentoo-commits
commit: f22a507d63ee00f4d243df04289495d12576bdce
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:15:59 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22a507d
media-sound/banshee: fix dependency on dbus-sharp{,-glib}
Package-Manager: portage-2.2.20.1
media-sound/banshee/banshee-2.6.1.ebuild | 6 +++---
media-sound/banshee/banshee-2.6.2.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-sound/banshee/banshee-2.6.1.ebuild b/media-sound/banshee/banshee-2.6.1.ebuild
index fff896b..d3efa14 100644
--- a/media-sound/banshee/banshee-2.6.1.ebuild
+++ b/media-sound/banshee/banshee-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -35,8 +35,8 @@ RDEPEND="
)
)
media-libs/musicbrainz:3
- dev-dotnet/dbus-sharp
- dev-dotnet/dbus-sharp-glib
+ dev-dotnet/dbus-sharp:1.0
+ dev-dotnet/dbus-sharp-glib:1.0
>=dev-dotnet/mono-addins-0.6.2[gtk]
>=dev-dotnet/taglib-sharp-2.0.3.7
>=dev-db/sqlite-3.4:3
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
index 2b900bf..c56ae35 100644
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -37,8 +37,8 @@ RDEPEND="
)
)
media-libs/musicbrainz:3
- dev-dotnet/dbus-sharp
- dev-dotnet/dbus-sharp-glib
+ dev-dotnet/dbus-sharp:1.0
+ dev-dotnet/dbus-sharp-glib:1.0
>=dev-dotnet/mono-addins-0.6.2[gtk]
>=dev-dotnet/taglib-sharp-2.0.3.7
>=dev-db/sqlite-3.4:3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-02-21 23:44 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-02-21 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 599ef60745d1587ff4e43d07bc1d1e3796791a16
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 16:10:42 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 23:44:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599ef607
media-sound/banshee: amd64 stable, bug 566378
Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="amd64"
media-sound/banshee/banshee-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
index c56ae35..c830b99 100644
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-03-06 20:52 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2016-03-06 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 9968d58096423d4fad7a4064624196e06484993b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 20:46:50 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 20:49:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9968d580
media-sound/banshee: x86 stable wrt bug #566378
Package-Manager: portage-2.2.26
media-sound/banshee/banshee-2.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
index c830b99..613239a 100644
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ b/media-sound/banshee/banshee-2.6.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-05-28 12:24 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-05-28 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 44c762afefb67425b879a8700abdf206187ec3b1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 12:19:03 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 28 12:19:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c762af
media-sound/banshee: Disable webkit support to stop relying on vulnerable versions (#584178) and obsolete libsoup-gnome (#565916)
Package-Manager: portage-2.3.0_rc1
media-sound/banshee/banshee-2.6.2-r1.ebuild | 118 ++++++++++++++++++++++++++++
1 file changed, 118 insertions(+)
diff --git a/media-sound/banshee/banshee-2.6.2-r1.ebuild b/media-sound/banshee/banshee-2.6.2-r1.ebuild
new file mode 100644
index 0000000..2f3bc21
--- /dev/null
+++ b/media-sound/banshee/banshee-2.6.2-r1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils fdo-mime mono-env versionator gnome2
+
+DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
+HOMEPAGE="http://banshee.fm/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev youtube"
+
+RDEPEND="
+ >=dev-lang/mono-2.4.3
+ <dev-lang/mono-4
+ dev-libs/glib:2[dbus]
+ gnome-base/gnome-settings-daemon
+ sys-apps/dbus
+ >=dev-dotnet/gtk-sharp-2.12:2
+ >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
+ >=media-libs/gstreamer-0.10.21-r3:0.10
+ >=media-libs/gst-plugins-base-0.10.25.2:0.10
+ media-libs/gst-plugins-bad:0.10
+ media-libs/gst-plugins-good:0.10
+ media-libs/gst-plugins-ugly:0.10
+ >=media-plugins/gst-plugins-meta-0.10-r2:0.10
+ media-plugins/gst-plugins-gio:0.10
+ >=dev-dotnet/gconf-sharp-2.24.0:2
+ media-plugins/gst-plugins-gconf:0.10
+ cdda? (
+ || (
+ media-plugins/gst-plugins-cdparanoia:0.10
+ media-plugins/gst-plugins-cdio:0.10
+ )
+ )
+ media-libs/musicbrainz:3
+ dev-dotnet/dbus-sharp:1.0
+ dev-dotnet/dbus-sharp-glib:1.0
+ >=dev-dotnet/mono-addins-0.6.2[gtk]
+ >=dev-dotnet/taglib-sharp-2.0.3.7
+ >=dev-db/sqlite-3.4:3
+ karma? ( >=media-libs/libkarma-0.1.0-r1 )
+ aac? ( media-plugins/gst-plugins-faad:0.10 )
+ bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
+ daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
+ doc? ( >=app-text/gnome-doc-utils-0.17.3 )
+ encode? (
+ media-plugins/gst-plugins-lame:0.10
+ media-plugins/gst-plugins-taglib:0.10
+ )
+ ipod? ( >=media-libs/libgpod-0.8.2[mono] )
+ mtp? ( >=media-libs/libmtp-0.3.0:= )
+ youtube? ( >=dev-dotnet/google-gdata-sharp-1.4 )
+ udev? (
+ app-misc/media-player-info
+ dev-dotnet/gudev-sharp
+ dev-dotnet/gkeyfile-sharp
+ dev-dotnet/gtk-sharp-beans
+ dev-dotnet/gio-sharp
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare () {
+ # Don't build BPM extension when not wanted
+ if ! use bpm; then
+ sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die
+ fi
+
+ # Don't append -ggdb, bug #458632, upstream bug #698217
+ sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die
+ sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die
+
+ AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
+ eautoreconf
+ gnome2_src_prepare
+}
+
+src_configure() {
+ # soundmenu needs a properly maintained and updated indicate-sharp
+ # webkit disabled due to bug #584178
+ local myconf="
+ --disable-static
+ --enable-gnome
+ --enable-schemas-install
+ --with-gconf-schema-file-dir=/etc/gconf/schemas
+ --with-vendor-build-id=Gentoo/${PN}/${PVR}
+ --enable-gapless-playback
+ --disable-boo
+ --disable-gst-sharp
+ --disable-torrent
+ --disable-shave
+ --disable-ubuntuone
+ --disable-soundmenu
+ --disable-upnp
+ --disable-webkit"
+
+ gnome2_src_configure \
+ $(use_enable doc docs) \
+ $(use_enable doc user-help) \
+ $(use_enable mtp) \
+ $(use_enable daap) \
+ $(use_enable ipod appledevice) \
+ $(use_enable karma) \
+ $(use_enable youtube) \
+ $(use_enable udev gio) \
+ $(use_enable udev gio_hardware) \
+ ${myconf}
+}
+
+src_compile() {
+ gnome2_src_compile MCS=/usr/bin/gmcs
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-05-28 12:24 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-05-28 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 80a06ef4b6adbd1d6b931b955029d29e4dbac511
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 12:18:04 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 28 12:18:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a06ef4
media-sound/banshee: Drop old
Package-Manager: portage-2.3.0_rc1
media-sound/banshee/Manifest | 1 -
media-sound/banshee/banshee-2.6.1.ebuild | 148 -------------------------------
2 files changed, 149 deletions(-)
diff --git a/media-sound/banshee/Manifest b/media-sound/banshee/Manifest
index d6b8c1e..bd0d346 100644
--- a/media-sound/banshee/Manifest
+++ b/media-sound/banshee/Manifest
@@ -1,2 +1 @@
-DIST banshee-2.6.1.tar.xz 3323092 SHA256 53b8990cd439963edbfa776b3029bd73809e413bec302e3b6cf3914c6e74fb64 SHA512 7c934a11a41138a1e1369ccc7307155d7cba98924be1f45746e3bee923434f67a8b66ab9c7646739d7bc342b1e890c2783d99ef3de175a7a9923203e78c05c8a WHIRLPOOL 1c4e191c258d14851f63f942dd5cd39c062b6e2d98577998409f96290978e5d83f32e44efe780c59a85bf58717669ce6ebfe23a17635dbed2d60bd4373c98f21
DIST banshee-2.6.2.tar.xz 3372372 SHA256 f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 SHA512 70c8a1839b8f24565a52c79af0c6e908116d2fabff067406567c51f234b6c2a062c389d521ca3d70419a7c176b59b3e6742d494b1a8e23978467b7f548efd23f WHIRLPOOL 7d6b7f1925919f0805c08ee39f2fc598ad4ea9eb938a69291a2b50b12c9824a16f0c2aa331445c23663e463b22917560098bc5bb02fac4aca1dc7f260a71b7fb
diff --git a/media-sound/banshee/banshee-2.6.1.ebuild b/media-sound/banshee/banshee-2.6.1.ebuild
deleted file mode 100644
index d3efa14..0000000
--- a/media-sound/banshee/banshee-2.6.1.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils autotools mono gnome2-utils fdo-mime versionator gnome.org
-
-DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
-HOMEPAGE="http://banshee.fm/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
-
-RDEPEND="
- >=dev-lang/mono-2.4.3
- gnome-base/gnome-settings-daemon
- sys-apps/dbus
- >=dev-dotnet/gtk-sharp-2.12:2
- >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
- >=media-libs/gstreamer-0.10.21-r3:0.10
- >=media-libs/gst-plugins-base-0.10.25.2:0.10
- media-libs/gst-plugins-bad:0.10
- media-libs/gst-plugins-good:0.10
- media-libs/gst-plugins-ugly:0.10
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
- media-plugins/gst-plugins-gio:0.10
- >=dev-dotnet/gconf-sharp-2.24.0:2
- media-plugins/gst-plugins-gconf:0.10
- cdda? (
- || (
- media-plugins/gst-plugins-cdparanoia:0.10
- media-plugins/gst-plugins-cdio:0.10
- )
- )
- media-libs/musicbrainz:3
- dev-dotnet/dbus-sharp:1.0
- dev-dotnet/dbus-sharp-glib:1.0
- >=dev-dotnet/mono-addins-0.6.2[gtk]
- >=dev-dotnet/taglib-sharp-2.0.3.7
- >=dev-db/sqlite-3.4:3
- karma? ( >=media-libs/libkarma-0.1.0-r1 )
- aac? ( media-plugins/gst-plugins-faad:0.10 )
- bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
- daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
- doc? (
- >=app-text/gnome-doc-utils-0.17.3
- )
- encode? (
- media-plugins/gst-plugins-lame:0.10
- media-plugins/gst-plugins-taglib:0.10
- )
- ipod? ( >=media-libs/libgpod-0.8.2[mono] )
- mtp? (
- >=media-libs/libmtp-0.3.0
- )
- web? (
- >=net-libs/webkit-gtk-1.2.2:2
- >=net-libs/libsoup-gnome-2.26:2.4
- )
- youtube? (
- >=dev-dotnet/google-gdata-sharp-1.4
- )
- udev? (
- app-misc/media-player-info
- dev-dotnet/gudev-sharp
- dev-dotnet/gkeyfile-sharp
- dev-dotnet/gtk-sharp-beans
- dev-dotnet/gio-sharp
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare () {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- # Don't build BPM extension when not wanted
- if ! use bpm; then
- sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die
- fi
-
- # Don't append -ggdb, bug #458632, upstream bug #698217
- sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die
- sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die
-
- AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
- eautoreconf
-}
-
-src_configure() {
- # soundmenu needs a properly maintained and updated indicate-sharp
- local myconf="--disable-dependency-tracking
- --disable-static
- --disable-maintainer-mode
- --enable-gnome
- --enable-schemas-install
- --with-gconf-schema-file-dir=/etc/gconf/schemas
- --with-vendor-build-id=Gentoo/${PN}/${PVR}
- --enable-gapless-playback
- --disable-boo
- --disable-gst-sharp
- --disable-torrent
- --disable-shave
- --disable-ubuntuone
- --disable-soundmenu
- --disable-upnp"
-
- econf \
- $(use_enable doc docs) \
- $(use_enable doc user-help) \
- $(use_enable mtp) \
- $(use_enable daap) \
- $(use_enable ipod appledevice) \
- $(use_enable karma) \
- $(use_enable web webkit) \
- $(use_enable youtube) \
- $(use_enable udev gio) \
- $(use_enable udev gio_hardware) \
- ${myconf}
-}
-
-src_compile() {
- emake MCS=/usr/bin/gmcs
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-06-11 12:06 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-06-11 12:06 UTC (permalink / raw
To: gentoo-commits
commit: f408885893188003fb652408abcc1b37c31bbdce
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 11:59:23 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 12:06:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4088858
media-sound/banshee: amd64 stable, bug 584468
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="amd64"
media-sound/banshee/banshee-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/banshee/banshee-2.6.2-r1.ebuild b/media-sound/banshee/banshee-2.6.2-r1.ebuild
index 2f3bc21..98e524a 100644
--- a/media-sound/banshee/banshee-2.6.2-r1.ebuild
+++ b/media-sound/banshee/banshee-2.6.2-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev youtube"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-06-11 19:39 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-06-11 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 36a73ee842145f4613bf69aa3d937d5cee5a25e8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 12:19:07 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 19:39:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a73ee8
media-sound/banshee: x86 stable, bug 584468
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="x86"
media-sound/banshee/banshee-2.6.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/banshee/banshee-2.6.2-r1.ebuild b/media-sound/banshee/banshee-2.6.2-r1.ebuild
index 98e524a..047d8d0 100644
--- a/media-sound/banshee/banshee-2.6.2-r1.ebuild
+++ b/media-sound/banshee/banshee-2.6.2-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev youtube"
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-06-28 20:34 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-06-28 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 5f62dba5aef38b8438badea64efb83972c1468c9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 20:32:41 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 20:32:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f62dba5
media-sound/banshee: Make repoman happier
Package-Manager: portage-2.3.0_rc1
media-sound/banshee/banshee-2.6.2-r1.ebuild | 2 +-
media-sound/banshee/metadata.xml | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-sound/banshee/banshee-2.6.2-r1.ebuild b/media-sound/banshee/banshee-2.6.2-r1.ebuild
index 047d8d0..f34db3c 100644
--- a/media-sound/banshee/banshee-2.6.2-r1.ebuild
+++ b/media-sound/banshee/banshee-2.6.2-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=6
inherit autotools eutils fdo-mime mono-env versionator gnome2
-DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
+DESCRIPTION="Import, play and share your music using a simple and powerful interface"
HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
diff --git a/media-sound/banshee/metadata.xml b/media-sound/banshee/metadata.xml
index 62034d1..3cb9df3 100644
--- a/media-sound/banshee/metadata.xml
+++ b/media-sound/banshee/metadata.xml
@@ -14,8 +14,6 @@
<flag name="cdda">Build with audio CD support</flag>
<flag name="daap">Build with Daap support</flag>
<flag name="karma">Build with karma support</flag>
- <flag name="web">Enable support for plugins that access web-based services
- such as Amazon and wikipedia (requires <pkg>net-libs/webkit-gtk</pkg>)</flag>
<flag name="youtube">Enable the Youtube plugin</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/
@ 2016-06-28 20:34 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-06-28 20:34 UTC (permalink / raw
To: gentoo-commits
commit: fdb83931178688a64680044e902309e95d17a596
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 20:31:10 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 20:31:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb83931
media-sound/banshee: Drop old
Package-Manager: portage-2.3.0_rc1
media-sound/banshee/banshee-2.6.2.ebuild | 151 -------------------------------
1 file changed, 151 deletions(-)
diff --git a/media-sound/banshee/banshee-2.6.2.ebuild b/media-sound/banshee/banshee-2.6.2.ebuild
deleted file mode 100644
index 613239a..0000000
--- a/media-sound/banshee/banshee-2.6.2.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils fdo-mime gnome2-utils mono-env versionator gnome.org
-
-DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface"
-HOMEPAGE="http://banshee.fm/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
-
-RDEPEND="
- >=dev-lang/mono-2.4.3
- <dev-lang/mono-4
- gnome-base/gnome-settings-daemon
- sys-apps/dbus
- >=dev-dotnet/gtk-sharp-2.12:2
- >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
- >=media-libs/gstreamer-0.10.21-r3:0.10
- >=media-libs/gst-plugins-base-0.10.25.2:0.10
- media-libs/gst-plugins-bad:0.10
- media-libs/gst-plugins-good:0.10
- media-libs/gst-plugins-ugly:0.10
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
- media-plugins/gst-plugins-gio:0.10
- >=dev-dotnet/gconf-sharp-2.24.0:2
- media-plugins/gst-plugins-gconf:0.10
- cdda? (
- || (
- media-plugins/gst-plugins-cdparanoia:0.10
- media-plugins/gst-plugins-cdio:0.10
- )
- )
- media-libs/musicbrainz:3
- dev-dotnet/dbus-sharp:1.0
- dev-dotnet/dbus-sharp-glib:1.0
- >=dev-dotnet/mono-addins-0.6.2[gtk]
- >=dev-dotnet/taglib-sharp-2.0.3.7
- >=dev-db/sqlite-3.4:3
- karma? ( >=media-libs/libkarma-0.1.0-r1 )
- aac? ( media-plugins/gst-plugins-faad:0.10 )
- bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
- daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
- doc? (
- >=app-text/gnome-doc-utils-0.17.3
- )
- encode? (
- media-plugins/gst-plugins-lame:0.10
- media-plugins/gst-plugins-taglib:0.10
- )
- ipod? ( >=media-libs/libgpod-0.8.2[mono] )
- mtp? (
- >=media-libs/libmtp-0.3.0
- )
- web? (
- >=net-libs/webkit-gtk-1.2.2:2
- >=net-libs/libsoup-gnome-2.26:2.4
- )
- youtube? (
- >=dev-dotnet/google-gdata-sharp-1.4
- )
- udev? (
- app-misc/media-player-info
- dev-dotnet/gudev-sharp
- dev-dotnet/gkeyfile-sharp
- dev-dotnet/gtk-sharp-beans
- dev-dotnet/gio-sharp
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare () {
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
- # Don't build BPM extension when not wanted
- if ! use bpm; then
- sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die
- fi
-
- # Don't append -ggdb, bug #458632, upstream bug #698217
- sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die
- sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die
-
- AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \
- eautoreconf
-}
-
-src_configure() {
- # soundmenu needs a properly maintained and updated indicate-sharp
- local myconf="
- --disable-dependency-tracking
- --disable-static
- --disable-maintainer-mode
- --enable-gnome
- --enable-schemas-install
- --with-gconf-schema-file-dir=/etc/gconf/schemas
- --with-vendor-build-id=Gentoo/${PN}/${PVR}
- --enable-gapless-playback
- --disable-boo
- --disable-gst-sharp
- --disable-torrent
- --disable-shave
- --disable-ubuntuone
- --disable-soundmenu
- --disable-upnp"
-
- econf \
- $(use_enable doc docs) \
- $(use_enable doc user-help) \
- $(use_enable mtp) \
- $(use_enable daap) \
- $(use_enable ipod appledevice) \
- $(use_enable karma) \
- $(use_enable web webkit) \
- $(use_enable youtube) \
- $(use_enable udev gio) \
- $(use_enable udev gio_hardware) \
- ${myconf}
-}
-
-src_compile() {
- emake MCS=/usr/bin/gmcs
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-06-28 20:34 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28 12:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/banshee/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-06-28 20:34 Pacho Ramos
2016-06-28 20:34 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-28 12:24 Pacho Ramos
2016-03-06 20:52 Mikle Kolyada
2016-02-21 23:44 Pacho Ramos
2015-09-18 5:19 Christoph Mende
2015-08-18 11:47 Justin Lecher
2015-08-18 9:57 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox