media-sound/sysexxer-ng - 9999 (proaudio-gentoo)

Search

Install

Install this version:

emerge -a =media-sound/sysexxer-ng-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/sysexxer-ng-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/sysexxer-ng-9999

Package Information

Description:
Universal tool to exchange MIDI system-exclusive data
Homepage:
https://github.com/linuxmao-org/sysexxer-ng
License:
BOOST-1.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3 xdg

DESCRIPTION="Universal tool to exchange MIDI system-exclusive data"
HOMEPAGE="https://github.com/linuxmao-org/sysexxer-ng"
EGIT_REPO_URI="https://github.com/linuxmao-org/sysexxer-ng.git"

LICENSE="BOOST-1.0"
SLOT="0"
IUSE=""

DEPEND=">=dev-util/cmake-3.3
	>=media-libs/alsa-lib-1.0.9
	sys-devel/gettext
	x11-libs/fltk:1
	virtual/jack"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	cmake_src_prepare
	sed -i -e "s:AudioVideo;Audio:AudioVideo;Audio;Engineering;:" "${S}"/resources/application/sysexxer-ng.desktop
}

Inherited Eclasses

xdg

Dependencies

DEPEND

>=dev-util/cmake-3.3
	>=media-libs/alsa-lib-1.0.9
	sys-devel/gettext
	x11-libs/fltk:1
	virtual/jack

RDEPEND

>=dev-util/cmake-3.3
	>=media-libs/alsa-lib-1.0.9
	sys-devel/gettext
	x11-libs/fltk:1
	virtual/jack