* [gentoo-commits] gentoo-x86 commit in media-sound/google-musicmanager: ChangeLog google-musicmanager-1.0.23.1334_beta.ebuild
@ 2011-12-14 15:48 Christoph Junghans (ottxor)
0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2011-12-14 15:48 UTC (permalink / raw
To: gentoo-commits
ottxor 11/12/14 15:48:16
Modified: ChangeLog
Added: google-musicmanager-1.0.23.1334_beta.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha80/cvs/Linux i686)
Revision Changes Path
1.5 media-sound/google-musicmanager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 17 Nov 2011 15:13:10 -0000 1.4
+++ ChangeLog 14 Dec 2011 15:48:16 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/google-musicmanager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.4 2011/11/17 15:13:10 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 1.5 2011/12/14 15:48:16 ottxor Exp $
+
+*google-musicmanager-1.0.23.1334_beta (14 Dec 2011)
+
+ 14 Dec 2011; Christoph Junghans <ottxor@gentoo.org>
+ +google-musicmanager-1.0.23.1334_beta.ebuild:
+ version bump
*google-musicmanager-1.0.22.3409_beta (17 Nov 2011)
1.1 media-sound/google-musicmanager/google-musicmanager-1.0.23.1334_beta.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.23.1334_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.23.1334_beta.ebuild?rev=1.1&content-type=text/plain
Index: google-musicmanager-1.0.23.1334_beta.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.23.1334_beta.ebuild,v 1.1 2011/12/14 15:48:16 ottxor Exp $
EAPI=4
inherit eutils
MY_URL="http://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta"
MY_PKG="${PN}-beta_${PV/_beta}-r0_i386.deb"
DESCRIPTION="Google Music Manager is a application for adding music to your Google Music library."
HOMEPAGE="http://music.google.com"
SRC_URI="x86? ( ${MY_URL}/${MY_PKG} )
amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )"
LICENSE="google-talkplugin Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl ZLIB as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="log"
RESTRICT="strip mirror"
RDEPEND="
dev-libs/expat
dev-libs/glib:2
media-libs/flac
media-libs/fontconfig
media-libs/freetype:2
media-libs/libogg
media-libs/libvorbis
net-dns/libidn
sys-libs/glibc
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/qt-core
x11-libs/qt-gui
log? ( dev-libs/log4cxx )
"
DEPEND="app-arch/xz-utils
app-admin/chrpath"
INSTALL_BASE="opt/google/musicmanager"
QA_TEXTRELS="${INSTALL_BASE}/libmpgdec.so.0"
QA_DT_HASH="${INSTALL_BASE}/.*"
S="${WORKDIR}/${INSTALL_BASE}"
pkg_nofetch() {
einfo "This version is no longer available from Google."
einfo "Note that Gentoo cannot mirror the distfiles due to license reasons, so we have to follow the bump."
einfo "Please file a version bump bug on http://bugs.gentoo.org (search existing bugs for ${PN} first!)."
}
src_unpack() {
# Avoid automagic usage of deb2targz (bug #384147, #375969#c22)
echo ">>> Unpacking ${A} to ${PWD}"
ar x "${DISTDIR}/${A}" || die
unpack ./data.tar.lzma
}
src_install() {
insinto "/${INSTALL_BASE}"
doins config.xml product_logo*
exeinto "/${INSTALL_BASE}"
chrpath -d MusicManager || die
doexe MusicManager google-musicmanager minidump_upload
#TODO unbundle this
doexe libaacdec.so libaudioenc.so.0 libmpgdec.so.0 libid3tag.so
dosym /"${INSTALL_BASE}"/google-musicmanager /opt/bin/google-musicmanager
make_desktop_entry "${PN}" "Google Music Manager" \
"/${INSTALL_BASE}/product_logo_32.xpm" "AudioVideo;Audio;Player;Music"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-14 15:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 15:48 [gentoo-commits] gentoo-x86 commit in media-sound/google-musicmanager: ChangeLog google-musicmanager-1.0.23.1334_beta.ebuild Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox