From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFFB313838B for ; Mon, 22 Sep 2014 00:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54C4E0A02; Mon, 22 Sep 2014 00:05:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B032E0A02 for ; Mon, 22 Sep 2014 00:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23636340033 for ; Mon, 22 Sep 2014 00:05:41 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2274) id BB46FDFD; Mon, 22 Sep 2014 00:05:39 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libbluray: libbluray-0.6.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libbluray-0.6.2.ebuild ChangeLog X-VCS-Directories: media-libs/libbluray X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140922000539.BB46FDFD@oystercatcher.gentoo.org> Date: Mon, 22 Sep 2014 00:05:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0e8b10b1-d9e9-4593-90d2-d4e5ee7dfb42 X-Archives-Hash: ed1ab5e2242b63cad34ca98e46df1799 radhermit 14/09/22 00:05:39 Modified: ChangeLog Added: libbluray-0.6.2.ebuild Log: Version bump. (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3) Revision Changes Path 1.68 media-libs/libbluray/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 5 Aug 2014 09:57:51 -0000 1.67 +++ ChangeLog 22 Sep 2014 00:05:39 -0000 1.68 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libbluray # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.67 2014/08/05 09:57:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.68 2014/09/22 00:05:39 radhermit Exp $ + +*libbluray-0.6.2 (22 Sep 2014) + + 22 Sep 2014; Tim Harder +libbluray-0.6.2.ebuild: + Version bump. 05 Aug 2014; Lars Wendler libbluray-9999.ebuild: Adjusted live ebuild. 1.1 media-libs/libbluray/libbluray-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild?rev=1.1&content-type=text/plain Index: libbluray-0.6.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.6.2.ebuild,v 1.1 2014/09/22 00:05:39 radhermit Exp $ EAPI=5 inherit autotools java-pkg-opt-2 flag-o-matic eutils multilib-minimal DESCRIPTION="Blu-ray playback libraries" HOMEPAGE="http://www.videolan.org/developers/libbluray.html" SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="aacs java static-libs +truetype utils +xml" COMMON_DEPEND=" xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) " RDEPEND=" ${COMMON_DEPEND} aacs? ( >=media-libs/libaacs-0.6.0[${MULTILIB_USEDEP}] ) java? ( >=virtual/jre-1.6 ) " DEPEND=" ${COMMON_DEPEND} java? ( >=virtual/jdk-1.6 dev-java/ant-core ) virtual/pkgconfig " DOCS=( ChangeLog README.txt ) src_prepare() { if use java ; then export JDK_HOME="$(java-config -g JAVA_HOME)" # don't install a duplicate jar file sed -i '/^jar_DATA/d' src/Makefile.am || die java-pkg-opt-2_src_prepare fi eautoreconf } multilib_src_configure() { local myconf if multilib_is_native_abi && use java; then export JAVACFLAGS="$(java-pkg_javac-args)" append-cflags "$(java-pkg_get-jni-cflags)" myconf="--enable-bdjava" else myconf="--disable-bdjava" fi ECONF_SOURCE="${S}" econf \ --disable-optimizations \ $(multilib_native_use_enable utils examples) \ $(use_with truetype freetype) \ $(use_enable static-libs static) \ $(use_with xml libxml2) \ ${myconf} } multilib_src_install() { emake DESTDIR="${D}" install if multilib_is_native_abi && use utils; then cd src dobin index_dump mobj_dump mpls_dump cd .libs/ dobin bd_info bdsplice clpi_dump hdmv_test libbluray_test list_titles sound_dump if use java; then dobin bdj_test fi fi if multilib_is_native_abi && use java; then java-pkg_dojar "${BUILD_DIR}"/src/.libs/${PN}-j2se-${PV}.jar doenvd "${FILESDIR}"/90${PN} fi } multilib_src_install_all() { einstalldocs prune_libtool_files }