tomwij 14/04/09 21:28:00 Modified: ffmpegsource-9999.ebuild ChangeLog Added: ffmpegsource-2.19.1.ebuild Log: Version bump to 2.19.1. Fixed HOMEPAGE and migrated to git-r3 in live ebuild. Fixes bug #507264, proxied commit for Nikoli. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.8 media-libs/ffmpegsource/ffmpegsource-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?r1=1.7&r2=1.8 Index: ffmpegsource-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ffmpegsource-9999.ebuild 13 Oct 2013 16:41:00 -0000 1.7 +++ ffmpegsource-9999.ebuild 9 Apr 2014 21:27:59 -0000 1.8 @@ -1,15 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v 1.7 2013/10/13 16:41:00 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v 1.8 2014/04/09 21:27:59 tomwij Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils git-2 +inherit autotools-utils git-r3 DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access" -HOMEPAGE="https://code.google.com/p/ffmpegsource/" +HOMEPAGE="https://github.com/FFMS/ffms2" EGIT_REPO_URI="https://github.com/FFMS/ffms2.git" LICENSE="MIT" 1.20 media-libs/ffmpegsource/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 13 Oct 2013 16:41:00 -0000 1.19 +++ ChangeLog 9 Apr 2014 21:27:59 -0000 1.20 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/ffmpegsource -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ChangeLog,v 1.19 2013/10/13 16:41:00 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ChangeLog,v 1.20 2014/04/09 21:27:59 tomwij Exp $ + +*ffmpegsource-2.19.1 (09 Apr 2014) + + 09 Apr 2014; Tom Wijsman <[email protected]> +ffmpegsource-2.19.1.ebuild, + ffmpegsource-9999.ebuild: + Version bump to 2.19.1. Fixed HOMEPAGE and migrated to git-r3 in live ebuild. + Fixes bug #507264, proxied commit for Nikoli. *ffmpegsource-2.19 (13 Oct 2013) 1.1 media-libs/ffmpegsource/ffmpegsource-2.19.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.1.ebuild?rev=1.1&content-type=text/plain Index: ffmpegsource-2.19.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.1.ebuild,v 1.1 2014/04/09 21:27:59 tomwij Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access" HOMEPAGE="https://github.com/FFMS/ffms2" SRC_URI="https://github.com/FFMS/ffms2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/3" KEYWORDS="~amd64 ~x86" IUSE="static-libs" RDEPEND=" sys-libs/zlib >=virtual/ffmpeg-9 " DEPEND="${RDEPEND} virtual/pkgconfig " S="${WORKDIR}/ffms2-${PV}"
