diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 11:02:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 12:21:38 +0100 |
commit | 6c650010ad47e64634f168d0f1359ad07140ceaa (patch) | |
tree | b2bd9073596a97c2d0f496bc36cf9184ed3c59df /media-sound/jack2 | |
parent | media-sound/jack2: Drop inexistent dependency (diff) | |
download | gentoo-6c650010ad47e64634f168d0f1359ad07140ceaa.tar.gz gentoo-6c650010ad47e64634f168d0f1359ad07140ceaa.tar.bz2 gentoo-6c650010ad47e64634f168d0f1359ad07140ceaa.zip |
media-sound/jack2: Drop 1.9.12 (r0)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/jack2')
-rw-r--r-- | media-sound/jack2/jack2-1.9.12.ebuild | 91 | ||||
-rw-r--r-- | media-sound/jack2/metadata.xml | 23 |
2 files changed, 11 insertions, 103 deletions
diff --git a/media-sound/jack2/jack2-1.9.12.ebuild b/media-sound/jack2/jack2-1.9.12.ebuild deleted file mode 100644 index 5295a98e976e..000000000000 --- a/media-sound/jack2/jack2-1.9.12.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" -inherit python-single-r1 waf-utils multilib-minimal - -DESCRIPTION="Jackdmp jack implemention for multi-processor machine" -HOMEPAGE="http://jackaudio.org/" - -if [[ "${PV}" = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git" - KEYWORDS="" -else - MY_PV="${PV/_rc/-RC}" - MY_P="${PN}-${MY_PV}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/jackaudio/jack2/releases/download/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~x86" -fi - -LICENSE="GPL-2" -SLOT="2" -IUSE="alsa celt dbus doc opus pam +classic sndfile libsamplerate readline" - -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - || ( classic dbus )" - -CDEPEND="media-libs/libsamplerate - media-libs/libsndfile - sys-libs/readline:0= - ${PYTHON_DEPS} - alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) - celt? ( media-libs/celt:0[${MULTILIB_USEDEP}] ) - dbus? ( - dev-libs/expat[${MULTILIB_USEDEP}] - sys-apps/dbus[${MULTILIB_USEDEP}] - ) - opus? ( media-libs/opus[custom-modes,${MULTILIB_USEDEP}] )" -DEPEND="${CDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen )" -RDEPEND="${CDEPEND} - dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] ) - pam? ( sys-auth/realtime-base ) - !media-sound/jack-audio-connection-kit:0" - -DOCS=( ChangeLog README README_NETJACK2 TODO ) - -src_prepare() { - default - multilib_copy_sources -} - -multilib_src_configure() { - local mywafconfargs=( - --htmldir=/usr/share/doc/${PF}/html - $(usex dbus --dbus "") - $(usex classic --classic "") - --alsa=$(usex alsa yes no) - --celt=$(usex celt yes no) - --doxygen=$(multilib_native_usex doc yes no) - --firewire=no - --freebob=no - --iio=no - --opus=$(usex opus yes no) - --portaudio=no - --readline=$(multilib_native_usex readline yes no) - --samplerate=$(multilib_native_usex libsamplerate yes no) - --sndfile=$(multilib_native_usex sndfile yes no) - --winmme=no - ) - - waf-utils_src_configure ${mywafconfargs[@]} -} - -multilib_src_compile() { - WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_compile -} - -multilib_src_install() { - WAF_BINARY="${BUILD_DIR}"/waf waf-utils_src_install -} - -multilib_src_install_all() { - python_fix_shebang "${ED}" -} diff --git a/media-sound/jack2/metadata.xml b/media-sound/jack2/metadata.xml index 73e09bb1a19e..7956a5fa4618 100644 --- a/media-sound/jack2/metadata.xml +++ b/media-sound/jack2/metadata.xml @@ -1,16 +1,15 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>proaudio@gentoo.org</email> - <name>Gentoo ProAudio Project</name> - </maintainer> - <use> - <flag name="pam">Add basic realtime configuration via <pkg>sys-auth/realtime-base</pkg></flag> - <flag name="celt">Support CELT low delay audio codec</flag> - <flag name="classic">Enable building of jackd</flag> - </use> - <upstream> - <remote-id type="github">jackaudio/jack2</remote-id> - </upstream> + <maintainer type="project"> + <email>proaudio@gentoo.org</email> + <name>Gentoo ProAudio Project</name> + </maintainer> + <upstream> + <remote-id type="github">jackaudio/jack2</remote-id> + </upstream> + <use> + <flag name="classic">Enable building of jackd</flag> + <flag name="pam">Add basic realtime configuration via <pkg>sys-auth/realtime-base</pkg></flag> + </use> </pkgmetadata> |