public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/ffmpegsource: ffmpegsource-2.19.ebuild ffmpegsource-9999.ebuild ChangeLog
@ 2013-10-13 16:41 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2013-10-13 16:41 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/10/13 16:41:00

  Modified:             ffmpegsource-9999.ebuild ChangeLog
  Added:                ffmpegsource-2.19.ebuild
  Log:
  Version bump to 2.19. Subslot due to changed soname, HOMEPAGE / SRC_URI changed, removed src_configure and patch, depend on newer >=virtual/ffmpeg-9. Proxied commit for Nikoli.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.7                  media-libs/ffmpegsource/ffmpegsource-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild?r1=1.6&r2=1.7

Index: ffmpegsource-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffmpegsource-9999.ebuild	27 May 2013 20:23:32 -0000	1.6
+++ ffmpegsource-9999.ebuild	13 Oct 2013 16:41:00 -0000	1.7
@@ -1,19 +1,19 @@
 # Copyright 1999-2013 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.6 2013/05/27 20:23:32 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-9999.ebuild,v 1.7 2013/10/13 16:41:00 tomwij Exp $
 
 EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 
-inherit autotools-utils subversion
+inherit autotools-utils git-2
 
-DESCRIPTION="An FFmpeg based source library for easy frame accurate access"
+DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
 HOMEPAGE="https://code.google.com/p/ffmpegsource/"
-ESVN_REPO_URI="http://ffmpegsource.googlecode.com/svn/trunk/"
+EGIT_REPO_URI="https://github.com/FFMS/ffms2.git"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/3"
 KEYWORDS=""
 IUSE="static-libs"
 



1.19                 media-libs/ffmpegsource/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	13 Oct 2013 10:20:35 -0000	1.18
+++ ChangeLog	13 Oct 2013 16:41:00 -0000	1.19
@@ -1,6 +1,14 @@
 # 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.18 2013/10/13 10:20:35 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ChangeLog,v 1.19 2013/10/13 16:41:00 tomwij Exp $
+
+*ffmpegsource-2.19 (13 Oct 2013)
+
+  13 Oct 2013; Tom Wijsman <TomWij@gentoo.org> +ffmpegsource-2.19.ebuild,
+  ffmpegsource-9999.ebuild:
+  Version bump to 2.19. Subslot due to changed soname, HOMEPAGE / SRC_URI
+  changed, removed src_configure and patch, depend on newer >=virtual/ffmpeg-9.
+  Proxied commit for Nikoli.
 
   13 Oct 2013; Tom Wijsman <TomWij@gentoo.org> metadata.xml:
   Updated Nikoli's e-mail address for easier automatic assignment.



1.1                  media-libs/ffmpegsource/ffmpegsource-2.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.ebuild?rev=1.1&content-type=text/plain

Index: ffmpegsource-2.19.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ffmpegsource/ffmpegsource-2.19.ebuild,v 1.1 2013/10/13 16:41:00 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}"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-13 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 16:41 [gentoo-commits] gentoo-x86 commit in media-libs/ffmpegsource: ffmpegsource-2.19.ebuild ffmpegsource-9999.ebuild ChangeLog Tom Wijsman (tomwij)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox