You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libdvdread/libdvdread-4.2.0.ebuild

33 lines
920 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-4.2.0.ebuild,v 1.2 2011/10/10 22:57:36 beandog Exp $
EAPI=4
inherit autotools libtool
DESCRIPTION="Library for DVD navigation tools"
HOMEPAGE="http://dvdnav.mplayerhq.hu/"
SRC_URI="http://dvdnav.mplayerhq.hu/releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="+css"
RDEPEND="!<media-libs/libdvdnav-${PV}
css? ( media-libs/libdvdcss )"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog DEVELOPMENT-POLICY.txt NEWS TODO README )
src_prepare() {
sed -i -e '/^CFLAGS/s:-O3::' configure.ac || die
elibtoolize
eautoreconf
}
src_install() {
default
rm -f "${ED}"usr/lib*/${PN}.la
}