logo

overlay

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

libid3tag-0.16.0.ebuild (554B)


  1. # Copyright 1999-2021 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit cmake-multilib
  5. DESCRIPTION="The MAD id3tag library, Tenacity fork"
  6. HOMEPAGE="https://github.com/tenacityteam/libid3tag"
  7. SRC_URI="https://github.com/tenacityteam/libid3tag/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
  11. IUSE=""
  12. RDEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
  13. DEPEND="${RDEPEND}
  14. >=dev-util/gperf-3.1
  15. "