Skip to content

Commit

Permalink
media-libs/ffmpegsource: update live ebuild
Browse files Browse the repository at this point in the history
Bump EAPI to 6, drop unused static-libs USE.

Closes: gentoo#1439
Package-Manager: portage-2.2.28

Signed-off-by: Ian Delaney <[email protected]>
  • Loading branch information
Coacher authored and Ian Delaney committed May 9, 2016
1 parent fe50ac2 commit 85ace4e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions media-libs/ffmpegsource/ffmpegsource-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

AUTOTOOLS_AUTORECONF=1

inherit autotools-utils flag-o-matic git-r3
inherit autotools eutils flag-o-matic git-r3

DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
EGIT_REPO_URI="https://github.com/FFMS/ffms2.git"
EGIT_REPO_URI="git://github.com/FFMS/ffms2.git"

LICENSE="MIT"
SLOT="0/4"
KEYWORDS=""
IUSE="libav static-libs"
IUSE="libav"

RDEPEND="
sys-libs/zlib
Expand All @@ -31,3 +29,13 @@ pkg_pretend() {
die "Your compiler lacks C++11 support. Use GCC>=4.7.0 or Clang>=3.3."
fi
}

src_prepare() {
default_src_prepare
eautoreconf
}

src_install() {
default_src_install
prune_libtool_files --modules
}

0 comments on commit 85ace4e

Please sign in to comment.