libavc1394-0.5.4-r1.ebuild 694 B

12345678910111213141516171819202122
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit autotools-multilib
  5. DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"
  6. HOMEPAGE="https://sourceforge.net/projects/libavc1394/"
  7. SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
  8. LICENSE="LGPL-2.1"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
  11. IUSE="static-libs"
  12. RDEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}]
  13. abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
  14. !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
  15. DEPEND="${RDEPEND}
  16. virtual/pkgconfig"