diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-03-29 22:58:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-03-29 22:58:04 +0000 |
commit | 1ea5f85fbaca669311dd2d42ab37ef3093ead4cb (patch) | |
tree | 5cfcbd77e87b6f8966034ede73db9486a121f01d /media-sound/lastfmplayer | |
parent | Marking mozilla-firefox-3.0.8 ppc64 for bug 262704 (diff) | |
download | gentoo-2-1ea5f85fbaca669311dd2d42ab37ef3093ead4cb.tar.gz gentoo-2-1ea5f85fbaca669311dd2d42ab37ef3093ead4cb.tar.bz2 gentoo-2-1ea5f85fbaca669311dd2d42ab37ef3093ead4cb.zip |
Removing old (1.4.2) versions
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lastfmplayer')
-rw-r--r-- | media-sound/lastfmplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild | 83 | ||||
-rw-r--r-- | media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild | 91 |
3 files changed, 5 insertions, 175 deletions
diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog index 6c6caac5aa6a..ce2aaa2cb358 100644 --- a/media-sound/lastfmplayer/ChangeLog +++ b/media-sound/lastfmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lastfmplayer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.37 2009/03/24 10:00:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.38 2009/03/29 22:58:04 hwoarang Exp $ + + 29 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -lastfmplayer-1.4.2.58240.ebuild, -lastfmplayer-1.4.2.58240-r1.ebuild: + Removing 1.4.2* versions of lastfmplayer 24 Mar 2009; Markos Chandras <hwoarang@gentoo.org> metadata.xml: I am taking over this package as discussed with genstef diff --git a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild deleted file mode 100644 index 81e49d94e731..000000000000 --- a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild,v 1.4 2008/07/16 19:26:40 yngwin Exp $ - -EAPI=1 -inherit eutils multilib qt4 - -MY_P="${P/lastfmplayer/lastfm}.dfsg" - -DESCRIPTION="The player allows you to listen to last.fm radio streams" -HOMEPAGE="http://www.last.fm/help/player" -SRC_URI="mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg.orig.tar.gz - mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg-1.diff.gz" -#http://cdn.last.fm/client/src/${MY_P}.src.tar.bz2 - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -RESTRICT="mirror" - -RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-sql:4 ) - =x11-libs/qt-4.3* ) - media-libs/libsamplerate - sci-libs/fftw - media-libs/libmad - >=media-libs/libgpod-0.5.2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-arch/sharutils" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - epatch lastfm_${PV}.dfsg-1.diff - cd "${S}" - for i in $(< debian/patches/series); do - epatch debian/patches/$i - done -} - -src_compile() { - ./configure - emake || die "emake failed" - cd i18n; lrelease *.ts -} - -src_install() { - # Docs - dodoc ChangeLog README debian/README.Debian-source - doman debian/lastfm.1 - - # Copied from debian/rules - uudecode -o - debian/icons.tar.gz.uu | tar -xzf - - uudecode -o - debian/trayicons22.tar.gz.uu | tar -xzf - - insinto /usr/share - doins -r icons - insinto /usr/share/lastfm/icons - doins user_*.png - - sed -i -e "s,/usr/lib,/usr/$(get_libdir),g" debian/lastfm.install - # make directories - for i in $(<debian/lastfm.install); do [ ${i:0:1} == / ] && dodir $i; done - # debian installation - sed -i -e "s:^:mv :" -e 's: /:${D}/:' debian/lastfm.install - bash debian/lastfm.install - - # copied.. - mv "${D}"/usr/bin/last{.,}fm - rm -f "${D}"/usr/share/lastfm/icons/{*profile24,systray_mac}.png -} - -pkg_postinst() { - elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Go to about:config in the browser" - elog " 2. Right-click on the page" - elog " 3. Select New and then String" - elog " 4. For the name: network.protocol-handler.app.lastfm" - elog " 5. For the value: /usr/bin/lastfm" - elog - elog "If you experience awkward fonts or widgets, try running qtconfig." -} diff --git a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild deleted file mode 100644 index 6410d8cc0955..000000000000 --- a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild,v 1.4 2008/07/16 19:26:40 yngwin Exp $ - -EAPI=1 -inherit eutils qt4 - -MY_P="${P/lastfmplayer/last.fm}" - -DESCRIPTION="The player allows you to listen to last.fm radio streams" -HOMEPAGE="http://www.last.fm/help/player" -SRC_URI="http://cdn.last.fm/client/src/${MY_P}.src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -RESTRICT="mirror" - -DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-sql:4 ) - =x11-libs/qt-4.3* ) - media-libs/libsamplerate - sci-libs/fftw - media-libs/libmad - >=media-libs/libgpod-0.5.2 - media-libs/alsa-lib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/lastfmplayer-mad-asneeded.patch -} - -src_compile() { -# eqmake4 LastFM.pro -# for subdir in src src/httpinput src/mp3transcode \ -# src/output/alsa-playback src/output/portAudio ; do -# eqmake4 "${subdir}/${subdir##*/}.pro" -o ${subdir}/Makefile -# done - ./configure - emake || die "emake failed" -} - -src_install() { - # Docs - dodoc ChangeLog README - - # The root at which the player, data, and cache - # are to be installed - local destination="/usr/share/lastfm" - cd bin - - # Make ${destination} writable by audio group - diropts -m0775 -g audio - dodir ${destination} - - # Install the player - cp -R * "${D}"/${destination} - - # Make a folder such that album art cache works - diropts -m0775 -g audio - dodir ${destination}/cache - keepdir ${destination}/cache - - # Icon, menu, protcol - make_wrapper lastfm ./last.fm ${destination} ${destination} - newicon data/icons/as.png lastfm.png - make_desktop_entry lastfm "Last.fm Player" lastfm - - # make sure no hanging instance of lastfm is running - sed -i -e 's:exec:if ! ps aux | grep "^$USER.*last.fm.app" | grep Sl >/dev/null 2>\&1; \ - then killall -u $USER last.fm.app >/dev/null 2>\&1; fi\nexec:' \ - "${D}"/usr/bin/lastfm - - insinto /usr/share/services - doins "${FILESDIR}"/lastfm.protocol -} - -pkg_postinst() { - elog "To use the Last.fm player with a mozilla based browser:" - elog " 1. Go to about:config in the browser" - elog " 2. Right-click on the page" - elog " 3. Select New and then String" - elog " 4. For the name: network.protocol-handler.app.lastfm" - elog " 5. For the value: /usr/bin/lastfm" - elog - elog "If you experience awkward fonts or widgets, try running qtconfig." -} |