From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libbluray: ChangeLog libbluray-0.0.1_pre20110210-r1.ebuild libbluray-0.0.1_pre20110210.ebuild
Date: Fri, 5 Aug 2011 21:41:10 +0000 (UTC) [thread overview]
Message-ID: <20110805214110.1ECBD2004C@flycatcher.gentoo.org> (raw)
radhermit 11/08/05 21:41:10
Modified: ChangeLog
Added: libbluray-0.0.1_pre20110210-r1.ebuild
Removed: libbluray-0.0.1_pre20110210.ebuild
Log:
Revbump and remove old. Fix build error with xine plugin (bug #355331), set REQUIRED_USE, and remove the libtool archive when not building static libs. Based on work by Martin von Gagern.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Revision Changes Path
1.6 media-libs/libbluray/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 10 Feb 2011 08:01:53 -0000 1.5
+++ ChangeLog 5 Aug 2011 21:41:09 -0000 1.6
@@ -1,6 +1,14 @@
# ChangeLog for media-libs/libbluray
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.5 2011/02/10 08:01:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/ChangeLog,v 1.6 2011/08/05 21:41:09 radhermit Exp $
+
+*libbluray-0.0.1_pre20110210-r1 (05 Aug 2011)
+
+ 05 Aug 2011; Tim Harder <radhermit@gentoo.org>
+ -libbluray-0.0.1_pre20110210.ebuild, +libbluray-0.0.1_pre20110210-r1.ebuild:
+ Revbump and remove old. Fix build error with xine plugin (bug #355331), set
+ REQUIRED_USE, and remove the libtool archive when not building static libs.
+ Based on work by Martin von Gagern.
*libbluray-0.0.1_pre20110210 (10 Feb 2011)
1.1 media-libs/libbluray/libbluray-0.0.1_pre20110210-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.0.1_pre20110210-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.0.1_pre20110210-r1.ebuild?rev=1.1&content-type=text/plain
Index: libbluray-0.0.1_pre20110210-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.0.1_pre20110210-r1.ebuild,v 1.1 2011/08/05 21:41:10 radhermit Exp $
EAPI=4
inherit autotools java-pkg-opt-2 flag-o-matic
DESCRIPTION="Blu-ray playback libraries"
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="aacs java static-libs utils xine"
COMMON_DEPEND="
dev-libs/libxml2
"
RDEPEND="
${COMMON_DEPEND}
aacs? ( media-video/aacskeys )
java? ( >=virtual/jre-1.6 )
"
DEPEND="
${COMMON_DEPEND}
java? (
>=virtual/jdk-1.6
dev-java/ant-core
)
dev-util/pkgconfig
"
PDEPEND="
xine? ( media-libs/libbluray-xine )
"
REQUIRED_USE="utils? ( static-libs )"
DOCS=( doc/README README.txt TODO.txt )
src_prepare() {
use java && export JDK_HOME="$(java-config -g JAVA_HOME)"
eautoreconf
java-pkg-opt-2_src_prepare
}
src_configure() {
local myconf=""
if use java; then
export JAVACFLAGS="$(java-pkg_javac-args)"
append-cflags "$(java-pkg_get-jni-cflags)"
myconf="--with-jdk=${JDK_HOME}"
fi
econf \
$(use_enable java bdjava) \
$(use_enable static-libs static) \
$(use_enable utils examples) \
${myconf}
}
src_install() {
default
if use utils; then
cd src/examples/
dobin clpi_dump index_dump mobj_dump mpls_dump sound_dump
cd .libs/
dobin bd_info bdsplice hdmv_test libbluray_test list_titles
if use java; then
dobin bdj_test
fi
fi
if use java; then
java-pkg_dojar "${S}/src/.libs/${PN}.jar"
doenvd "${FILESDIR}"/90${PN}
fi
use static-libs || find "${ED}" -name '*.la' -exec rm -f '{}' +
}
reply other threads:[~2011-08-05 21: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=20110805214110.1ECBD2004C@flycatcher.gentoo.org \
--to=radhermit@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