About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
mrness 09/03/03 19:37:50 Modified: ChangeLog Added: vmoconv-1.0-r1.ebuild Log: Use system libgsm instead copy included in the tarball (#252886). Remove forced -g from (C|LD)FLAGS. (Portage version: 2.1.6.7/cvs/Linux x86_64) Revision Changes Path 1.7 app-mobilephone/vmoconv/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 5 Oct 2008 22:44:34 -0000 1.6 +++ ChangeLog 3 Mar 2009 19:37:50 -0000 1.7 @@ -1,6 +1,14 @@ # ChangeLog for app-mobilephone/vmoconv -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v 1.6 2008/10/05 22:44:34 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v 1.7 2009/03/03 19:37:50 mrness Exp $ + +*vmoconv-1.0-r1 (03 Mar 2009) + + 03 Mar 2009; Alin Năstac <mrness@g.o> + +files/vmoconv-1.0-external-libgsm.patch, +files/vmoconv-1.0-flags.patch, + +vmoconv-1.0-r1.ebuild: + Use system libgsm instead copy included in the tarball (#252886). Remove + forced -g from (C|LD)FLAGS. 05 Oct 2008; Diego Pettenò <flameeyes@g.o> files/vmoconv-1.0-glibc28.patch: 1.1 app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild?rev=1.1&content-type=text/plain Index: vmoconv-1.0-r1.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0-r1.ebuild,v 1.1 2009/03/03 19:37:50 mrness Exp $ inherit eutils autotools DESCRIPTION="A tool that converts Siemens phones VMO and VMI audio files to gsm and wav." HOMEPAGE="http://triq.net/obex/" SRC_URI="http://triq.net/obexftp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="media-sound/gsm" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-glibc28.patch" epatch "${FILESDIR}/${P}-flags.patch" epatch "${FILESDIR}/${P}-external-libgsm.patch" eautoreconf } src_install() { dobin src/vmo2gsm src/gsm2vmo src/vmo2wav dodoc AUTHORS ChangeLog NEWS README THANKS }
Updated Feb 05, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.