mrueg 14/10/27 17:18:12 Modified: ChangeLog Added: vmaid-2.2.4.ebuild Removed: vmaid-2.2.0.ebuild Log: Version bump. Fixes bug #505048. Bump EAPI. Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.13 media-video/vmaid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 May 2013 19:24:51 -0000 1.12 +++ ChangeLog 27 Oct 2014 17:18:12 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for media-video/vmaid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.12 2013/05/16 19:24:51 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/ChangeLog,v 1.13 2014/10/27 17:18:12 mrueg Exp $ + +*vmaid-2.2.4 (27 Oct 2014) + + 27 Oct 2014; Manuel Rüger <[email protected]> +vmaid-2.2.4.ebuild, + -vmaid-2.2.0.ebuild: + Version bump. Fixes bug #505048. Bump EAPI. Cleanup old. 16 May 2013; Ulrich Müller <[email protected]> vmaid-2.2.0.ebuild: Remove win32codecs USE flag, bug 468406. 1.1 media-video/vmaid/vmaid-2.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/vmaid-2.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vmaid/vmaid-2.2.4.ebuild?rev=1.1&content-type=text/plain Index: vmaid-2.2.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/vmaid/vmaid-2.2.4.ebuild,v 1.1 2014/10/27 17:18:12 mrueg Exp $ EAPI=5 DESCRIPTION="Video maid is the AVI file editor" HOMEPAGE="http://vmaid.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/vmaid/48081/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="alsa ao mime" RDEPEND="x11-libs/gtk+:2 ao? ( media-libs/libao ) !ao? ( alsa? ( >=media-libs/alsa-lib-0.9 ) ) mime? ( x11-misc/shared-mime-info )" DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig app-text/scrollkeeper" src_configure() { econf \ $(use_enable mime) \ --with-ao=$(usex ao) \ --with-alsa=$(usex alsa) \ --without-w32 } src_install() { emake DESTDIR="${D}" install dodoc AUTHORS CONTRIBUTORS ChangeLog NEWS README dohtml -r doc/{en,ja} }
