logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

julius-4.5.ebuild (969B)


  1. # Copyright 1999-2019 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Large Vocabulary Continuous Speech Recognition Engine"
  5. HOMEPAGE="https://github.com/julius-speech/julius"
  6. SRC_URI="https://github.com/julius-speech/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  7. LICENSE="julius"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE="+alsa oss portaudio pulseaudio sndfile"
  11. REQUIRED_USE="^^ ( alsa oss portaudio pulseaudio )"
  12. RDEPEND="
  13. dev-lang/perl
  14. dev-perl/Jcode
  15. sys-libs/readline:0
  16. sys-libs/zlib
  17. alsa? ( media-libs/alsa-lib )
  18. portaudio? ( media-libs/portaudio )
  19. pulseaudio? ( media-sound/pulseaudio )
  20. sndfile? ( media-libs/libsndfile )"
  21. DEPEND="${RDEPEND}
  22. sys-devel/flex"
  23. pkg_postinst() {
  24. eerror "IMPORTANT NOTICE"
  25. elog "/usr/bin/jcontrol has been renamed to /usr/bin/jucontrol"
  26. elog "to avoid file collision with dev-java/java-config."
  27. elog "If this creates a problem with applications, file a gentoo bug."
  28. }