public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tom Wijsman (tomwij)" <tomwij@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ffmpegsource: ffmpegsource-2.19.ebuild ffmpegsource-9999.ebuild ChangeLog
Date: Sun, 13 Oct 2013 16:41:00 +0000 (UTC)	[thread overview]
Message-ID: <20131013164100.756122004C@flycatcher.gentoo.org> (raw)

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}"





                 reply	other threads:[~2013-10-13 16:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131013164100.756122004C@flycatcher.gentoo.org \
    --to=tomwij@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox