diff options
-rw-r--r-- | media-libs/libbdplus/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libbdplus/libbdplus-9999.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/libbdplus/Manifest b/media-libs/libbdplus/Manifest new file mode 100644 index 0000000..f74125e --- /dev/null +++ b/media-libs/libbdplus/Manifest @@ -0,0 +1 @@ +EBUILD libbdplus-9999.ebuild 591 SHA256 591a16ffec4f04266617094446b33f7284537e8cce795087176c415ce4e6b1ce SHA512 7f50436df0afe1df1f610946bf904e18befc8afff35b0d1e75618f203a6575af17d2a528800f2433ad2418bebb98749af6ece5392f60cc5e9de79a4826a9cc29 WHIRLPOOL f472315913015fdc391437d140888f63ca0bc9f64021632106eb240b811277b2c80d60c74b885867fe8a2a329903bc933b4f3088f4a4dda1ffad9f4086555a55 diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild new file mode 100644 index 0000000..3d81fac --- /dev/null +++ b/media-libs/libbdplus/libbdplus-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils git-2 autotools-utils + +DESCRIPTION="Library for handling the BD+ protection scheme on bluray discs" +HOMEPAGE="http://www.videolan.org/developers/libbdplus.html" + +EGIT_REPO_URI="git://git.videolan.org/libbdplus.git" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="" +IUSE="doc" + +DEPEND=">=media-libs/aacs-0.7.0" +RDEPEND="${DEPEND}" + +AUTOTOOLS_IN_SOURCE_BUILD=1 +AUTOTOOLS_AUTORECONF=1 +DOCS=(COPYING README.txt ChangeLog) + +src_unpack () { + qgit-2_src_unpack +}
\ No newline at end of file |