* [gentoo-commits] gentoo-x86 commit in media-sound/banshee: ChangeLog banshee-1.5.2.ebuild
@ 2010-01-16 22:18 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-01-16 22:18 UTC (permalink / raw
To: gentoo-commits
pacho 10/01/16 22:18:19
Modified: ChangeLog
Added: banshee-1.5.2.ebuild
Log:
Version bump, new features and fixes
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.102 media-sound/banshee/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 27 Jul 2009 22:07:03 -0000 1.101
+++ ChangeLog 16 Jan 2010 22:18:19 -0000 1.102
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/banshee
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.101 2009/07/27 22:07:03 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.102 2010/01/16 22:18:19 pacho Exp $
+
+*banshee-1.5.2 (16 Jan 2010)
+
+ 16 Jan 2010; Pacho Ramos <pacho@gentoo.org> +banshee-1.5.2.ebuild:
+ Version bump, new features and fixes
27 Jul 2009; Markus Meier <maekke@gentoo.org> banshee-1.4.3-r2.ebuild:
amd64 stable, bug #264568
1.1 media-sound/banshee/banshee-1.5.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.5.2.ebuild?rev=1.1&content-type=text/plain
Index: banshee-1.5.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.5.2.ebuild,v 1.1 2010/01/16 22:18:19 pacho Exp $
EAPI=2
inherit eutils mono gnome2-utils fdo-mime versionator
GVER=0.10.7
DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
HOMEPAGE="http://banshee-project.org"
#BANSHEE_V2=$(get_version_component_range 2)
#[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
#SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
SRC_URI="http://download.banshee-project.org/${PN}/stable/${PV}/${PN}-1-${PV}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+aac boo daap doc +encode +flac ipod karma +mad mtp podcast test +vorbis"
RDEPEND=">=dev-lang/mono-2
gnome-base/gnome-settings-daemon
x11-themes/gnome-icon-theme
sys-apps/dbus
>=dev-dotnet/gtk-sharp-2.12
>=dev-dotnet/gconf-sharp-2.24.0
>=dev-dotnet/gnome-sharp-2.24.0
>=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
>=media-libs/gstreamer-0.10.21-r3
>=media-libs/gst-plugins-bad-${GVER}
>=media-libs/gst-plugins-good-${GVER}
>=media-libs/gst-plugins-ugly-${GVER}
>=media-plugins/gst-plugins-alsa-${GVER}
>=media-plugins/gst-plugins-gnomevfs-${GVER}
>=media-plugins/gst-plugins-gconf-${GVER}
|| (
>=media-plugins/gst-plugins-cdparanoia-${GVER}
>=media-plugins/gst-plugins-cdio-${GVER}
)
media-libs/musicbrainz:1
>=dev-dotnet/dbus-glib-sharp-0.4.1
>=dev-dotnet/dbus-sharp-0.6.1a
>=dev-dotnet/mono-addins-0.4[gtk]
>=dev-dotnet/taglib-sharp-2.0.3.2
>=dev-db/sqlite-3.4
karma? ( >=media-libs/libkarma-0.1.0-r1 )
aac? ( >=media-plugins/gst-plugins-faad-${GVER} )
boo? (
>=dev-lang/boo-0.8.1
)
daap? (
>=dev-dotnet/mono-zeroconf-0.8.0-r1
)
doc? (
virtual/monodoc
)
encode? (
>=media-plugins/gst-plugins-lame-${GVER}
>=media-plugins/gst-plugins-taglib-${GVER}
)
flac? (
>=media-plugins/gst-plugins-flac-${GVER}
)
ipod? (
>=dev-dotnet/ipod-sharp-0.8.5
)
mad? (
>=media-plugins/gst-plugins-mad-${GVER}
)
mtp? (
media-libs/libmtp
)
vorbis? (
>=media-plugins/gst-plugins-ogg-${GVER}
>=media-plugins/gst-plugins-vorbis-${GVER}
)"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog HACKING NEWS README"
S=${WORKDIR}/${PN}-1-${PV}
src_configure() {
local myconf="--disable-dependency-tracking --disable-static
--enable-gnome --enable-schemas-install
--with-gconf-schema-file-dir=/etc/gconf/schemas
--with-vendor-build-id=Gentoo/${PN}/${PVR}
--disable-torrent
--disable-shave"
econf \
$(use_enable doc docs) \
$(use_enable boo) \
$(use_enable mtp) \
$(use_enable daap) \
$(use_enable ipod) \
$(use_enable podcast) \
$(use_enable karma) \
${myconf}
}
src_compile() {
emake MCS=/usr/bin/gmcs
}
src_install() {
emake DESTDIR="${D}" install || die "emake install efailed"
find "${D}" -name '*.la' -delete
}
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 [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-16 22:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-16 22:18 [gentoo-commits] gentoo-x86 commit in media-sound/banshee: ChangeLog banshee-1.5.2.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox