* [gentoo-commits] gentoo-x86 commit in app-misc/mplinuxman: ChangeLog mplinuxman-1.5.ebuild
@ 2007-10-07 15:15 Samuli Suominen (drac)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-10-07 15:15 UTC (permalink / raw
To: gentoo-commits
drac 07/10/07 15:15:43
Modified: ChangeLog
Added: mplinuxman-1.5.ebuild
Log:
Version bump for bug 190723, thanks to Arfrever Frehtes Taifersar Arahesis for reporting.
(Portage version: 2.1.3.12)
Revision Changes Path
1.11 app-misc/mplinuxman/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mplinuxman/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mplinuxman/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mplinuxman/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Feb 2007 22:36:09 -0000 1.10
+++ ChangeLog 7 Oct 2007 15:15:42 -0000 1.11
@@ -1,6 +1,13 @@
# ChangeLog for app-misc/mplinuxman
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.10 2007/02/21 22:36:09 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/ChangeLog,v 1.11 2007/10/07 15:15:42 drac Exp $
+
+*mplinuxman-1.5 (07 Oct 2007)
+
+ 07 Oct 2007; Samuli Suominen <drac@gentoo.org>
+ +files/mplinuxman-1.5-stringh.patch, +mplinuxman-1.5.ebuild:
+ Version bump for bug 190723, thanks to Arfrever Frehtes Taifersar Arahesis
+ for reporting.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
1.1 app-misc/mplinuxman/mplinuxman-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.5.ebuild?rev=1.1&content-type=text/plain
Index: mplinuxman-1.5.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/mplinuxman/mplinuxman-1.5.ebuild,v 1.1 2007/10/07 15:15:42 drac Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Manager for MPMan F60/55/50 MP3 players."
HOMEPAGE="http://mplinuxman.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2
|| ( media-sound/mpg123 media-sound/mpg321 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
S="${WORKDIR}"/${PN}
# This is ugly and someone should write upstream a patch,
# but it's not me. - drac
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-stringh.patch
sed -e "s:CFLAGS = :CFLAGS = ${CFLAGS} :" \
-e 's:/usr/local/share/locale:$(DESTDIR)/usr/share/locale:' \
-i makefile
use nls || sed -i -e 's:-D NLS="1"::' makefile
}
src_compile() {
emake CC="$(tc-getCC)" || die "emake failed."
cd extra/mp_util
emake CC="$(tc-getCC)" || die "emake failed."
}
src_install() {
dobin ${PN} extra/mp_util/{mputil,mputil_smart}
if use nls; then
dodir /usr/share/locale/{de,es,fr,ja,nl}/LC_MESSAGES
DESTDIR="${D}" emake install-po
fi
newicon logo.xpm ${PN}.xpm
make_desktop_entry ${PN} ${PN} ${PN} "AudioVideo;Audio;GTK;"
dodoc CHANGES README extra/mp_util/USAGE.txt
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-07 15:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-07 15:15 [gentoo-commits] gentoo-x86 commit in app-misc/mplinuxman: ChangeLog mplinuxman-1.5.ebuild Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox