diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-03 17:09:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-03 17:09:44 +0000 |
commit | 70a66534053bdfb2f3231054e7366471a6ec86f4 (patch) | |
tree | 1be4dcbc59cd89009580f6e9f4bdd4d391cc3e6d /media-sound/amarok | |
parent | Remove once again the broken driver, upstream didn't fix it yet. Closes bug #... (diff) | |
download | gentoo-2-70a66534053bdfb2f3231054e7366471a6ec86f4.tar.gz gentoo-2-70a66534053bdfb2f3231054e7366471a6ec86f4.tar.bz2 gentoo-2-70a66534053bdfb2f3231054e7366471a6ec86f4.zip |
Rename lastfm.protocol file to amaroklasfm.protocol to avoid collisions with lastfmplayer. Thanks to Michael Weyershäuser in bug #139032.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.4.1-r1.ebuild | 82 | ||||
-rw-r--r-- | media-sound/amarok/files/digest-amarok-1.4.1-r1 | 3 |
3 files changed, 93 insertions, 1 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index c9b46a2424be..f43f1c43ed7a 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.144 2006/07/03 08:50:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.145 2006/07/03 17:09:44 flameeyes Exp $ + +*amarok-1.4.1-r1 (03 Jul 2006) + + 03 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -amarok-1.4.1.ebuild, + +amarok-1.4.1-r1.ebuild: + Rename lastfm.protocol file to amaroklasfm.protocol to avoid collisions with + lastfmplayer. Thanks to Michael Weyershäuser in bug #139032. *amarok-1.4.1 (03 Jul 2006) diff --git a/media-sound/amarok/amarok-1.4.1-r1.ebuild b/media-sound/amarok/amarok-1.4.1-r1.ebuild new file mode 100644 index 000000000000..232c15b7147e --- /dev/null +++ b/media-sound/amarok/amarok-1.4.1-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.1-r1.ebuild,v 1.1 2006/07/03 17:09:44 flameeyes Exp $ + +LANGS="az bg br ca cs cy da de el en_GB es et fi fr ga gl he hi hu is it ja ka +km ko lt ms nb nl nn pa pl pt pt_BR ro ru rw sl sr sr@Latn sv ta tg th tr uk uz +zh_CN zh_TW" +LANGS_DOC="da de es et fr it nl pl pt pt_BR ru sv" + +USE_KEG_PACKAGING=1 + +inherit kde eutils flag-o-matic + +PKG_SUFFIX="" + +MY_PV="${PV/_rc/_RC}" +MY_PV="${MY_PV/_beta/-beta}${PKG_SUFFIX}" +MY_BASE_PV="${MY_PV/_RC*/}" +MY_BASE_PV="${MY_BASE_PV/-beta*/}" +S="${WORKDIR}/${PN}-${MY_PV}" + +DESCRIPTION="Advanced audio player based on KDE framework." +HOMEPAGE="http://amarok.kde.org/" + +SRC_URI="mirror://sourceforge/amarok/${PN}-${MY_PV}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="aac kde mysql noamazon opengl postgres +xmms visualization musicbrainz ipod ifp real" +# kde: enables compilation of the konqueror sidebar plugin + +DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) + >=media-libs/xine-lib-1.1.2_pre20060328-r8 + musicbrainz? ( >=media-libs/tunepimp-0.3 ) + >=media-libs/taglib-1.4 + mysql? ( >=dev-db/mysql-4.0.16 ) + postgres? ( dev-db/postgresql ) + opengl? ( virtual/opengl ) + xmms? ( >=media-sound/xmms-1.2 ) + visualization? ( media-libs/libsdl + =media-plugins/libvisual-plugins-0.4* ) + ipod? ( media-libs/libgpod ) + aac? ( media-libs/libmp4v2 ) + ifp? ( media-libs/libifp ) + real? ( media-video/realplayer )" + +RDEPEND="${DEPEND} + dev-lang/ruby" + +DEPEND="${DEPEND} + >=dev-util/pkgconfig-0.9.0" + +need-kde 3.3 + +src_compile() { + append-flags -fno-inline + + # Extra, unsupported engines are forcefully disabled. + local myconf="$(use_enable mysql) $(use_enable postgres postgresql) + $(use_with opengl) $(use_with xmms) + $(use_with visualization libvisual) + $(use_enable !noamazon amazon) + $(use_with musicbrainz) + $(use_with ipod libgpod) + $(use_with aac mp4v2) + $(use_with ifp) + $(use_with real helix) + --with-xine + --without-mas + --without-nmm" + + kde_src_compile +} + +src_install() { + kde_src_install + + mv "${D}/usr/share/services/lastfm.protocol" \ + "${D}/usr/share/services/amaroklastfm.protocol" +}
\ No newline at end of file diff --git a/media-sound/amarok/files/digest-amarok-1.4.1-r1 b/media-sound/amarok/files/digest-amarok-1.4.1-r1 new file mode 100644 index 000000000000..62510a3d95d4 --- /dev/null +++ b/media-sound/amarok/files/digest-amarok-1.4.1-r1 @@ -0,0 +1,3 @@ +MD5 4ed6e766541c4227d1d8c8eb93d0b891 amarok-1.4.1.tar.bz2 13509939 +RMD160 d9df29c2a2a7b81aabb73c66b83190f0bc109094 amarok-1.4.1.tar.bz2 13509939 +SHA256 dbe4397d041a77f7ded063f50d5cfd2faf0e9efce9b4483589f751c20ff89ccd amarok-1.4.1.tar.bz2 13509939 |